Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8922853234817673306.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-7904
+ 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
a214a38 debian-bookworm-build: add xxd
+ 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 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_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 DONE 0.1s

#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.1s

#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.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:3778c338450341c4dc541832a1dfa50bc2cbd72516327df12cb53bc5eb6f09d0 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=7905 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-03-14 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7905
+ mkdir -p trial-7905
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-14_13_25_55.tgz osmo-bts-oc2g.build-2025-03-14_00_51_23.tgz osmo-bts-sysmo.build-2025-03-14_00_51_34.tgz osmo-bts.build-2025-03-14_00_51_37.tgz osmo-ggsn.build-2025-03-14_20_42_25.tgz osmo-hlr.build-2025-03-14_16_36_54.tgz osmo-hnbgw.build-2025-03-14_13_29_03.tgz osmo-mgw.build-2025-03-14_08_33_15.tgz osmo-msc.build-2025-03-14_13_33_07.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-14_16_04_51.tgz osmo-pcu-sysmo.build-2025-03-14_16_04_38.tgz osmo-pcu.build-2025-03-14_16_04_50.tgz osmo-sgsn.build-2025-03-14_20_48_48.tgz osmo-stp.build-2025-03-14_13_23_06.tgz osmo-trx.build-2025-03-14_14_26_44.tgz osmocom-bb.build-2025-03-14_21_17_12.tgz srslte.build-19.tgz trial-7905
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-14_13_25_55.md5 osmo-bts-oc2g.build-2025-03-14_00_51_23.md5 osmo-bts-sysmo.build-2025-03-14_00_51_34.md5 osmo-bts.build-2025-03-14_00_51_37.md5 osmo-ggsn.build-2025-03-14_20_42_25.md5 osmo-hlr.build-2025-03-14_16_36_54.md5 osmo-hnbgw.build-2025-03-14_13_29_03.md5 osmo-mgw.build-2025-03-14_08_33_15.md5 osmo-msc.build-2025-03-14_13_33_07.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-14_16_04_51.md5 osmo-pcu-sysmo.build-2025-03-14_16_04_38.md5 osmo-pcu.build-2025-03-14_16_04_50.md5 osmo-sgsn.build-2025-03-14_20_48_48.md5 osmo-stp.build-2025-03-14_13_23_06.md5 osmo-trx.build-2025-03-14_14_26_44.md5 osmocom-bb.build-2025-03-14_21_17_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-14_13_25_55.md5 osmo-bts-oc2g.build-2025-03-14_00_51_23.md5 osmo-bts-sysmo.build-2025-03-14_00_51_34.md5 osmo-bts.build-2025-03-14_00_51_37.md5 osmo-ggsn.build-2025-03-14_20_42_25.md5 osmo-hlr.build-2025-03-14_16_36_54.md5 osmo-hnbgw.build-2025-03-14_13_29_03.md5 osmo-mgw.build-2025-03-14_08_33_15.md5 osmo-msc.build-2025-03-14_13_33_07.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-14_16_04_51.md5 osmo-pcu-sysmo.build-2025-03-14_16_04_38.md5 osmo-pcu.build-2025-03-14_16_04_50.md5 osmo-sgsn.build-2025-03-14_20_48_48.md5 osmo-stp.build-2025-03-14_13_23_06.md5 osmo-trx.build-2025-03-14_14_26_44.md5 osmocom-bb.build-2025-03-14_21_17_12.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-7905 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7905'
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-7905
--------------------------------------------------------------------------------------------
22:48:17.327953 tst                       trial-7905: Detailed log at /build/trial-7905/run.2025-03-14_22-48-17/log

---------------------------------------------------------------------
trial-7905 netreg_mass
---------------------------------------------------------------------
22:48:17.596054 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.596543 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.597644 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.599248 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.659145 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.660879 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.663351 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.790207 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-7905 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.792793 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.819320 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.820081 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.820707 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.821306 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.821886 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.822493 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.823089 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.868853 tst         register_default_mass.py: using LAC 2
22:48:17.903379 tst         register_default_mass.py: using RAC 2
22:48:17.942441 tst         register_default_mass.py: using CellId 2
22:48:17.987379 tst         register_default_mass.py: using BVCI 3
22:48:17.993820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.994570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.996432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.997044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.997635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.998256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.998872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.999469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.000083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.000700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.001325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.001965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.002591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.003204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.003842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.004473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.005131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.005777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.006408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.007048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.007722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.008380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.009028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.009678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.010337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.010980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.011655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.013612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.015587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.016248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.016902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.017549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018211 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.019495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.033622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.035531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.037456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.039351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.040078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.040799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.041457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.042106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.042738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.043365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.044005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.044660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.045284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.045900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.046530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.047174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.047805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.048405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.049033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.049660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.050267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.050878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.051538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.052178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058963 tst      register_default_mass.py:21: Launching a simple network
22:48:18.071707 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.221835 run            create_hlr_db(pid=20): Launched
22:48:19.233702 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.254909 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.274351 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.281550 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.510786 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.527223 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.533410 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.465678 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.502764 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.518895 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.667908 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.688135 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.696774 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.727666 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.748251 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.756093 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.158742 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.179879 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.202049 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.385147 run         osmo-bts-virtual(pid=34): Launched
22:48:31.433499 tst         register_default_mass.py: using MSISDN 1001
22:48:31.440014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.530226 tst         register_default_mass.py: using MSISDN 1002
22:48:31.537861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.604358 tst         register_default_mass.py: using MSISDN 1003
22:48:31.610408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.687540 tst         register_default_mass.py: using MSISDN 1004
22:48:31.693700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.768656 tst         register_default_mass.py: using MSISDN 1005
22:48:31.776465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.849767 tst         register_default_mass.py: using MSISDN 1006
22:48:31.860482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.932412 tst         register_default_mass.py: using MSISDN 1007
22:48:31.938962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.018561 tst         register_default_mass.py: using MSISDN 1008
22:48:32.025389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.114557 tst         register_default_mass.py: using MSISDN 1009
22:48:32.123510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.228558 tst         register_default_mass.py: using MSISDN 1010
22:48:32.240563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.385399 tst         register_default_mass.py: using MSISDN 1011
22:48:33.394878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.466005 tst         register_default_mass.py: using MSISDN 1012
22:48:33.472208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.554403 tst         register_default_mass.py: using MSISDN 1013
22:48:33.561135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.646558 tst         register_default_mass.py: using MSISDN 1014
22:48:33.654365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.729699 tst         register_default_mass.py: using MSISDN 1015
22:48:33.736432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.808811 tst         register_default_mass.py: using MSISDN 1016
22:48:33.815052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.897207 tst         register_default_mass.py: using MSISDN 1017
22:48:33.904829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.972358 tst         register_default_mass.py: using MSISDN 1018
22:48:33.978638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.060982 tst         register_default_mass.py: using MSISDN 1019
22:48:34.067267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.134814 tst         register_default_mass.py: using MSISDN 1020
22:48:34.141020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.225910 tst         register_default_mass.py: using MSISDN 1021
22:48:34.233570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.300394 tst         register_default_mass.py: using MSISDN 1022
22:48:34.306935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.373684 tst         register_default_mass.py: using MSISDN 1023
22:48:34.383285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.444204 tst         register_default_mass.py: using MSISDN 1024
22:48:34.452823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.528086 tst         register_default_mass.py: using MSISDN 1025
22:48:34.534568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.632250 tst         register_default_mass.py: using MSISDN 1026
22:48:34.642963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.746685 tst         register_default_mass.py: using MSISDN 1027
22:48:34.753478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.862237 tst         register_default_mass.py: using MSISDN 1028
22:48:34.869084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.952167 tst         register_default_mass.py: using MSISDN 1029
22:48:34.962514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.026668 tst         register_default_mass.py: using MSISDN 1030
22:48:35.033784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.113986 tst         register_default_mass.py: using MSISDN 1031
22:48:35.120330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.206088 tst         register_default_mass.py: using MSISDN 1032
22:48:35.216127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.282198 tst         register_default_mass.py: using MSISDN 1033
22:48:35.289593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.354976 tst         register_default_mass.py: using MSISDN 1034
22:48:35.363580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.421339 tst         register_default_mass.py: using MSISDN 1035
22:48:35.431171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.510722 tst         register_default_mass.py: using MSISDN 1036
22:48:35.517733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.593164 tst         register_default_mass.py: using MSISDN 1037
22:48:35.602079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.691780 tst         register_default_mass.py: using MSISDN 1038
22:48:35.698723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.773546 tst         register_default_mass.py: using MSISDN 1039
22:48:35.785235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.851944 tst         register_default_mass.py: using MSISDN 1040
22:48:35.858523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.935186 tst         register_default_mass.py: using MSISDN 1041
22:48:35.943228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.016608 tst         register_default_mass.py: using MSISDN 1042
22:48:36.027194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.097212 tst         register_default_mass.py: using MSISDN 1043
22:48:36.110361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.192665 tst         register_default_mass.py: using MSISDN 1044
22:48:36.199469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.272853 tst         register_default_mass.py: using MSISDN 1045
22:48:36.278921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.351550 tst         register_default_mass.py: using MSISDN 1046
22:48:36.358970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.440956 tst         register_default_mass.py: using MSISDN 1047
22:48:36.448863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.514192 tst         register_default_mass.py: using MSISDN 1048
22:48:36.520597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.597505 tst         register_default_mass.py: using MSISDN 1049
22:48:36.603370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.668381 tst         register_default_mass.py: using MSISDN 1050
22:48:36.674509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.740719 tst         register_default_mass.py: using MSISDN 1051
22:48:36.750236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.810767 tst         register_default_mass.py: using MSISDN 1052
22:48:36.816490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.885750 tst         register_default_mass.py: using MSISDN 1053
22:48:36.891725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.961125 tst         register_default_mass.py: using MSISDN 1054
22:48:36.966997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.032946 tst         register_default_mass.py: using MSISDN 1055
22:48:37.040789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.243614 tst         register_default_mass.py: using MSISDN 1056
22:48:37.249575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.323698 tst         register_default_mass.py: using MSISDN 1057
22:48:37.329816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.417515 tst         register_default_mass.py: using MSISDN 1058
22:48:37.424079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.504676 tst         register_default_mass.py: using MSISDN 1059
22:48:37.512525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.582910 tst         register_default_mass.py: using MSISDN 1060
22:48:37.588777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:37.661000 tst         register_default_mass.py: using MSISDN 1061
22:48:37.668724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:37.736030 tst         register_default_mass.py: using MSISDN 1062
22:48:37.744083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.808651 tst         register_default_mass.py: using MSISDN 1063
22:48:37.814512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.136909 tst         register_default_mass.py: using MSISDN 1064
22:48:38.143019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.214150 tst         register_default_mass.py: using MSISDN 1065
22:48:38.220367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.298298 tst         register_default_mass.py: using MSISDN 1066
22:48:38.306264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.385984 tst         register_default_mass.py: using MSISDN 1067
22:48:38.392260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.473757 tst         register_default_mass.py: using MSISDN 1068
22:48:38.480436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.571498 tst         register_default_mass.py: using MSISDN 1069
22:48:38.577984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.655178 tst         register_default_mass.py: using MSISDN 1070
22:48:38.661340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.739152 tst         register_default_mass.py: using MSISDN 1071
22:48:38.745689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.810833 tst         register_default_mass.py: using MSISDN 1072
22:48:38.817094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.921425 tst         register_default_mass.py: using MSISDN 1073
22:48:38.927584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.002766 tst         register_default_mass.py: using MSISDN 1074
22:48:39.008991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.080231 tst         register_default_mass.py: using MSISDN 1075
22:48:39.086751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.158805 tst         register_default_mass.py: using MSISDN 1076
22:48:39.165254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.239363 tst         register_default_mass.py: using MSISDN 1077
22:48:39.245356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.313690 tst         register_default_mass.py: using MSISDN 1078
22:48:39.320086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.387762 tst         register_default_mass.py: using MSISDN 1079
22:48:39.394093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.472278 tst         register_default_mass.py: using MSISDN 1080
22:48:39.478696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.557818 tst         register_default_mass.py: using MSISDN 1081
22:48:39.565638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.631963 tst         register_default_mass.py: using MSISDN 1082
22:48:39.637987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.714093 tst         register_default_mass.py: using MSISDN 1083
22:48:39.721586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.794323 tst         register_default_mass.py: using MSISDN 1084
22:48:39.800484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.882538 tst         register_default_mass.py: using MSISDN 1085
22:48:39.888838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.960912 tst         register_default_mass.py: using MSISDN 1086
22:48:39.967274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.043490 tst         register_default_mass.py: using MSISDN 1087
22:48:40.050020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.126211 tst         register_default_mass.py: using MSISDN 1088
22:48:40.132798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.196683 tst         register_default_mass.py: using MSISDN 1089
22:48:40.203593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.279651 tst         register_default_mass.py: using MSISDN 1090
22:48:40.286813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.347189 tst         register_default_mass.py: using MSISDN 1091
22:48:40.355878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.419085 tst         register_default_mass.py: using MSISDN 1092
22:48:40.425344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:40.491764 tst         register_default_mass.py: using MSISDN 1093
22:48:40.497732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:40.567833 tst         register_default_mass.py: using MSISDN 1094
22:48:40.574107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:40.662241 tst         register_default_mass.py: using MSISDN 1095
22:48:40.672037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:40.757339 tst         register_default_mass.py: using MSISDN 1096
22:48:40.763453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:40.835201 tst         register_default_mass.py: using MSISDN 1097
22:48:40.842293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.920869 tst         register_default_mass.py: using MSISDN 1098
22:48:40.930540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.999444 tst         register_default_mass.py: using MSISDN 1099
22:48:41.005989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.083033 tst         register_default_mass.py: using MSISDN 1100
22:48:41.089022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.224848 run                             mass: Starting testcase
22:48:41.231390 run                             mass: Pre-launching all virtphy's
22:48:41.237851 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.253093 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.260244 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.275539 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.282803 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.298930 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.306250 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.322108 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.329444 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.344802 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:41.351900 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.366969 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:41.373963 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.389276 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:41.396436 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.412093 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:41.419806 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:41.436511 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:41.444809 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:41.461283 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:41.468622 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:41.484515 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:41.491943 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:41.507375 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:41.514417 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:41.529560 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:41.536645 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:41.551847 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:41.559074 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:41.574411 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:41.581418 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:41.598563 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:41.605962 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:41.621602 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:41.628801 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:41.644090 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:41.651177 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:41.666511 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:41.673615 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:41.688781 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:41.695790 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:41.711009 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:41.719595 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:41.735070 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:41.742208 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:41.757804 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:41.764817 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:41.780750 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:41.788735 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:41.805581 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:41.813319 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.830146 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:41.837761 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.854367 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:41.862154 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.878745 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:41.886523 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.903101 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:41.910488 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.926184 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:41.933568 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.950355 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:41.957744 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.973905 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:41.981014 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:41.996918 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.004170 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.020069 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.027368 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.043430 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.050840 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.066707 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.073846 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.089905 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.097001 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.112673 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.119870 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.135530 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.143036 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.159319 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.166666 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.182826 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.191115 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.207021 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.214138 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.230236 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.237456 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.253032 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.260283 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.276252 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.283906 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.300018 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.307505 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.323408 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.330455 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.346107 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.353363 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.369259 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.376660 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.392742 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.402083 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.418809 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.426336 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.442623 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.450019 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.465813 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.472926 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.488810 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.496054 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.512426 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.522149 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.537964 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:42.545173 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.560962 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:42.568269 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.583863 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:42.591028 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:42.606589 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:42.613929 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:42.629507 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:42.636945 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:42.652965 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:42.660347 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:42.676527 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:42.683816 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:42.699326 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:42.706460 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.721836 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:42.728783 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.743743 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:42.750557 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.765608 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:42.772506 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.787807 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:42.794884 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.810004 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:42.817012 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.832448 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:42.839624 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.855226 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:42.862469 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.878335 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:42.885665 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.902039 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:42.909579 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.925534 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:42.932897 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.948419 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:42.955667 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.971337 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:42.978797 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.994693 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.002504 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.018452 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.025908 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.041709 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.048940 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.064719 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:43.072254 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.088652 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:43.096269 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.113112 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:43.121073 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.138430 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:43.147467 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.164812 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:43.172808 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.189926 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:43.197840 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.214552 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:43.222169 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.238302 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.245711 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.261578 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.268985 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.284914 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.292390 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.308309 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.315780 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.331763 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.339083 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.354562 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.361929 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.377728 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.385138 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.401019 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.408465 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.424586 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.432048 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.448349 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.455718 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.471397 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.478592 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.493998 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.501043 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.515918 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.522695 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.538037 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.545250 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.561017 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.567835 run                             mass: Checking if sockets are in the filesystem
22:48:43.581239 run                osmo-ms-mob/00000: Starting mobile
22:48:43.595853 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.610699 run                             mass: MS start registered  {at=5223429.314029992, delay=0.007617688737809658, ms=00000}
22:48:47.781251 run                osmo-ms-mob/00001: Starting mobile
22:48:47.795204 run       osmo-ms-mob/00001(pid=136): Launched
22:48:47.806962 run                             mass: MS start registered  {at=5223433.510306095, delay=0.005117244087159634, ms=00001}
22:48:48.863606 run                             mass: MS performed LU  {at=5223434.566920467, lu_delay=5.252890475094318, ms=00000}
22:48:49.580070 run                osmo-ms-mob/00002: Starting mobile
22:48:49.593630 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.604985 run                             mass: MS start registered  {at=5223435.308330812, delay=0.005048018880188465, ms=00002}
22:48:50.885945 run                osmo-ms-mob/00003: Starting mobile
22:48:50.905451 run       osmo-ms-mob/00003(pid=138): Launched
22:48:50.920583 run                             mass: MS start registered  {at=5223436.623909195, delay=0.007078820839524269, ms=00003}
22:48:51.980132 run                osmo-ms-mob/00004: Starting mobile
22:48:51.993816 run       osmo-ms-mob/00004(pid=139): Launched
22:48:52.004951 run                             mass: MS start registered  {at=5223437.708297303, delay=0.004798209294676781, ms=00004}
22:48:52.628956 run                             mass: MS performed LU  {at=5223438.332274471, lu_delay=4.821968376636505, ms=00001}
22:48:52.980015 run                osmo-ms-mob/00005: Starting mobile
22:48:52.993705 run       osmo-ms-mob/00005(pid=140): Launched
22:48:53.005604 run                             mass: MS start registered  {at=5223438.708949515, delay=0.0054125189781188965, ms=00005}
22:48:53.880316 run                osmo-ms-mob/00006: Starting mobile
22:48:53.893465 run       osmo-ms-mob/00006(pid=141): Launched
22:48:53.904053 run                             mass: MS start registered  {at=5223439.607405886, delay=0.004627969115972519, ms=00006}
22:48:54.530902 run                             mass: MS performed LU  {at=5223440.234233679, lu_delay=4.925902867689729, ms=00002}
22:48:54.981767 run                osmo-ms-mob/00007: Starting mobile
22:48:54.995048 run       osmo-ms-mob/00007(pid=142): Launched
22:48:55.001369 run                             mass: Starting too slowly. Moving on {now=5223440.704735271, sleep=-0.12712909188121557, target=5223440.577606179}
22:48:55.007042 run                             mass: Starting too slowly. Moving on {now=5223440.710411838, sleep=-0.03280565980821848, target=5223440.677606178}
22:48:55.012616 run                             mass: MS start registered  {at=5223440.715975698, delay=0.011243609711527824, ms=00007}
22:48:55.581547 run                osmo-ms-mob/00008: Starting mobile
22:48:55.595360 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.608223 run                             mass: MS start registered  {at=5223441.311570969, delay=0.0064279306679964066, ms=00008}
22:48:56.280879 run                osmo-ms-mob/00009: Starting mobile
22:48:56.294442 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.306296 run                             mass: MS start registered  {at=5223442.009628899, delay=0.005572699010372162, ms=00009}
22:48:56.394957 run                             mass: MS performed LU  {at=5223442.09828846, lu_delay=5.474379264749587, ms=00003}
22:48:56.980888 run                osmo-ms-mob/00010: Starting mobile
22:48:56.993988 run       osmo-ms-mob/00010(pid=145): Launched
22:48:57.004743 run                             mass: MS start registered  {at=5223442.708091853, delay=0.004744003526866436, ms=00010}
22:48:57.582826 run                osmo-ms-mob/00011: Starting mobile
22:48:57.601616 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.615145 run                             mass: MS start registered  {at=5223443.318479303, delay=0.005624434910714626, ms=00011}
22:48:58.183185 run                osmo-ms-mob/00012: Starting mobile
22:48:58.202285 run       osmo-ms-mob/00012(pid=147): Launched
22:48:58.221344 run                             mass: MS start registered  {at=5223443.924652124, delay=0.009540739469230175, ms=00012}
22:48:58.297204 run                             mass: MS performed LU  {at=5223444.00052807, lu_delay=6.292230767197907, ms=00004}
22:48:58.324040 run                             mass: MS performed LU  {at=5223444.027341866, lu_delay=5.318392351269722, ms=00005}
22:48:58.789143 run                osmo-ms-mob/00013: Starting mobile
22:48:58.825847 run       osmo-ms-mob/00013(pid=148): Launched
22:48:58.851214 run                             mass: MS start registered  {at=5223444.554517845, delay=0.007589446380734444, ms=00013}
22:48:59.388713 run                osmo-ms-mob/00014: Starting mobile
22:48:59.417586 run       osmo-ms-mob/00014(pid=149): Launched
22:48:59.439608 run                             mass: MS start registered  {at=5223445.142913873, delay=0.00785852875560522, ms=00014}
22:48:59.988809 run                osmo-ms-mob/00015: Starting mobile
22:49:00.027036 run       osmo-ms-mob/00015(pid=150): Launched
22:49:00.052731 run                             mass: MS start registered  {at=5223445.756031189, delay=0.006969662383198738, ms=00015}
22:49:00.161735 run                             mass: MS performed LU  {at=5223445.865042855, lu_delay=6.257636968977749, ms=00006}
22:49:00.225737 run                             mass: MS performed LU  {at=5223445.929040907, lu_delay=5.213065208867192, ms=00007}
22:49:00.490175 run                osmo-ms-mob/00016: Starting mobile
22:49:00.529088 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.548383 run                             mass: MS performed LU  {at=5223446.251715258, lu_delay=4.940144288353622, ms=00008}
22:49:00.566778 run                             mass: MS start registered  {at=5223446.27012224, delay=0.01845469232648611, ms=00016}
22:49:00.989443 run                osmo-ms-mob/00017: Starting mobile
22:49:01.014819 run       osmo-ms-mob/00017(pid=152): Launched
22:49:01.040215 run                             mass: MS start registered  {at=5223446.743532469, delay=0.015322682447731495, ms=00017}
22:49:01.589546 run                osmo-ms-mob/00018: Starting mobile
22:49:01.621812 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.640911 run                             mass: MS start registered  {at=5223447.344224016, delay=0.009349612519145012, ms=00018}
22:49:01.961112 run                             mass: MS performed LU  {at=5223447.664417797, lu_delay=5.654788897372782, ms=00009}
22:49:01.988513 run                osmo-ms-mob/00019: Starting mobile
22:49:02.010434 run       osmo-ms-mob/00019(pid=154): Launched
22:49:02.028927 run                             mass: MS start registered  {at=5223447.73224649, delay=0.008926625363528728, ms=00019}
22:49:02.063059 run                             mass: MS performed LU  {at=5223447.766367719, lu_delay=4.447888415306807, ms=00011}
22:49:02.090870 run                             mass: MS performed LU  {at=5223447.794174224, lu_delay=5.086082370951772, ms=00010}
22:49:02.488144 run                osmo-ms-mob/00020: Starting mobile
22:49:02.508749 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.526244 run                             mass: MS start registered  {at=5223448.229562419, delay=0.0023132339119911194, ms=00020}
22:49:02.990908 run                osmo-ms-mob/00021: Starting mobile
22:49:03.030925 run       osmo-ms-mob/00021(pid=156): Launched
22:49:03.050292 run                             mass: MS start registered  {at=5223448.75362779, delay=4.237983375787735e-05, ms=00021}
22:49:03.389334 run                osmo-ms-mob/00022: Starting mobile
22:49:03.426924 run       osmo-ms-mob/00022(pid=157): Launched
22:49:03.445155 run                             mass: MS start registered  {at=5223449.148465202, delay=0.0011385651305317879, ms=00022}
22:49:03.886869 run                osmo-ms-mob/00023: Starting mobile
22:49:03.906934 run       osmo-ms-mob/00023(pid=158): Launched
22:49:03.927357 run                             mass: MS performed LU  {at=5223449.630679018, lu_delay=5.076161173172295, ms=00013}
22:49:03.936538 run                             mass: MS start registered  {at=5223449.639897668, delay=0.01967116817831993, ms=00023}
22:49:04.288122 run                osmo-ms-mob/00024: Starting mobile
22:49:04.324647 run       osmo-ms-mob/00024(pid=159): Launched
22:49:04.342200 run                             mass: MS performed LU  {at=5223450.045534853, lu_delay=4.9026209795847535, ms=00014}
22:49:04.359371 run                             mass: MS start registered  {at=5223450.062714655, delay=0.017225774005055428, ms=00024}
22:49:04.790947 run                osmo-ms-mob/00025: Starting mobile
22:49:04.829700 run       osmo-ms-mob/00025(pid=160): Launched
22:49:04.854167 run                             mass: MS start registered  {at=5223450.557473923, delay=0.005598614923655987, ms=00025}
22:49:05.190247 run                osmo-ms-mob/00026: Starting mobile
22:49:05.295199 run       osmo-ms-mob/00026(pid=161): Launched
22:49:05.311007 run                             mass: Starting too slowly. Moving on {now=5223451.014363113, sleep=-0.036756972782313824, target=5223450.97760614}
22:49:05.327073 run                             mass: MS start registered  {at=5223451.030411417, delay=0.01605357974767685, ms=00026}
22:49:05.589163 run                osmo-ms-mob/00027: Starting mobile
22:49:05.616912 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.634306 run                             mass: MS start registered  {at=5223451.337611739, delay=0.007653656415641308, ms=00027}
22:49:05.727132 run                             mass: MS performed LU  {at=5223451.430439074, lu_delay=5.674407884478569, ms=00015}
22:49:05.828587 run                             mass: MS performed LU  {at=5223451.531896478, lu_delay=4.788364009000361, ms=00017}
22:49:05.856746 run                             mass: MS performed LU  {at=5223451.56005164, lu_delay=5.289929399266839, ms=00016}
22:49:05.885519 run                osmo-ms-mob/00028: Starting mobile
22:49:05.920637 run       osmo-ms-mob/00028(pid=163): Launched
22:49:05.945841 run                             mass: MS start registered  {at=5223451.649147554, delay=0.00917563121765852, ms=00028}
22:49:06.389214 run                osmo-ms-mob/00029: Starting mobile
22:49:06.425439 run       osmo-ms-mob/00029(pid=164): Launched
22:49:06.450710 run                             mass: MS start registered  {at=5223452.154021989, delay=0.007332921959459782, ms=00029}
22:49:06.785481 run                osmo-ms-mob/00030: Starting mobile
22:49:06.808953 run       osmo-ms-mob/00030(pid=165): Launched
22:49:06.822183 run                             mass: MS start registered  {at=5223452.52550928, delay=0.005577444098889828, ms=00030}
22:49:07.180512 run                osmo-ms-mob/00031: Starting mobile
22:49:07.196730 run       osmo-ms-mob/00031(pid=166): Launched
22:49:07.209391 run                             mass: MS start registered  {at=5223452.912738887, delay=0.005527370609343052, ms=00031}
22:49:07.480656 run                osmo-ms-mob/00032: Starting mobile
22:49:07.494318 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.505818 run                             mass: MS start registered  {at=5223453.209147491, delay=0.005149255506694317, ms=00032}
22:49:07.591549 run                             mass: MS performed LU  {at=5223453.294878363, lu_delay=5.06531594414264, ms=00020}
22:49:07.628567 run                             mass: MS performed LU  {at=5223453.331863139, lu_delay=5.599616648629308, ms=00019}
22:49:07.693272 run                             mass: MS performed LU  {at=5223453.396600889, lu_delay=4.642973098903894, ms=00021}
22:49:07.705591 run                osmo-ms-mob/00033: Starting mobile
22:49:07.720839 run       osmo-ms-mob/00033(pid=168): Launched
22:49:07.737300 run                             mass: MS start registered  {at=5223453.440622143, delay=0.00899997353553772, ms=00033}
22:49:07.882178 run                             mass: MS performed LU  {at=5223453.585510011, lu_delay=6.241285994648933, ms=00018}
22:49:08.287272 run                osmo-ms-mob/00034: Starting mobile
22:49:08.310320 run       osmo-ms-mob/00034(pid=169): Launched
22:49:08.325151 run                             mass: MS start registered  {at=5223454.028492185, delay=3.51807102560997e-05, ms=00034}
22:49:08.582230 run                osmo-ms-mob/00035: Starting mobile
22:49:08.599909 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.614968 run                             mass: MS start registered  {at=5223454.31829071, delay=0.006492589600384235, ms=00035}
22:49:08.988901 run                osmo-ms-mob/00036: Starting mobile
22:49:09.023554 run       osmo-ms-mob/00036(pid=171): Launched
22:49:09.049088 run                             mass: MS start registered  {at=5223454.752408315, delay=0.009269791655242443, ms=00036}
22:49:09.384600 run                osmo-ms-mob/00037: Starting mobile
22:49:09.403905 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.427762 run                             mass: MS start registered  {at=5223455.131064541, delay=0.015447606332600117, ms=00037}
22:49:09.492985 run                             mass: MS performed LU  {at=5223455.196298406, lu_delay=5.556400738656521, ms=00023}
22:49:09.594781 run                             mass: MS performed LU  {at=5223455.298093233, lu_delay=4.740619310177863, ms=00025}
22:49:09.619962 run                osmo-ms-mob/00038: Starting mobile
22:49:09.638426 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.646788 run                             mass: MS performed LU  {at=5223455.350135444, lu_delay=5.287420788779855, ms=00024}
22:49:09.658631 run                             mass: MS start registered  {at=5223455.361961595, delay=0.011861909180879593, ms=00038}
22:49:09.783830 run                             mass: MS performed LU  {at=5223455.487155377, lu_delay=6.338690174743533, ms=00022}
22:49:09.799613 run                osmo-ms-mob/00039: Starting mobile
22:49:09.817037 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.838687 run                             mass: MS start registered  {at=5223455.54201692, delay=0.0126152029260993, ms=00039}
22:49:10.386971 run                osmo-ms-mob/00040: Starting mobile
22:49:10.410593 run       osmo-ms-mob/00040(pid=175): Launched
22:49:10.425526 run                             mass: MS start registered  {at=5223456.128862068, delay=0.00020698271691799164, ms=00040}
22:49:10.686907 run                osmo-ms-mob/00041: Starting mobile
22:49:10.712499 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.728267 run                             mass: MS start registered  {at=5223456.431604808, delay=0.0022601550444960594, ms=00041}
22:49:10.982038 run                osmo-ms-mob/00042: Starting mobile
22:49:10.999508 run       osmo-ms-mob/00042(pid=177): Launched
22:49:11.016912 run                             mass: MS start registered  {at=5223456.720231168, delay=0.009433413855731487, ms=00042}
22:49:11.383519 run                osmo-ms-mob/00043: Starting mobile
22:49:11.398665 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.410923 run                             mass: MS start registered  {at=5223457.114268916, delay=0.005336402915418148, ms=00043}
22:49:11.458531 run                             mass: MS performed LU  {at=5223457.161864679, lu_delay=5.51271712500602, ms=00028}
22:49:11.523584 run                             mass: MS performed LU  {at=5223457.226906606, lu_delay=6.196495189331472, ms=00026}
22:49:11.538253 run                osmo-ms-mob/00044: Starting mobile
22:49:11.553345 run       osmo-ms-mob/00044(pid=179): Launched
22:49:11.565751 run                             mass: MS start registered  {at=5223457.269099584, delay=0.005423638038337231, ms=00044}
22:49:11.592643 run                             mass: MS performed LU  {at=5223457.295970837, lu_delay=4.770461556501687, ms=00030}
22:49:11.629859 run                             mass: MS performed LU  {at=5223457.333190893, lu_delay=5.179168904200196, ms=00029}
22:49:11.642710 run                osmo-ms-mob/00045: Starting mobile
22:49:11.658714 run       osmo-ms-mob/00045(pid=180): Launched
22:49:11.667610 run                             mass: MS performed LU  {at=5223457.37096359, lu_delay=6.033351851627231, ms=00027}
22:49:11.674978 run                             mass: MS start registered  {at=5223457.378341982, delay=0.007402614690363407, ms=00045}
22:49:12.282348 run                osmo-ms-mob/00046: Starting mobile
22:49:12.299074 run       osmo-ms-mob/00046(pid=181): Launched
22:49:12.316287 run                             mass: MS start registered  {at=5223458.019621698, delay=0.009014835581183434, ms=00046}
22:49:12.580560 run                osmo-ms-mob/00047: Starting mobile
22:49:12.596004 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.609303 run                             mass: MS start registered  {at=5223458.312634849, delay=0.006034293211996555, ms=00047}
22:49:12.888265 run                osmo-ms-mob/00048: Starting mobile
22:49:12.918249 run       osmo-ms-mob/00048(pid=183): Launched
22:49:12.932291 run                             mass: MS start registered  {at=5223458.635608003, delay=0.005818762816488743, ms=00048}
22:49:13.180641 run                osmo-ms-mob/00049: Starting mobile
22:49:13.195908 run       osmo-ms-mob/00049(pid=184): Launched
22:49:13.208550 run                             mass: MS start registered  {at=5223458.911898211, delay=0.005415536463260651, ms=00049}
22:49:13.258708 run                             mass: MS performed LU  {at=5223458.962039892, lu_delay=6.049301004968584, ms=00031}
22:49:13.360067 run                             mass: MS performed LU  {at=5223459.063399197, lu_delay=5.622777053155005, ms=00033}
22:49:13.374422 run                osmo-ms-mob/00050: Starting mobile
22:49:13.391943 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.402327 run                             mass: MS performed LU  {at=5223459.105681231, lu_delay=5.89653374068439, ms=00032}
22:49:13.409402 run                             mass: MS start registered  {at=5223459.11276536, delay=0.007107785902917385, ms=00050}
22:49:13.549624 run                             mass: MS performed LU  {at=5223459.252943896, lu_delay=5.224451710470021, ms=00034}
22:49:13.567743 run                             mass: MS performed LU  {at=5223459.271096459, lu_delay=4.952805748209357, ms=00035}
22:49:13.580939 run                osmo-ms-mob/00051: Starting mobile
22:49:13.597360 run       osmo-ms-mob/00051(pid=186): Launched
22:49:13.610307 run                             mass: MS start registered  {at=5223459.313651798, delay=0.005528935231268406, ms=00051}
22:49:14.181947 run                osmo-ms-mob/00052: Starting mobile
22:49:14.200995 run       osmo-ms-mob/00052(pid=187): Launched
22:49:14.215274 run                             mass: MS start registered  {at=5223459.918617559, delay=3.3008866012096405e-05, ms=00052}
22:49:14.480433 run                osmo-ms-mob/00053: Starting mobile
22:49:14.495928 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.509209 run                             mass: MS start registered  {at=5223460.212549605, delay=0.005857114680111408, ms=00053}
22:49:14.781968 run                osmo-ms-mob/00054: Starting mobile
22:49:14.797136 run       osmo-ms-mob/00054(pid=189): Launched
22:49:14.809967 run                             mass: MS start registered  {at=5223460.513306935, delay=0.005553637631237507, ms=00054}
22:49:15.080112 run                osmo-ms-mob/00055: Starting mobile
22:49:15.094282 run       osmo-ms-mob/00055(pid=190): Launched
22:49:15.107545 run                             mass: MS start registered  {at=5223460.81087553, delay=0.006197742186486721, ms=00055}
22:49:15.224113 run                             mass: MS performed LU  {at=5223460.927425635, lu_delay=4.798563566990197, ms=00040}
22:49:15.288665 run                             mass: MS performed LU  {at=5223460.991987697, lu_delay=5.63002610206604, ms=00038}
22:49:15.300971 run                osmo-ms-mob/00056: Starting mobile
22:49:15.316152 run       osmo-ms-mob/00056(pid=191): Launched
22:49:15.329262 run                             mass: MS start registered  {at=5223461.032604953, delay=0.00591690931469202, ms=00056}
22:49:15.358041 run                             mass: MS performed LU  {at=5223461.061372154, lu_delay=5.930307613685727, ms=00037}
22:49:15.395029 run                             mass: MS performed LU  {at=5223461.09836216, lu_delay=5.556345240212977, ms=00039}
22:49:15.407323 run                osmo-ms-mob/00057: Starting mobile
22:49:15.423352 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.430903 run                             mass: MS performed LU  {at=5223461.13425425, lu_delay=6.381845934316516, ms=00036}
22:49:15.438967 run                             mass: MS start registered  {at=5223461.142328585, delay=0.008101149462163448, ms=00057}
22:49:15.704628 run                             mass: MS performed LU  {at=5223461.40794743, lu_delay=4.976342622190714, ms=00041}
22:49:16.080807 run                osmo-ms-mob/00058: Starting mobile
22:49:16.094334 run       osmo-ms-mob/00058(pid=193): Launched
22:49:16.106024 run                             mass: MS start registered  {at=5223461.809361331, delay=0.005440860986709595, ms=00058}
22:49:16.381093 run                osmo-ms-mob/00059: Starting mobile
22:49:16.395146 run       osmo-ms-mob/00059(pid=194): Launched
22:49:16.406824 run                             mass: MS start registered  {at=5223462.110165563, delay=0.005318598821759224, ms=00059}
22:49:16.679921 run                osmo-ms-mob/00060: Starting mobile
22:49:16.693433 run       osmo-ms-mob/00060(pid=195): Launched
22:49:16.704504 run                             mass: MS start registered  {at=5223462.40785415, delay=0.00483302678912878, ms=00060}
22:49:17.024494 run                             mass: MS performed LU  {at=5223462.727815788, lu_delay=6.007584620267153, ms=00042}
22:49:17.036033 run                osmo-ms-mob/00061: Starting mobile
22:49:17.049225 run       osmo-ms-mob/00061(pid=196): Launched
22:49:17.060290 run                             mass: MS start registered  {at=5223462.76364106, delay=0.004854561761021614, ms=00061}
22:49:17.079939 run                             mass: MS performed LU  {at=5223462.783265661, lu_delay=5.404923679307103, ms=00045}
22:49:17.152885 run                             mass: MS performed LU  {at=5223462.856219711, lu_delay=5.741950795054436, ms=00043}
22:49:17.163961 run                osmo-ms-mob/00062: Starting mobile
22:49:17.177348 run       osmo-ms-mob/00062(pid=197): Launched
22:49:17.188277 run                             mass: MS start registered  {at=5223462.89162469, delay=0.004738709889352322, ms=00062}
22:49:17.333548 run                             mass: MS performed LU  {at=5223463.036879859, lu_delay=4.724245009943843, ms=00047}
22:49:17.370460 run                             mass: MS performed LU  {at=5223463.073791369, lu_delay=5.804691785015166, ms=00044}
22:49:17.381964 run                osmo-ms-mob/00063: Starting mobile
22:49:17.395354 run       osmo-ms-mob/00063(pid=198): Launched
22:49:17.406673 run                             mass: MS start registered  {at=5223463.110022589, delay=0.005167865194380283, ms=00063}
22:49:18.048730 run                             mass: MS performed LU  {at=5223463.752051151, lu_delay=5.73242945317179, ms=00046}
22:49:18.060718 run                osmo-ms-mob/00064: Starting mobile
22:49:18.074556 run       osmo-ms-mob/00064(pid=199): Launched
22:49:18.086038 run                             mass: MS start registered  {at=5223463.789387148, delay=0.005022391676902771, ms=00064}
22:49:18.376210 run                             mass: MS performed LU  {at=5223464.07954352, lu_delay=3.866993914358318, ms=00053}
22:49:18.389388 run                osmo-ms-mob/00065: Starting mobile
22:49:18.405918 run       osmo-ms-mob/00065(pid=200): Launched
22:49:18.419251 run                             mass: MS start registered  {at=5223464.122591068, delay=0.006167475134134293, ms=00065}
22:49:18.782089 run                osmo-ms-mob/00066: Starting mobile
22:49:18.797874 run       osmo-ms-mob/00066(pid=201): Launched
22:49:18.810943 run                             mass: MS start registered  {at=5223464.514285276, delay=0.005618997849524021, ms=00066}
22:49:18.888856 run                             mass: MS performed LU  {at=5223464.592186157, lu_delay=5.680287946015596, ms=00049}
22:49:18.925757 run                             mass: MS performed LU  {at=5223464.629088367, lu_delay=5.516323007643223, ms=00050}
22:49:18.943813 run                             mass: MS performed LU  {at=5223464.647146139, lu_delay=6.01153813675046, ms=00048}
22:49:18.956371 run                osmo-ms-mob/00067: Starting mobile
22:49:18.972063 run       osmo-ms-mob/00067(pid=202): Launched
22:49:18.985624 run                             mass: MS start registered  {at=5223464.68894227, delay=0.005328444764018059, ms=00067}
22:49:19.234952 run                             mass: MS performed LU  {at=5223464.938278995, lu_delay=5.019661436788738, ms=00052}
22:49:19.481711 run                osmo-ms-mob/00068: Starting mobile
22:49:19.497584 run       osmo-ms-mob/00068(pid=203): Launched
22:49:19.510885 run                             mass: MS start registered  {at=5223465.214234768, delay=0.0003576260060071945, ms=00068}
22:49:19.881344 run                osmo-ms-mob/00069: Starting mobile
22:49:19.898121 run       osmo-ms-mob/00069(pid=204): Launched
22:49:19.915885 run                             mass: MS start registered  {at=5223465.619223704, delay=0.006757114082574844, ms=00069}
22:49:19.978210 run                             mass: MS performed LU  {at=5223465.681521638, lu_delay=6.36786984000355, ms=00051}
22:49:20.098150 run                             mass: MS performed LU  {at=5223465.801430136, lu_delay=3.9920688048005104, ms=00058}
22:49:20.285988 run                osmo-ms-mob/00070: Starting mobile
22:49:20.303097 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.311221 run                             mass: MS performed LU  {at=5223466.014570367, lu_delay=3.9044048031792045, ms=00059}
22:49:20.318847 run                             mass: MS start registered  {at=5223466.022207679, delay=0.007663670927286148, ms=00070}
22:49:20.681737 run                osmo-ms-mob/00071: Starting mobile
22:49:20.699284 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.716936 run                             mass: MS start registered  {at=5223466.420217856, delay=0.007382131181657314, ms=00071}
22:49:20.789859 run                             mass: MS performed LU  {at=5223466.493161788, lu_delay=5.460556834936142, ms=00056}
22:49:20.846238 run                             mass: MS performed LU  {at=5223466.549549592, lu_delay=5.738674061372876, ms=00055}
22:49:20.864600 run                             mass: MS performed LU  {at=5223466.567923421, lu_delay=5.425594836473465, ms=00057}
22:49:20.893932 run                osmo-ms-mob/00072: Starting mobile
22:49:20.926743 run       osmo-ms-mob/00072(pid=207): Launched
22:49:20.943932 run                             mass: MS start registered  {at=5223466.647265316, delay=0.0003643892705440521, ms=00072}
22:49:21.108201 run                             mass: MS performed LU  {at=5223466.811516231, lu_delay=22.886864107102156, ms=00012}
22:49:21.136084 run                             mass: MS performed LU  {at=5223466.839397416, lu_delay=6.326090481132269, ms=00054}
22:49:21.491313 run                osmo-ms-mob/00073: Starting mobile
22:49:21.532064 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.557603 run                             mass: MS start registered  {at=5223467.260898458, delay=0.007133517414331436, ms=00073}
22:49:21.884981 run                osmo-ms-mob/00074: Starting mobile
22:49:21.912403 run       osmo-ms-mob/00074(pid=209): Launched
22:49:21.928897 run                             mass: MS start registered  {at=5223467.632236996, delay=3.84356826543808e-05, ms=00074}
22:49:21.958042 run                             mass: MS performed LU  {at=5223467.661355769, lu_delay=3.8719686213880777, ms=00064}
22:49:22.287605 run                osmo-ms-mob/00075: Starting mobile
22:49:22.307299 run       osmo-ms-mob/00075(pid=210): Launched
22:49:22.322039 run                             mass: MS start registered  {at=5223468.025367616, delay=0.0007871920242905617, ms=00075}
22:49:22.654471 run                             mass: MS performed LU  {at=5223468.357791023, lu_delay=5.2477684346958995, ms=00063}
22:49:22.691640 run                             mass: MS performed LU  {at=5223468.394947518, lu_delay=5.503322827629745, ms=00062}
22:49:22.714781 run                osmo-ms-mob/00076: Starting mobile
22:49:22.733145 run       osmo-ms-mob/00076(pid=211): Launched
22:49:22.743070 run                             mass: MS performed LU  {at=5223468.44642028, lu_delay=5.682779219932854, ms=00061}
22:49:22.755672 run                             mass: MS start registered  {at=5223468.459009978, delay=0.012617625296115875, ms=00076}
22:49:23.000483 run                             mass: MS performed LU  {at=5223468.703776007, lu_delay=6.295921856537461, ms=00060}
22:49:23.037450 run                             mass: MS performed LU  {at=5223468.740749487, lu_delay=4.618158418685198, ms=00065}
22:49:23.052458 run                osmo-ms-mob/00077: Starting mobile
22:49:23.070561 run       osmo-ms-mob/00077(pid=212): Launched
22:49:23.085115 run                             mass: MS start registered  {at=5223468.788437848, delay=0.006607554852962494, ms=00077}
22:49:23.683844 run                osmo-ms-mob/00078: Starting mobile
22:49:23.705079 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.722277 run                             mass: MS start registered  {at=5223469.425592601, delay=0.0035660723224282265, ms=00078}
22:49:24.083183 run                osmo-ms-mob/00079: Starting mobile
22:49:24.101659 run       osmo-ms-mob/00079(pid=214): Launched
22:49:24.117254 run                             mass: MS start registered  {at=5223469.820566243, delay=0.006745806895196438, ms=00079}
22:49:24.555945 run                             mass: MS performed LU  {at=5223470.259247588, lu_delay=5.744962312281132, ms=00066}
22:49:24.575261 run                osmo-ms-mob/00080: Starting mobile
22:49:24.596286 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.615215 run                             mass: MS start registered  {at=5223470.318518374, delay=0.010116294026374817, ms=00080}
22:49:24.639626 run                             mass: MS performed LU  {at=5223470.342918642, lu_delay=5.128683873452246, ms=00068}
22:49:24.657876 run                             mass: MS performed LU  {at=5223470.361193366, lu_delay=4.741969662718475, ms=00069}
22:49:24.846837 run                             mass: MS performed LU  {at=5223470.550134196, lu_delay=5.8611919255927205, ms=00067}
22:49:24.865495 run                             mass: MS performed LU  {at=5223470.568826992, lu_delay=4.54661931283772, ms=00070}
22:49:24.895290 run                osmo-ms-mob/00081: Starting mobile
22:49:24.930562 run       osmo-ms-mob/00081(pid=216): Launched
22:49:24.945751 run                             mass: MS start registered  {at=5223470.649104474, delay=2.4837441742420197e-05, ms=00081}
22:49:25.487615 run                osmo-ms-mob/00082: Starting mobile
22:49:25.511168 run       osmo-ms-mob/00082(pid=217): Launched
22:49:25.526875 run                             mass: MS start registered  {at=5223471.230214635, delay=3.869552165269852e-05, ms=00082}
22:49:26.085968 run                osmo-ms-mob/00083: Starting mobile
22:49:26.103660 run       osmo-ms-mob/00083(pid=218): Launched
22:49:26.121405 run                             mass: MS start registered  {at=5223471.824717241, delay=0.009266713634133339, ms=00083}
22:49:26.568195 run                             mass: MS performed LU  {at=5223472.271506205, lu_delay=5.851288349367678, ms=00071}
22:49:26.588998 run                osmo-ms-mob/00084: Starting mobile
22:49:26.612833 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.626848 run                             mass: MS performed LU  {at=5223472.330189436, lu_delay=5.682924119755626, ms=00072}
22:49:26.640419 run                             mass: MS start registered  {at=5223472.343770201, delay=0.01361861266195774, ms=00084}
22:49:26.655736 run                             mass: MS performed LU  {at=5223472.35907016, lu_delay=5.098171702586114, ms=00073}
22:49:26.693136 run                             mass: MS performed LU  {at=5223472.396438514, lu_delay=4.764201518148184, ms=00074}
22:49:27.081486 run                osmo-ms-mob/00085: Starting mobile
22:49:27.097554 run       osmo-ms-mob/00085(pid=220): Launched
22:49:27.110500 run                             mass: MS start registered  {at=5223472.813846326, delay=0.0057050203904509544, ms=00085}
22:49:27.681263 run                osmo-ms-mob/00086: Starting mobile
22:49:27.696560 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.710511 run                             mass: MS start registered  {at=5223473.413845122, delay=0.005163801833987236, ms=00086}
22:49:28.281346 run                osmo-ms-mob/00087: Starting mobile
22:49:28.296226 run       osmo-ms-mob/00087(pid=222): Launched
22:49:28.308775 run                             mass: MS start registered  {at=5223474.012112446, delay=0.005582679063081741, ms=00087}
22:49:28.321919 run                             mass: MS performed LU  {at=5223474.025264932, lu_delay=5.999897316098213, ms=00075}
22:49:28.404921 run                             mass: MS performed LU  {at=5223474.108223465, lu_delay=4.682630863972008, ms=00078}
22:49:28.423041 run                             mass: MS performed LU  {at=5223474.126386422, lu_delay=5.337948573753238, ms=00077}
22:49:28.594300 run                             mass: MS performed LU  {at=5223474.297632294, lu_delay=5.838622315786779, ms=00076}
22:49:28.881579 run                osmo-ms-mob/00088: Starting mobile
22:49:28.896718 run       osmo-ms-mob/00088(pid=223): Launched
22:49:28.909523 run                             mass: MS start registered  {at=5223474.61286542, delay=0.005652053281664848, ms=00088}
22:49:29.480539 run                osmo-ms-mob/00089: Starting mobile
22:49:29.495137 run       osmo-ms-mob/00089(pid=224): Launched
22:49:29.508272 run                             mass: MS start registered  {at=5223475.21159597, delay=0.005897125229239464, ms=00089}
22:49:30.081049 run                osmo-ms-mob/00090: Starting mobile
22:49:30.094229 run       osmo-ms-mob/00090(pid=225): Launched
22:49:30.105848 run                             mass: MS start registered  {at=5223475.809198604, delay=0.005190392956137657, ms=00090}
22:49:30.333467 run                             mass: MS performed LU  {at=5223476.036798056, lu_delay=5.718279682099819, ms=00080}
22:49:30.351969 run                             mass: MS performed LU  {at=5223476.055294015, lu_delay=5.406189541332424, ms=00081}
22:49:30.421617 run                             mass: MS performed LU  {at=5223476.124935727, lu_delay=4.894721091724932, ms=00082}
22:49:30.458015 run                             mass: MS performed LU  {at=5223476.161340665, lu_delay=6.340774422511458, ms=00079}
22:49:30.780951 run                osmo-ms-mob/00091: Starting mobile
22:49:30.794532 run       osmo-ms-mob/00091(pid=226): Launched
22:49:30.806319 run                             mass: MS start registered  {at=5223476.509666201, delay=0.005283487029373646, ms=00091}
22:49:31.480728 run                osmo-ms-mob/00092: Starting mobile
22:49:31.496320 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.509343 run                             mass: MS start registered  {at=5223477.21268755, delay=0.005874021910130978, ms=00092}
22:49:32.087849 run                             mass: MS performed LU  {at=5223477.79118236, lu_delay=5.447412158362567, ms=00084}
22:49:32.171093 run                             mass: MS performed LU  {at=5223477.87441561, lu_delay=5.060569283552468, ms=00085}
22:49:32.184968 run                osmo-ms-mob/00093: Starting mobile
22:49:32.201649 run       osmo-ms-mob/00093(pid=228): Launched
22:49:32.209526 run                             mass: MS performed LU  {at=5223477.912877712, lu_delay=6.088160471059382, ms=00083}
22:49:32.217020 run                             mass: MS start registered  {at=5223477.920382813, delay=0.007532848976552486, ms=00093}
22:49:32.360567 run                             mass: MS performed LU  {at=5223478.063899024, lu_delay=4.65005390252918, ms=00086}
22:49:33.181123 run                osmo-ms-mob/00094: Starting mobile
22:49:33.194777 run       osmo-ms-mob/00094(pid=229): Launched
22:49:33.206290 run                             mass: MS start registered  {at=5223478.909642287, delay=0.005027983337640762, ms=00094}
22:49:34.080280 run                osmo-ms-mob/00095: Starting mobile
22:49:34.093461 run       osmo-ms-mob/00095(pid=230): Launched
22:49:34.099865 run                             mass: MS performed LU  {at=5223479.803195852, lu_delay=5.19033043179661, ms=00088}
22:49:34.105737 run                             mass: MS start registered  {at=5223479.809103998, delay=0.0060464246198534966, ms=00095}
22:49:34.118173 run                             mass: MS performed LU  {at=5223479.821525491, lu_delay=4.609929520636797, ms=00089}
22:49:34.187141 run                             mass: MS performed LU  {at=5223479.890471904, lu_delay=5.878359457477927, ms=00087}
22:49:35.079812 run                osmo-ms-mob/00096: Starting mobile
22:49:35.093947 run       osmo-ms-mob/00096(pid=231): Launched
22:49:35.105474 run                             mass: MS start registered  {at=5223480.808822134, delay=0.005265366286039352, ms=00096}
22:49:35.936415 run                             mass: MS performed LU  {at=5223481.639718709, lu_delay=5.83052010461688, ms=00090}
22:49:36.088234 run                             mass: MS performed LU  {at=5223481.791565989, lu_delay=4.578878439031541, ms=00092}
22:49:36.103499 run                osmo-ms-mob/00097: Starting mobile
22:49:36.117531 run       osmo-ms-mob/00097(pid=232): Launched
22:49:36.129129 run                             mass: MS start registered  {at=5223481.832457046, delay=0.0052138399332761765, ms=00097}
22:49:37.487232 run                osmo-ms-mob/00098: Starting mobile
22:49:37.522351 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.547538 run                             mass: MS start registered  {at=5223483.250844516, delay=0.008248953148722649, ms=00098}
22:49:37.865388 run                             mass: MS performed LU  {at=5223483.568701523, lu_delay=4.659059236757457, ms=00094}
22:49:37.883777 run                             mass: MS performed LU  {at=5223483.587107019, lu_delay=5.666724205948412, ms=00093}
22:49:39.279982 run                osmo-ms-mob/00099: Starting mobile
22:49:39.293750 run       osmo-ms-mob/00099(pid=234): Launched
22:49:39.300244 run                             mass: All started... {duration=55.72600434999913, too_slow=3}
22:49:39.307366 run                             mass: MS start registered  {at=5223485.010715447, delay=0.007108940742909908, ms=00099}
22:49:39.600902 run                             mass: MS performed LU  {at=5223485.304231999, lu_delay=5.495128001086414, ms=00095}
22:49:39.702831 run                             mass: MS performed LU  {at=5223485.406128233, lu_delay=4.597306099720299, ms=00096}
22:49:41.631759 run                             mass: MS performed LU  {at=5223487.335091028, lu_delay=5.502633982338011, ms=00097}
22:49:43.468144 run                             mass: MS performed LU  {at=5223489.171459289, lu_delay=5.9206147734075785, ms=00098}
22:49:45.369686 run                             mass: MS performed LU  {at=5223491.073018556, lu_delay=6.0623031090945005, ms=00099}
22:49:53.117886 run                             mass: MS performed LU  {at=5223498.821122473, lu_delay=22.311456272378564, ms=00091}
22:49:53.124057 run                             mass: Tests done {all_completed=True, max=22.886864107102156, min=3.866993914358318}
22:49:53.129504 tst         register_default_mass.py: Test passed (95.3 sec)
22:49:53.134940 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:53.138241 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:53.141558 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:53.144834 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:53.148098 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:53.151443 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:53.154919 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:53.158326 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:53.161736 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:53.165169 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:53.168560 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:53.172020 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:53.175489 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:53.179350 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:53.182851 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:53.186292 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:53.189774 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:53.193274 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:53.196790 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:53.200238 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:53.203950 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:53.207428 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:53.210892 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:53.214360 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:53.217779 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:53.221232 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:53.224671 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:53.228101 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:53.231501 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:53.235448 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:53.239001 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:53.242461 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:53.245871 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:53.249315 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:53.252750 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:53.256137 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:53.259601 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:53.263781 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:53.267257 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:53.271160 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:53.274592 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:53.278075 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:53.282106 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:53.285585 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:53.289036 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:53.293326 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:53.296758 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:53.300371 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:53.303858 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:53.307862 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:53.311353 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:53.315051 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:53.318538 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:53.321988 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:53.325403 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:53.329358 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:53.332899 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:53.336362 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:53.339799 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:53.343806 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:53.347284 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:53.350745 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:53.354691 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:53.358164 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:53.361574 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:53.365025 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:53.368478 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:53.371947 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:53.375361 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:53.378798 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:53.382246 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:53.385695 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:53.389110 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:53.392548 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:53.395974 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:53.399408 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:53.402820 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:53.406259 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:53.409731 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:53.413225 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:53.417268 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:53.420724 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:53.424199 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:53.427689 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:53.431132 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:53.434626 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:53.438130 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:53.441633 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:53.445089 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:53.448538 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:53.451997 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:53.455465 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:53.458912 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:53.462363 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:53.465801 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:53.469229 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:53.472701 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:53.476120 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:53.479576 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:53.483018 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:53.486425 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:53.489861 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:53.493313 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:53.496893 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:53.500318 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:53.503773 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:53.507374 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:53.510819 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:53.514396 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:53.517953 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:53.521463 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:53.524917 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:53.528330 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:53.531731 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:53.535181 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:53.538622 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:53.542010 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:53.545438 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:53.548703 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:53.551940 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:53.555179 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:53.558465 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:53.561894 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:53.565326 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:53.568718 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:53.572111 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:53.575499 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:53.578883 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:53.582298 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:53.585690 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:53.589118 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:53.592498 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:53.595893 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:53.599294 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:53.602691 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:53.606070 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:53.609464 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:53.612857 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:53.616222 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:53.619611 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:53.622993 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:53.626395 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:53.629770 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:53.633144 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:53.636559 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:53.639953 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:53.643350 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:53.646734 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:53.650114 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:53.653505 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:53.656896 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:53.660276 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:53.663676 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:53.667052 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:53.670430 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:53.673812 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:53.677219 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:53.680613 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:53.684002 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:53.687393 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:53.690780 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:53.694162 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:53.697558 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:53.700956 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:53.704360 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:53.707745 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:53.711183 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:53.714565 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:53.717954 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:53.721335 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:53.724722 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:53.728116 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:53.731494 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:53.734932 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:53.738337 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:53.741740 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:53.745133 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:53.748530 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:53.751943 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:53.755358 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:53.758755 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:53.762138 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:53.765545 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:53.768939 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:53.772305 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:53.775711 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:53.779138 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:53.782527 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:53.785912 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:53.789299 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:53.792691 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:53.796139 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:53.799514 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:53.802915 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:53.806314 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:53.809702 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:53.813107 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:53.816506 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:53.819916 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:53.823288 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:53.826706 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:53.830092 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:53.833507 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:53.836902 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:53.840298 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:53.843689 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:53.847088 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:53.850470 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:53.853874 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:53.857279 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:53.860650 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:53.864034 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:53.867437 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:53.870848 ---      ParallelTerminationStrategy: PID 22 died...
22:49:53.872374 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:53.876134 ---      ParallelTerminationStrategy: PID 23 died...
22:49:53.877654 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:53.881406 ---      ParallelTerminationStrategy: PID 24 died...
22:49:53.882909 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:53.957723 ---      ParallelTerminationStrategy: PID 25 died...
22:49:53.959241 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:53.962896 ---      ParallelTerminationStrategy: PID 26 died...
22:49:53.964432 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:53.968126 ---      ParallelTerminationStrategy: PID 27 died...
22:49:53.969607 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:53.973308 ---      ParallelTerminationStrategy: PID 28 died...
22:49:53.974798 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:53.978438 ---      ParallelTerminationStrategy: PID 29 died...
22:49:53.979907 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:53.983542 ---      ParallelTerminationStrategy: PID 30 died...
22:49:53.985055 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:53.988754 ---      ParallelTerminationStrategy: PID 31 died...
22:49:53.990343 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:53.994099 ---      ParallelTerminationStrategy: PID 32 died...
22:49:53.995611 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:53.999417 ---      ParallelTerminationStrategy: PID 33 died...
22:49:54.000954 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:54.004759 ---      ParallelTerminationStrategy: PID 35 died...
22:49:54.006235 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:54.009884 ---      ParallelTerminationStrategy: PID 36 died...
22:49:54.011355 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:54.015065 ---      ParallelTerminationStrategy: PID 37 died...
22:49:54.016543 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:54.020181 ---      ParallelTerminationStrategy: PID 38 died...
22:49:54.021659 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:54.025404 ---      ParallelTerminationStrategy: PID 39 died...
22:49:54.026950 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:54.030743 ---      ParallelTerminationStrategy: PID 40 died...
22:49:54.032320 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:54.036156 ---      ParallelTerminationStrategy: PID 41 died...
22:49:54.037697 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:54.041495 ---      ParallelTerminationStrategy: PID 42 died...
22:49:54.043024 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:54.046816 ---      ParallelTerminationStrategy: PID 43 died...
22:49:54.048347 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:54.052131 ---      ParallelTerminationStrategy: PID 44 died...
22:49:54.053680 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:54.057445 ---      ParallelTerminationStrategy: PID 45 died...
22:49:54.059017 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:54.062767 ---      ParallelTerminationStrategy: PID 46 died...
22:49:54.064301 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:54.068112 ---      ParallelTerminationStrategy: PID 47 died...
22:49:54.069692 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:54.073475 ---      ParallelTerminationStrategy: PID 48 died...
22:49:54.074996 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:54.078761 ---      ParallelTerminationStrategy: PID 49 died...
22:49:54.080283 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:54.084057 ---      ParallelTerminationStrategy: PID 50 died...
22:49:54.085576 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:54.089337 ---      ParallelTerminationStrategy: PID 51 died...
22:49:54.090854 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:54.094674 ---      ParallelTerminationStrategy: PID 52 died...
22:49:54.096226 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:54.099981 ---      ParallelTerminationStrategy: PID 53 died...
22:49:54.101548 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:54.105330 ---      ParallelTerminationStrategy: PID 54 died...
22:49:54.106873 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:54.110694 ---      ParallelTerminationStrategy: PID 55 died...
22:49:54.112231 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:54.116023 ---      ParallelTerminationStrategy: PID 56 died...
22:49:54.117542 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:54.121304 ---      ParallelTerminationStrategy: PID 57 died...
22:49:54.122825 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:54.126618 ---      ParallelTerminationStrategy: PID 58 died...
22:49:54.128162 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:54.131973 ---      ParallelTerminationStrategy: PID 59 died...
22:49:54.133518 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:54.137439 ---      ParallelTerminationStrategy: PID 60 died...
22:49:54.139008 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:54.142804 ---      ParallelTerminationStrategy: PID 61 died...
22:49:54.144343 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:54.148147 ---      ParallelTerminationStrategy: PID 62 died...
22:49:54.149730 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:54.153499 ---      ParallelTerminationStrategy: PID 63 died...
22:49:54.155032 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:54.158876 ---      ParallelTerminationStrategy: PID 64 died...
22:49:54.160410 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:54.164171 ---      ParallelTerminationStrategy: PID 65 died...
22:49:54.165699 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:54.169485 ---      ParallelTerminationStrategy: PID 66 died...
22:49:54.171020 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:54.174806 ---      ParallelTerminationStrategy: PID 67 died...
22:49:54.176328 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:54.180178 ---      ParallelTerminationStrategy: PID 68 died...
22:49:54.181705 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:54.185463 ---      ParallelTerminationStrategy: PID 69 died...
22:49:54.186980 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:54.190757 ---      ParallelTerminationStrategy: PID 70 died...
22:49:54.192289 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:54.196043 ---      ParallelTerminationStrategy: PID 71 died...
22:49:54.197598 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:54.201366 ---      ParallelTerminationStrategy: PID 72 died...
22:49:54.202888 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:54.206654 ---      ParallelTerminationStrategy: PID 73 died...
22:49:54.208183 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:54.211983 ---      ParallelTerminationStrategy: PID 74 died...
22:49:54.213561 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:54.217314 ---      ParallelTerminationStrategy: PID 75 died...
22:49:54.218846 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:54.222622 ---      ParallelTerminationStrategy: PID 76 died...
22:49:54.224160 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:54.227910 ---      ParallelTerminationStrategy: PID 77 died...
22:49:54.229663 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:54.233479 ---      ParallelTerminationStrategy: PID 78 died...
22:49:54.235009 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:54.238782 ---      ParallelTerminationStrategy: PID 79 died...
22:49:54.240303 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:54.244060 ---      ParallelTerminationStrategy: PID 80 died...
22:49:54.245582 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:54.249339 ---      ParallelTerminationStrategy: PID 81 died...
22:49:54.250864 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:54.254632 ---      ParallelTerminationStrategy: PID 82 died...
22:49:54.256154 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:54.259929 ---      ParallelTerminationStrategy: PID 83 died...
22:49:54.261455 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:54.265264 ---      ParallelTerminationStrategy: PID 84 died...
22:49:54.266807 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:54.270611 ---      ParallelTerminationStrategy: PID 85 died...
22:49:54.272130 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:54.275894 ---      ParallelTerminationStrategy: PID 86 died...
22:49:54.277418 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:54.281216 ---      ParallelTerminationStrategy: PID 87 died...
22:49:54.282742 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:54.286504 ---      ParallelTerminationStrategy: PID 88 died...
22:49:54.288041 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:54.291822 ---      ParallelTerminationStrategy: PID 89 died...
22:49:54.293354 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:54.297122 ---      ParallelTerminationStrategy: PID 90 died...
22:49:54.298651 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:54.302440 ---      ParallelTerminationStrategy: PID 91 died...
22:49:54.303960 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:54.307712 ---      ParallelTerminationStrategy: PID 92 died...
22:49:54.309237 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:54.312996 ---      ParallelTerminationStrategy: PID 93 died...
22:49:54.314519 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:54.318323 ---      ParallelTerminationStrategy: PID 94 died...
22:49:54.319864 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:54.323692 ---      ParallelTerminationStrategy: PID 95 died...
22:49:54.325224 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:54.328994 ---      ParallelTerminationStrategy: PID 96 died...
22:49:54.330521 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:54.334292 ---      ParallelTerminationStrategy: PID 97 died...
22:49:54.335808 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:54.339614 ---      ParallelTerminationStrategy: PID 98 died...
22:49:54.341140 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:54.344924 ---      ParallelTerminationStrategy: PID 99 died...
22:49:54.346454 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:54.350228 ---      ParallelTerminationStrategy: PID 100 died...
22:49:54.351773 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:54.355548 ---      ParallelTerminationStrategy: PID 101 died...
22:49:54.357071 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:54.360872 ---      ParallelTerminationStrategy: PID 102 died...
22:49:54.362420 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:54.366239 ---      ParallelTerminationStrategy: PID 103 died...
22:49:54.367773 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:54.371549 ---      ParallelTerminationStrategy: PID 104 died...
22:49:54.373078 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:54.376891 ---      ParallelTerminationStrategy: PID 105 died...
22:49:54.378414 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:54.382207 ---      ParallelTerminationStrategy: PID 106 died...
22:49:54.383733 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:54.387530 ---      ParallelTerminationStrategy: PID 107 died...
22:49:54.389064 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:54.392849 ---      ParallelTerminationStrategy: PID 108 died...
22:49:54.394380 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:54.398180 ---      ParallelTerminationStrategy: PID 109 died...
22:49:54.399712 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:54.403551 ---      ParallelTerminationStrategy: PID 110 died...
22:49:54.405142 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:54.408903 ---      ParallelTerminationStrategy: PID 111 died...
22:49:54.410427 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:54.414228 ---      ParallelTerminationStrategy: PID 112 died...
22:49:54.415759 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:54.419531 ---      ParallelTerminationStrategy: PID 113 died...
22:49:54.421049 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:54.424900 ---      ParallelTerminationStrategy: PID 114 died...
22:49:54.426417 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:54.430196 ---      ParallelTerminationStrategy: PID 115 died...
22:49:54.431723 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:54.435516 ---      ParallelTerminationStrategy: PID 116 died...
22:49:54.437225 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:54.440971 ---      ParallelTerminationStrategy: PID 117 died...
22:49:54.442496 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:54.446264 ---      ParallelTerminationStrategy: PID 118 died...
22:49:54.447789 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:54.451553 ---      ParallelTerminationStrategy: PID 119 died...
22:49:54.453084 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:54.456847 ---      ParallelTerminationStrategy: PID 120 died...
22:49:54.458375 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:54.462124 ---      ParallelTerminationStrategy: PID 121 died...
22:49:54.463671 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:54.467450 ---      ParallelTerminationStrategy: PID 122 died...
22:49:54.468967 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:54.472725 ---      ParallelTerminationStrategy: PID 123 died...
22:49:54.474250 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:54.478045 ---      ParallelTerminationStrategy: PID 124 died...
22:49:54.479575 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:54.483354 ---      ParallelTerminationStrategy: PID 125 died...
22:49:54.484898 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:54.488654 ---      ParallelTerminationStrategy: PID 126 died...
22:49:54.490185 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:54.493947 ---      ParallelTerminationStrategy: PID 127 died...
22:49:54.495468 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:54.499286 ---      ParallelTerminationStrategy: PID 128 died...
22:49:54.500820 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:54.504603 ---      ParallelTerminationStrategy: PID 129 died...
22:49:54.506127 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:54.509904 ---      ParallelTerminationStrategy: PID 130 died...
22:49:54.511440 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:54.515233 ---      ParallelTerminationStrategy: PID 131 died...
22:49:54.516763 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:54.520523 ---      ParallelTerminationStrategy: PID 132 died...
22:49:54.522048 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:54.525839 ---      ParallelTerminationStrategy: PID 133 died...
22:49:54.527354 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:54.531110 ---      ParallelTerminationStrategy: PID 134 died...
22:49:54.532666 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:54.536441 ---      ParallelTerminationStrategy: PID 135 died...
22:49:54.537970 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:54.541765 ---      ParallelTerminationStrategy: PID 136 died...
22:49:54.543295 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:54.547096 ---      ParallelTerminationStrategy: PID 137 died...
22:49:54.548650 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:54.552441 ---      ParallelTerminationStrategy: PID 138 died...
22:49:54.553968 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:54.557749 ---      ParallelTerminationStrategy: PID 139 died...
22:49:54.559275 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:54.563091 ---      ParallelTerminationStrategy: PID 140 died...
22:49:54.564618 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:54.568414 ---      ParallelTerminationStrategy: PID 141 died...
22:49:54.569979 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:54.573795 ---      ParallelTerminationStrategy: PID 142 died...
22:49:54.575323 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:54.579114 ---      ParallelTerminationStrategy: PID 143 died...
22:49:54.580642 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:54.584423 ---      ParallelTerminationStrategy: PID 144 died...
22:49:54.585947 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:54.589747 ---      ParallelTerminationStrategy: PID 145 died...
22:49:54.591277 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:54.595063 ---      ParallelTerminationStrategy: PID 146 died...
22:49:54.596582 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:54.600391 ---      ParallelTerminationStrategy: PID 147 died...
22:49:54.601904 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:54.605677 ---      ParallelTerminationStrategy: PID 148 died...
22:49:54.607204 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:54.611013 ---      ParallelTerminationStrategy: PID 149 died...
22:49:54.612544 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:54.616311 ---      ParallelTerminationStrategy: PID 150 died...
22:49:54.617875 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:54.621649 ---      ParallelTerminationStrategy: PID 151 died...
22:49:54.623161 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:54.626926 ---      ParallelTerminationStrategy: PID 152 died...
22:49:54.628442 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:54.632210 ---      ParallelTerminationStrategy: PID 153 died...
22:49:54.633785 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:54.637558 ---      ParallelTerminationStrategy: PID 154 died...
22:49:54.639070 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:54.642859 ---      ParallelTerminationStrategy: PID 155 died...
22:49:54.644396 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:54.648201 ---      ParallelTerminationStrategy: PID 156 died...
22:49:54.649735 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:54.653548 ---      ParallelTerminationStrategy: PID 157 died...
22:49:54.655065 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:54.658835 ---      ParallelTerminationStrategy: PID 158 died...
22:49:54.660346 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:54.664133 ---      ParallelTerminationStrategy: PID 159 died...
22:49:54.665663 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:54.669428 ---      ParallelTerminationStrategy: PID 160 died...
22:49:54.670951 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:54.674741 ---      ParallelTerminationStrategy: PID 161 died...
22:49:54.676280 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:54.680097 ---      ParallelTerminationStrategy: PID 162 died...
22:49:54.681618 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:54.685393 ---      ParallelTerminationStrategy: PID 163 died...
22:49:54.686917 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:54.690716 ---      ParallelTerminationStrategy: PID 164 died...
22:49:54.692233 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:54.696027 ---      ParallelTerminationStrategy: PID 165 died...
22:49:54.697547 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:54.701335 ---      ParallelTerminationStrategy: PID 166 died...
22:49:54.702867 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:54.706628 ---      ParallelTerminationStrategy: PID 167 died...
22:49:54.708261 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:54.712016 ---      ParallelTerminationStrategy: PID 168 died...
22:49:54.713576 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:54.717313 ---      ParallelTerminationStrategy: PID 169 died...
22:49:54.718799 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:54.722527 ---      ParallelTerminationStrategy: PID 170 died...
22:49:54.724055 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:54.727806 ---      ParallelTerminationStrategy: PID 171 died...
22:49:54.729318 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:54.733092 ---      ParallelTerminationStrategy: PID 172 died...
22:49:54.734559 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:54.738147 ---      ParallelTerminationStrategy: PID 173 died...
22:49:54.739589 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:54.743179 ---      ParallelTerminationStrategy: PID 174 died...
22:49:54.744678 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:54.748295 ---      ParallelTerminationStrategy: PID 175 died...
22:49:54.749759 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:54.753387 ---      ParallelTerminationStrategy: PID 176 died...
22:49:54.754898 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:54.758667 ---      ParallelTerminationStrategy: PID 177 died...
22:49:54.760188 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:54.763955 ---      ParallelTerminationStrategy: PID 178 died...
22:49:54.765487 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:54.769255 ---      ParallelTerminationStrategy: PID 179 died...
22:49:54.770773 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:54.774581 ---      ParallelTerminationStrategy: PID 180 died...
22:49:54.776097 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:54.779872 ---      ParallelTerminationStrategy: PID 181 died...
22:49:54.781396 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:54.785192 ---      ParallelTerminationStrategy: PID 182 died...
22:49:54.786721 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:54.790507 ---      ParallelTerminationStrategy: PID 183 died...
22:49:54.791993 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:54.795615 ---      ParallelTerminationStrategy: PID 184 died...
22:49:54.797082 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:54.800684 ---      ParallelTerminationStrategy: PID 185 died...
22:49:54.802137 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:54.805768 ---      ParallelTerminationStrategy: PID 186 died...
22:49:54.807226 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:54.810945 ---      ParallelTerminationStrategy: PID 187 died...
22:49:54.812459 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:54.816229 ---      ParallelTerminationStrategy: PID 188 died...
22:49:54.817757 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:54.821525 ---      ParallelTerminationStrategy: PID 189 died...
22:49:54.823043 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:54.826734 ---      ParallelTerminationStrategy: PID 190 died...
22:49:54.828213 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:54.832008 ---      ParallelTerminationStrategy: PID 191 died...
22:49:54.833534 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:54.837300 ---      ParallelTerminationStrategy: PID 192 died...
22:49:54.838824 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:54.842601 ---      ParallelTerminationStrategy: PID 193 died...
22:49:54.844133 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:54.847993 ---      ParallelTerminationStrategy: PID 194 died...
22:49:54.849525 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:54.853285 ---      ParallelTerminationStrategy: PID 195 died...
22:49:54.854814 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:54.858607 ---      ParallelTerminationStrategy: PID 196 died...
22:49:54.860142 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:54.863961 ---      ParallelTerminationStrategy: PID 197 died...
22:49:54.865493 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:54.869261 ---      ParallelTerminationStrategy: PID 198 died...
22:49:54.870793 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:54.874593 ---      ParallelTerminationStrategy: PID 199 died...
22:49:54.876106 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:54.879876 ---      ParallelTerminationStrategy: PID 200 died...
22:49:54.881345 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:54.885021 ---      ParallelTerminationStrategy: PID 201 died...
22:49:54.886562 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:54.890354 ---      ParallelTerminationStrategy: PID 202 died...
22:49:54.891887 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:54.895678 ---      ParallelTerminationStrategy: PID 203 died...
22:49:54.897228 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:54.901011 ---      ParallelTerminationStrategy: PID 204 died...
22:49:54.902540 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:54.906389 ---      ParallelTerminationStrategy: PID 205 died...
22:49:54.907910 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:54.911686 ---      ParallelTerminationStrategy: PID 206 died...
22:49:54.913262 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:54.917034 ---      ParallelTerminationStrategy: PID 207 died...
22:49:54.918559 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:54.922366 ---      ParallelTerminationStrategy: PID 208 died...
22:49:54.923886 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:54.927673 ---      ParallelTerminationStrategy: PID 209 died...
22:49:54.929202 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:54.933002 ---      ParallelTerminationStrategy: PID 210 died...
22:49:54.934536 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:54.938327 ---      ParallelTerminationStrategy: PID 211 died...
22:49:54.939848 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:54.943627 ---      ParallelTerminationStrategy: PID 212 died...
22:49:54.945145 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:54.948924 ---      ParallelTerminationStrategy: PID 213 died...
22:49:54.950437 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:54.954209 ---      ParallelTerminationStrategy: PID 214 died...
22:49:54.955727 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:54.959512 ---      ParallelTerminationStrategy: PID 215 died...
22:49:54.961068 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:54.964888 ---      ParallelTerminationStrategy: PID 216 died...
22:49:54.966431 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:54.970220 ---      ParallelTerminationStrategy: PID 217 died...
22:49:54.971749 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:54.975527 ---      ParallelTerminationStrategy: PID 218 died...
22:49:54.977061 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:54.980872 ---      ParallelTerminationStrategy: PID 219 died...
22:49:54.982471 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:54.986267 ---      ParallelTerminationStrategy: PID 220 died...
22:49:54.987791 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:54.991572 ---      ParallelTerminationStrategy: PID 221 died...
22:49:54.993109 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:54.996888 ---      ParallelTerminationStrategy: PID 222 died...
22:49:54.998408 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:55.002194 ---      ParallelTerminationStrategy: PID 223 died...
22:49:55.003732 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:55.007554 ---      ParallelTerminationStrategy: PID 224 died...
22:49:55.009125 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:55.012951 ---      ParallelTerminationStrategy: PID 225 died...
22:49:55.014512 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:55.018355 ---      ParallelTerminationStrategy: PID 226 died...
22:49:55.019890 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:55.023704 ---      ParallelTerminationStrategy: PID 227 died...
22:49:55.025294 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:55.029295 ---      ParallelTerminationStrategy: PID 228 died...
22:49:55.030983 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:55.035304 ---      ParallelTerminationStrategy: PID 229 died...
22:49:55.037190 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:55.041793 ---      ParallelTerminationStrategy: PID 230 died...
22:49:55.043639 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:55.048183 ---      ParallelTerminationStrategy: PID 231 died...
22:49:55.049983 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:55.054347 ---      ParallelTerminationStrategy: PID 232 died...
22:49:55.056110 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:55.060502 ---      ParallelTerminationStrategy: PID 233 died...
22:49:55.062261 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:55.066559 ---      ParallelTerminationStrategy: PID 234 died...
22:49:55.068325 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:58.472526 ---      ParallelTerminationStrategy: PID 34 died...
22:49:58.475762 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7905 netreg_mass PASS
---------------------------------------------------------------------
22:49:58.550536 tst                       trial-7905: Storing JUnit report in /build/trial-7905/run.2025-03-14_22-48-17/trial-7905.xml

--------------------------------------------------------------------------------------------
trial-7905 PASS
--------------------------------------------------------------------------------------------
22:49:58.561688 tst                       trial-7905: trial-7905: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (95.3 sec)
+ exit_code=0
+ rm -rf trial-7905/inst
+ cd trial-7905
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-14 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7905-run.tgz run.2025-03-14_22-48-17
+ tar czf /build/trial-7905-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-14_13_25_55.tgz osmo-bts-oc2g.build-2025-03-14_00_51_23.tgz osmo-bts-sysmo.build-2025-03-14_00_51_34.tgz osmo-bts.build-2025-03-14_00_51_37.tgz osmo-ggsn.build-2025-03-14_20_42_25.tgz osmo-hlr.build-2025-03-14_16_36_54.tgz osmo-hnbgw.build-2025-03-14_13_29_03.tgz osmo-mgw.build-2025-03-14_08_33_15.tgz osmo-msc.build-2025-03-14_13_33_07.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-14_16_04_51.tgz osmo-pcu-sysmo.build-2025-03-14_16_04_38.tgz osmo-pcu.build-2025-03-14_16_04_50.tgz osmo-sgsn.build-2025-03-14_20_48_48.tgz osmo-stp.build-2025-03-14_13_23_06.tgz osmo-trx.build-2025-03-14_14_26_44.tgz osmocom-bb.build-2025-03-14_21_17_12.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