Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
6a0878f ttcn3-gbproxy-test: run with titan 9.0.0
+ 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 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#22 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#22 CACHED

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

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

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

#26 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#26 CACHED

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

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

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

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

#31 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#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:9c96e4e8aea31458b51ed56fcb41cf4f521e7411f99e2a115c23fb2aaf2e9e6d 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=8024 -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-11 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8024
+ mkdir -p trial-8024
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-11_13_26_19.tgz osmo-bts-oc2g.build-2025-07-11_00_51_42.tgz osmo-bts-sysmo.build-2025-07-11_00_51_37.tgz osmo-bts.build-2025-07-11_00_51_42.tgz osmo-ggsn.build-2025-07-11_20_42_55.tgz osmo-hlr.build-2025-07-11_16_36_53.tgz osmo-hnbgw.build-2025-07-11_13_30_20.tgz osmo-mgw.build-2025-07-11_08_33_15.tgz osmo-msc.build-2025-07-11_13_34_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-11_07_34_09.tgz osmo-pcu-sysmo.build-2025-07-11_07_36_16.tgz osmo-pcu.build-2025-07-11_07_36_22.tgz osmo-sgsn.build-2025-07-11_20_48_14.tgz osmo-stp.build-2025-07-11_13_25_08.tgz osmo-trx.build-2025-07-11_14_29_30.tgz osmocom-bb.build-2025-07-11_21_17_12.tgz srslte.build-19.tgz trial-8024
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-11_13_26_19.md5 osmo-bts-oc2g.build-2025-07-11_00_51_42.md5 osmo-bts-sysmo.build-2025-07-11_00_51_37.md5 osmo-bts.build-2025-07-11_00_51_42.md5 osmo-ggsn.build-2025-07-11_20_42_55.md5 osmo-hlr.build-2025-07-11_16_36_53.md5 osmo-hnbgw.build-2025-07-11_13_30_20.md5 osmo-mgw.build-2025-07-11_08_33_15.md5 osmo-msc.build-2025-07-11_13_34_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-11_07_34_09.md5 osmo-pcu-sysmo.build-2025-07-11_07_36_16.md5 osmo-pcu.build-2025-07-11_07_36_22.md5 osmo-sgsn.build-2025-07-11_20_48_14.md5 osmo-stp.build-2025-07-11_13_25_08.md5 osmo-trx.build-2025-07-11_14_29_30.md5 osmocom-bb.build-2025-07-11_21_17_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-11_13_26_19.md5 osmo-bts-oc2g.build-2025-07-11_00_51_42.md5 osmo-bts-sysmo.build-2025-07-11_00_51_37.md5 osmo-bts.build-2025-07-11_00_51_42.md5 osmo-ggsn.build-2025-07-11_20_42_55.md5 osmo-hlr.build-2025-07-11_16_36_53.md5 osmo-hnbgw.build-2025-07-11_13_30_20.md5 osmo-mgw.build-2025-07-11_08_33_15.md5 osmo-msc.build-2025-07-11_13_34_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-11_07_34_09.md5 osmo-pcu-sysmo.build-2025-07-11_07_36_16.md5 osmo-pcu.build-2025-07-11_07_36_22.md5 osmo-sgsn.build-2025-07-11_20_48_14.md5 osmo-stp.build-2025-07-11_13_25_08.md5 osmo-trx.build-2025-07-11_14_29_30.md5 osmocom-bb.build-2025-07-11_21_17_12.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8024 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8024'
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-8024
--------------------------------------------------------------------------------------------
22:48:16.632800 tst                       trial-8024: Detailed log at /build/trial-8024/run.2025-07-11_22-48-16/log

---------------------------------------------------------------------
trial-8024 netreg_mass
---------------------------------------------------------------------
22:48:16.951224 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.951793 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.953068 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.955004 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.011168 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.013506 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.015719 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.137660 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-8024 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.139081 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.163351 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.164216 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.165107 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.165803 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.166638 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.167544 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.168366 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.233099 tst         register_default_mass.py: using LAC 2
22:48:17.282241 tst         register_default_mass.py: using RAC 2
22:48:17.331801 tst         register_default_mass.py: using CellId 2
22:48:17.388616 tst         register_default_mass.py: using BVCI 3
22:48:17.399972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.401148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.401797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.402399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.402995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.403597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.404178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.404784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.405424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.406023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.406615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.407221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.407829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.408445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.409141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.409767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.410404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.411032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.411650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.412272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.412939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.413585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.414229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.414894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.415529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.416164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.416840 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.417491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.418138 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.418778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.419402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.420065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.420730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.421387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.422061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.422710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.423355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.424108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.424778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.425417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.426067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.426709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.427371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.428020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.428670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.429306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.429971 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.430624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.431254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.431917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.432605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.433305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.433991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.434643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.435283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.435934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.436592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.437258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.437901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.438551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.439190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.439922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.440578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.441226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.441854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.442507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.443137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.443799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.444458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.445105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.445744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.446405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.447143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.447783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.448436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.449080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.449710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.450338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.450961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.451596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.452215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.452862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.453510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.454160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.454812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.455440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.456069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.456693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.457316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.458031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.458658 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.459307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.459962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.460607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.461277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.461919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.462546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.463161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.463796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.464416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.465039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.465749 tst      register_default_mass.py:21: Launching a simple network
22:48:17.478372 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.627250 run            create_hlr_db(pid=19): Launched
22:48:18.639825 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:18.663664 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:18.683405 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:18.691111 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.917383 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:18.936658 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:18.943879 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.471033 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:19.490227 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:22.502819 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.640091 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:22.659534 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:22.666608 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.697143 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:22.716886 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:22.725266 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.100164 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:23.118035 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:29.144160 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.338269 run         osmo-bts-virtual(pid=33): Launched
22:48:30.390884 tst         register_default_mass.py: using MSISDN 1001
22:48:30.397048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.483715 tst         register_default_mass.py: using MSISDN 1002
22:48:30.490521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.553902 tst         register_default_mass.py: using MSISDN 1003
22:48:30.560675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.651579 tst         register_default_mass.py: using MSISDN 1004
22:48:30.659215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.723472 tst         register_default_mass.py: using MSISDN 1005
22:48:30.733651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.796692 tst         register_default_mass.py: using MSISDN 1006
22:48:30.803985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.870606 tst         register_default_mass.py: using MSISDN 1007
22:48:30.877716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.956203 tst         register_default_mass.py: using MSISDN 1008
22:48:30.965798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.033174 tst         register_default_mass.py: using MSISDN 1009
22:48:31.041370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.119184 tst         register_default_mass.py: using MSISDN 1010
22:48:31.127120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.930507 tst         register_default_mass.py: using MSISDN 1011
22:48:31.936959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.010702 tst         register_default_mass.py: using MSISDN 1012
22:48:32.018255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.098007 tst         register_default_mass.py: using MSISDN 1013
22:48:32.105269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.165782 tst         register_default_mass.py: using MSISDN 1014
22:48:32.172078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.245426 tst         register_default_mass.py: using MSISDN 1015
22:48:32.251943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.313670 tst         register_default_mass.py: using MSISDN 1016
22:48:32.320484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.404908 tst         register_default_mass.py: using MSISDN 1017
22:48:32.410978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.497389 tst         register_default_mass.py: using MSISDN 1018
22:48:32.505977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.571347 tst         register_default_mass.py: using MSISDN 1019
22:48:32.577837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.662152 tst         register_default_mass.py: using MSISDN 1020
22:48:32.668302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.730533 tst         register_default_mass.py: using MSISDN 1021
22:48:32.736770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.843500 tst         register_default_mass.py: using MSISDN 1022
22:48:32.850085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.916581 tst         register_default_mass.py: using MSISDN 1023
22:48:32.923133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.997470 tst         register_default_mass.py: using MSISDN 1024
22:48:33.007972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.100383 tst         register_default_mass.py: using MSISDN 1025
22:48:33.109076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.233252 tst         register_default_mass.py: using MSISDN 1026
22:48:33.239143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.313353 tst         register_default_mass.py: using MSISDN 1027
22:48:33.321092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.439976 tst         register_default_mass.py: using MSISDN 1028
22:48:33.445768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.513266 tst         register_default_mass.py: using MSISDN 1029
22:48:33.519055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.591891 tst         register_default_mass.py: using MSISDN 1030
22:48:33.597862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.672810 tst         register_default_mass.py: using MSISDN 1031
22:48:33.678940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.758326 tst         register_default_mass.py: using MSISDN 1032
22:48:33.764087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.830821 tst         register_default_mass.py: using MSISDN 1033
22:48:33.836694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.910386 tst         register_default_mass.py: using MSISDN 1034
22:48:33.916084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.989110 tst         register_default_mass.py: using MSISDN 1035
22:48:33.995069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.059245 tst         register_default_mass.py: using MSISDN 1036
22:48:34.067800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.139157 tst         register_default_mass.py: using MSISDN 1037
22:48:34.145950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.221015 tst         register_default_mass.py: using MSISDN 1038
22:48:34.227057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.304659 tst         register_default_mass.py: using MSISDN 1039
22:48:34.310647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.381489 tst         register_default_mass.py: using MSISDN 1040
22:48:34.389131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.451921 tst         register_default_mass.py: using MSISDN 1041
22:48:34.460307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.537597 tst         register_default_mass.py: using MSISDN 1042
22:48:34.543652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.616155 tst         register_default_mass.py: using MSISDN 1043
22:48:34.622351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.706534 tst         register_default_mass.py: using MSISDN 1044
22:48:34.712700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.782472 tst         register_default_mass.py: using MSISDN 1045
22:48:34.788406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.849162 tst         register_default_mass.py: using MSISDN 1046
22:48:34.855213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.932008 tst         register_default_mass.py: using MSISDN 1047
22:48:34.938134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.019338 tst         register_default_mass.py: using MSISDN 1048
22:48:35.027983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.085730 tst         register_default_mass.py: using MSISDN 1049
22:48:35.093287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.172449 tst         register_default_mass.py: using MSISDN 1050
22:48:35.178598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.250681 tst         register_default_mass.py: using MSISDN 1051
22:48:35.256512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.333544 tst         register_default_mass.py: using MSISDN 1052
22:48:35.339774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.414600 tst         register_default_mass.py: using MSISDN 1053
22:48:35.420956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.502643 tst         register_default_mass.py: using MSISDN 1054
22:48:35.512906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.580049 tst         register_default_mass.py: using MSISDN 1055
22:48:35.586353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.663091 tst         register_default_mass.py: using MSISDN 1056
22:48:35.669363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.787143 tst         register_default_mass.py: using MSISDN 1057
22:48:35.793306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.865881 tst         register_default_mass.py: using MSISDN 1058
22:48:35.872075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.943691 tst         register_default_mass.py: using MSISDN 1059
22:48:35.950430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.023196 tst         register_default_mass.py: using MSISDN 1060
22:48:36.029537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.095173 tst         register_default_mass.py: using MSISDN 1061
22:48:36.101498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.181695 tst         register_default_mass.py: using MSISDN 1062
22:48:36.187914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.265617 tst         register_default_mass.py: using MSISDN 1063
22:48:36.271855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.334583 tst         register_default_mass.py: using MSISDN 1064
22:48:36.340247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.411651 tst         register_default_mass.py: using MSISDN 1065
22:48:36.417905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.497156 tst         register_default_mass.py: using MSISDN 1066
22:48:36.503239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.696352 tst         register_default_mass.py: using MSISDN 1067
22:48:36.702935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.772605 tst         register_default_mass.py: using MSISDN 1068
22:48:36.779216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.941060 tst         register_default_mass.py: using MSISDN 1069
22:48:39.947316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.012756 tst         register_default_mass.py: using MSISDN 1070
22:48:40.018989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.089772 tst         register_default_mass.py: using MSISDN 1071
22:48:40.095641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.161425 tst         register_default_mass.py: using MSISDN 1072
22:48:40.168485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.242546 tst         register_default_mass.py: using MSISDN 1073
22:48:40.253728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.338728 tst         register_default_mass.py: using MSISDN 1074
22:48:40.344697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.418034 tst         register_default_mass.py: using MSISDN 1075
22:48:40.423845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.498351 tst         register_default_mass.py: using MSISDN 1076
22:48:40.504290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.587329 tst         register_default_mass.py: using MSISDN 1077
22:48:40.593202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.670123 tst         register_default_mass.py: using MSISDN 1078
22:48:40.675852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.752051 tst         register_default_mass.py: using MSISDN 1079
22:48:40.762862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.841847 tst         register_default_mass.py: using MSISDN 1080
22:48:40.847613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.913836 tst         register_default_mass.py: using MSISDN 1081
22:48:40.921075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.985491 tst         register_default_mass.py: using MSISDN 1082
22:48:40.995159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.068841 tst         register_default_mass.py: using MSISDN 1083
22:48:41.078392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.149359 tst         register_default_mass.py: using MSISDN 1084
22:48:41.156869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.228414 tst         register_default_mass.py: using MSISDN 1085
22:48:41.234693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.314364 tst         register_default_mass.py: using MSISDN 1086
22:48:41.320081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.383198 tst         register_default_mass.py: using MSISDN 1087
22:48:41.388983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.462051 tst         register_default_mass.py: using MSISDN 1088
22:48:41.468364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.540717 tst         register_default_mass.py: using MSISDN 1089
22:48:41.546755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.614233 tst         register_default_mass.py: using MSISDN 1090
22:48:41.620050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.688242 tst         register_default_mass.py: using MSISDN 1091
22:48:41.693946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.765520 tst         register_default_mass.py: using MSISDN 1092
22:48:41.772931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.847099 tst         register_default_mass.py: using MSISDN 1093
22:48:41.852973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.929668 tst         register_default_mass.py: using MSISDN 1094
22:48:41.935939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.012013 tst         register_default_mass.py: using MSISDN 1095
22:48:42.018112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.104461 tst         register_default_mass.py: using MSISDN 1096
22:48:42.110484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.275004 tst         register_default_mass.py: using MSISDN 1097
22:48:42.281208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.355074 tst         register_default_mass.py: using MSISDN 1098
22:48:42.360960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:42.425793 tst         register_default_mass.py: using MSISDN 1099
22:48:42.431533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.514470 tst         register_default_mass.py: using MSISDN 1100
22:48:42.520443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.647574 run                             mass: Starting testcase
22:48:42.653825 run                             mass: Pre-launching all virtphy's
22:48:42.659579 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:42.673344 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:42.679902 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.693687 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:42.700565 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.714371 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:42.720809 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.734877 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:42.741452 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.755586 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:42.762479 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.776215 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:42.782535 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.796501 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:42.802685 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.816650 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:42.822911 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.836852 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:42.843196 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.856706 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:42.863074 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.876438 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:42.883026 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.896765 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:42.903120 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.916660 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:42.923113 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.936550 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:42.942878 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.956278 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:42.962660 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.976793 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:42.983312 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.996936 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:43.003410 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.017058 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:43.023283 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.036937 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:43.043293 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.057081 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:43.063351 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.077435 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:43.084055 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.097872 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:43.104295 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.118476 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:43.124964 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.139143 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:43.145594 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.159231 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:43.165598 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.179577 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:43.186022 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.199458 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:43.205667 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.219102 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:43.225296 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.241480 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:43.247814 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.262248 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:43.269124 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.285633 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:43.292063 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.305748 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:43.312367 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.326426 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:43.333132 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.347096 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:43.353555 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.367469 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:43.373912 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.387797 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:43.394337 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.408315 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:43.414706 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:43.428588 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:43.435026 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:43.448963 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:43.455414 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:43.469098 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:43.475498 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:43.489291 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:43.495577 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:43.509022 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:43.515224 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:43.529008 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:43.535594 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:43.549529 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:43.555936 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:43.569849 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:43.576247 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:43.590073 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:43.596475 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:43.610317 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:43.616715 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:43.630644 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:43.637111 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:43.651086 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:43.657534 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:43.671381 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:43.677793 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:43.691706 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:43.698113 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:43.712030 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:43.718458 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:43.732441 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:43.738919 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.752964 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:43.759450 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.773438 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:43.779974 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.794261 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:43.800797 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.814686 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:43.821103 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.834952 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:43.841353 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.855166 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:43.861582 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.875431 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:43.881810 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.895645 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:43.902078 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.915926 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:43.922339 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.936168 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:43.942550 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.956437 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:43.962837 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.976736 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:43.983176 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.997170 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:44.003535 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.017539 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:44.023911 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.037936 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:44.044297 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.058151 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:44.064565 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.078418 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:44.084820 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.098734 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:44.105120 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.118997 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:44.125490 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:44.139570 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:44.145953 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:44.159787 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:44.166169 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:44.179761 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:44.186105 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.199855 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:44.206696 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.220614 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:44.227022 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.241059 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:44.247457 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.261429 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:44.267995 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.282121 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:44.288535 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.302473 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:44.308869 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.322700 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:44.329196 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.343132 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:44.349578 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.363598 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:44.374536 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.388685 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:44.395187 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:44.409452 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:44.415791 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:44.434484 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:44.441365 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:44.455659 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:44.462301 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:44.476214 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:44.482723 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.497020 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:44.505271 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.520090 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:44.526690 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.541000 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:44.547602 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:44.561644 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:44.568358 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:44.582611 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:44.589140 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:44.603292 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:44.609756 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:44.623829 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:44.630314 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:44.644292 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:44.650801 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:44.664807 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:44.671338 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:44.685829 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:44.692756 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:44.706791 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:44.713209 run                             mass: Checking if sockets are in the filesystem
22:48:44.726680 run                osmo-ms-mob/00000: Starting mobile
22:48:44.742373 run       osmo-ms-mob/00000(pid=134): Launched
22:48:44.759166 run                             mass: MS start registered  {at=15505030.462505631, delay=0.00921366736292839, ms=00000}
22:48:48.926484 run                osmo-ms-mob/00001: Starting mobile
22:48:48.941336 run       osmo-ms-mob/00001(pid=135): Launched
22:48:48.952562 run                             mass: MS start registered  {at=15505034.655912563, delay=0.004726488143205643, ms=00001}
22:48:49.707342 run                             mass: MS performed LU  {at=15505035.410669181, lu_delay=4.94816355034709, ms=00000}
22:48:50.726053 run                osmo-ms-mob/00002: Starting mobile
22:48:50.740080 run       osmo-ms-mob/00002(pid=136): Launched
22:48:50.751342 run                             mass: MS start registered  {at=15505036.454686042, delay=0.004667995497584343, ms=00002}
22:48:52.026031 run                osmo-ms-mob/00003: Starting mobile
22:48:52.041777 run       osmo-ms-mob/00003(pid=137): Launched
22:48:52.053146 run                             mass: MS start registered  {at=15505037.756491764, delay=0.004854023456573486, ms=00003}
22:48:53.125561 run                osmo-ms-mob/00004: Starting mobile
22:48:53.139090 run       osmo-ms-mob/00004(pid=138): Launched
22:48:53.150366 run                             mass: MS start registered  {at=15505038.85371111, delay=0.004663880914449692, ms=00004}
22:48:53.943779 run                             mass: MS performed LU  {at=15505039.64711059, lu_delay=4.991198027506471, ms=00001}
22:48:54.126028 run                osmo-ms-mob/00005: Starting mobile
22:48:54.140401 run       osmo-ms-mob/00005(pid=139): Launched
22:48:54.152130 run                             mass: MS start registered  {at=15505039.855466295, delay=0.005264570936560631, ms=00005}
22:48:55.038794 run                osmo-ms-mob/00006: Starting mobile
22:48:55.053250 run       osmo-ms-mob/00006(pid=140): Launched
22:48:55.064389 run                             mass: MS start registered  {at=15505040.767740972, delay=0.004736743867397308, ms=00006}
22:48:55.845767 run                             mass: MS performed LU  {at=15505041.54908185, lu_delay=5.094395808875561, ms=00002}
22:48:55.857563 run                osmo-ms-mob/00007: Starting mobile
22:48:55.871193 run       osmo-ms-mob/00007(pid=141): Launched
22:48:55.882576 run                             mass: MS start registered  {at=15505041.58592438, delay=0.004979334771633148, ms=00007}
22:48:56.725889 run                osmo-ms-mob/00008: Starting mobile
22:48:56.739621 run       osmo-ms-mob/00008(pid=142): Launched
22:48:56.751231 run                             mass: MS start registered  {at=15505042.45458145, delay=0.004868758842349052, ms=00008}
22:48:57.239252 run                             mass: MS performed LU  {at=15505042.942580165, lu_delay=5.186088401824236, ms=00003}
22:48:57.427572 run                osmo-ms-mob/00009: Starting mobile
22:48:57.441580 run       osmo-ms-mob/00009(pid=143): Launched
22:48:57.453694 run                             mass: MS start registered  {at=15505043.157045545, delay=0.004499703645706177, ms=00009}
22:48:58.126661 run                osmo-ms-mob/00010: Starting mobile
22:48:58.140915 run       osmo-ms-mob/00010(pid=144): Launched
22:48:58.152326 run                             mass: MS start registered  {at=15505043.855672868, delay=0.00498201884329319, ms=00010}
22:48:58.728416 run                osmo-ms-mob/00011: Starting mobile
22:48:58.742660 run       osmo-ms-mob/00011(pid=145): Launched
22:48:58.754078 run                             mass: MS start registered  {at=15505044.45742099, delay=0.004872513934969902, ms=00011}
22:48:59.142348 run                             mass: MS performed LU  {at=15505044.845567169, lu_delay=4.990100873634219, ms=00005}
22:48:59.168899 run                             mass: MS performed LU  {at=15505044.872221602, lu_delay=6.018510492518544, ms=00004}
22:48:59.183661 run                osmo-ms-mob/00012: Starting mobile
22:48:59.197707 run       osmo-ms-mob/00012(pid=146): Launched
22:48:59.209234 run                             mass: MS start registered  {at=15505044.912584744, delay=0.0015241317451000214, ms=00012}
22:48:59.928232 run                osmo-ms-mob/00013: Starting mobile
22:48:59.942576 run       osmo-ms-mob/00013(pid=147): Launched
22:48:59.953868 run                             mass: MS start registered  {at=15505045.657215381, delay=0.004679793491959572, ms=00013}
22:49:00.537436 run                osmo-ms-mob/00014: Starting mobile
22:49:00.551546 run       osmo-ms-mob/00014(pid=148): Launched
22:49:00.562920 run                             mass: MS start registered  {at=15505046.266268216, delay=0.0048493891954422, ms=00014}
22:49:01.005454 run                             mass: MS performed LU  {at=15505046.708784388, lu_delay=5.9410434160381556, ms=00006}
22:49:01.070280 run                             mass: MS performed LU  {at=15505046.773607887, lu_delay=5.187683507800102, ms=00007}
22:49:01.082476 run                osmo-ms-mob/00015: Starting mobile
22:49:01.096453 run       osmo-ms-mob/00015(pid=149): Launched
22:49:01.107817 run                             mass: MS start registered  {at=15505046.811157422, delay=0.004878120496869087, ms=00015}
22:49:01.626297 run                osmo-ms-mob/00016: Starting mobile
22:49:01.639981 run       osmo-ms-mob/00016(pid=150): Launched
22:49:01.651323 run                             mass: MS start registered  {at=15505047.35466903, delay=0.005040742456912994, ms=00016}
22:49:02.125742 run                osmo-ms-mob/00017: Starting mobile
22:49:02.139835 run       osmo-ms-mob/00017(pid=151): Launched
22:49:02.151041 run                             mass: MS start registered  {at=15505047.854386622, delay=0.004741163924336433, ms=00017}
22:49:02.730241 run                osmo-ms-mob/00018: Starting mobile
22:49:02.747546 run       osmo-ms-mob/00018(pid=152): Launched
22:49:02.758989 run                             mass: MS start registered  {at=15505048.462319346, delay=0.004959417507052422, ms=00018}
22:49:02.906634 run                             mass: MS performed LU  {at=15505048.609968562, lu_delay=4.754295693710446, ms=00010}
22:49:02.934072 run                             mass: MS performed LU  {at=15505048.6374181, lu_delay=5.480372555553913, ms=00009}
22:49:03.021806 run                             mass: MS performed LU  {at=15505048.725140277, lu_delay=6.270558826625347, ms=00008}
22:49:03.033856 run                osmo-ms-mob/00019: Starting mobile
22:49:03.048018 run       osmo-ms-mob/00019(pid=153): Launched
22:49:03.059542 run                             mass: MS start registered  {at=15505048.76289976, delay=0.00312722846865654, ms=00019}
22:49:03.625981 run                osmo-ms-mob/00020: Starting mobile
22:49:03.640465 run       osmo-ms-mob/00020(pid=154): Launched
22:49:03.651662 run                             mass: MS start registered  {at=15505049.355017072, delay=0.002616947516798973, ms=00020}
22:49:04.126262 run                osmo-ms-mob/00021: Starting mobile
22:49:04.139945 run       osmo-ms-mob/00021(pid=155): Launched
22:49:04.151131 run                             mass: MS start registered  {at=15505049.854482276, delay=0.004621034488081932, ms=00021}
22:49:04.525848 run                osmo-ms-mob/00022: Starting mobile
22:49:04.540338 run       osmo-ms-mob/00022(pid=156): Launched
22:49:04.551796 run                             mass: MS start registered  {at=15505050.25513095, delay=0.004981141537427902, ms=00022}
22:49:04.689466 run                             mass: MS performed LU  {at=15505050.39272995, lu_delay=5.480145204812288, ms=00012}
22:49:04.771056 run                             mass: MS performed LU  {at=15505050.474392615, lu_delay=4.8171772342175245, ms=00013}
22:49:04.835619 run                             mass: MS performed LU  {at=15505050.53895387, lu_delay=6.081532880663872, ms=00011}
22:49:05.026417 run                osmo-ms-mob/00023: Starting mobile
22:49:05.040534 run       osmo-ms-mob/00023(pid=157): Launched
22:49:05.051700 run                             mass: MS start registered  {at=15505050.755051874, delay=0.004774156957864761, ms=00023}
22:49:05.428212 run                osmo-ms-mob/00024: Starting mobile
22:49:05.442698 run       osmo-ms-mob/00024(pid=158): Launched
22:49:05.454592 run                             mass: MS start registered  {at=15505051.15793675, delay=0.005363138392567635, ms=00024}
22:49:05.963008 run                osmo-ms-mob/00025: Starting mobile
22:49:05.977934 run       osmo-ms-mob/00025(pid=159): Launched
22:49:05.989634 run                             mass: MS start registered  {at=15505051.69298166, delay=0.005174227058887482, ms=00025}
22:49:06.388849 run                osmo-ms-mob/00026: Starting mobile
22:49:06.409053 run       osmo-ms-mob/00026(pid=160): Launched
22:49:06.420299 run                             mass: MS start registered  {at=15505052.12365264, delay=0.0049700066447257996, ms=00026}
22:49:06.673276 run                             mass: MS performed LU  {at=15505052.37653315, lu_delay=4.522146528586745, ms=00017}
22:49:07.080397 run                osmo-ms-mob/00027: Starting mobile
22:49:07.099148 run       osmo-ms-mob/00027(pid=161): Launched
22:49:07.105470 run                             mass: Starting too slowly. Moving on {now=15505052.808838997, sleep=-0.2857444640249014, target=15505052.523094533}
22:49:07.111367 run                             mass: MS performed LU  {at=15505052.81472687, lu_delay=6.548458654433489, ms=00014}
22:49:07.117541 run                             mass: Starting too slowly. Moving on {now=15505052.820911676, sleep=-0.1978171430528164, target=15505052.623094533}
22:49:07.123421 run                             mass: MS performed LU  {at=15505052.826784464, lu_delay=5.472115432843566, ms=00016}
22:49:07.130043 run                             mass: Starting too slowly. Moving on {now=15505052.833411062, sleep=-0.11031652987003326, target=15505052.723094532}
22:49:07.136168 run                             mass: MS start registered  {at=15505052.839530276, delay=0.030693935230374336, ms=00027}
22:49:07.142554 run                             mass: Starting too slowly. Moving on {now=15505052.845917208, sleep=-0.022822676226496696, target=15505052.823094532}
22:49:07.154228 run                osmo-ms-mob/00028: Starting mobile
22:49:07.168145 run       osmo-ms-mob/00028(pid=162): Launched
22:49:07.179578 run                             mass: MS start registered  {at=15505052.88292914, delay=0.004904923960566521, ms=00028}
22:49:07.533316 run                osmo-ms-mob/00029: Starting mobile
22:49:07.546878 run       osmo-ms-mob/00029(pid=163): Launched
22:49:07.558328 run                             mass: MS start registered  {at=15505053.261674726, delay=0.00471874512732029, ms=00029}
22:49:07.942156 run                osmo-ms-mob/00030: Starting mobile
22:49:07.956260 run       osmo-ms-mob/00030(pid=164): Launched
22:49:07.967637 run                             mass: MS start registered  {at=15505053.670972494, delay=0.005071057006716728, ms=00030}
22:49:08.326152 run                osmo-ms-mob/00031: Starting mobile
22:49:08.339757 run       osmo-ms-mob/00031(pid=165): Launched
22:49:08.351030 run                             mass: MS start registered  {at=15505054.054377032, delay=0.004959847778081894, ms=00031}
22:49:08.453800 run                             mass: MS performed LU  {at=15505054.15713232, lu_delay=5.694812973961234, ms=00018}
22:49:08.537937 run                             mass: MS performed LU  {at=15505054.24118421, lu_delay=5.478284450247884, ms=00019}
22:49:08.564462 run                osmo-ms-mob/00032: Starting mobile
22:49:08.577924 run       osmo-ms-mob/00032(pid=166): Launched
22:49:08.588912 run                             mass: MS start registered  {at=15505054.292257266, delay=0.0046197809278965, ms=00032}
22:49:08.602037 run                             mass: MS performed LU  {at=15505054.305379035, lu_delay=4.950361963361502, ms=00020}
22:49:08.726024 run                             mass: MS performed LU  {at=15505054.429334063, lu_delay=4.5748517867177725, ms=00021}
22:49:09.026409 run                osmo-ms-mob/00033: Starting mobile
22:49:09.040206 run       osmo-ms-mob/00033(pid=167): Launched
22:49:09.051444 run                             mass: MS start registered  {at=15505054.75479116, delay=0.004934417083859444, ms=00033}
22:49:09.430377 run                osmo-ms-mob/00034: Starting mobile
22:49:09.445457 run       osmo-ms-mob/00034(pid=168): Launched
22:49:09.457172 run                             mass: MS start registered  {at=15505055.160520436, delay=0.003169665113091469, ms=00034}
22:49:09.725791 run                osmo-ms-mob/00035: Starting mobile
22:49:09.740359 run       osmo-ms-mob/00035(pid=169): Launched
22:49:09.751994 run                             mass: MS start registered  {at=15505055.455346877, delay=0.004892995581030846, ms=00035}
22:49:10.125814 run                osmo-ms-mob/00036: Starting mobile
22:49:10.140531 run       osmo-ms-mob/00036(pid=170): Launched
22:49:10.151923 run                             mass: MS start registered  {at=15505055.855274534, delay=0.004948616027832031, ms=00036}
22:49:10.438341 run                             mass: MS performed LU  {at=15505056.141674854, lu_delay=5.886543903499842, ms=00022}
22:49:10.450513 run                osmo-ms-mob/00037: Starting mobile
22:49:10.464583 run       osmo-ms-mob/00037(pid=171): Launched
22:49:10.471343 run                             mass: MS performed LU  {at=15505056.17469904, lu_delay=5.419647166505456, ms=00023}
22:49:10.482943 run                             mass: MS start registered  {at=15505056.18629791, delay=0.011622237041592598, ms=00037}
22:49:10.553923 run                             mass: MS performed LU  {at=15505056.257235775, lu_delay=5.099299024790525, ms=00024}
22:49:10.567774 run                osmo-ms-mob/00038: Starting mobile
22:49:10.582553 run       osmo-ms-mob/00038(pid=172): Launched
22:49:10.593939 run                             mass: MS start registered  {at=15505056.297289068, delay=0.004914231598377228, ms=00038}
22:49:10.628015 run                             mass: MS performed LU  {at=15505056.331349077, lu_delay=4.6383674163371325, ms=00025}
22:49:11.127073 run                osmo-ms-mob/00039: Starting mobile
22:49:11.141201 run       osmo-ms-mob/00039(pid=173): Launched
22:49:11.152753 run                             mass: MS start registered  {at=15505056.856100408, delay=0.0044463928788900375, ms=00039}
22:49:11.526951 run                osmo-ms-mob/00040: Starting mobile
22:49:11.540776 run       osmo-ms-mob/00040(pid=174): Launched
22:49:11.552383 run                             mass: MS start registered  {at=15505057.25572329, delay=0.0052027832716703415, ms=00040}
22:49:11.825701 run                osmo-ms-mob/00041: Starting mobile
22:49:11.840171 run       osmo-ms-mob/00041(pid=175): Launched
22:49:11.852100 run                             mass: MS start registered  {at=15505057.555434141, delay=0.0053761061280965805, ms=00041}
22:49:12.127091 run                osmo-ms-mob/00042: Starting mobile
22:49:12.143454 run       osmo-ms-mob/00042(pid=176): Launched
22:49:12.155226 run                             mass: MS start registered  {at=15505057.858575482, delay=0.005424985662102699, ms=00042}
22:49:12.259909 run                             mass: MS performed LU  {at=15505057.96310729, lu_delay=5.839454649016261, ms=00026}
22:49:12.302924 run                             mass: MS performed LU  {at=15505058.006252445, lu_delay=4.744577718898654, ms=00029}
22:49:12.368120 run                             mass: MS performed LU  {at=15505058.071455128, lu_delay=5.188525987789035, ms=00028}
22:49:12.379737 run                osmo-ms-mob/00043: Starting mobile
22:49:12.393381 run       osmo-ms-mob/00043(pid=177): Launched
22:49:12.404736 run                             mass: MS start registered  {at=15505058.10808836, delay=0.004945877939462662, ms=00043}
22:49:12.491952 run                             mass: MS performed LU  {at=15505058.195274161, lu_delay=5.355743885040283, ms=00027}
22:49:12.826145 run                osmo-ms-mob/00044: Starting mobile
22:49:12.840253 run       osmo-ms-mob/00044(pid=178): Launched
22:49:12.851855 run                             mass: MS start registered  {at=15505058.555202201, delay=0.00512680783867836, ms=00044}
22:49:13.127046 run                osmo-ms-mob/00045: Starting mobile
22:49:13.141404 run       osmo-ms-mob/00045(pid=179): Launched
22:49:13.153875 run                             mass: MS start registered  {at=15505058.857198235, delay=0.00498054176568985, ms=00045}
22:49:13.425963 run                osmo-ms-mob/00046: Starting mobile
22:49:13.441155 run       osmo-ms-mob/00046(pid=180): Launched
22:49:13.454553 run                             mass: MS start registered  {at=15505059.157871032, delay=0.006743233650922775, ms=00046}
22:49:13.726374 run                osmo-ms-mob/00047: Starting mobile
22:49:13.740754 run       osmo-ms-mob/00047(pid=181): Launched
22:49:13.753354 run                             mass: MS start registered  {at=15505059.4566991, delay=0.006086926907300949, ms=00047}
22:49:14.025724 run                osmo-ms-mob/00048: Starting mobile
22:49:14.039074 run       osmo-ms-mob/00048(pid=182): Launched
22:49:14.050370 run                             mass: MS start registered  {at=15505059.753719902, delay=0.00504419207572937, ms=00048}
22:49:14.203944 run                             mass: MS performed LU  {at=15505059.907275502, lu_delay=5.152484342455864, ms=00033}
22:49:14.231481 run                             mass: MS performed LU  {at=15505059.934804922, lu_delay=6.263832427561283, ms=00030}
22:49:14.243651 run                osmo-ms-mob/00049: Starting mobile
22:49:14.257732 run       osmo-ms-mob/00049(pid=183): Launched
22:49:14.269231 run                             mass: MS start registered  {at=15505059.972581191, delay=0.005121719092130661, ms=00049}
22:49:14.319813 run                             mass: MS performed LU  {at=15505060.02314981, lu_delay=4.862629374489188, ms=00034}
22:49:14.393517 run                             mass: MS performed LU  {at=15505060.096853308, lu_delay=5.804596042260528, ms=00032}
22:49:14.405789 run                osmo-ms-mob/00050: Starting mobile
22:49:14.420269 run       osmo-ms-mob/00050(pid=184): Launched
22:49:14.426776 run                             mass: MS performed LU  {at=15505060.130131487, lu_delay=6.075754454359412, ms=00031}
22:49:14.433034 run                             mass: MS start registered  {at=15505060.136399733, delay=0.00629054382443428, ms=00050}
22:49:15.026971 run                osmo-ms-mob/00051: Starting mobile
22:49:15.052364 run       osmo-ms-mob/00051(pid=185): Launched
22:49:15.066580 run                             mass: MS start registered  {at=15505060.769923452, delay=0.0015527140349149704, ms=00051}
22:49:15.331545 run                osmo-ms-mob/00052: Starting mobile
22:49:15.357776 run       osmo-ms-mob/00052(pid=186): Launched
22:49:15.369705 run                             mass: MS start registered  {at=15505061.073055718, delay=2.9083341360092163e-05, ms=00052}
22:49:15.626480 run                osmo-ms-mob/00053: Starting mobile
22:49:15.640504 run       osmo-ms-mob/00053(pid=187): Launched
22:49:15.653325 run                             mass: MS start registered  {at=15505061.356660657, delay=0.004673410207033157, ms=00053}
22:49:15.925852 run                osmo-ms-mob/00054: Starting mobile
22:49:15.939259 run       osmo-ms-mob/00054(pid=188): Launched
22:49:15.950880 run                             mass: MS start registered  {at=15505061.654224992, delay=0.005395326763391495, ms=00054}
22:49:16.068522 run                             mass: MS performed LU  {at=15505061.77185413, lu_delay=5.916579596698284, ms=00036}
22:49:16.133690 run                             mass: MS performed LU  {at=15505061.837024814, lu_delay=5.539735745638609, ms=00038}
22:49:16.145058 run                osmo-ms-mob/00055: Starting mobile
22:49:16.158384 run       osmo-ms-mob/00055(pid=189): Launched
22:49:16.169642 run                             mass: MS start registered  {at=15505061.872989746, delay=0.0048392657190561295, ms=00055}
22:49:16.257786 run                             mass: MS performed LU  {at=15505061.961115535, lu_delay=5.105015126988292, ms=00039}
22:49:16.313519 run                             mass: MS performed LU  {at=15505062.016856652, lu_delay=4.76113336160779, ms=00040}
22:49:16.325365 run                osmo-ms-mob/00056: Starting mobile
22:49:16.339309 run       osmo-ms-mob/00056(pid=190): Launched
22:49:16.351090 run                             mass: MS start registered  {at=15505062.054435207, delay=0.0050891730934381485, ms=00056}
22:49:16.826722 run                osmo-ms-mob/00057: Starting mobile
22:49:16.841440 run       osmo-ms-mob/00057(pid=191): Launched
22:49:16.852864 run                             mass: MS start registered  {at=15505062.556213066, delay=0.004820898175239563, ms=00057}
22:49:17.226411 run                osmo-ms-mob/00058: Starting mobile
22:49:17.240564 run       osmo-ms-mob/00058(pid=192): Launched
22:49:17.252173 run                             mass: MS start registered  {at=15505062.955522407, delay=0.004863061010837555, ms=00058}
22:49:17.712952 run                osmo-ms-mob/00059: Starting mobile
22:49:17.730797 run       osmo-ms-mob/00059(pid=193): Launched
22:49:17.737230 run                             mass: Starting too slowly. Moving on {now=15505063.440598374, sleep=-0.11750388145446777, target=15505063.323094493}
22:49:17.743069 run                             mass: MS start registered  {at=15505063.446429146, delay=0.005833076313138008, ms=00059}
22:49:17.749296 run                             mass: Starting too slowly. Moving on {now=15505063.452665692, sleep=-0.029571199789643288, target=15505063.423094492}
22:49:17.837142 run                osmo-ms-mob/00060: Starting mobile
22:49:17.851491 run       osmo-ms-mob/00060(pid=194): Launched
22:49:17.863577 run                             mass: MS start registered  {at=15505063.566918883, delay=0.005506027489900589, ms=00060}
22:49:17.971591 run                             mass: MS performed LU  {at=15505063.67481626, lu_delay=4.516945227980614, ms=00046}
22:49:17.998185 run                             mass: MS performed LU  {at=15505063.701526273, lu_delay=4.844328038394451, ms=00045}
22:49:18.086709 run                             mass: MS performed LU  {at=15505063.78997524, lu_delay=6.2345410995185375, ms=00041}
22:49:18.113783 run                osmo-ms-mob/00061: Starting mobile
22:49:18.127509 run       osmo-ms-mob/00061(pid=195): Launched
22:49:18.138629 run                             mass: MS start registered  {at=15505063.841983546, delay=0.004780612885951996, ms=00061}
22:49:18.160532 run                             mass: MS performed LU  {at=15505063.863851774, lu_delay=5.755763415247202, ms=00043}
22:49:18.177684 run                             mass: MS performed LU  {at=15505063.881018355, lu_delay=5.3258161544799805, ms=00044}
22:49:18.190642 run                osmo-ms-mob/00062: Starting mobile
22:49:18.204019 run       osmo-ms-mob/00062(pid=196): Launched
22:49:18.214495 run                             mass: MS performed LU  {at=15505063.917842994, lu_delay=6.059267511591315, ms=00042}
22:49:18.220618 run                             mass: MS start registered  {at=15505063.923983498, delay=0.010174740105867386, ms=00062}
22:49:18.830930 run                osmo-ms-mob/00063: Starting mobile
22:49:18.848958 run       osmo-ms-mob/00063(pid=197): Launched
22:49:18.861967 run                             mass: MS start registered  {at=15505064.565310812, delay=0.006433326750993729, ms=00063}
22:49:19.078888 run                             mass: MS performed LU  {at=15505064.782147676, lu_delay=5.325448576360941, ms=00047}
22:49:19.103246 run                             mass: MS performed LU  {at=15505064.806605648, lu_delay=3.7335499301552773, ms=00052}
22:49:19.114503 run                osmo-ms-mob/00064: Starting mobile
22:49:19.128850 run       osmo-ms-mob/00064(pid=198): Launched
22:49:19.140831 run                             mass: MS start registered  {at=15505064.844178034, delay=0.005524583160877228, ms=00064}
22:49:19.627224 run                osmo-ms-mob/00065: Starting mobile
22:49:19.641248 run       osmo-ms-mob/00065(pid=199): Launched
22:49:19.652320 run                             mass: MS start registered  {at=15505065.355675425, delay=0.004866745322942734, ms=00065}
22:49:19.789139 run                             mass: MS performed LU  {at=15505065.492395857, lu_delay=5.355996124446392, ms=00050}
22:49:19.835507 run                             mass: MS performed LU  {at=15505065.53874235, lu_delay=5.78502244874835, ms=00048}
22:49:19.864283 run                osmo-ms-mob/00066: Starting mobile
22:49:19.877926 run       osmo-ms-mob/00066(pid=200): Launched
22:49:19.889528 run                             mass: MS start registered  {at=15505065.59287765, delay=0.004865884780883789, ms=00066}
22:49:19.899103 run                             mass: MS performed LU  {at=15505065.602387087, lu_delay=5.629805896431208, ms=00049}
22:49:20.078610 run                             mass: MS performed LU  {at=15505065.781910531, lu_delay=5.011987078934908, ms=00051}
22:49:20.340260 run                osmo-ms-mob/00067: Starting mobile
22:49:20.354235 run       osmo-ms-mob/00067(pid=201): Launched
22:49:20.365799 run                             mass: MS start registered  {at=15505066.069151025, delay=0.005261620506644249, ms=00067}
22:49:20.626090 run                osmo-ms-mob/00068: Starting mobile
22:49:20.640374 run       osmo-ms-mob/00068(pid=202): Launched
22:49:20.651829 run                             mass: MS start registered  {at=15505066.355176097, delay=0.00502735935151577, ms=00068}
22:49:21.040983 run                osmo-ms-mob/00069: Starting mobile
22:49:21.054699 run       osmo-ms-mob/00069(pid=203): Launched
22:49:21.065883 run                             mass: MS start registered  {at=15505066.769235333, delay=0.004599707201123238, ms=00069}
22:49:21.426844 run                osmo-ms-mob/00070: Starting mobile
22:49:21.441698 run       osmo-ms-mob/00070(pid=204): Launched
22:49:21.460137 run                             mass: MS start registered  {at=15505067.163456181, delay=0.010449051856994629, ms=00070}
22:49:21.615556 run                             mass: MS performed LU  {at=15505067.318873633, lu_delay=5.445883886888623, ms=00055}
22:49:21.652461 run                             mass: MS performed LU  {at=15505067.355783114, lu_delay=5.70155812241137, ms=00054}
22:49:21.736237 run                             mass: MS performed LU  {at=15505067.439571148, lu_delay=5.385135941207409, ms=00056}
22:49:21.748525 run                osmo-ms-mob/00071: Starting mobile
22:49:21.762533 run       osmo-ms-mob/00071(pid=205): Launched
22:49:21.781048 run                             mass: MS start registered  {at=15505067.48438725, delay=0.005108371376991272, ms=00071}
22:49:21.925392 run                             mass: MS performed LU  {at=15505067.628716253, lu_delay=6.272055596113205, ms=00053}
22:49:21.943522 run                             mass: MS performed LU  {at=15505067.646866899, lu_delay=4.691344492137432, ms=00058}
22:49:22.226014 run                osmo-ms-mob/00072: Starting mobile
22:49:22.239786 run       osmo-ms-mob/00072(pid=206): Launched
22:49:22.251055 run                             mass: MS start registered  {at=15505067.954405982, delay=0.004761295393109322, ms=00072}
22:49:22.643000 run                osmo-ms-mob/00073: Starting mobile
22:49:22.657364 run       osmo-ms-mob/00073(pid=207): Launched
22:49:22.747827 run                             mass: Starting too slowly. Moving on {now=15505068.451187104, sleep=-0.028092630207538605, target=15505068.423094474}
22:49:22.756283 run                             mass: MS start registered  {at=15505068.45964191, delay=0.008458591997623444, ms=00073}
22:49:23.039870 run                osmo-ms-mob/00074: Starting mobile
22:49:23.053584 run       osmo-ms-mob/00074(pid=208): Launched
22:49:23.064944 run                             mass: MS start registered  {at=15505068.768290322, delay=0.004528287798166275, ms=00074}
22:49:23.241450 run                             mass: MS performed LU  {at=15505068.944744736, lu_delay=22.13358731381595, ms=00015}
22:49:23.438786 run                osmo-ms-mob/00075: Starting mobile
22:49:23.453076 run       osmo-ms-mob/00075(pid=209): Launched
22:49:23.465043 run                             mass: MS start registered  {at=15505069.168392014, delay=0.005223460495471954, ms=00075}
22:49:23.517104 run                             mass: MS performed LU  {at=15505069.220439907, lu_delay=5.6535210236907005, ms=00060}
22:49:23.599868 run                             mass: MS performed LU  {at=15505069.303158853, lu_delay=5.461175307631493, ms=00061}
22:49:23.665498 run                             mass: MS performed LU  {at=15505069.368753385, lu_delay=5.444769887253642, ms=00062}
22:49:23.844524 run                             mass: MS performed LU  {at=15505069.547840098, lu_delay=6.101410951465368, ms=00059}
22:49:23.866077 run                osmo-ms-mob/00076: Starting mobile
22:49:23.880204 run       osmo-ms-mob/00076(pid=210): Launched
22:49:23.886619 run                             mass: MS performed LU  {at=15505069.589974716, lu_delay=4.745796682313085, ms=00064}
22:49:23.892818 run                             mass: MS start registered  {at=15505069.596184364, delay=0.006232524290680885, ms=00076}
22:49:24.027024 run                             mass: MS performed LU  {at=15505069.73027292, lu_delay=5.164962109178305, ms=00063}
22:49:24.343658 run                osmo-ms-mob/00077: Starting mobile
22:49:24.358244 run       osmo-ms-mob/00077(pid=211): Launched
22:49:24.370159 run                             mass: MS start registered  {at=15505070.073495995, delay=0.005225537344813347, ms=00077}
22:49:24.830175 run                osmo-ms-mob/00078: Starting mobile
22:49:24.844910 run       osmo-ms-mob/00078(pid=212): Launched
22:49:24.859114 run                             mass: MS start registered  {at=15505070.562442, delay=0.006359817460179329, ms=00078}
22:49:25.226475 run                osmo-ms-mob/00079: Starting mobile
22:49:25.240638 run       osmo-ms-mob/00079(pid=213): Launched
22:49:25.252137 run                             mass: MS start registered  {at=15505070.955487905, delay=0.004847308620810509, ms=00079}
22:49:25.381911 run                             mass: MS performed LU  {at=15505071.085225413, lu_delay=5.729549987241626, ms=00065}
22:49:25.418129 run                             mass: MS performed LU  {at=15505071.121464655, lu_delay=4.352229321375489, ms=00069}
22:49:25.502342 run                             mass: MS performed LU  {at=15505071.205590917, lu_delay=5.612713266164064, ms=00066}
22:49:25.693249 run                             mass: MS performed LU  {at=15505071.39649705, lu_delay=5.327346025034785, ms=00067}
22:49:25.722826 run                osmo-ms-mob/00080: Starting mobile
22:49:25.736767 run       osmo-ms-mob/00080(pid=214): Launched
22:49:25.747822 run                             mass: MS start registered  {at=15505071.451169124, delay=0.004874540492892265, ms=00080}
22:49:26.226714 run                osmo-ms-mob/00081: Starting mobile
22:49:26.240890 run       osmo-ms-mob/00081(pid=215): Launched
22:49:26.252074 run                             mass: MS start registered  {at=15505071.95542818, delay=0.0047010499984025955, ms=00081}
22:49:26.643201 run                osmo-ms-mob/00082: Starting mobile
22:49:26.657901 run       osmo-ms-mob/00082(pid=216): Launched
22:49:26.669972 run                             mass: MS start registered  {at=15505072.373317342, delay=0.005037043243646622, ms=00082}
22:49:27.225581 run                osmo-ms-mob/00083: Starting mobile
22:49:27.239106 run       osmo-ms-mob/00083(pid=217): Launched
22:49:27.250035 run                             mass: MS start registered  {at=15505072.953383654, delay=0.00468846783041954, ms=00083}
22:49:27.283256 run                             mass: MS performed LU  {at=15505072.986570641, lu_delay=5.0321646593511105, ms=00072}
22:49:27.366926 run                             mass: MS performed LU  {at=15505073.070175296, lu_delay=5.906719114631414, ms=00070}
22:49:27.431310 run                             mass: MS performed LU  {at=15505073.134568918, lu_delay=5.650181667879224, ms=00071}
22:49:27.555710 run                             mass: MS performed LU  {at=15505073.259039547, lu_delay=4.799397638067603, ms=00073}
22:49:27.567724 run                osmo-ms-mob/00084: Starting mobile
22:49:27.582141 run       osmo-ms-mob/00084(pid=218): Launched
22:49:27.593503 run                             mass: MS start registered  {at=15505073.296846367, delay=0.004858030006289482, ms=00084}
22:49:28.350959 run                osmo-ms-mob/00085: Starting mobile
22:49:28.368800 run       osmo-ms-mob/00085(pid=219): Launched
22:49:28.375155 run                             mass: Starting too slowly. Moving on {now=15505074.0785249, sleep=-0.055430447682738304, target=15505074.023094453}
22:49:28.380986 run                             mass: MS start registered  {at=15505074.084347526, delay=0.005824616178870201, ms=00085}
22:49:28.840358 run                osmo-ms-mob/00086: Starting mobile
22:49:28.854026 run       osmo-ms-mob/00086(pid=220): Launched
22:49:28.865145 run                             mass: MS start registered  {at=15505074.568496767, delay=0.004948616027832031, ms=00086}
22:49:29.420406 run                             mass: MS performed LU  {at=15505075.123655956, lu_delay=5.955263942480087, ms=00075}
22:49:29.448970 run                osmo-ms-mob/00087: Starting mobile
22:49:29.463155 run       osmo-ms-mob/00087(pid=221): Launched
22:49:29.469875 run                             mass: MS performed LU  {at=15505075.173233643, lu_delay=6.404943320900202, ms=00074}
22:49:29.476217 run                             mass: MS start registered  {at=15505075.17958368, delay=0.006370017305016518, ms=00087}
22:49:29.502581 run                             mass: MS performed LU  {at=15505075.205919912, lu_delay=5.132423916831613, ms=00077}
22:49:29.619211 run                             mass: MS performed LU  {at=15505075.322466528, lu_delay=5.72628216445446, ms=00076}
22:49:30.036973 run                osmo-ms-mob/00088: Starting mobile
22:49:30.050958 run       osmo-ms-mob/00088(pid=222): Launched
22:49:30.062089 run                             mass: MS start registered  {at=15505075.765440265, delay=0.004714557901024818, ms=00088}
22:49:30.640199 run                osmo-ms-mob/00089: Starting mobile
22:49:30.655008 run       osmo-ms-mob/00089(pid=223): Launched
22:49:30.666700 run                             mass: MS start registered  {at=15505076.370054075, delay=0.004615869373083115, ms=00089}
22:49:31.049130 run                             mass: MS performed LU  {at=15505076.752464302, lu_delay=4.797036122530699, ms=00081}
22:49:31.131428 run                             mass: MS performed LU  {at=15505076.834711753, lu_delay=5.383542628958821, ms=00080}
22:49:31.143778 run                osmo-ms-mob/00090: Starting mobile
22:49:31.157866 run       osmo-ms-mob/00090(pid=224): Launched
22:49:31.169045 run                             mass: MS start registered  {at=15505076.872379573, delay=0.004846636205911636, ms=00090}
22:49:31.196150 run                             mass: MS performed LU  {at=15505076.899477193, lu_delay=5.943989288061857, ms=00079}
22:49:31.323364 run                             mass: MS performed LU  {at=15505077.026613016, lu_delay=21.57126613892615, ms=00035}
22:49:31.613129 run                             mass: MS performed LU  {at=15505077.316376572, lu_delay=4.943059230223298, ms=00082}
22:49:31.925849 run                osmo-ms-mob/00091: Starting mobile
22:49:31.939774 run       osmo-ms-mob/00091(pid=225): Launched
22:49:31.951159 run                             mass: MS start registered  {at=15505077.654509626, delay=0.004901226609945297, ms=00091}
22:49:32.640461 run                osmo-ms-mob/00092: Starting mobile
22:49:32.654080 run       osmo-ms-mob/00092(pid=226): Launched
22:49:32.665253 run                             mass: MS start registered  {at=15505078.368604908, delay=0.004976328462362289, ms=00092}
22:49:32.914170 run                             mass: MS performed LU  {at=15505078.6174227, lu_delay=4.533075174316764, ms=00085}
22:49:32.949570 run                             mass: MS performed LU  {at=15505078.652912082, lu_delay=5.3560657147318125, ms=00084}
22:49:33.033126 run                             mass: MS performed LU  {at=15505078.736462181, lu_delay=5.7830785270780325, ms=00083}
22:49:33.223065 run                             mass: MS performed LU  {at=15505078.926319998, lu_delay=22.740022087469697, ms=00037}
22:49:33.442070 run                osmo-ms-mob/00093: Starting mobile
22:49:33.456071 run       osmo-ms-mob/00093(pid=227): Launched
22:49:33.467744 run                             mass: MS start registered  {at=15505079.171095612, delay=0.004917645826935768, ms=00093}
22:49:34.341652 run                osmo-ms-mob/00094: Starting mobile
22:49:34.356187 run       osmo-ms-mob/00094(pid=228): Launched
22:49:34.367355 run                             mass: MS start registered  {at=15505080.070708867, delay=0.004829909652471542, ms=00094}
22:49:34.815951 run                             mass: MS performed LU  {at=15505080.519202588, lu_delay=4.753762323409319, ms=00088}
22:49:34.899184 run                             mass: MS performed LU  {at=15505080.60243168, lu_delay=5.4228479992598295, ms=00087}
22:49:34.963471 run                             mass: MS performed LU  {at=15505080.666723654, lu_delay=6.098226886242628, ms=00086}
22:49:35.242353 run                osmo-ms-mob/00095: Starting mobile
22:49:35.256361 run       osmo-ms-mob/00095(pid=229): Launched
22:49:35.269112 run                             mass: MS start registered  {at=15505080.972422643, delay=0.00594419427216053, ms=00095}
22:49:36.230181 run                osmo-ms-mob/00096: Starting mobile
22:49:36.245242 run       osmo-ms-mob/00096(pid=230): Launched
22:49:36.256847 run                             mass: MS start registered  {at=15505081.960188668, delay=0.004978299140930176, ms=00096}
22:49:36.799887 run                             mass: MS performed LU  {at=15505082.503168713, lu_delay=4.848659086972475, ms=00091}
22:49:36.827170 run                             mass: MS performed LU  {at=15505082.530516824, lu_delay=5.658137250691652, ms=00090}
22:49:36.914678 run                             mass: MS performed LU  {at=15505082.618011737, lu_delay=6.247957661747932, ms=00089}
22:49:37.326827 run                osmo-ms-mob/00097: Starting mobile
22:49:37.341067 run       osmo-ms-mob/00097(pid=231): Launched
22:49:37.352878 run                             mass: MS start registered  {at=15505083.056225047, delay=0.004861479625105858, ms=00097}
22:49:38.580442 run                             mass: MS performed LU  {at=15505084.283764321, lu_delay=5.11266870982945, ms=00093}
22:49:38.593367 run                osmo-ms-mob/00098: Starting mobile
22:49:38.607710 run       osmo-ms-mob/00098(pid=232): Launched
22:49:38.619554 run                             mass: MS start registered  {at=15505084.322891254, delay=0.005364112555980682, ms=00098}
22:49:38.664373 run                             mass: MS performed LU  {at=15505084.367682725, lu_delay=21.81146965920925, ms=00057}
22:49:38.727963 run                             mass: MS performed LU  {at=15505084.431294795, lu_delay=6.062689887359738, ms=00092}
22:49:40.428596 run                osmo-ms-mob/00099: Starting mobile
22:49:40.443138 run       osmo-ms-mob/00099(pid=233): Launched
22:49:40.449941 run                             mass: All started... {duration=55.730212934315205, too_slow=8}
22:49:40.456629 run                             mass: MS start registered  {at=15505086.159981547, delay=0.006677640601992607, ms=00099}
22:49:40.565402 run                             mass: MS performed LU  {at=15505086.268729514, lu_delay=5.296306870877743, ms=00095}
22:49:40.593169 run                             mass: MS performed LU  {at=15505086.296471544, lu_delay=6.22576267644763, ms=00094}
22:49:42.429631 run                             mass: MS performed LU  {at=15505088.13293144, lu_delay=5.076706392690539, ms=00097}
22:49:42.494308 run                             mass: MS performed LU  {at=15505088.197606642, lu_delay=6.237417973577976, ms=00096}
22:49:42.798982 run                             mass: MS performed LU  {at=15505088.502278892, lu_delay=22.147102795541286, ms=00068}
22:49:44.331002 run                             mass: MS performed LU  {at=15505090.034314273, lu_delay=5.711423018947244, ms=00098}
22:49:46.195724 run                             mass: MS performed LU  {at=15505091.899027718, lu_delay=5.739046171307564, ms=00099}
22:49:46.477405 run                             mass: MS performed LU  {at=15505092.180714944, lu_delay=21.618272945284843, ms=00078}
22:49:46.493219 run                             mass: Tests done {all_completed=True, max=22.740022087469697, min=3.7335499301552773}
22:49:46.507587 tst         register_default_mass.py: Test passed (89.4 sec)
22:49:46.522282 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:46.528950 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:46.533922 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:46.538886 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:46.543777 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:46.548811 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:46.553685 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:46.558529 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:46.563230 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:46.568055 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:46.572932 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:46.578178 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:46.583103 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:46.588032 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:46.593331 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:46.599655 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:46.604852 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:46.611397 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:46.617129 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:46.623051 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:46.628636 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:46.635274 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:46.641557 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:46.646632 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:46.651874 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:46.657537 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:46.663667 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:46.669738 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:46.675861 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:46.681174 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:46.686762 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:46.692446 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:46.704573 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:46.714045 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:46.723240 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:46.732457 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:46.742035 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:46.750510 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:46.756167 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:46.761219 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:46.766195 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:46.771129 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:46.776247 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:46.781423 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:46.786714 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:46.791797 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:46.797073 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:46.802772 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:46.808029 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:46.813619 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:46.818597 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:46.823556 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:46.828973 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:46.833947 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:46.839737 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:46.844783 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:46.849778 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:46.855160 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:46.860286 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:46.865425 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:46.871626 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:46.876929 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:46.882019 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:46.887303 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:46.893148 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:46.898169 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:46.903847 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:46.908873 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:46.913856 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:46.918807 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:46.923818 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:46.929186 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:46.934205 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:46.939975 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:46.944945 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:46.950846 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:46.955869 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:46.960802 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:46.965769 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:46.970707 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:46.975636 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:46.980570 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:46.985563 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:46.990526 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:46.995484 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:47.000428 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:47.005405 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:47.011209 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:47.016764 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:47.022373 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:47.027801 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:47.032915 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:47.038169 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:47.043309 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:47.048577 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:47.053778 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:47.058784 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:47.064120 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:47.069176 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:47.074175 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:47.079277 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:47.084824 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:47.090910 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:47.095975 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:47.101255 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:47.106756 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:47.112333 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:47.117795 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:47.122986 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:47.128217 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:47.133604 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:47.138871 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:47.143846 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:47.149592 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:47.154593 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:47.159630 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:47.166194 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:47.171121 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:47.176108 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:47.184367 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:47.194036 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:47.203450 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:47.212931 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:47.218915 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:47.223585 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:47.228172 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:47.233023 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:47.237749 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:47.242674 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:47.247600 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:47.252483 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:47.257228 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:47.261986 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:47.266722 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:47.271525 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:47.276421 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:47.281317 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:47.286181 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:47.291082 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:47.295985 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:47.300882 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:47.305742 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:47.310629 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:47.315472 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:47.320316 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:47.325193 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:47.330066 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:47.334926 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:47.340097 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:47.345167 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:47.350175 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:47.355027 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:47.359881 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:47.364733 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:47.369562 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:47.374429 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:47.379428 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:47.384353 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:47.389254 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:47.394154 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:47.399022 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:47.403872 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:47.408703 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:47.413532 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:47.418384 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:47.423250 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:47.428118 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:47.432982 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:47.437841 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:47.442731 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:47.447601 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:47.452498 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:47.457443 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:47.462315 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:47.467202 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:47.472077 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:47.476928 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:47.481804 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:47.486702 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:47.491601 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:47.496568 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:47.501597 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:47.506488 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:47.511455 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:47.516415 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:47.521587 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:47.526485 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:47.531382 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:47.536396 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:47.541269 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:47.546234 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:47.551088 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:47.555957 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:47.560811 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:47.565651 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:47.570580 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:47.575452 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:47.580297 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:47.585213 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:47.590090 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:47.595046 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:47.599889 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:47.604879 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:47.609554 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:47.614250 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:47.618987 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:47.623667 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:47.628418 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:47.633157 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:47.637861 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:47.642634 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:47.647386 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:47.652071 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:47.656982 ---      ParallelTerminationStrategy: PID 21 died...
22:49:47.661575 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:47.672297 ---      ParallelTerminationStrategy: PID 22 died...
22:49:47.676756 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:47.687441 ---      ParallelTerminationStrategy: PID 23 died...
22:49:47.691766 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:47.702150 ---      ParallelTerminationStrategy: PID 24 died...
22:49:47.706429 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:47.716877 ---      ParallelTerminationStrategy: PID 25 died...
22:49:47.721137 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:47.731727 ---      ParallelTerminationStrategy: PID 26 died...
22:49:47.736174 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:47.746828 ---      ParallelTerminationStrategy: PID 27 died...
22:49:47.751067 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:47.761387 ---      ParallelTerminationStrategy: PID 28 died...
22:49:47.765637 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:47.776109 ---      ParallelTerminationStrategy: PID 29 died...
22:49:47.780437 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:47.790858 ---      ParallelTerminationStrategy: PID 30 died...
22:49:47.795124 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:47.805620 ---      ParallelTerminationStrategy: PID 31 died...
22:49:47.809902 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:47.820474 ---      ParallelTerminationStrategy: PID 32 died...
22:49:47.824719 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:47.835426 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.839893 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:47.850267 ---      ParallelTerminationStrategy: PID 35 died...
22:49:47.854462 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:47.864826 ---      ParallelTerminationStrategy: PID 36 died...
22:49:47.869012 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:47.879173 ---      ParallelTerminationStrategy: PID 37 died...
22:49:47.883351 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:47.893664 ---      ParallelTerminationStrategy: PID 38 died...
22:49:47.897792 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:47.907786 ---      ParallelTerminationStrategy: PID 39 died...
22:49:47.912141 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:47.922407 ---      ParallelTerminationStrategy: PID 40 died...
22:49:47.926653 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:47.936880 ---      ParallelTerminationStrategy: PID 41 died...
22:49:47.941055 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:47.951339 ---      ParallelTerminationStrategy: PID 42 died...
22:49:47.955493 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:47.965809 ---      ParallelTerminationStrategy: PID 43 died...
22:49:47.970061 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:47.980241 ---      ParallelTerminationStrategy: PID 44 died...
22:49:47.984418 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:47.994715 ---      ParallelTerminationStrategy: PID 45 died...
22:49:47.998951 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:48.009105 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.013191 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:48.023480 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.027742 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:48.038013 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.042128 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:48.052559 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.056788 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:48.066973 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.071076 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:48.081228 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.085484 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:48.095639 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.099742 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:48.109705 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.113780 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:48.123993 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.128199 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:48.138274 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.142493 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:48.152661 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.156845 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:48.166838 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.170887 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:48.181298 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.185565 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:48.195927 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.200211 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:48.210686 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.214968 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:48.225530 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.229785 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:48.240117 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.244393 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:48.254799 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.259300 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:48.269668 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.273939 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:48.284406 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.288721 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:48.299394 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.303842 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:48.314292 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.318538 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:48.329229 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.333635 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:48.344300 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.348512 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:48.358562 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.362547 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:48.372228 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.376181 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:48.385889 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.389935 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:48.399814 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.403787 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:48.413895 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.417907 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:48.427802 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.431968 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:48.441993 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.445934 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:48.455620 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.459629 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:48.469806 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.473970 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:48.483692 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.487659 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:48.497412 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.501429 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:48.511298 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.515143 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:48.524750 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.528743 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:48.538025 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.541426 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:48.546258 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.548317 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:48.553161 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.555121 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:48.560069 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.562054 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:48.566843 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.568798 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:48.573533 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.575459 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:48.580173 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.582096 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:48.586817 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.588770 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:48.593651 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.595635 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:48.600553 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.602577 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:48.607460 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.609407 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:48.614159 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.616072 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:48.620722 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.622596 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:48.627185 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.629055 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:48.633686 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.635565 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:48.640157 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.641998 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:48.646512 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.648344 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:48.652868 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.654706 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:48.659193 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.660928 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:48.665208 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.666945 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:48.671361 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.673167 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:48.677552 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.679317 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:48.683601 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.685307 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:48.689490 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.691170 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:48.695156 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.696786 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:48.700763 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.702375 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:48.706353 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.707963 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:48.711915 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.713548 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:48.717512 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.719132 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:48.723111 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.724761 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:48.728937 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.730618 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:48.734788 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.736466 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:48.740617 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.742307 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:48.746498 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.748186 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:48.752409 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.754198 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:48.758562 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.760343 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:48.764762 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.766551 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:48.770953 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.772772 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:48.777280 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.779319 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:48.783831 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.785674 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:48.790160 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.791975 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:48.796497 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.798326 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:48.802969 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.804841 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:48.809428 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.811293 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:48.815859 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.817690 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:48.822198 ---      ParallelTerminationStrategy: PID 128 died...
22:49:48.824015 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:48.858742 ---      ParallelTerminationStrategy: PID 129 died...
22:49:48.860362 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:48.864576 ---      ParallelTerminationStrategy: PID 130 died...
22:49:48.866442 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:48.870314 ---      ParallelTerminationStrategy: PID 131 died...
22:49:48.871841 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:48.875619 ---      ParallelTerminationStrategy: PID 132 died...
22:49:48.877150 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:48.880925 ---      ParallelTerminationStrategy: PID 133 died...
22:49:48.882463 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:48.886243 ---      ParallelTerminationStrategy: PID 134 died...
22:49:48.887778 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:48.891632 ---      ParallelTerminationStrategy: PID 135 died...
22:49:48.893250 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:48.897435 ---      ParallelTerminationStrategy: PID 136 died...
22:49:48.899113 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:48.903407 ---      ParallelTerminationStrategy: PID 137 died...
22:49:48.905270 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:48.909644 ---      ParallelTerminationStrategy: PID 138 died...
22:49:48.911406 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:48.915803 ---      ParallelTerminationStrategy: PID 139 died...
22:49:48.917565 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:48.921962 ---      ParallelTerminationStrategy: PID 140 died...
22:49:48.923741 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:48.928134 ---      ParallelTerminationStrategy: PID 141 died...
22:49:48.930077 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:48.934681 ---      ParallelTerminationStrategy: PID 142 died...
22:49:48.936518 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:48.941067 ---      ParallelTerminationStrategy: PID 143 died...
22:49:48.942929 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:48.947536 ---      ParallelTerminationStrategy: PID 144 died...
22:49:48.949381 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:48.953961 ---      ParallelTerminationStrategy: PID 145 died...
22:49:48.955801 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:48.960352 ---      ParallelTerminationStrategy: PID 146 died...
22:49:48.962221 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:48.967077 ---      ParallelTerminationStrategy: PID 147 died...
22:49:48.968940 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:48.973624 ---      ParallelTerminationStrategy: PID 148 died...
22:49:48.975515 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:48.980034 ---      ParallelTerminationStrategy: PID 149 died...
22:49:48.981830 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:48.986293 ---      ParallelTerminationStrategy: PID 150 died...
22:49:48.988072 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:48.992500 ---      ParallelTerminationStrategy: PID 151 died...
22:49:48.994261 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:48.998520 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.000190 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:49.004323 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.006047 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:49.010223 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.011916 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:49.016065 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.017756 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:49.021993 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.023699 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:49.027896 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.029572 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:49.033750 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.035412 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:49.039628 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.041318 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:49.045492 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.047209 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:49.051544 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.053302 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:49.057813 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.059705 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:49.064517 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.066560 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:49.071482 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.073486 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:49.078345 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.080328 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:49.085363 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.087463 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:49.092489 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.094487 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:49.099404 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.101334 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:49.106128 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.108071 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:49.112883 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.114802 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:49.119579 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.121506 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:49.126300 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.128210 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:49.133005 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.134945 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:49.139721 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.141684 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:49.146464 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.148383 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:49.153173 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.155093 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:49.159837 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.161709 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:49.166440 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.168380 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:49.173180 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.175098 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:49.179773 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.181675 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:49.186460 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.188352 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:49.193068 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.194993 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:49.199661 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.201571 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:49.206337 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.208284 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:49.213125 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.215050 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:49.219816 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.221701 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:49.226378 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.228243 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:49.232891 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.234772 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:49.239464 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.241363 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:49.246012 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.247835 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:49.252442 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.254284 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:49.258954 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.260850 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:49.265534 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.267408 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:49.272059 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.273948 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:49.278494 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.280310 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:49.284866 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.286704 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:49.291228 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.293053 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:49.297593 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.299431 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:49.303950 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.305774 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:49.310331 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.312163 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:49.316666 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.318486 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:49.323017 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.324843 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:49.329376 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.331206 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:49.335735 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.337576 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:49.342240 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.344071 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:49.348588 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.350429 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:49.354962 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.356831 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:49.361387 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.363220 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:49.367742 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.369574 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:49.374004 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.375744 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:49.380132 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.381910 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:49.386319 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.388090 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:49.392552 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.394334 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:49.398739 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.400502 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:49.405048 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.406874 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:49.411378 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.413187 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:49.417809 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.419700 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:49.424695 ---      ParallelTerminationStrategy: PID 218 died...
22:49:49.426869 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:49.437138 ---      ParallelTerminationStrategy: PID 219 died...
22:49:49.441234 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:49.451215 ---      ParallelTerminationStrategy: PID 220 died...
22:49:49.455253 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:49.465011 ---      ParallelTerminationStrategy: PID 221 died...
22:49:49.469034 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:49.478772 ---      ParallelTerminationStrategy: PID 222 died...
22:49:49.482678 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:49.492275 ---      ParallelTerminationStrategy: PID 223 died...
22:49:49.496320 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:49.505968 ---      ParallelTerminationStrategy: PID 224 died...
22:49:49.509818 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:49.519540 ---      ParallelTerminationStrategy: PID 225 died...
22:49:49.523522 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:49.532639 ---      ParallelTerminationStrategy: PID 226 died...
22:49:49.534684 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:49.539783 ---      ParallelTerminationStrategy: PID 227 died...
22:49:49.541805 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:49.546633 ---      ParallelTerminationStrategy: PID 228 died...
22:49:49.548573 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:49.553407 ---      ParallelTerminationStrategy: PID 229 died...
22:49:49.555364 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:49.561159 ---      ParallelTerminationStrategy: PID 230 died...
22:49:49.563140 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:49.568067 ---      ParallelTerminationStrategy: PID 231 died...
22:49:49.570030 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:49.574881 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.576753 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:49.581480 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.583420 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:52.266695 ---      ParallelTerminationStrategy: PID 33 died...
22:49:52.270360 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8024 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.360515 tst                       trial-8024: Storing JUnit report in /build/trial-8024/run.2025-07-11_22-48-16/trial-8024.xml

--------------------------------------------------------------------------------------------
trial-8024 PASS
--------------------------------------------------------------------------------------------
22:49:52.372938 tst                       trial-8024: trial-8024: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (89.4 sec)
+ exit_code=0
+ rm -rf trial-8024/inst
+ cd trial-8024
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-11 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8024-run.tgz run.2025-07-11_22-48-16
+ tar czf /build/trial-8024-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-11_13_26_19.tgz osmo-bts-oc2g.build-2025-07-11_00_51_42.tgz osmo-bts-sysmo.build-2025-07-11_00_51_37.tgz osmo-bts.build-2025-07-11_00_51_42.tgz osmo-ggsn.build-2025-07-11_20_42_55.tgz osmo-hlr.build-2025-07-11_16_36_53.tgz osmo-hnbgw.build-2025-07-11_13_30_20.tgz osmo-mgw.build-2025-07-11_08_33_15.tgz osmo-msc.build-2025-07-11_13_34_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-11_07_34_09.tgz osmo-pcu-sysmo.build-2025-07-11_07_36_16.tgz osmo-pcu.build-2025-07-11_07_36_22.tgz osmo-sgsn.build-2025-07-11_20_48_14.tgz osmo-stp.build-2025-07-11_13_25_08.tgz osmo-trx.build-2025-07-11_14_29_30.tgz osmocom-bb.build-2025-07-11_21_17_12.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS