Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins13938634118211030925.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-8033
+ 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
aaf623e Use debian/eol:buster instead of debian:buster
+ 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 [ 8/28] RUN	MKDIR /var/run/sshd
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e8825fe675677af3b51baf21dd18b7de8853aab28cbe1d4ca1f5025652408d09 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=8034 -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-07-21 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8034
+ mkdir -p trial-8034
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-21_13_25_39.tgz osmo-bts-oc2g.build-2025-07-21_00_51_39.tgz osmo-bts-sysmo.build-2025-07-21_00_51_39.tgz osmo-bts.build-2025-07-21_00_51_44.tgz osmo-ggsn.build-2025-07-21_20_42_35.tgz osmo-hlr.build-2025-07-21_16_36_52.tgz osmo-hnbgw.build-2025-07-21_13_31_10.tgz osmo-mgw.build-2025-07-21_08_33_17.tgz osmo-msc.build-2025-07-21_13_32_38.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-21_07_34_06.tgz osmo-pcu-sysmo.build-2025-07-21_07_36_08.tgz osmo-pcu.build-2025-07-21_07_36_14.tgz osmo-sgsn.build-2025-07-21_20_48_31.tgz osmo-stp.build-2025-07-21_13_25_05.tgz osmo-trx.build-2025-07-21_14_28_00.tgz osmocom-bb.build-2025-07-21_21_17_15.tgz srslte.build-19.tgz trial-8034
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-21_13_25_39.md5 osmo-bts-oc2g.build-2025-07-21_00_51_39.md5 osmo-bts-sysmo.build-2025-07-21_00_51_39.md5 osmo-bts.build-2025-07-21_00_51_44.md5 osmo-ggsn.build-2025-07-21_20_42_35.md5 osmo-hlr.build-2025-07-21_16_36_52.md5 osmo-hnbgw.build-2025-07-21_13_31_10.md5 osmo-mgw.build-2025-07-21_08_33_17.md5 osmo-msc.build-2025-07-21_13_32_38.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-21_07_34_06.md5 osmo-pcu-sysmo.build-2025-07-21_07_36_08.md5 osmo-pcu.build-2025-07-21_07_36_14.md5 osmo-sgsn.build-2025-07-21_20_48_31.md5 osmo-stp.build-2025-07-21_13_25_05.md5 osmo-trx.build-2025-07-21_14_28_00.md5 osmocom-bb.build-2025-07-21_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-21_13_25_39.md5 osmo-bts-oc2g.build-2025-07-21_00_51_39.md5 osmo-bts-sysmo.build-2025-07-21_00_51_39.md5 osmo-bts.build-2025-07-21_00_51_44.md5 osmo-ggsn.build-2025-07-21_20_42_35.md5 osmo-hlr.build-2025-07-21_16_36_52.md5 osmo-hnbgw.build-2025-07-21_13_31_10.md5 osmo-mgw.build-2025-07-21_08_33_17.md5 osmo-msc.build-2025-07-21_13_32_38.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-21_07_34_06.md5 osmo-pcu-sysmo.build-2025-07-21_07_36_08.md5 osmo-pcu.build-2025-07-21_07_36_14.md5 osmo-sgsn.build-2025-07-21_20_48_31.md5 osmo-stp.build-2025-07-21_13_25_05.md5 osmo-trx.build-2025-07-21_14_28_00.md5 osmocom-bb.build-2025-07-21_21_17_15.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-8034 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8034'
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-8034
--------------------------------------------------------------------------------------------
22:48:16.752033 tst                       trial-8034: Detailed log at /build/trial-8034/run.2025-07-21_22-48-16/log

---------------------------------------------------------------------
trial-8034 netreg_mass
---------------------------------------------------------------------
22:48:16.957811 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.958148 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.958921 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.960069 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.999466 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.000288 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.001506 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.091496 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-8034 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.095128 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.122666 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.123249 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.123733 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.124191 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.124651 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.125141 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.125599 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.180691 tst         register_default_mass.py: using LAC 2
22:48:17.218498 tst         register_default_mass.py: using RAC 2
22:48:17.256992 tst         register_default_mass.py: using CellId 2
22:48:17.297530 tst         register_default_mass.py: using BVCI 3
22:48:17.307009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317801 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.324065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.324575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.325102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.326285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.327334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.328360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.329135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.329677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.330201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.330730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.331269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.331783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.332285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.332812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.333351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.333868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.334378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.334896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.335410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.335929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.336458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.336986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.337526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.338053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.338566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.339086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.339639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.340172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.340699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.341276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.341803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.342311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.342824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.343347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.343866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.344391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.344907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.345415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.345919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.346445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.346960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.347470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.347998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.348515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.349110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.349638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.350149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.350645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.351136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.351652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.352164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.352657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.353167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.353673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.354177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.354674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.355189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.355688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.356193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.356707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.357220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.357725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.358231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.358748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.359256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.359774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.360278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.360777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.361287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.361797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.362303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.362802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.363314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.363872 tst      register_default_mass.py:21: Launching a simple network
22:48:17.374082 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.496601 run            create_hlr_db(pid=20): Launched
22:48:18.507573 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.525465 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.541583 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.547713 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.728961 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.744163 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.750196 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.173808 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.189441 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.202587 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.381540 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.397900 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.403889 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.429256 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.445651 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.451704 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.791560 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.807192 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.825622 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.982104 run         osmo-bts-virtual(pid=34): Launched
22:48:30.043235 tst         register_default_mass.py: using MSISDN 1001
22:48:30.055736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.171451 tst         register_default_mass.py: using MSISDN 1002
22:48:30.179147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.271112 tst         register_default_mass.py: using MSISDN 1003
22:48:30.282572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.349691 tst         register_default_mass.py: using MSISDN 1004
22:48:30.362000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.430477 tst         register_default_mass.py: using MSISDN 1005
22:48:30.440757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.498151 tst         register_default_mass.py: using MSISDN 1006
22:48:30.505373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.576594 tst         register_default_mass.py: using MSISDN 1007
22:48:30.588380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.655024 tst         register_default_mass.py: using MSISDN 1008
22:48:30.668924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.742129 tst         register_default_mass.py: using MSISDN 1009
22:48:30.751540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.827531 tst         register_default_mass.py: using MSISDN 1010
22:48:30.844191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.914655 tst         register_default_mass.py: using MSISDN 1011
22:48:30.930616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.018469 tst         register_default_mass.py: using MSISDN 1012
22:48:31.035965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.118157 tst         register_default_mass.py: using MSISDN 1013
22:48:31.135090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.208850 tst         register_default_mass.py: using MSISDN 1014
22:48:31.224791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.310404 tst         register_default_mass.py: using MSISDN 1015
22:48:31.326556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.396671 tst         register_default_mass.py: using MSISDN 1016
22:48:31.411775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.499938 tst         register_default_mass.py: using MSISDN 1017
22:48:31.517068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.610463 tst         register_default_mass.py: using MSISDN 1018
22:48:31.626457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.714890 tst         register_default_mass.py: using MSISDN 1019
22:48:31.731113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.824042 tst         register_default_mass.py: using MSISDN 1020
22:48:31.836018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.906180 tst         register_default_mass.py: using MSISDN 1021
22:48:31.921512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.028279 tst         register_default_mass.py: using MSISDN 1022
22:48:32.044664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.125264 tst         register_default_mass.py: using MSISDN 1023
22:48:32.142579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.220574 tst         register_default_mass.py: using MSISDN 1024
22:48:32.236937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.312877 tst         register_default_mass.py: using MSISDN 1025
22:48:32.327435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.405141 tst         register_default_mass.py: using MSISDN 1026
22:48:32.412933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.493006 tst         register_default_mass.py: using MSISDN 1027
22:48:32.499413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.577956 tst         register_default_mass.py: using MSISDN 1028
22:48:32.584703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.651164 tst         register_default_mass.py: using MSISDN 1029
22:48:32.658662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.734473 tst         register_default_mass.py: using MSISDN 1030
22:48:32.741497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.852042 tst         register_default_mass.py: using MSISDN 1031
22:48:32.859090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.926300 tst         register_default_mass.py: using MSISDN 1032
22:48:32.932830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.994358 tst         register_default_mass.py: using MSISDN 1033
22:48:33.000802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.113641 tst         register_default_mass.py: using MSISDN 1034
22:48:33.122172 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.197881 tst         register_default_mass.py: using MSISDN 1035
22:48:33.206481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.276168 tst         register_default_mass.py: using MSISDN 1036
22:48:33.283804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.346286 tst         register_default_mass.py: using MSISDN 1037
22:48:33.354596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.428778 tst         register_default_mass.py: using MSISDN 1038
22:48:33.437681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.509063 tst         register_default_mass.py: using MSISDN 1039
22:48:33.521896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.610559 tst         register_default_mass.py: using MSISDN 1040
22:48:33.624587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.751447 tst         register_default_mass.py: using MSISDN 1041
22:48:33.759645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.839425 tst         register_default_mass.py: using MSISDN 1042
22:48:33.846542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.912763 tst         register_default_mass.py: using MSISDN 1043
22:48:33.925310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.991967 tst         register_default_mass.py: using MSISDN 1044
22:48:33.999920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.070388 tst         register_default_mass.py: using MSISDN 1045
22:48:34.084158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.170450 tst         register_default_mass.py: using MSISDN 1046
22:48:34.181734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.251740 tst         register_default_mass.py: using MSISDN 1047
22:48:34.259887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.322216 tst         register_default_mass.py: using MSISDN 1048
22:48:34.330437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.401330 tst         register_default_mass.py: using MSISDN 1049
22:48:34.410056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.482933 tst         register_default_mass.py: using MSISDN 1050
22:48:34.490246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.561753 tst         register_default_mass.py: using MSISDN 1051
22:48:34.568889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.638903 tst         register_default_mass.py: using MSISDN 1052
22:48:34.648612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.726538 tst         register_default_mass.py: using MSISDN 1053
22:48:34.733750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.794917 tst         register_default_mass.py: using MSISDN 1054
22:48:34.802218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.862437 tst         register_default_mass.py: using MSISDN 1055
22:48:34.871395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.947365 tst         register_default_mass.py: using MSISDN 1056
22:48:34.954918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.015923 tst         register_default_mass.py: using MSISDN 1057
22:48:35.025151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.086943 tst         register_default_mass.py: using MSISDN 1058
22:48:35.094128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.159643 tst         register_default_mass.py: using MSISDN 1059
22:48:35.172085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.245182 tst         register_default_mass.py: using MSISDN 1060
22:48:35.253142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.314034 tst         register_default_mass.py: using MSISDN 1061
22:48:35.322189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.396882 tst         register_default_mass.py: using MSISDN 1062
22:48:35.414029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.491901 tst         register_default_mass.py: using MSISDN 1063
22:48:35.508399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.584007 tst         register_default_mass.py: using MSISDN 1064
22:48:35.597479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.669320 tst         register_default_mass.py: using MSISDN 1065
22:48:35.677632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.741920 tst         register_default_mass.py: using MSISDN 1066
22:48:35.753197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.814227 tst         register_default_mass.py: using MSISDN 1067
22:48:35.826453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.912072 tst         register_default_mass.py: using MSISDN 1068
22:48:35.923430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.994812 tst         register_default_mass.py: using MSISDN 1069
22:48:36.007277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.090939 tst         register_default_mass.py: using MSISDN 1070
22:48:36.102876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.176700 tst         register_default_mass.py: using MSISDN 1071
22:48:36.188962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.253575 tst         register_default_mass.py: using MSISDN 1072
22:48:36.266036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.340517 tst         register_default_mass.py: using MSISDN 1073
22:48:36.348528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.426909 tst         register_default_mass.py: using MSISDN 1074
22:48:36.437067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.508360 tst         register_default_mass.py: using MSISDN 1075
22:48:36.520546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.591393 tst         register_default_mass.py: using MSISDN 1076
22:48:36.598488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.663190 tst         register_default_mass.py: using MSISDN 1077
22:48:36.669464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.734624 tst         register_default_mass.py: using MSISDN 1078
22:48:36.743878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.805402 tst         register_default_mass.py: using MSISDN 1079
22:48:36.815202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:36.898492 tst         register_default_mass.py: using MSISDN 1080
22:48:36.908501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.982892 tst         register_default_mass.py: using MSISDN 1081
22:48:36.989990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.066832 tst         register_default_mass.py: using MSISDN 1082
22:48:37.079289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.148616 tst         register_default_mass.py: using MSISDN 1083
22:48:37.156238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.221606 tst         register_default_mass.py: using MSISDN 1084
22:48:37.234738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.296658 tst         register_default_mass.py: using MSISDN 1085
22:48:37.304393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.369951 tst         register_default_mass.py: using MSISDN 1086
22:48:37.377319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.440682 tst         register_default_mass.py: using MSISDN 1087
22:48:37.452764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.528360 tst         register_default_mass.py: using MSISDN 1088
22:48:37.535890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.602330 tst         register_default_mass.py: using MSISDN 1089
22:48:37.619110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.693780 tst         register_default_mass.py: using MSISDN 1090
22:48:37.710249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.783795 tst         register_default_mass.py: using MSISDN 1091
22:48:37.798329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.897994 tst         register_default_mass.py: using MSISDN 1092
22:48:37.911996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.979539 tst         register_default_mass.py: using MSISDN 1093
22:48:37.996898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.086767 tst         register_default_mass.py: using MSISDN 1094
22:48:38.101968 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.174951 tst         register_default_mass.py: using MSISDN 1095
22:48:38.184614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.251791 tst         register_default_mass.py: using MSISDN 1096
22:48:38.267977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.341318 tst         register_default_mass.py: using MSISDN 1097
22:48:38.359781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.445251 tst         register_default_mass.py: using MSISDN 1098
22:48:38.457907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.538698 tst         register_default_mass.py: using MSISDN 1099
22:48:38.556805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.627798 tst         register_default_mass.py: using MSISDN 1100
22:48:38.645358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.824733 run                             mass: Starting testcase
22:48:38.832509 run                             mass: Pre-launching all virtphy's
22:48:38.839913 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.857196 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.866109 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.883528 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.891634 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.909385 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.918871 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.972792 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.979621 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.995900 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:39.003604 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:39.020770 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:39.028680 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:39.046201 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:39.060743 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:39.091067 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:39.099192 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:39.116978 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:39.125319 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:39.142755 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:39.151447 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:39.168580 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:39.176471 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:39.193445 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:39.201251 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:39.217922 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:39.225690 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:39.242928 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:39.251614 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:39.269151 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:39.278744 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:39.299105 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:39.309560 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:39.326711 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:39.335116 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:39.354185 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.364057 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.383911 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.393327 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.412730 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.421097 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.438388 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.446095 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.462454 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.469963 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.485904 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.493069 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.508512 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.515412 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.530575 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.537523 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.552608 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.559593 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.575374 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.582763 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.598579 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.606035 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.621928 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.629175 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.644973 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.652374 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.668404 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.675822 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.691531 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.698481 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.713853 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.720908 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.736188 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.743669 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.760145 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.767836 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.784227 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.791838 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.808170 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.815361 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.830911 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.838169 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.853885 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.864240 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.879180 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.886287 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.902414 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.909953 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.925901 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.933336 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.949233 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.956763 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.973230 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.980793 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.996983 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:40.004454 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:40.020406 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:40.027889 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:40.043969 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:40.051190 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:40.066688 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:40.073944 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:40.089888 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:40.098521 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:40.114254 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:40.121531 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:40.137264 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:40.144295 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:40.159273 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:40.166053 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:40.180822 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:40.189843 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:40.205342 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:40.212912 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:40.229879 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:40.238768 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:40.256534 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:40.264604 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:40.281467 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:40.289014 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:40.304995 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:40.312591 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.329100 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.336575 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.352524 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.359864 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.375807 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.383166 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.399360 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.406652 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.422549 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.429768 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.444667 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.451326 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.465919 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.472758 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.488170 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.495596 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.512066 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.519536 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.536115 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.543757 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.560426 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.568149 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.584876 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.592709 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.609133 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.616301 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:40.631790 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:40.638969 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:40.655158 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:40.662691 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.679130 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.687239 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:40.704320 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:40.712466 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:40.729162 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:40.736695 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:40.752921 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:40.760280 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:40.776144 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:40.783784 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:40.799644 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:40.807061 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:40.823374 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:40.830806 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:40.847379 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:40.855177 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:40.871660 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:40.879238 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:40.895331 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:40.902753 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:40.918718 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:40.925977 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:40.941678 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:40.949047 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:40.964422 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:40.971214 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.986112 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.993126 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.008340 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.015742 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.031698 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.039126 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.055223 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.062881 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.079179 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:41.087060 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.103472 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.111083 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:41.127639 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:41.135321 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:41.152470 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:41.160416 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:41.177466 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:41.188910 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:41.206373 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:41.214031 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:41.230746 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:41.238439 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:41.255351 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:41.263079 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:41.279841 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:41.287461 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:41.303694 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:41.310854 run                             mass: Checking if sockets are in the filesystem
22:48:41.325626 run                osmo-ms-mob/00000: Starting mobile
22:48:41.341025 run       osmo-ms-mob/00000(pid=135): Launched
22:48:41.353597 run                             mass: MS start registered  {at=16369027.05693874, delay=0.005334984511137009, ms=00000}
22:48:45.528188 run                osmo-ms-mob/00001: Starting mobile
22:48:45.542728 run       osmo-ms-mob/00001(pid=136): Launched
22:48:45.554917 run                             mass: MS start registered  {at=16369031.258258546, delay=0.0032607149332761765, ms=00001}
22:48:47.325942 run                osmo-ms-mob/00002: Starting mobile
22:48:47.341776 run       osmo-ms-mob/00002(pid=137): Launched
22:48:47.354613 run                             mass: MS start registered  {at=16369033.057955952, delay=0.005390215665102005, ms=00002}
22:48:47.459020 run                             mass: MS performed LU  {at=16369033.162347794, lu_delay=6.105409054085612, ms=00000}
22:48:48.626785 run                osmo-ms-mob/00003: Starting mobile
22:48:48.641287 run       osmo-ms-mob/00003(pid=138): Launched
22:48:48.652981 run                             mass: MS start registered  {at=16369034.356326656, delay=0.004816826432943344, ms=00003}
22:48:49.727217 run                osmo-ms-mob/00004: Starting mobile
22:48:49.742540 run       osmo-ms-mob/00004(pid=139): Launched
22:48:49.754176 run                             mass: MS start registered  {at=16369035.45752079, delay=0.005045350641012192, ms=00004}
22:48:50.724115 run                osmo-ms-mob/00005: Starting mobile
22:48:50.738582 run       osmo-ms-mob/00005(pid=140): Launched
22:48:50.750190 run                             mass: MS start registered  {at=16369036.453539213, delay=0.004867063835263252, ms=00005}
22:48:51.225631 run                             mass: MS performed LU  {at=16369036.92895656, lu_delay=5.670698015019298, ms=00001}
22:48:51.626131 run                osmo-ms-mob/00006: Starting mobile
22:48:51.640571 run       osmo-ms-mob/00006(pid=141): Launched
22:48:51.652207 run                             mass: MS start registered  {at=16369037.355546357, delay=0.005070265382528305, ms=00006}
22:48:52.524739 run                osmo-ms-mob/00007: Starting mobile
22:48:52.538289 run       osmo-ms-mob/00007(pid=142): Launched
22:48:52.550265 run                             mass: MS start registered  {at=16369038.253599454, delay=0.005837976932525635, ms=00007}
22:48:53.127134 run                             mass: MS performed LU  {at=16369038.830463657, lu_delay=5.772507704794407, ms=00002}
22:48:53.324245 run                osmo-ms-mob/00008: Starting mobile
22:48:53.337681 run       osmo-ms-mob/00008(pid=143): Launched
22:48:53.348702 run                             mass: MS start registered  {at=16369039.05205538, delay=0.004928240552544594, ms=00008}
22:48:54.024612 run                osmo-ms-mob/00009: Starting mobile
22:48:54.038056 run       osmo-ms-mob/00009(pid=144): Launched
22:48:54.049713 run                             mass: MS start registered  {at=16369039.753019273, delay=0.005141355097293854, ms=00009}
22:48:54.724058 run                osmo-ms-mob/00010: Starting mobile
22:48:54.738353 run       osmo-ms-mob/00010(pid=145): Launched
22:48:54.749388 run                             mass: MS start registered  {at=16369040.452730022, delay=0.004642657935619354, ms=00010}
22:48:54.990820 run                             mass: MS performed LU  {at=16369040.694152016, lu_delay=5.236631225794554, ms=00004}
22:48:55.037485 run                             mass: MS performed LU  {at=16369040.740820574, lu_delay=6.384493917226791, ms=00003}
22:48:55.324135 run                osmo-ms-mob/00011: Starting mobile
22:48:55.337835 run       osmo-ms-mob/00011(pid=146): Launched
22:48:55.352331 run                             mass: MS start registered  {at=16369041.055660594, delay=0.006842758506536484, ms=00011}
22:48:55.924723 run                osmo-ms-mob/00012: Starting mobile
22:48:55.938402 run       osmo-ms-mob/00012(pid=147): Launched
22:48:55.949787 run                             mass: MS start registered  {at=16369041.653121809, delay=0.005110405385494232, ms=00012}
22:48:56.523868 run                osmo-ms-mob/00013: Starting mobile
22:48:56.537465 run       osmo-ms-mob/00013(pid=148): Launched
22:48:56.548640 run                             mass: MS start registered  {at=16369042.251985407, delay=0.0049946364015340805, ms=00013}
22:48:56.892138 run                             mass: MS performed LU  {at=16369042.59547102, lu_delay=5.239924663677812, ms=00006}
22:48:57.126258 run                osmo-ms-mob/00014: Starting mobile
22:48:57.144050 run       osmo-ms-mob/00014(pid=149): Launched
22:48:57.155387 run                             mass: MS start registered  {at=16369042.858736997, delay=0.004902854561805725, ms=00014}
22:48:57.895992 run                osmo-ms-mob/00015: Starting mobile
22:48:57.910865 run       osmo-ms-mob/00015(pid=150): Launched
22:48:57.917278 run                             mass: Starting too slowly. Moving on {now=16369043.620647207, sleep=-0.09931141510605812, target=16369043.521335792}
22:48:57.923338 run                             mass: MS start registered  {at=16369043.626697922, delay=0.006053153425455093, ms=00015}
22:48:57.929493 run                             mass: Starting too slowly. Moving on {now=16369043.632863248, sleep=-0.01152745634317398, target=16369043.621335791}
22:48:58.245639 run                osmo-ms-mob/00016: Starting mobile
22:48:58.259839 run       osmo-ms-mob/00016(pid=151): Launched
22:48:58.271075 run                             mass: MS start registered  {at=16369043.9744282, delay=0.004775037989020348, ms=00016}
22:48:58.724860 run                osmo-ms-mob/00017: Starting mobile
22:48:58.739111 run       osmo-ms-mob/00017(pid=152): Launched
22:48:58.750144 run                             mass: MS start registered  {at=16369044.453497134, delay=0.004488291218876839, ms=00017}
22:48:59.325139 run                osmo-ms-mob/00018: Starting mobile
22:48:59.338806 run       osmo-ms-mob/00018(pid=153): Launched
22:48:59.350072 run                             mass: MS start registered  {at=16369045.053419713, delay=0.004806969314813614, ms=00018}
22:48:59.462877 run                             mass: MS performed LU  {at=16369045.166186683, lu_delay=6.114131303504109, ms=00008}
22:48:59.509163 run                             mass: MS performed LU  {at=16369045.2124951, lu_delay=6.958895646035671, ms=00007}
22:48:59.596459 run                             mass: MS performed LU  {at=16369045.299793843, lu_delay=5.546774569898844, ms=00009}
22:48:59.608779 run                osmo-ms-mob/00019: Starting mobile
22:48:59.623109 run       osmo-ms-mob/00019(pid=154): Launched
22:48:59.634947 run                             mass: MS start registered  {at=16369045.338284303, delay=0.0052543506026268005, ms=00019}
22:49:00.228217 run                osmo-ms-mob/00020: Starting mobile
22:49:00.245950 run       osmo-ms-mob/00020(pid=155): Launched
22:49:00.257065 run                             mass: MS start registered  {at=16369045.960414728, delay=0.004740728065371513, ms=00020}
22:49:00.556159 run                             mass: MS performed LU  {at=16369046.259493908, lu_delay=4.606372099369764, ms=00012}
22:49:00.575484 run                             mass: MS performed LU  {at=16369046.278837085, lu_delay=5.826107062399387, ms=00010}
22:49:00.587489 run                osmo-ms-mob/00021: Starting mobile
22:49:00.601478 run       osmo-ms-mob/00021(pid=156): Launched
22:49:00.613095 run                             mass: MS start registered  {at=16369046.316443691, delay=0.005089538171887398, ms=00021}
22:49:00.657884 run                             mass: MS performed LU  {at=16369046.361217508, lu_delay=5.3055569138377905, ms=00011}
22:49:01.124542 run                osmo-ms-mob/00022: Starting mobile
22:49:01.138792 run       osmo-ms-mob/00022(pid=157): Launched
22:49:01.150043 run                             mass: MS start registered  {at=16369046.853391577, delay=0.004854217171669006, ms=00022}
22:49:01.624101 run                osmo-ms-mob/00023: Starting mobile
22:49:01.638639 run       osmo-ms-mob/00023(pid=158): Launched
22:49:01.650012 run                             mass: MS start registered  {at=16369047.353357209, delay=0.0048580896109342575, ms=00023}
22:49:02.053393 run                osmo-ms-mob/00024: Starting mobile
22:49:02.066648 run       osmo-ms-mob/00024(pid=159): Launched
22:49:02.077867 run                             mass: MS start registered  {at=16369047.781216675, delay=0.004699742421507835, ms=00024}
22:49:02.524693 run                osmo-ms-mob/00025: Starting mobile
22:49:02.538773 run       osmo-ms-mob/00025(pid=160): Launched
22:49:02.545361 run                             mass: MS performed LU  {at=16369048.248710837, lu_delay=5.996725430712104, ms=00013}
22:49:02.551788 run                             mass: MS start registered  {at=16369048.255151536, delay=0.00647355429828167, ms=00025}
22:49:02.569010 run                             mass: MS performed LU  {at=16369048.272361875, lu_delay=4.645663952454925, ms=00015}
22:49:02.656344 run                             mass: MS performed LU  {at=16369048.359679917, lu_delay=5.500942919403315, ms=00014}
22:49:02.668653 run                osmo-ms-mob/00026: Starting mobile
22:49:02.682695 run       osmo-ms-mob/00026(pid=161): Launched
22:49:02.694558 run                             mass: MS start registered  {at=16369048.397909004, delay=0.00521613284945488, ms=00026}
22:49:03.324064 run                osmo-ms-mob/00027: Starting mobile
22:49:03.337663 run       osmo-ms-mob/00027(pid=162): Launched
22:49:03.350892 run                             mass: MS start registered  {at=16369049.054241953, delay=0.006705857813358307, ms=00027}
22:49:03.724387 run                osmo-ms-mob/00028: Starting mobile
22:49:03.737965 run       osmo-ms-mob/00028(pid=163): Launched
22:49:03.749132 run                             mass: MS start registered  {at=16369049.452483367, delay=0.004867449402809143, ms=00028}
22:49:04.124516 run                osmo-ms-mob/00029: Starting mobile
22:49:04.138025 run       osmo-ms-mob/00029(pid=164): Launched
22:49:04.149406 run                             mass: MS start registered  {at=16369049.852757227, delay=0.004817167297005653, ms=00029}
22:49:04.322207 run                             mass: MS performed LU  {at=16369050.025544398, lu_delay=6.051116198301315, ms=00016}
22:49:04.423607 run                             mass: MS performed LU  {at=16369050.126943966, lu_delay=5.673446832224727, ms=00017}
22:49:04.435615 run                osmo-ms-mob/00030: Starting mobile
22:49:04.449604 run       osmo-ms-mob/00030(pid=165): Launched
22:49:04.460936 run                             mass: MS start registered  {at=16369050.164286349, delay=0.004945976659655571, ms=00030}
22:49:04.470246 run                             mass: MS performed LU  {at=16369050.173600774, lu_delay=4.835316471755505, ms=00019}
22:49:04.576324 run                             mass: MS performed LU  {at=16369050.279657591, lu_delay=5.226237878203392, ms=00018}
22:49:04.926405 run                osmo-ms-mob/00031: Starting mobile
22:49:04.940252 run       osmo-ms-mob/00031(pid=166): Launched
22:49:04.951615 run                             mass: MS start registered  {at=16369050.654961197, delay=0.004873992875218391, ms=00031}
22:49:05.223870 run                osmo-ms-mob/00032: Starting mobile
22:49:05.237112 run       osmo-ms-mob/00032(pid=167): Launched
22:49:05.248636 run                             mass: MS start registered  {at=16369050.951969001, delay=0.005359362810850143, ms=00032}
22:49:05.624778 run                osmo-ms-mob/00033: Starting mobile
22:49:05.639267 run       osmo-ms-mob/00033(pid=168): Launched
22:49:05.650905 run                             mass: MS start registered  {at=16369051.354247827, delay=0.005222301930189133, ms=00033}
22:49:06.024710 run                osmo-ms-mob/00034: Starting mobile
22:49:06.039118 run       osmo-ms-mob/00034(pid=169): Launched
22:49:06.050442 run                             mass: MS start registered  {at=16369051.75379222, delay=0.00494176521897316, ms=00034}
22:49:06.288854 run                             mass: MS performed LU  {at=16369051.992188998, lu_delay=5.1387974210083485, ms=00022}
22:49:06.300366 run                osmo-ms-mob/00035: Starting mobile
22:49:06.313958 run       osmo-ms-mob/00035(pid=170): Launched
22:49:06.324748 run                             mass: MS start registered  {at=16369052.028101796, delay=0.004685131832957268, ms=00035}
22:49:06.334682 run                             mass: MS performed LU  {at=16369052.038038056, lu_delay=4.684680847451091, ms=00023}
22:49:06.422349 run                             mass: MS performed LU  {at=16369052.125680575, lu_delay=6.1652658469974995, ms=00020}
22:49:06.477723 run                             mass: MS performed LU  {at=16369052.181057919, lu_delay=5.86461422778666, ms=00021}
22:49:06.489321 run                osmo-ms-mob/00036: Starting mobile
22:49:06.503082 run       osmo-ms-mob/00036(pid=171): Launched
22:49:06.514367 run                             mass: MS start registered  {at=16369052.21771799, delay=0.0049148257821798325, ms=00036}
22:49:07.128865 run                osmo-ms-mob/00037: Starting mobile
22:49:07.148684 run       osmo-ms-mob/00037(pid=172): Launched
22:49:07.160073 run                             mass: MS start registered  {at=16369052.863412771, delay=0.004987398162484169, ms=00037}
22:49:07.424833 run                osmo-ms-mob/00038: Starting mobile
22:49:07.439397 run       osmo-ms-mob/00038(pid=173): Launched
22:49:07.450526 run                             mass: MS start registered  {at=16369053.153878208, delay=0.00445498526096344, ms=00038}
22:49:07.725048 run                osmo-ms-mob/00039: Starting mobile
22:49:07.738604 run       osmo-ms-mob/00039(pid=174): Launched
22:49:07.749866 run                             mass: MS start registered  {at=16369053.4532157, delay=0.0046133194118738174, ms=00039}
22:49:08.088818 run                             mass: MS performed LU  {at=16369053.792147515, lu_delay=5.53699597902596, ms=00025}
22:49:08.101978 run                osmo-ms-mob/00040: Starting mobile
22:49:08.116669 run       osmo-ms-mob/00040(pid=175): Launched
22:49:08.128089 run                             mass: MS start registered  {at=16369053.831432711, delay=0.004803560674190521, ms=00040}
22:49:08.190477 run                             mass: MS performed LU  {at=16369053.893808575, lu_delay=6.112591899931431, ms=00024}
22:49:08.236304 run                             mass: MS performed LU  {at=16369053.939640116, lu_delay=5.541731111705303, ms=00026}
22:49:08.248274 run                osmo-ms-mob/00041: Starting mobile
22:49:08.262063 run       osmo-ms-mob/00041(pid=176): Launched
22:49:08.273360 run                             mass: MS start registered  {at=16369053.976711152, delay=0.004742814227938652, ms=00041}
22:49:08.342241 run                             mass: MS performed LU  {at=16369054.045571592, lu_delay=4.991329638287425, ms=00027}
22:49:08.379299 run                             mass: MS performed LU  {at=16369054.082640622, lu_delay=4.630157254636288, ms=00028}
22:49:08.391029 run                osmo-ms-mob/00042: Starting mobile
22:49:08.404124 run       osmo-ms-mob/00042(pid=177): Launched
22:49:08.414992 run                             mass: MS start registered  {at=16369054.118341276, delay=0.004780007526278496, ms=00042}
22:49:09.124650 run                osmo-ms-mob/00043: Starting mobile
22:49:09.138327 run       osmo-ms-mob/00043(pid=178): Launched
22:49:09.149270 run                             mass: MS start registered  {at=16369054.852623371, delay=0.004848295822739601, ms=00043}
22:49:09.424597 run                osmo-ms-mob/00044: Starting mobile
22:49:09.438764 run       osmo-ms-mob/00044(pid=179): Launched
22:49:09.450663 run                             mass: MS start registered  {at=16369055.154007904, delay=0.0030340589582920074, ms=00044}
22:49:09.723849 run                osmo-ms-mob/00045: Starting mobile
22:49:09.737666 run       osmo-ms-mob/00045(pid=180): Launched
22:49:09.749010 run                             mass: MS start registered  {at=16369055.452353483, delay=0.0048173218965530396, ms=00045}
22:49:10.024029 run                osmo-ms-mob/00046: Starting mobile
22:49:10.037794 run       osmo-ms-mob/00046(pid=181): Launched
22:49:10.050880 run                             mass: MS start registered  {at=16369055.754223876, delay=0.006834222003817558, ms=00046}
22:49:10.057630 run                             mass: MS performed LU  {at=16369055.760988308, lu_delay=5.106027111411095, ms=00031}
22:49:10.101072 run                             mass: MS performed LU  {at=16369055.804397175, lu_delay=5.951639948412776, ms=00029}
22:49:10.112963 run                osmo-ms-mob/00047: Starting mobile
22:49:10.126999 run       osmo-ms-mob/00047(pid=182): Launched
22:49:10.138497 run                             mass: MS start registered  {at=16369055.841841139, delay=0.0050269123166799545, ms=00047}
22:49:10.188835 run                             mass: MS performed LU  {at=16369055.89216798, lu_delay=4.940198978409171, ms=00032}
22:49:10.244024 run                             mass: MS performed LU  {at=16369055.947359618, lu_delay=5.783073268830776, ms=00030}
22:49:10.255763 run                osmo-ms-mob/00048: Starting mobile
22:49:10.269650 run       osmo-ms-mob/00048(pid=183): Launched
22:49:10.280814 run                             mass: MS start registered  {at=16369055.984146973, delay=0.004884805530309677, ms=00048}
22:49:10.515938 run                             mass: MS performed LU  {at=16369056.21927181, lu_delay=4.865023983642459, ms=00033}
22:49:10.924547 run                osmo-ms-mob/00049: Starting mobile
22:49:10.938378 run       osmo-ms-mob/00049(pid=184): Launched
22:49:10.949523 run                             mass: MS start registered  {at=16369056.652868208, delay=0.004933968186378479, ms=00049}
22:49:11.224433 run                osmo-ms-mob/00050: Starting mobile
22:49:11.238966 run       osmo-ms-mob/00050(pid=185): Launched
22:49:11.251833 run                             mass: MS start registered  {at=16369056.955164338, delay=0.006390837952494621, ms=00050}
22:49:11.624192 run                osmo-ms-mob/00051: Starting mobile
22:49:11.638911 run       osmo-ms-mob/00051(pid=186): Launched
22:49:11.650558 run                             mass: MS start registered  {at=16369057.353904095, delay=0.005210665985941887, ms=00051}
22:49:11.854756 run                             mass: MS performed LU  {at=16369057.558075752, lu_delay=5.80428353138268, ms=00034}
22:49:11.877064 run                osmo-ms-mob/00052: Starting mobile
22:49:11.899177 run       osmo-ms-mob/00052(pid=187): Launched
22:49:11.911022 run                             mass: MS start registered  {at=16369057.614359587, delay=0.005255497992038727, ms=00052}
22:49:11.955985 run                             mass: MS performed LU  {at=16369057.659304583, lu_delay=5.441586593165994, ms=00036}
22:49:12.002229 run                             mass: MS performed LU  {at=16369057.705555953, lu_delay=4.842143181711435, ms=00037}
22:49:12.014071 run                osmo-ms-mob/00053: Starting mobile
22:49:12.029046 run       osmo-ms-mob/00053(pid=188): Launched
22:49:12.040522 run                             mass: MS start registered  {at=16369057.74387313, delay=0.005058305338025093, ms=00053}
22:49:12.108530 run                             mass: MS performed LU  {at=16369057.811858013, lu_delay=5.7837562169879675, ms=00035}
22:49:12.145786 run                             mass: MS performed LU  {at=16369057.84912164, lu_delay=4.695243431255221, ms=00038}
22:49:12.157979 run                osmo-ms-mob/00054: Starting mobile
22:49:12.172116 run       osmo-ms-mob/00054(pid=189): Launched
22:49:12.183411 run                             mass: MS start registered  {at=16369057.8867552, delay=0.004866860806941986, ms=00054}
22:49:12.824183 run                osmo-ms-mob/00055: Starting mobile
22:49:12.838665 run       osmo-ms-mob/00055(pid=190): Launched
22:49:12.849971 run                             mass: MS start registered  {at=16369058.553322582, delay=0.004913782700896263, ms=00055}
22:49:13.124781 run                osmo-ms-mob/00056: Starting mobile
22:49:13.138575 run       osmo-ms-mob/00056(pid=191): Launched
22:49:13.149504 run                             mass: MS start registered  {at=16369058.852856206, delay=0.004565894603729248, ms=00056}
22:49:13.424677 run                osmo-ms-mob/00057: Starting mobile
22:49:13.440894 run       osmo-ms-mob/00057(pid=192): Launched
22:49:13.452141 run                             mass: MS start registered  {at=16369059.15549258, delay=0.0047678276896476746, ms=00057}
22:49:13.829053 run                osmo-ms-mob/00058: Starting mobile
22:49:13.843273 run       osmo-ms-mob/00058(pid=193): Launched
22:49:13.849990 run                             mass: MS performed LU  {at=16369059.553346524, lu_delay=4.700723152607679, ms=00043}
22:49:13.856275 run                             mass: MS start registered  {at=16369059.55963983, delay=0.006314702332019806, ms=00058}
22:49:13.866807 run                             mass: MS performed LU  {at=16369059.570152255, lu_delay=6.11693655513227, ms=00039}
22:49:13.878090 run                osmo-ms-mob/00059: Starting mobile
22:49:13.891487 run       osmo-ms-mob/00059(pid=194): Launched
22:49:13.902497 run                             mass: MS start registered  {at=16369059.605844064, delay=0.004785705357789993, ms=00059}
22:49:13.954102 run                             mass: MS performed LU  {at=16369059.65744337, lu_delay=5.539102094247937, ms=00042}
22:49:14.009629 run                             mass: MS performed LU  {at=16369059.712955274, lu_delay=5.881522562354803, ms=00040}
22:49:14.021527 run                osmo-ms-mob/00060: Starting mobile
22:49:14.035849 run       osmo-ms-mob/00060(pid=195): Launched
22:49:14.046607 run                             mass: MS performed LU  {at=16369059.749954652, lu_delay=5.773243499919772, ms=00041}
22:49:14.052769 run                             mass: MS start registered  {at=16369059.756134892, delay=0.010533889755606651, ms=00060}
22:49:14.065262 run                             mass: MS performed LU  {at=16369059.768616075, lu_delay=23.315076861530542, ms=00005}
22:49:14.318165 run                             mass: MS performed LU  {at=16369060.021502078, lu_delay=4.86749417334795, ms=00044}
22:49:14.329803 run                osmo-ms-mob/00061: Starting mobile
22:49:14.343501 run       osmo-ms-mob/00061(pid=196): Launched
22:49:14.354451 run                             mass: MS start registered  {at=16369060.057801109, delay=0.004466289654374123, ms=00061}
22:49:15.015841 run                             mass: MS performed LU  {at=16369060.719177281, lu_delay=3.7640129439532757, ms=00050}
22:49:15.123956 run                osmo-ms-mob/00062: Starting mobile
22:49:15.137919 run       osmo-ms-mob/00062(pid=197): Launched
22:49:15.150077 run                             mass: MS start registered  {at=16369060.853413804, delay=0.0056650154292583466, ms=00062}
22:49:15.424708 run                osmo-ms-mob/00063: Starting mobile
22:49:15.438435 run       osmo-ms-mob/00063(pid=198): Launched
22:49:15.449514 run                             mass: MS start registered  {at=16369061.152864613, delay=0.004468733444809914, ms=00063}
22:49:15.619647 run                             mass: MS performed LU  {at=16369061.32298475, lu_delay=5.870631266385317, ms=00045}
22:49:15.721568 run                             mass: MS performed LU  {at=16369061.424905606, lu_delay=4.772037398070097, ms=00049}
22:49:15.733182 run                osmo-ms-mob/00064: Starting mobile
22:49:15.746977 run       osmo-ms-mob/00064(pid=199): Launched
22:49:15.758162 run                             mass: MS start registered  {at=16369061.461490434, delay=0.004892077296972275, ms=00064}
22:49:15.767638 run                             mass: MS performed LU  {at=16369061.470986148, lu_delay=5.486839175224304, ms=00048}
22:49:15.873884 run                             mass: MS performed LU  {at=16369061.577218885, lu_delay=5.822995008900762, ms=00046}
22:49:15.911360 run                             mass: MS performed LU  {at=16369061.614696968, lu_delay=5.772855829447508, ms=00047}
22:49:15.923836 run                osmo-ms-mob/00065: Starting mobile
22:49:15.940085 run       osmo-ms-mob/00065(pid=200): Launched
22:49:15.951266 run                             mass: MS start registered  {at=16369061.65461508, delay=0.0047167278826236725, ms=00065}
22:49:16.524038 run                osmo-ms-mob/00066: Starting mobile
22:49:16.539297 run       osmo-ms-mob/00066(pid=201): Launched
22:49:16.551173 run                             mass: MS start registered  {at=16369062.254517501, delay=0.004958678036928177, ms=00066}
22:49:16.924525 run                osmo-ms-mob/00067: Starting mobile
22:49:16.938684 run       osmo-ms-mob/00067(pid=202): Launched
22:49:16.949855 run                             mass: MS start registered  {at=16369062.653204987, delay=0.004447970539331436, ms=00067}
22:49:17.224109 run                osmo-ms-mob/00068: Starting mobile
22:49:17.238359 run       osmo-ms-mob/00068(pid=203): Launched
22:49:17.249809 run                             mass: MS start registered  {at=16369062.95315143, delay=0.004750857129693031, ms=00068}
22:49:17.586079 run                             mass: MS performed LU  {at=16369063.289403012, lu_delay=5.402647811919451, ms=00054}
22:49:17.599434 run                osmo-ms-mob/00069: Starting mobile
22:49:17.612959 run       osmo-ms-mob/00069(pid=204): Launched
22:49:17.623940 run                             mass: MS start registered  {at=16369063.327290189, delay=0.004846086725592613, ms=00069}
22:49:17.631947 run                             mass: MS performed LU  {at=16369063.33529811, lu_delay=4.781975528225303, ms=00055}
22:49:17.719958 run                             mass: MS performed LU  {at=16369063.423292886, lu_delay=5.808933299034834, ms=00052}
22:49:17.775804 run                             mass: MS performed LU  {at=16369063.479129843, lu_delay=5.735256712883711, ms=00053}
22:49:17.788287 run                osmo-ms-mob/00070: Starting mobile
22:49:17.802325 run       osmo-ms-mob/00070(pid=205): Launched
22:49:17.812253 run                             mass: MS performed LU  {at=16369063.515605487, lu_delay=6.161701392382383, ms=00051}
22:49:17.818473 run                             mass: MS start registered  {at=16369063.521840086, delay=0.00978897139430046, ms=00070}
22:49:17.830689 run                             mass: MS performed LU  {at=16369063.534038754, lu_delay=4.68118254840374, ms=00056}
22:49:18.429859 run                osmo-ms-mob/00071: Starting mobile
22:49:18.445307 run       osmo-ms-mob/00071(pid=206): Launched
22:49:18.456938 run                             mass: MS start registered  {at=16369064.16028137, delay=0.00523499958217144, ms=00071}
22:49:18.824874 run                osmo-ms-mob/00072: Starting mobile
22:49:18.839423 run       osmo-ms-mob/00072(pid=207): Launched
22:49:18.851131 run                             mass: MS start registered  {at=16369064.554482542, delay=0.005190953612327576, ms=00072}
22:49:19.224272 run                osmo-ms-mob/00073: Starting mobile
22:49:19.238956 run       osmo-ms-mob/00073(pid=208): Launched
22:49:19.251017 run                             mass: MS start registered  {at=16369064.954367096, delay=0.005185270681977272, ms=00073}
22:49:19.386260 run                             mass: MS performed LU  {at=16369065.089590788, lu_delay=5.031789679080248, ms=00061}
22:49:19.487228 run                             mass: MS performed LU  {at=16369065.190562192, lu_delay=6.035069612786174, ms=00057}
22:49:19.534087 run                             mass: MS performed LU  {at=16369065.237421446, lu_delay=5.481286553665996, ms=00060}
22:49:19.546732 run                osmo-ms-mob/00074: Starting mobile
22:49:19.561547 run       osmo-ms-mob/00074(pid=209): Launched
22:49:19.573439 run                             mass: MS start registered  {at=16369065.27678437, delay=0.005138615146279335, ms=00074}
22:49:19.639685 run                             mass: MS performed LU  {at=16369065.343021242, lu_delay=5.737177178263664, ms=00059}
22:49:19.676517 run                             mass: MS performed LU  {at=16369065.37982713, lu_delay=5.820187300443649, ms=00058}
22:49:19.731998 run                             mass: MS performed LU  {at=16369065.435343955, lu_delay=4.581930151209235, ms=00062}
22:49:19.743807 run                osmo-ms-mob/00075: Starting mobile
22:49:19.758014 run       osmo-ms-mob/00075(pid=210): Launched
22:49:19.769760 run                             mass: MS start registered  {at=16369065.473103572, delay=0.005041899159550667, ms=00075}
22:49:20.524109 run                osmo-ms-mob/00076: Starting mobile
22:49:20.538220 run       osmo-ms-mob/00076(pid=211): Launched
22:49:20.549869 run                             mass: MS start registered  {at=16369066.25322021, delay=0.0049100834876298904, ms=00076}
22:49:20.924575 run                osmo-ms-mob/00077: Starting mobile
22:49:20.938742 run       osmo-ms-mob/00077(pid=212): Launched
22:49:20.950460 run                             mass: MS start registered  {at=16369066.653809123, delay=0.005204604938626289, ms=00077}
22:49:21.351400 run                             mass: MS performed LU  {at=16369067.054713476, lu_delay=4.800195975229144, ms=00066}
22:49:21.363988 run                osmo-ms-mob/00078: Starting mobile
22:49:21.379757 run       osmo-ms-mob/00078(pid=213): Launched
22:49:21.392778 run                             mass: MS start registered  {at=16369067.09610846, delay=0.0054907482117414474, ms=00078}
22:49:21.402337 run                             mass: MS performed LU  {at=16369067.105692288, lu_delay=5.6442018542438745, ms=00064}
22:49:21.485424 run                             mass: MS performed LU  {at=16369067.18875965, lu_delay=6.035895036533475, ms=00063}
22:49:21.540953 run                             mass: MS performed LU  {at=16369067.244288048, lu_delay=5.589672967791557, ms=00065}
22:49:21.552459 run                osmo-ms-mob/00079: Starting mobile
22:49:21.566285 run       osmo-ms-mob/00079(pid=214): Launched
22:49:21.578298 run                             mass: MS start registered  {at=16369067.281642556, delay=0.00553056038916111, ms=00079}
22:49:21.813229 run                             mass: MS performed LU  {at=16369067.516555365, lu_delay=4.863350378349423, ms=00067}
22:49:22.326034 run                osmo-ms-mob/00080: Starting mobile
22:49:22.341407 run       osmo-ms-mob/00080(pid=215): Launched
22:49:22.353891 run                             mass: MS start registered  {at=16369068.057241453, delay=0.00556730292737484, ms=00080}
22:49:22.824957 run                osmo-ms-mob/00081: Starting mobile
22:49:22.844117 run       osmo-ms-mob/00081(pid=216): Launched
22:49:22.857449 run                             mass: MS start registered  {at=16369068.560795683, delay=0.005560442805290222, ms=00081}
22:49:23.152029 run                             mass: MS performed LU  {at=16369068.85535316, lu_delay=5.902201730757952, ms=00068}
22:49:23.165755 run                osmo-ms-mob/00082: Starting mobile
22:49:23.182121 run       osmo-ms-mob/00082(pid=217): Launched
22:49:23.195159 run                             mass: MS start registered  {at=16369068.898501463, delay=0.0047859735786914825, ms=00082}
22:49:23.253269 run                             mass: MS performed LU  {at=16369068.956582949, lu_delay=5.629292760044336, ms=00069}
22:49:23.300040 run                             mass: MS performed LU  {at=16369069.003367675, lu_delay=5.481527589261532, ms=00070}
22:49:23.405300 run                             mass: MS performed LU  {at=16369069.108636161, lu_delay=4.948354791849852, ms=00071}
22:49:23.442887 run                             mass: MS performed LU  {at=16369069.146216206, lu_delay=4.591733664274216, ms=00072}
22:49:23.824113 run                osmo-ms-mob/00083: Starting mobile
22:49:23.838341 run       osmo-ms-mob/00083(pid=218): Launched
22:49:23.851302 run                             mass: MS start registered  {at=16369069.554640587, delay=0.0034242086112499237, ms=00083}
22:49:24.325876 run                osmo-ms-mob/00084: Starting mobile
22:49:24.343250 run       osmo-ms-mob/00084(pid=219): Launched
22:49:24.356491 run                             mass: MS start registered  {at=16369070.05983728, delay=0.0056740641593933105, ms=00084}
22:49:24.825393 run                osmo-ms-mob/00085: Starting mobile
22:49:24.841012 run       osmo-ms-mob/00085(pid=220): Launched
22:49:24.853285 run                             mass: MS start registered  {at=16369070.55663875, delay=0.005478560924530029, ms=00085}
22:49:25.118048 run                             mass: MS performed LU  {at=16369070.821362922, lu_delay=5.8669958263635635, ms=00073}
22:49:25.163667 run                             mass: MS performed LU  {at=16369070.867003337, lu_delay=5.393899764865637, ms=00075}
22:49:25.251680 run                             mass: MS performed LU  {at=16369070.955004986, lu_delay=4.701784776523709, ms=00076}
22:49:25.307481 run                             mass: MS performed LU  {at=16369071.010816492, lu_delay=5.734032122418284, ms=00074}
22:49:25.318972 run                osmo-ms-mob/00086: Starting mobile
22:49:25.333159 run       osmo-ms-mob/00086(pid=221): Launched
22:49:25.344791 run                             mass: MS start registered  {at=16369071.048143879, delay=0.005097638815641403, ms=00086}
22:49:26.026803 run                osmo-ms-mob/00087: Starting mobile
22:49:26.044976 run       osmo-ms-mob/00087(pid=222): Launched
22:49:26.058458 run                             mass: MS start registered  {at=16369071.761805147, delay=0.005653545260429382, ms=00087}
22:49:26.625608 run                osmo-ms-mob/00088: Starting mobile
22:49:26.641290 run       osmo-ms-mob/00088(pid=223): Launched
22:49:26.653968 run                             mass: MS start registered  {at=16369072.357312033, delay=0.005198705941438675, ms=00088}
22:49:26.917361 run                             mass: MS performed LU  {at=16369072.62068542, lu_delay=5.339042864739895, ms=00079}
22:49:27.019120 run                             mass: MS performed LU  {at=16369072.722440934, lu_delay=4.665199480950832, ms=00080}
22:49:27.064554 run                             mass: MS performed LU  {at=16369072.767900229, lu_delay=5.671791767701507, ms=00078}
22:49:27.080161 run                osmo-ms-mob/00089: Starting mobile
22:49:27.094200 run       osmo-ms-mob/00089(pid=224): Launched
22:49:27.106151 run                             mass: MS start registered  {at=16369072.809497654, delay=0.0053488463163375854, ms=00089}
22:49:27.171681 run                             mass: MS performed LU  {at=16369072.874997118, lu_delay=6.221187995746732, ms=00077}
22:49:27.825403 run                osmo-ms-mob/00090: Starting mobile
22:49:27.842795 run       osmo-ms-mob/00090(pid=225): Launched
22:49:27.855739 run                             mass: MS start registered  {at=16369073.55909124, delay=0.003612622618675232, ms=00090}
22:49:28.531627 run                osmo-ms-mob/00091: Starting mobile
22:49:28.563484 run       osmo-ms-mob/00091(pid=226): Launched
22:49:28.578646 run                             mass: MS start registered  {at=16369074.281987874, delay=0.00028385967016220093, ms=00091}
22:49:28.883629 run                             mass: MS performed LU  {at=16369074.586961607, lu_delay=6.02616592310369, ms=00081}
22:49:28.930207 run                             mass: MS performed LU  {at=16369074.633540126, lu_delay=5.078899538144469, ms=00083}
22:49:29.017246 run                             mass: MS performed LU  {at=16369074.720579876, lu_delay=5.822078412398696, ms=00082}
22:49:29.224738 run                osmo-ms-mob/00092: Starting mobile
22:49:29.240043 run       osmo-ms-mob/00092(pid=227): Launched
22:49:29.253493 run                             mass: MS start registered  {at=16369074.956830218, delay=0.005506532266736031, ms=00092}
22:49:29.309124 run                             mass: MS performed LU  {at=16369075.01245498, lu_delay=4.952617699280381, ms=00084}
22:49:30.027343 run                osmo-ms-mob/00093: Starting mobile
22:49:30.046058 run       osmo-ms-mob/00093(pid=228): Launched
22:49:30.058097 run                             mass: MS start registered  {at=16369075.76143711, delay=0.005389045923948288, ms=00093}
22:49:30.683702 run                             mass: MS performed LU  {at=16369076.387037236, lu_delay=5.338893357664347, ms=00086}
22:49:30.784878 run                             mass: MS performed LU  {at=16369076.488214685, lu_delay=5.931575935333967, ms=00085}
22:49:30.831378 run                             mass: MS performed LU  {at=16369076.534716677, lu_delay=4.7729115299880505, ms=00087}
22:49:30.844994 run                osmo-ms-mob/00094: Starting mobile
22:49:30.859147 run       osmo-ms-mob/00094(pid=229): Launched
22:49:30.870594 run                             mass: MS start registered  {at=16369076.573945073, delay=0.005012642592191696, ms=00094}
22:49:31.824382 run                osmo-ms-mob/00095: Starting mobile
22:49:31.838925 run       osmo-ms-mob/00095(pid=230): Launched
22:49:31.851018 run                             mass: MS start registered  {at=16369077.55433542, delay=0.0053443294018507, ms=00095}
22:49:32.649773 run                             mass: MS performed LU  {at=16369078.353089754, lu_delay=4.793998513370752, ms=00090}
22:49:32.696123 run                             mass: MS performed LU  {at=16369078.39944361, lu_delay=5.5899459552019835, ms=00089}
22:49:32.710427 run                osmo-ms-mob/00096: Starting mobile
22:49:32.727114 run       osmo-ms-mob/00096(pid=231): Launched
22:49:32.740894 run                             mass: MS start registered  {at=16369078.444218537, delay=0.006060436367988586, ms=00096}
22:49:32.782945 run                             mass: MS performed LU  {at=16369078.486278003, lu_delay=6.128965970128775, ms=00088}
22:49:33.934615 run                osmo-ms-mob/00097: Starting mobile
22:49:33.967279 run       osmo-ms-mob/00097(pid=232): Launched
22:49:33.982359 run                             mass: MS start registered  {at=16369079.685687436, delay=0.005406932905316353, ms=00097}
22:49:34.551319 run                             mass: MS performed LU  {at=16369080.254634878, lu_delay=5.297804659232497, ms=00092}
22:49:34.597335 run                             mass: MS performed LU  {at=16369080.300653296, lu_delay=6.018665421754122, ms=00091}
22:49:34.684328 run                             mass: MS performed LU  {at=16369080.387647765, lu_delay=4.62621065415442, ms=00093}
22:49:35.228293 run                osmo-ms-mob/00098: Starting mobile
22:49:35.250618 run       osmo-ms-mob/00098(pid=233): Launched
22:49:35.264631 run                             mass: MS start registered  {at=16369080.967951044, delay=0.0032474342733621597, ms=00098}
22:49:36.415450 run                             mass: MS performed LU  {at=16369082.118767124, lu_delay=5.544822050258517, ms=00094}
22:49:36.461995 run                             mass: MS performed LU  {at=16369082.165282656, lu_delay=4.610947236418724, ms=00095}
22:49:37.031497 run                osmo-ms-mob/00099: Starting mobile
22:49:37.063282 run       osmo-ms-mob/00099(pid=234): Launched
22:49:37.078867 run                             mass: All started... {duration=55.760891715064645, too_slow=2}
22:49:37.092998 run                             mass: MS start registered  {at=16369082.796342026, delay=0.014120560139417648, ms=00099}
22:49:38.316836 run                             mass: MS performed LU  {at=16369084.020161424, lu_delay=5.575942886993289, ms=00096}
22:49:40.181683 run                             mass: MS performed LU  {at=16369085.884993339, lu_delay=4.9170422945171595, ms=00098}
22:49:40.227848 run                             mass: MS performed LU  {at=16369085.931175547, lu_delay=6.2454881109297276, ms=00097}
22:49:42.082362 run                             mass: MS performed LU  {at=16369087.785697008, lu_delay=4.9893549811095, ms=00099}
22:49:42.088973 run                             mass: Tests done {all_completed=True, max=23.315076861530542, min=3.7640129439532757}
22:49:42.094788 tst         register_default_mass.py: Test passed (85.0 sec)
22:49:42.100444 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.103891 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.107256 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.110619 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.113903 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.117293 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.120639 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.123947 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.127351 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.130778 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.134183 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:42.137478 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:42.140769 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:42.144446 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:42.147968 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:42.151398 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:42.155662 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:42.159355 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:42.162864 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:42.166349 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:42.169736 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:42.173025 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:42.176444 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:42.179869 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:42.183248 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:42.186701 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:42.190140 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:42.193571 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:42.196902 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:42.200346 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:42.204111 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:42.208711 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:42.212149 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:42.215494 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:42.218936 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:42.222400 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.226516 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.230113 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.233735 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.237235 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.241276 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.244664 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.248064 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.251479 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.255085 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.258505 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.261916 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.265245 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.268656 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.272238 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.275677 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.279033 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.282397 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.285822 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.289223 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.292635 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.295918 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.299293 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.302919 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.306289 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.310209 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.313619 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.317054 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.320449 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.323861 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.327842 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.331276 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.334657 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.338066 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.341460 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.344870 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.348263 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.352078 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.355499 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.358914 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.362344 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.365765 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.369184 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.372561 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.375975 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.379380 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.382791 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.386214 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.389601 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.393012 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.396377 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.399730 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.403153 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.406559 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.409981 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.413393 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.416792 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.420173 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.423563 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.426959 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.430520 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.434366 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.438679 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.442128 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.445580 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.449017 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.452681 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.456361 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.460249 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.464291 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.468399 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.472569 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.476739 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.480895 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.485080 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.489300 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.493467 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.497597 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.501745 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.506093 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.510439 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.514983 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.519338 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.523717 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.528083 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.532440 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.536710 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.540955 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.545263 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.549513 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.553841 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.558175 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.562406 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.566650 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.570939 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.575247 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.579611 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.583970 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.588217 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.592440 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.596598 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.600744 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.604934 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.609208 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.614470 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.619750 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.623879 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.628014 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.632174 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.636306 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.640483 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.644739 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.648908 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.653173 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.657362 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.661507 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.665632 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.669800 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.673948 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.678150 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.682390 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.686709 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.691132 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.695523 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.699798 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.704236 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.708539 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.712819 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.717100 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.721446 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.725699 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.729970 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.734220 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.738366 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.742517 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.746643 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.750781 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.754953 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.759153 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.763388 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.767624 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.771759 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.775905 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.780094 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.784244 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.788369 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.792513 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.796698 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.800835 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.804764 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.808730 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.812691 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.816734 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.820812 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.824920 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.829060 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.833238 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.837448 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.841633 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.845797 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.849934 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.854096 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.858114 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.862046 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.869451 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.873414 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.877492 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.881638 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.885837 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.890211 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.894515 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.898758 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.902965 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.907207 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.911411 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.915629 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.919821 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.924016 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.928206 ---      ParallelTerminationStrategy: PID 22 died...
22:49:42.930102 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.934721 ---      ParallelTerminationStrategy: PID 23 died...
22:49:42.936611 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.941282 ---      ParallelTerminationStrategy: PID 24 died...
22:49:42.943173 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.947882 ---      ParallelTerminationStrategy: PID 25 died...
22:49:42.949811 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.954475 ---      ParallelTerminationStrategy: PID 26 died...
22:49:42.956370 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.961271 ---      ParallelTerminationStrategy: PID 27 died...
22:49:42.963074 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.967488 ---      ParallelTerminationStrategy: PID 28 died...
22:49:42.969296 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.973760 ---      ParallelTerminationStrategy: PID 29 died...
22:49:42.975591 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.980057 ---      ParallelTerminationStrategy: PID 30 died...
22:49:42.981866 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.986313 ---      ParallelTerminationStrategy: PID 31 died...
22:49:42.988116 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.992575 ---      ParallelTerminationStrategy: PID 32 died...
22:49:42.994402 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.998872 ---      ParallelTerminationStrategy: PID 33 died...
22:49:43.000673 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:43.005133 ---      ParallelTerminationStrategy: PID 35 died...
22:49:43.007044 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:43.011546 ---      ParallelTerminationStrategy: PID 36 died...
22:49:43.013370 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:43.017828 ---      ParallelTerminationStrategy: PID 37 died...
22:49:43.019640 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:43.024096 ---      ParallelTerminationStrategy: PID 38 died...
22:49:43.025904 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:43.030379 ---      ParallelTerminationStrategy: PID 39 died...
22:49:43.032176 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:43.036616 ---      ParallelTerminationStrategy: PID 40 died...
22:49:43.038454 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:43.042929 ---      ParallelTerminationStrategy: PID 41 died...
22:49:43.044734 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:43.049174 ---      ParallelTerminationStrategy: PID 42 died...
22:49:43.050981 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:43.055444 ---      ParallelTerminationStrategy: PID 43 died...
22:49:43.057276 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.061721 ---      ParallelTerminationStrategy: PID 44 died...
22:49:43.063681 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.068156 ---      ParallelTerminationStrategy: PID 45 died...
22:49:43.069978 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.075036 ---      ParallelTerminationStrategy: PID 46 died...
22:49:43.076857 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.081278 ---      ParallelTerminationStrategy: PID 47 died...
22:49:43.083089 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.088321 ---      ParallelTerminationStrategy: PID 48 died...
22:49:43.090104 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.094501 ---      ParallelTerminationStrategy: PID 49 died...
22:49:43.096267 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.100423 ---      ParallelTerminationStrategy: PID 50 died...
22:49:43.102152 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.106287 ---      ParallelTerminationStrategy: PID 51 died...
22:49:43.107903 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.111866 ---      ParallelTerminationStrategy: PID 52 died...
22:49:43.113490 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.117465 ---      ParallelTerminationStrategy: PID 53 died...
22:49:43.119080 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.123079 ---      ParallelTerminationStrategy: PID 54 died...
22:49:43.124698 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:43.128686 ---      ParallelTerminationStrategy: PID 55 died...
22:49:43.130224 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:43.134077 ---      ParallelTerminationStrategy: PID 56 died...
22:49:43.135654 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:43.139569 ---      ParallelTerminationStrategy: PID 57 died...
22:49:43.141161 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:43.145041 ---      ParallelTerminationStrategy: PID 58 died...
22:49:43.146618 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:43.150521 ---      ParallelTerminationStrategy: PID 59 died...
22:49:43.152153 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:43.156332 ---      ParallelTerminationStrategy: PID 60 died...
22:49:43.158039 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:43.162212 ---      ParallelTerminationStrategy: PID 61 died...
22:49:43.163907 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:43.168097 ---      ParallelTerminationStrategy: PID 62 died...
22:49:43.169820 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:43.173977 ---      ParallelTerminationStrategy: PID 63 died...
22:49:43.175669 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:43.179839 ---      ParallelTerminationStrategy: PID 64 died...
22:49:43.181539 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:43.185828 ---      ParallelTerminationStrategy: PID 65 died...
22:49:43.187577 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:43.191918 ---      ParallelTerminationStrategy: PID 66 died...
22:49:43.193698 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:43.198109 ---      ParallelTerminationStrategy: PID 67 died...
22:49:43.199876 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:43.204258 ---      ParallelTerminationStrategy: PID 68 died...
22:49:43.206027 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:43.210192 ---      ParallelTerminationStrategy: PID 69 died...
22:49:43.211885 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:43.216073 ---      ParallelTerminationStrategy: PID 70 died...
22:49:43.217792 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:43.221953 ---      ParallelTerminationStrategy: PID 71 died...
22:49:43.223645 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:43.227795 ---      ParallelTerminationStrategy: PID 72 died...
22:49:43.229494 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:43.233689 ---      ParallelTerminationStrategy: PID 73 died...
22:49:43.235384 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:43.239558 ---      ParallelTerminationStrategy: PID 74 died...
22:49:43.241252 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:43.245419 ---      ParallelTerminationStrategy: PID 75 died...
22:49:43.247116 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:43.251190 ---      ParallelTerminationStrategy: PID 76 died...
22:49:43.252907 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:43.257097 ---      ParallelTerminationStrategy: PID 77 died...
22:49:43.258782 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:43.262976 ---      ParallelTerminationStrategy: PID 78 died...
22:49:43.264682 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:43.268777 ---      ParallelTerminationStrategy: PID 79 died...
22:49:43.270468 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:43.274701 ---      ParallelTerminationStrategy: PID 80 died...
22:49:43.276385 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:43.280574 ---      ParallelTerminationStrategy: PID 81 died...
22:49:43.282317 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:43.286516 ---      ParallelTerminationStrategy: PID 82 died...
22:49:43.288256 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:43.292528 ---      ParallelTerminationStrategy: PID 83 died...
22:49:43.294265 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:43.298541 ---      ParallelTerminationStrategy: PID 84 died...
22:49:43.300265 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:43.304656 ---      ParallelTerminationStrategy: PID 85 died...
22:49:43.306494 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:43.310904 ---      ParallelTerminationStrategy: PID 86 died...
22:49:43.312595 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:43.316810 ---      ParallelTerminationStrategy: PID 87 died...
22:49:43.318507 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:43.322701 ---      ParallelTerminationStrategy: PID 88 died...
22:49:43.324402 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:43.328608 ---      ParallelTerminationStrategy: PID 89 died...
22:49:43.330299 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:43.334490 ---      ParallelTerminationStrategy: PID 90 died...
22:49:43.336123 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:43.340109 ---      ParallelTerminationStrategy: PID 91 died...
22:49:43.341732 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:43.345724 ---      ParallelTerminationStrategy: PID 92 died...
22:49:43.347349 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:43.351328 ---      ParallelTerminationStrategy: PID 93 died...
22:49:43.352951 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:43.356951 ---      ParallelTerminationStrategy: PID 94 died...
22:49:43.358561 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:43.362567 ---      ParallelTerminationStrategy: PID 95 died...
22:49:43.364179 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:43.368157 ---      ParallelTerminationStrategy: PID 96 died...
22:49:43.369770 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:43.373790 ---      ParallelTerminationStrategy: PID 97 died...
22:49:43.375476 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:43.379675 ---      ParallelTerminationStrategy: PID 98 died...
22:49:43.381366 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:43.385409 ---      ParallelTerminationStrategy: PID 99 died...
22:49:43.387020 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:43.391162 ---      ParallelTerminationStrategy: PID 100 died...
22:49:43.392872 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.397050 ---      ParallelTerminationStrategy: PID 101 died...
22:49:43.398735 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.402704 ---      ParallelTerminationStrategy: PID 102 died...
22:49:43.404310 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.408304 ---      ParallelTerminationStrategy: PID 103 died...
22:49:43.409965 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.413977 ---      ParallelTerminationStrategy: PID 104 died...
22:49:43.415596 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.419638 ---      ParallelTerminationStrategy: PID 105 died...
22:49:43.421362 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.425616 ---      ParallelTerminationStrategy: PID 106 died...
22:49:43.427363 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.431868 ---      ParallelTerminationStrategy: PID 107 died...
22:49:43.433703 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.438220 ---      ParallelTerminationStrategy: PID 108 died...
22:49:43.440045 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.444642 ---      ParallelTerminationStrategy: PID 109 died...
22:49:43.446539 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.451060 ---      ParallelTerminationStrategy: PID 110 died...
22:49:43.452887 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.457211 ---      ParallelTerminationStrategy: PID 111 died...
22:49:43.458911 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.463095 ---      ParallelTerminationStrategy: PID 112 died...
22:49:43.464733 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.468749 ---      ParallelTerminationStrategy: PID 113 died...
22:49:43.470369 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.474373 ---      ParallelTerminationStrategy: PID 114 died...
22:49:43.475984 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.479985 ---      ParallelTerminationStrategy: PID 115 died...
22:49:43.481617 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.485616 ---      ParallelTerminationStrategy: PID 116 died...
22:49:43.487233 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.491237 ---      ParallelTerminationStrategy: PID 117 died...
22:49:43.492851 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.496757 ---      ParallelTerminationStrategy: PID 118 died...
22:49:43.498316 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.502221 ---      ParallelTerminationStrategy: PID 119 died...
22:49:43.503803 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.507744 ---      ParallelTerminationStrategy: PID 120 died...
22:49:43.509368 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.513556 ---      ParallelTerminationStrategy: PID 121 died...
22:49:43.515256 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.519450 ---      ParallelTerminationStrategy: PID 122 died...
22:49:43.521156 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.525335 ---      ParallelTerminationStrategy: PID 123 died...
22:49:43.527044 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.531151 ---      ParallelTerminationStrategy: PID 124 died...
22:49:43.532761 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.536948 ---      ParallelTerminationStrategy: PID 125 died...
22:49:43.538561 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.542551 ---      ParallelTerminationStrategy: PID 126 died...
22:49:43.544165 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.548078 ---      ParallelTerminationStrategy: PID 127 died...
22:49:43.549634 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.553445 ---      ParallelTerminationStrategy: PID 128 died...
22:49:43.554976 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.558774 ---      ParallelTerminationStrategy: PID 129 died...
22:49:43.560309 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.564128 ---      ParallelTerminationStrategy: PID 130 died...
22:49:43.565678 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.569567 ---      ParallelTerminationStrategy: PID 131 died...
22:49:43.571243 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.575428 ---      ParallelTerminationStrategy: PID 132 died...
22:49:43.577133 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.581303 ---      ParallelTerminationStrategy: PID 133 died...
22:49:43.582980 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.587191 ---      ParallelTerminationStrategy: PID 134 died...
22:49:43.588887 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.593059 ---      ParallelTerminationStrategy: PID 135 died...
22:49:43.594744 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.598942 ---      ParallelTerminationStrategy: PID 136 died...
22:49:43.600642 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.604773 ---      ParallelTerminationStrategy: PID 137 died...
22:49:43.606438 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.610673 ---      ParallelTerminationStrategy: PID 138 died...
22:49:43.612378 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.616808 ---      ParallelTerminationStrategy: PID 139 died...
22:49:43.618653 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.623418 ---      ParallelTerminationStrategy: PID 140 died...
22:49:43.625245 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.629678 ---      ParallelTerminationStrategy: PID 141 died...
22:49:43.631461 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.635892 ---      ParallelTerminationStrategy: PID 142 died...
22:49:43.637723 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.642216 ---      ParallelTerminationStrategy: PID 143 died...
22:49:43.643993 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.648491 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.650284 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.654693 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.656524 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.661200 ---      ParallelTerminationStrategy: PID 146 died...
22:49:43.663024 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.667655 ---      ParallelTerminationStrategy: PID 147 died...
22:49:43.669497 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.674207 ---      ParallelTerminationStrategy: PID 148 died...
22:49:43.676014 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.680552 ---      ParallelTerminationStrategy: PID 149 died...
22:49:43.682376 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.686939 ---      ParallelTerminationStrategy: PID 150 died...
22:49:43.688811 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.693345 ---      ParallelTerminationStrategy: PID 151 died...
22:49:43.695160 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.699700 ---      ParallelTerminationStrategy: PID 152 died...
22:49:43.701499 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.705999 ---      ParallelTerminationStrategy: PID 153 died...
22:49:43.707860 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.712381 ---      ParallelTerminationStrategy: PID 154 died...
22:49:43.714221 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.718816 ---      ParallelTerminationStrategy: PID 155 died...
22:49:43.720686 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.725243 ---      ParallelTerminationStrategy: PID 156 died...
22:49:43.726993 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.731419 ---      ParallelTerminationStrategy: PID 157 died...
22:49:43.733175 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.737550 ---      ParallelTerminationStrategy: PID 158 died...
22:49:43.739319 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.743678 ---      ParallelTerminationStrategy: PID 159 died...
22:49:43.745494 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.749986 ---      ParallelTerminationStrategy: PID 160 died...
22:49:43.751783 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.756282 ---      ParallelTerminationStrategy: PID 161 died...
22:49:43.758089 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.762584 ---      ParallelTerminationStrategy: PID 162 died...
22:49:43.764381 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.768855 ---      ParallelTerminationStrategy: PID 163 died...
22:49:43.770660 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.775136 ---      ParallelTerminationStrategy: PID 164 died...
22:49:43.776958 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.781425 ---      ParallelTerminationStrategy: PID 165 died...
22:49:43.783221 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.787764 ---      ParallelTerminationStrategy: PID 166 died...
22:49:43.789648 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.794391 ---      ParallelTerminationStrategy: PID 167 died...
22:49:43.796249 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.800886 ---      ParallelTerminationStrategy: PID 168 died...
22:49:43.802727 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.807340 ---      ParallelTerminationStrategy: PID 169 died...
22:49:43.809225 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.813893 ---      ParallelTerminationStrategy: PID 170 died...
22:49:43.815745 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.820333 ---      ParallelTerminationStrategy: PID 171 died...
22:49:43.822199 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.826807 ---      ParallelTerminationStrategy: PID 172 died...
22:49:43.828648 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.833299 ---      ParallelTerminationStrategy: PID 173 died...
22:49:43.835142 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.839835 ---      ParallelTerminationStrategy: PID 174 died...
22:49:43.841748 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.846450 ---      ParallelTerminationStrategy: PID 175 died...
22:49:43.848357 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.853081 ---      ParallelTerminationStrategy: PID 176 died...
22:49:43.854992 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.859691 ---      ParallelTerminationStrategy: PID 177 died...
22:49:43.861550 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.866209 ---      ParallelTerminationStrategy: PID 178 died...
22:49:43.868064 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.872777 ---      ParallelTerminationStrategy: PID 179 died...
22:49:43.874656 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.879440 ---      ParallelTerminationStrategy: PID 180 died...
22:49:43.881390 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.886237 ---      ParallelTerminationStrategy: PID 181 died...
22:49:43.888179 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.892924 ---      ParallelTerminationStrategy: PID 182 died...
22:49:43.894800 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.899497 ---      ParallelTerminationStrategy: PID 183 died...
22:49:43.901452 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.906058 ---      ParallelTerminationStrategy: PID 184 died...
22:49:43.907895 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.912501 ---      ParallelTerminationStrategy: PID 185 died...
22:49:43.914424 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.918980 ---      ParallelTerminationStrategy: PID 186 died...
22:49:43.920906 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.925547 ---      ParallelTerminationStrategy: PID 187 died...
22:49:43.927429 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.932182 ---      ParallelTerminationStrategy: PID 188 died...
22:49:43.934113 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.938840 ---      ParallelTerminationStrategy: PID 189 died...
22:49:43.940784 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.945597 ---      ParallelTerminationStrategy: PID 190 died...
22:49:43.947524 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.952255 ---      ParallelTerminationStrategy: PID 191 died...
22:49:43.954206 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.958861 ---      ParallelTerminationStrategy: PID 192 died...
22:49:43.960776 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.965453 ---      ParallelTerminationStrategy: PID 193 died...
22:49:43.967364 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.972110 ---      ParallelTerminationStrategy: PID 194 died...
22:49:43.973959 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.978617 ---      ParallelTerminationStrategy: PID 195 died...
22:49:43.980521 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.985277 ---      ParallelTerminationStrategy: PID 196 died...
22:49:43.987117 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.991804 ---      ParallelTerminationStrategy: PID 197 died...
22:49:43.993768 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.998384 ---      ParallelTerminationStrategy: PID 198 died...
22:49:44.000304 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:44.005066 ---      ParallelTerminationStrategy: PID 199 died...
22:49:44.007049 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:44.011833 ---      ParallelTerminationStrategy: PID 200 died...
22:49:44.013737 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:44.018484 ---      ParallelTerminationStrategy: PID 201 died...
22:49:44.020380 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:44.025153 ---      ParallelTerminationStrategy: PID 202 died...
22:49:44.027061 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:44.031830 ---      ParallelTerminationStrategy: PID 203 died...
22:49:44.033743 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:44.038511 ---      ParallelTerminationStrategy: PID 204 died...
22:49:44.040458 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:44.045125 ---      ParallelTerminationStrategy: PID 205 died...
22:49:44.047031 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:44.051641 ---      ParallelTerminationStrategy: PID 206 died...
22:49:44.053542 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:44.058198 ---      ParallelTerminationStrategy: PID 207 died...
22:49:44.060045 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:44.064684 ---      ParallelTerminationStrategy: PID 208 died...
22:49:44.066675 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:44.071404 ---      ParallelTerminationStrategy: PID 209 died...
22:49:44.073346 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:44.078118 ---      ParallelTerminationStrategy: PID 210 died...
22:49:44.080041 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:44.084781 ---      ParallelTerminationStrategy: PID 211 died...
22:49:44.086680 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:44.091543 ---      ParallelTerminationStrategy: PID 212 died...
22:49:44.093432 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:44.098273 ---      ParallelTerminationStrategy: PID 213 died...
22:49:44.100193 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:44.104958 ---      ParallelTerminationStrategy: PID 214 died...
22:49:44.106872 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:44.111618 ---      ParallelTerminationStrategy: PID 215 died...
22:49:44.113617 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:44.118327 ---      ParallelTerminationStrategy: PID 216 died...
22:49:44.120184 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:44.125026 ---      ParallelTerminationStrategy: PID 217 died...
22:49:44.126982 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:44.131836 ---      ParallelTerminationStrategy: PID 218 died...
22:49:44.133757 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:44.138608 ---      ParallelTerminationStrategy: PID 219 died...
22:49:44.140529 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:44.145294 ---      ParallelTerminationStrategy: PID 220 died...
22:49:44.147259 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:44.152031 ---      ParallelTerminationStrategy: PID 221 died...
22:49:44.154084 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:44.158768 ---      ParallelTerminationStrategy: PID 222 died...
22:49:44.160661 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:44.165366 ---      ParallelTerminationStrategy: PID 223 died...
22:49:44.167216 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:44.171860 ---      ParallelTerminationStrategy: PID 224 died...
22:49:44.173789 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:44.178456 ---      ParallelTerminationStrategy: PID 225 died...
22:49:44.180329 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:44.184983 ---      ParallelTerminationStrategy: PID 226 died...
22:49:44.186867 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:44.191471 ---      ParallelTerminationStrategy: PID 227 died...
22:49:44.193277 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:44.197845 ---      ParallelTerminationStrategy: PID 228 died...
22:49:44.199671 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:44.204241 ---      ParallelTerminationStrategy: PID 229 died...
22:49:44.206077 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:44.210602 ---      ParallelTerminationStrategy: PID 230 died...
22:49:44.212415 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:44.217004 ---      ParallelTerminationStrategy: PID 231 died...
22:49:44.218888 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:44.223430 ---      ParallelTerminationStrategy: PID 232 died...
22:49:44.225258 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:44.229818 ---      ParallelTerminationStrategy: PID 233 died...
22:49:44.231654 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:44.236195 ---      ParallelTerminationStrategy: PID 234 died...
22:49:44.238039 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.642126 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.643853 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8034 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.727355 tst                       trial-8034: Storing JUnit report in /build/trial-8034/run.2025-07-21_22-48-16/trial-8034.xml

--------------------------------------------------------------------------------------------
trial-8034 PASS
--------------------------------------------------------------------------------------------
22:49:47.738696 tst                       trial-8034: trial-8034: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-8034/inst
+ cd trial-8034
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-21 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8034-run.tgz run.2025-07-21_22-48-16
+ tar czf /build/trial-8034-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-21_13_25_39.tgz osmo-bts-oc2g.build-2025-07-21_00_51_39.tgz osmo-bts-sysmo.build-2025-07-21_00_51_39.tgz osmo-bts.build-2025-07-21_00_51_44.tgz osmo-ggsn.build-2025-07-21_20_42_35.tgz osmo-hlr.build-2025-07-21_16_36_52.tgz osmo-hnbgw.build-2025-07-21_13_31_10.tgz osmo-mgw.build-2025-07-21_08_33_17.tgz osmo-msc.build-2025-07-21_13_32_38.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-21_07_34_06.tgz osmo-pcu-sysmo.build-2025-07-21_07_36_08.tgz osmo-pcu.build-2025-07-21_07_36_14.tgz osmo-sgsn.build-2025-07-21_20_48_31.tgz osmo-stp.build-2025-07-21_13_25_05.tgz osmo-trx.build-2025-07-21_14_28_00.tgz osmocom-bb.build-2025-07-21_21_17_15.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