Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
aaf623e Use debian/eol:buster instead of debian:buster
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#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 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED

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

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

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

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

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

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

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

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

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

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

#18 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#18 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:48d835875195a7c58a07208cab2980a1309aff866d32b1204ce0fac89d3447c9 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=8037 -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-24 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8037
+ mkdir -p trial-8037
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-24_13_26_30.tgz osmo-bts-oc2g.build-2025-07-24_00_51_37.tgz osmo-bts-sysmo.build-2025-07-24_00_51_43.tgz osmo-bts.build-2025-07-24_00_51_47.tgz osmo-ggsn.build-2025-07-24_20_43_00.tgz osmo-hlr.build-2025-07-24_16_36_51.tgz osmo-hnbgw.build-2025-07-24_13_30_29.tgz osmo-mgw.build-2025-07-24_08_33_13.tgz osmo-msc.build-2025-07-24_13_34_33.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-24_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-24_07_36_02.tgz osmo-pcu.build-2025-07-24_07_36_09.tgz osmo-sgsn.build-2025-07-24_20_48_10.tgz osmo-stp.build-2025-07-24_13_25_19.tgz osmo-trx.build-2025-07-24_14_29_24.tgz osmocom-bb.build-2025-07-24_21_17_10.tgz srslte.build-19.tgz trial-8037
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-24_13_26_30.md5 osmo-bts-oc2g.build-2025-07-24_00_51_37.md5 osmo-bts-sysmo.build-2025-07-24_00_51_43.md5 osmo-bts.build-2025-07-24_00_51_47.md5 osmo-ggsn.build-2025-07-24_20_43_00.md5 osmo-hlr.build-2025-07-24_16_36_51.md5 osmo-hnbgw.build-2025-07-24_13_30_29.md5 osmo-mgw.build-2025-07-24_08_33_13.md5 osmo-msc.build-2025-07-24_13_34_33.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-24_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-24_07_36_02.md5 osmo-pcu.build-2025-07-24_07_36_09.md5 osmo-sgsn.build-2025-07-24_20_48_10.md5 osmo-stp.build-2025-07-24_13_25_19.md5 osmo-trx.build-2025-07-24_14_29_24.md5 osmocom-bb.build-2025-07-24_21_17_10.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-24_13_26_30.md5 osmo-bts-oc2g.build-2025-07-24_00_51_37.md5 osmo-bts-sysmo.build-2025-07-24_00_51_43.md5 osmo-bts.build-2025-07-24_00_51_47.md5 osmo-ggsn.build-2025-07-24_20_43_00.md5 osmo-hlr.build-2025-07-24_16_36_51.md5 osmo-hnbgw.build-2025-07-24_13_30_29.md5 osmo-mgw.build-2025-07-24_08_33_13.md5 osmo-msc.build-2025-07-24_13_34_33.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-24_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-24_07_36_02.md5 osmo-pcu.build-2025-07-24_07_36_09.md5 osmo-sgsn.build-2025-07-24_20_48_10.md5 osmo-stp.build-2025-07-24_13_25_19.md5 osmo-trx.build-2025-07-24_14_29_24.md5 osmocom-bb.build-2025-07-24_21_17_10.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-8037 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8037'
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-8037
--------------------------------------------------------------------------------------------
22:48:16.957254 tst                       trial-8037: Detailed log at /build/trial-8037/run.2025-07-24_22-48-16/log

---------------------------------------------------------------------
trial-8037 netreg_mass
---------------------------------------------------------------------
22:48:17.167453 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.167820 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.168601 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.169760 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.212727 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.213612 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.214796 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.287953 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-8037 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.288812 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.304776 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.305360 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.305841 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.306298 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.306752 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.307232 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.307697 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.358321 tst         register_default_mass.py: using LAC 2
22:48:17.395952 tst         register_default_mass.py: using RAC 2
22:48:17.432898 tst         register_default_mass.py: using CellId 2
22:48:17.474054 tst         register_default_mass.py: using BVCI 3
22:48:17.480242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.480970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.481611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.482266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.482932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.483543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.484098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.484664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.485218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.485750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.486287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.486810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.487343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.487915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.488451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.489009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.489536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.490056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.490575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.491109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.491620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.492155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.492691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.493218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.493752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.494270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.494790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.495315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.495837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.496356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.496893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.497421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.497943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.498511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.499042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.499561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.500095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.500617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.501154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.501685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.502197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.502711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.503240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.503762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.504280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.504820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.505343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.505857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.506401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.506939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.507471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.508004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.508527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.509062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.509574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.510115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.510628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.511147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.511682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.512195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.512714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.513247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.513761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.516386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.516906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.518429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.521053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.521555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.522051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.522545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.523048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.523543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.524036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.524537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.525049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.525549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.531152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.531651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533741 tst      register_default_mass.py:21: Launching a simple network
22:48:17.544188 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.669442 run            create_hlr_db(pid=20): Launched
22:48:18.679290 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.697964 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.713981 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.720040 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.907975 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.923487 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.929437 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.731167 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.752173 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.768367 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.926428 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.945780 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.952903 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.983504 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.003679 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.017290 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.418892 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.444664 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.466726 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.627067 run         osmo-bts-virtual(pid=34): Launched
22:48:30.680291 tst         register_default_mass.py: using MSISDN 1001
22:48:30.691131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.788660 tst         register_default_mass.py: using MSISDN 1002
22:48:30.796608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.871131 tst         register_default_mass.py: using MSISDN 1003
22:48:30.881483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.942464 tst         register_default_mass.py: using MSISDN 1004
22:48:30.949775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.031178 tst         register_default_mass.py: using MSISDN 1005
22:48:31.041331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.112016 tst         register_default_mass.py: using MSISDN 1006
22:48:31.122237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.198679 tst         register_default_mass.py: using MSISDN 1007
22:48:31.207625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.271385 tst         register_default_mass.py: using MSISDN 1008
22:48:31.277551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.355091 tst         register_default_mass.py: using MSISDN 1009
22:48:31.364037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.447304 tst         register_default_mass.py: using MSISDN 1010
22:48:31.455792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.550359 tst         register_default_mass.py: using MSISDN 1011
22:48:31.567079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.642097 tst         register_default_mass.py: using MSISDN 1012
22:48:31.651764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.733899 tst         register_default_mass.py: using MSISDN 1013
22:48:31.740372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.830617 tst         register_default_mass.py: using MSISDN 1014
22:48:31.842485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.913120 tst         register_default_mass.py: using MSISDN 1015
22:48:31.924124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.994498 tst         register_default_mass.py: using MSISDN 1016
22:48:32.001698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.134199 tst         register_default_mass.py: using MSISDN 1017
22:48:32.143184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.286913 tst         register_default_mass.py: using MSISDN 1018
22:48:32.293314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.363297 tst         register_default_mass.py: using MSISDN 1019
22:48:32.369475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.457943 tst         register_default_mass.py: using MSISDN 1020
22:48:32.464046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.542146 tst         register_default_mass.py: using MSISDN 1021
22:48:32.547915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.609580 tst         register_default_mass.py: using MSISDN 1022
22:48:32.615370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.693644 tst         register_default_mass.py: using MSISDN 1023
22:48:32.702944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.826479 tst         register_default_mass.py: using MSISDN 1024
22:48:32.832707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.900526 tst         register_default_mass.py: using MSISDN 1025
22:48:32.911720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.989307 tst         register_default_mass.py: using MSISDN 1026
22:48:32.995485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.069542 tst         register_default_mass.py: using MSISDN 1027
22:48:33.077054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.160303 tst         register_default_mass.py: using MSISDN 1028
22:48:33.166464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.238754 tst         register_default_mass.py: using MSISDN 1029
22:48:33.244832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.319069 tst         register_default_mass.py: using MSISDN 1030
22:48:33.325253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.465089 tst         register_default_mass.py: using MSISDN 1031
22:48:33.473275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.542775 tst         register_default_mass.py: using MSISDN 1032
22:48:33.551630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.624877 tst         register_default_mass.py: using MSISDN 1033
22:48:33.630889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.693391 tst         register_default_mass.py: using MSISDN 1034
22:48:33.702860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.764645 tst         register_default_mass.py: using MSISDN 1035
22:48:33.771236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.847381 tst         register_default_mass.py: using MSISDN 1036
22:48:33.856073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.924608 tst         register_default_mass.py: using MSISDN 1037
22:48:33.930684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.000850 tst         register_default_mass.py: using MSISDN 1038
22:48:34.007223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.082258 tst         register_default_mass.py: using MSISDN 1039
22:48:34.088411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.160457 tst         register_default_mass.py: using MSISDN 1040
22:48:34.175277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.259024 tst         register_default_mass.py: using MSISDN 1041
22:48:34.273645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.355003 tst         register_default_mass.py: using MSISDN 1042
22:48:34.371490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.456704 tst         register_default_mass.py: using MSISDN 1043
22:48:34.471435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.556237 tst         register_default_mass.py: using MSISDN 1044
22:48:34.570073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.644472 tst         register_default_mass.py: using MSISDN 1045
22:48:34.658234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.740172 tst         register_default_mass.py: using MSISDN 1046
22:48:34.754049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.918336 tst         register_default_mass.py: using MSISDN 1047
22:48:34.925531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.012137 tst         register_default_mass.py: using MSISDN 1048
22:48:35.022050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.094829 tst         register_default_mass.py: using MSISDN 1049
22:48:35.105543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.183453 tst         register_default_mass.py: using MSISDN 1050
22:48:35.193636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.256302 tst         register_default_mass.py: using MSISDN 1051
22:48:35.265280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.329646 tst         register_default_mass.py: using MSISDN 1052
22:48:35.343731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.426287 tst         register_default_mass.py: using MSISDN 1053
22:48:35.432434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.498024 tst         register_default_mass.py: using MSISDN 1054
22:48:35.505583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.579183 tst         register_default_mass.py: using MSISDN 1055
22:48:35.590101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.652262 tst         register_default_mass.py: using MSISDN 1056
22:48:35.658308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.732093 tst         register_default_mass.py: using MSISDN 1057
22:48:35.738722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.815771 tst         register_default_mass.py: using MSISDN 1058
22:48:35.821934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.891145 tst         register_default_mass.py: using MSISDN 1059
22:48:35.899822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.967839 tst         register_default_mass.py: using MSISDN 1060
22:48:35.973872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.048016 tst         register_default_mass.py: using MSISDN 1061
22:48:36.054721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.138794 tst         register_default_mass.py: using MSISDN 1062
22:48:36.144781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.221342 tst         register_default_mass.py: using MSISDN 1063
22:48:36.227228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.310784 tst         register_default_mass.py: using MSISDN 1064
22:48:36.317678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.389923 tst         register_default_mass.py: using MSISDN 1065
22:48:36.395979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.467102 tst         register_default_mass.py: using MSISDN 1066
22:48:36.473941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.567299 tst         register_default_mass.py: using MSISDN 1067
22:48:36.581188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.675071 tst         register_default_mass.py: using MSISDN 1068
22:48:36.681019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.748198 tst         register_default_mass.py: using MSISDN 1069
22:48:36.759432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.823774 tst         register_default_mass.py: using MSISDN 1070
22:48:36.839234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.909662 tst         register_default_mass.py: using MSISDN 1071
22:48:36.915691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.988958 tst         register_default_mass.py: using MSISDN 1072
22:48:36.995782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:37.068719 tst         register_default_mass.py: using MSISDN 1073
22:48:37.086037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.166290 tst         register_default_mass.py: using MSISDN 1074
22:48:37.186600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.251708 tst         register_default_mass.py: using MSISDN 1075
22:48:37.258176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.322435 tst         register_default_mass.py: using MSISDN 1076
22:48:37.328550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.410278 tst         register_default_mass.py: using MSISDN 1077
22:48:37.419726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.481058 tst         register_default_mass.py: using MSISDN 1078
22:48:37.495527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.576332 tst         register_default_mass.py: using MSISDN 1079
22:48:37.586458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.658591 tst         register_default_mass.py: using MSISDN 1080
22:48:37.679603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.740122 tst         register_default_mass.py: using MSISDN 1081
22:48:37.762850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.854051 tst         register_default_mass.py: using MSISDN 1082
22:48:37.859825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.933144 tst         register_default_mass.py: using MSISDN 1083
22:48:37.952804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:38.030299 tst         register_default_mass.py: using MSISDN 1084
22:48:38.050596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:38.115413 tst         register_default_mass.py: using MSISDN 1085
22:48:38.126573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:38.205935 tst         register_default_mass.py: using MSISDN 1086
22:48:38.220990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:38.304024 tst         register_default_mass.py: using MSISDN 1087
22:48:38.313428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:38.377284 tst         register_default_mass.py: using MSISDN 1088
22:48:38.384930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:38.455203 tst         register_default_mass.py: using MSISDN 1089
22:48:38.461406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:38.540822 tst         register_default_mass.py: using MSISDN 1090
22:48:38.547950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.618903 tst         register_default_mass.py: using MSISDN 1091
22:48:38.625011 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:38.688856 tst         register_default_mass.py: using MSISDN 1092
22:48:38.698637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:38.767568 tst         register_default_mass.py: using MSISDN 1093
22:48:38.778637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.847635 tst         register_default_mass.py: using MSISDN 1094
22:48:38.854268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.925318 tst         register_default_mass.py: using MSISDN 1095
22:48:38.933131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.997030 tst         register_default_mass.py: using MSISDN 1096
22:48:39.003211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.074534 tst         register_default_mass.py: using MSISDN 1097
22:48:39.080519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:39.153351 tst         register_default_mass.py: using MSISDN 1098
22:48:39.159384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:39.228956 tst         register_default_mass.py: using MSISDN 1099
22:48:39.235000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:39.318151 tst         register_default_mass.py: using MSISDN 1100
22:48:39.324290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.461896 run                             mass: Starting testcase
22:48:39.467866 run                             mass: Pre-launching all virtphy's
22:48:39.473522 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:39.487130 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:39.493482 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:39.507219 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:39.513589 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:39.527335 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:39.533662 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:39.547501 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:39.554017 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:39.567239 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:39.573464 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:39.586831 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:39.593091 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:39.606796 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:39.613163 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:39.626862 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:39.633180 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:39.646749 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:39.652850 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:39.666529 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:39.672850 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:39.686547 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:39.692890 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:39.706541 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:39.712876 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:39.726526 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:39.732897 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:39.746608 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:39.752940 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:39.766643 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:39.773107 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:39.788646 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:39.795080 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:39.808927 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:39.815326 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:39.829518 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.836018 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.850161 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.856628 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.870036 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.876367 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.889792 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.895860 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.909226 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.915568 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.929255 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.935670 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.949575 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.956033 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.969860 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.976304 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.990241 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.996677 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.010643 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.017077 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.031193 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.037670 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.051659 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.058196 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.072218 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.078998 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.093037 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.099624 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.113736 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.120228 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.134371 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.140862 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.154753 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.161252 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.175043 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.181426 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.195217 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.201586 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.215338 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.221777 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.235552 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.241892 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.255668 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.261991 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:40.275804 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:40.282174 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:40.295886 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:40.302230 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:40.316093 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:40.322411 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:40.336096 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:40.342450 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:40.356300 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:40.362740 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:40.376557 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:40.383029 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:40.398409 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:40.404991 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:40.418910 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:40.425333 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:40.439245 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:40.446391 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:40.460385 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:40.466742 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:40.482471 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:40.490861 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:40.505262 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:40.517553 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:40.534089 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:40.546502 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:40.564263 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:40.571121 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:40.585364 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:40.597652 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:40.613459 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:40.619943 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:40.634282 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:40.640685 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:40.654480 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:40.660722 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:40.674160 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:40.680510 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.694054 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.700194 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.713438 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.719637 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.733069 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.739329 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.752435 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.758738 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.772093 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.778320 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.791675 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.797724 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.810942 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.816999 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.830070 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.836095 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.849037 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.855078 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.868055 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.874051 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.887200 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.893563 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.907292 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.913634 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.927572 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.933974 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:40.947708 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:40.954142 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:40.968098 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:40.974562 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.988631 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.994802 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.008177 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.014258 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.027595 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.033675 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.046908 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.053012 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.066484 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.072845 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.086975 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.093502 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.107414 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.113838 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.127814 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.134247 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.148137 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.154558 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.168391 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.174690 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.188110 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.194370 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.207861 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.214092 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.227177 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.233569 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.246848 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.252970 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.265882 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.271893 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.284792 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.290899 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.304098 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.310117 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.323139 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:41.329235 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.342448 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.348685 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:41.361899 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:41.367967 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:41.381200 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:41.387273 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:41.400445 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:41.406514 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:41.419634 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:41.426051 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:41.440029 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:41.446476 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:41.460321 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:41.466743 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:41.480436 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:41.486885 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:41.500145 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:41.506223 run                             mass: Checking if sockets are in the filesystem
22:48:41.518621 run                osmo-ms-mob/00000: Starting mobile
22:48:41.531922 run       osmo-ms-mob/00000(pid=135): Launched
22:48:41.545220 run                             mass: MS start registered  {at=16628227.248569295, delay=0.007183834910392761, ms=00000}
22:48:45.718420 run                osmo-ms-mob/00001: Starting mobile
22:48:45.733389 run       osmo-ms-mob/00001(pid=136): Launched
22:48:45.745033 run                             mass: MS start registered  {at=16628231.448371327, delay=0.0050365496426820755, ms=00001}
22:48:46.692233 run                             mass: MS performed LU  {at=16628232.39547565, lu_delay=5.146906355395913, ms=00000}
22:48:47.525009 run                osmo-ms-mob/00002: Starting mobile
22:48:47.539724 run       osmo-ms-mob/00002(pid=137): Launched
22:48:47.551553 run                             mass: MS start registered  {at=16628233.254891844, delay=0.0051721855998039246, ms=00002}
22:48:48.817909 run                osmo-ms-mob/00003: Starting mobile
22:48:48.831239 run       osmo-ms-mob/00003(pid=138): Launched
22:48:48.842166 run                             mass: MS start registered  {at=16628234.545514667, delay=0.004723619669675827, ms=00003}
22:48:49.928888 run                osmo-ms-mob/00004: Starting mobile
22:48:49.943318 run       osmo-ms-mob/00004(pid=139): Launched
22:48:49.954888 run                             mass: MS start registered  {at=16628235.658221468, delay=0.00513218529522419, ms=00004}
22:48:50.921589 run                osmo-ms-mob/00005: Starting mobile
22:48:50.934998 run       osmo-ms-mob/00005(pid=140): Launched
22:48:50.945772 run                             mass: MS start registered  {at=16628236.649116458, delay=0.0046236515045166016, ms=00005}
22:48:51.837151 run                osmo-ms-mob/00006: Starting mobile
22:48:51.851499 run       osmo-ms-mob/00006(pid=141): Launched
22:48:51.862595 run                             mass: MS start registered  {at=16628237.565941326, delay=0.004926977679133415, ms=00006}
22:48:51.869953 run                             mass: MS performed LU  {at=16628237.573303236, lu_delay=6.124931909143925, ms=00001}
22:48:53.000539 run                osmo-ms-mob/00007: Starting mobile
22:48:53.319949 run       osmo-ms-mob/00007(pid=142): Launched
22:48:53.326102 run                             mass: Starting too slowly. Moving on {now=16628239.02947099, sleep=-0.5141041874885559, target=16628238.515366802}
22:48:53.332153 run                             mass: MS start registered  {at=16628239.035510343, delay=0.00604248046875, ms=00007}
22:48:53.338125 run                             mass: Starting too slowly. Moving on {now=16628239.041494623, sleep=-0.4261278212070465, target=16628238.615366802}
22:48:53.343987 run                             mass: Starting too slowly. Moving on {now=16628239.047357228, sleep=-0.3319904264062643, target=16628238.715366801}
22:48:53.349693 run                             mass: Starting too slowly. Moving on {now=16628239.053064339, sleep=-0.2376975379884243, target=16628238.8153668}
22:48:53.355409 run                             mass: Starting too slowly. Moving on {now=16628239.05878087, sleep=-0.14341406896710396, target=16628238.9153668}
22:48:53.361081 run                             mass: Starting too slowly. Moving on {now=16628239.064453231, sleep=-0.0490864310413599, target=16628239.0153668}
22:48:53.544787 run                osmo-ms-mob/00008: Starting mobile
22:48:53.645470 run       osmo-ms-mob/00008(pid=143): Launched
22:48:53.651571 run                             mass: Starting too slowly. Moving on {now=16628239.35494081, sleep=-0.03957401029765606, target=16628239.315366799}
22:48:53.657230 run                             mass: MS start registered  {at=16628239.36058983, delay=0.005650937557220459, ms=00008}
22:48:54.232385 run                osmo-ms-mob/00009: Starting mobile
22:48:54.246121 run       osmo-ms-mob/00009(pid=144): Launched
22:48:54.257054 run                             mass: MS start registered  {at=16628239.960406907, delay=0.004743047058582306, ms=00009}
22:48:54.478057 run                             mass: MS performed LU  {at=16628240.181309965, lu_delay=5.63579529710114, ms=00003}
22:48:54.506045 run                             mass: MS performed LU  {at=16628240.209306356, lu_delay=6.954414511099458, ms=00002}
22:48:54.934781 run                osmo-ms-mob/00010: Starting mobile
22:48:54.948631 run       osmo-ms-mob/00010(pid=145): Launched
22:48:54.959332 run                             mass: MS start registered  {at=16628240.662675511, delay=0.004609301686286926, ms=00010}
22:48:55.525174 run                osmo-ms-mob/00011: Starting mobile
22:48:55.540869 run       osmo-ms-mob/00011(pid=146): Launched
22:48:55.551921 run                             mass: MS start registered  {at=16628241.255273381, delay=0.004504961892962456, ms=00011}
22:48:55.636463 run                             mass: MS performed LU  {at=16628241.339717759, lu_delay=5.681496290490031, ms=00004}
22:48:55.699785 run                             mass: MS performed LU  {at=16628241.403118812, lu_delay=4.754002353176475, ms=00005}
22:48:56.122283 run                osmo-ms-mob/00012: Starting mobile
22:48:56.135661 run       osmo-ms-mob/00012(pid=147): Launched
22:48:56.146752 run                             mass: MS start registered  {at=16628241.850101616, delay=0.004948049783706665, ms=00012}
22:48:56.738451 run                osmo-ms-mob/00013: Starting mobile
22:48:56.766898 run       osmo-ms-mob/00013(pid=148): Launched
22:48:56.778125 run                             mass: MS start registered  {at=16628242.48146559, delay=0.005004364997148514, ms=00013}
22:48:57.331509 run                osmo-ms-mob/00014: Starting mobile
22:48:57.345099 run       osmo-ms-mob/00014(pid=149): Launched
22:48:57.356048 run                             mass: MS start registered  {at=16628243.059402676, delay=0.0049044545739889145, ms=00014}
22:48:57.538166 run                             mass: MS performed LU  {at=16628243.241408063, lu_delay=5.675466736778617, ms=00006}
22:48:57.938957 run                osmo-ms-mob/00015: Starting mobile
22:48:57.954047 run       osmo-ms-mob/00015(pid=150): Launched
22:48:57.965237 run                             mass: MS start registered  {at=16628243.668588461, delay=0.004859553650021553, ms=00015}
22:48:58.422141 run                osmo-ms-mob/00016: Starting mobile
22:48:58.436199 run       osmo-ms-mob/00016(pid=151): Launched
22:48:58.447347 run                             mass: MS start registered  {at=16628244.150700238, delay=0.004758823662996292, ms=00016}
22:48:58.922426 run                osmo-ms-mob/00017: Starting mobile
22:48:58.937138 run       osmo-ms-mob/00017(pid=152): Launched
22:48:58.948053 run                             mass: MS start registered  {at=16628244.651404431, delay=0.004710661247372627, ms=00017}
22:48:59.401266 run                             mass: MS performed LU  {at=16628245.104600547, lu_delay=6.069090204313397, ms=00007}
22:48:59.465795 run                             mass: MS performed LU  {at=16628245.16911781, lu_delay=5.808527979999781, ms=00008}
22:48:59.486681 run                osmo-ms-mob/00018: Starting mobile
22:48:59.499978 run       osmo-ms-mob/00018(pid=153): Launched
22:48:59.510894 run                             mass: MS start registered  {at=16628245.214245083, delay=0.004745980724692345, ms=00018}
22:48:59.771220 run                             mass: MS performed LU  {at=16628245.474482417, lu_delay=4.811806906014681, ms=00010}
22:48:59.918693 run                osmo-ms-mob/00019: Starting mobile
22:48:59.932866 run       osmo-ms-mob/00019(pid=154): Launched
22:48:59.944594 run                             mass: MS start registered  {at=16628245.647942012, delay=0.004956357181072235, ms=00019}
22:49:00.423112 run                osmo-ms-mob/00020: Starting mobile
22:49:00.437820 run       osmo-ms-mob/00020(pid=155): Launched
22:49:00.448872 run                             mass: MS start registered  {at=16628246.15222643, delay=0.004783766344189644, ms=00020}
22:49:00.929892 run                osmo-ms-mob/00021: Starting mobile
22:49:00.944761 run       osmo-ms-mob/00021(pid=156): Launched
22:49:00.955869 run                             mass: MS start registered  {at=16628246.659222713, delay=0.004511658102273941, ms=00021}
22:49:01.201133 run                             mass: MS performed LU  {at=16628246.904447818, lu_delay=5.054346201941371, ms=00012}
22:49:01.220285 run                             mass: MS performed LU  {at=16628246.923567448, lu_delay=4.442101858556271, ms=00013}
22:49:01.235368 run                osmo-ms-mob/00022: Starting mobile
22:49:01.249606 run       osmo-ms-mob/00022(pid=157): Launched
22:49:01.260979 run                             mass: MS start registered  {at=16628246.964327266, delay=0.004533322528004646, ms=00022}
22:49:01.303003 run                             mass: MS performed LU  {at=16628247.006340122, lu_delay=5.751066740602255, ms=00011}
22:49:01.832853 run                osmo-ms-mob/00023: Starting mobile
22:49:01.848000 run       osmo-ms-mob/00023(pid=158): Launched
22:49:01.859263 run                             mass: MS start registered  {at=16628247.562610045, delay=0.004901718348264694, ms=00023}
22:49:02.235364 run                osmo-ms-mob/00024: Starting mobile
22:49:02.249336 run       osmo-ms-mob/00024(pid=159): Launched
22:49:02.260461 run                             mass: MS start registered  {at=16628247.96381273, delay=0.004938175901770592, ms=00024}
22:49:02.727847 run                osmo-ms-mob/00025: Starting mobile
22:49:02.741541 run       osmo-ms-mob/00025(pid=160): Launched
22:49:02.752875 run                             mass: MS start registered  {at=16628248.45622536, delay=0.004985678941011429, ms=00025}
22:49:03.124022 run                osmo-ms-mob/00026: Starting mobile
22:49:03.137831 run       osmo-ms-mob/00026(pid=161): Launched
22:49:03.149437 run                             mass: MS start registered  {at=16628248.852774384, delay=0.004961090162396431, ms=00026}
22:49:03.166916 run                             mass: MS performed LU  {at=16628248.87026598, lu_delay=5.201677517965436, ms=00015}
22:49:03.231674 run                             mass: MS performed LU  {at=16628248.935009073, lu_delay=4.784308835864067, ms=00016}
22:49:03.302459 run                             mass: MS performed LU  {at=16628249.005713964, lu_delay=5.946311287581921, ms=00014}
22:49:03.336773 run                osmo-ms-mob/00027: Starting mobile
22:49:03.350012 run       osmo-ms-mob/00027(pid=162): Launched
22:49:03.361275 run                             mass: MS start registered  {at=16628249.06462511, delay=0.004797389730811119, ms=00027}
22:49:03.927824 run                osmo-ms-mob/00028: Starting mobile
22:49:03.941954 run       osmo-ms-mob/00028(pid=163): Launched
22:49:03.953201 run                             mass: MS start registered  {at=16628249.656548165, delay=0.004907742142677307, ms=00028}
22:49:04.333622 run                osmo-ms-mob/00029: Starting mobile
22:49:04.347987 run       osmo-ms-mob/00029(pid=164): Launched
22:49:04.359078 run                             mass: MS start registered  {at=16628250.062425692, delay=0.004705270752310753, ms=00029}
22:49:04.718662 run                osmo-ms-mob/00030: Starting mobile
22:49:04.732933 run       osmo-ms-mob/00030(pid=165): Launched
22:49:04.744579 run                             mass: MS start registered  {at=16628250.447923757, delay=0.00519656203687191, ms=00030}
22:49:04.966906 run                             mass: MS performed LU  {at=16628250.670234524, lu_delay=5.022292511537671, ms=00019}
22:49:04.985643 run                             mass: MS performed LU  {at=16628250.688981352, lu_delay=5.4747362695634365, ms=00018}
22:49:04.997658 run                osmo-ms-mob/00031: Starting mobile
22:49:05.011916 run       osmo-ms-mob/00031(pid=166): Launched
22:49:05.023834 run                             mass: MS start registered  {at=16628250.727185221, delay=0.005345497280359268, ms=00031}
22:49:05.070159 run                             mass: MS performed LU  {at=16628250.773408823, lu_delay=4.621182393282652, ms=00020}
22:49:05.239755 run                             mass: MS performed LU  {at=16628250.943077656, lu_delay=6.291673224419355, ms=00017}
22:49:05.253188 run                osmo-ms-mob/00032: Starting mobile
22:49:05.266766 run       osmo-ms-mob/00032(pid=167): Launched
22:49:05.277898 run                             mass: MS start registered  {at=16628250.981247956, delay=0.004679279401898384, ms=00032}
22:49:05.834817 run                osmo-ms-mob/00033: Starting mobile
22:49:05.848769 run       osmo-ms-mob/00033(pid=168): Launched
22:49:05.859639 run                             mass: MS start registered  {at=16628251.562991994, delay=0.004646247252821922, ms=00033}
22:49:06.232776 run                osmo-ms-mob/00034: Starting mobile
22:49:06.246813 run       osmo-ms-mob/00034(pid=169): Launched
22:49:06.257761 run                             mass: MS start registered  {at=16628251.96111406, delay=0.004801662638783455, ms=00034}
22:49:06.534897 run                osmo-ms-mob/00035: Starting mobile
22:49:06.548870 run       osmo-ms-mob/00035(pid=170): Launched
22:49:06.560023 run                             mass: MS start registered  {at=16628252.263372581, delay=0.005019163712859154, ms=00035}
22:49:06.934416 run                osmo-ms-mob/00036: Starting mobile
22:49:06.948534 run       osmo-ms-mob/00036(pid=171): Launched
22:49:06.954922 run                             mass: MS performed LU  {at=16628252.658279587, lu_delay=5.69395232014358, ms=00022}
22:49:06.961208 run                             mass: MS start registered  {at=16628252.664573971, delay=0.006315136328339577, ms=00036}
22:49:06.978847 run                             mass: MS performed LU  {at=16628252.682201503, lu_delay=4.718388773500919, ms=00024}
22:49:06.997370 run                             mass: MS performed LU  {at=16628252.700654728, lu_delay=5.138044683262706, ms=00023}
22:49:07.009695 run                osmo-ms-mob/00037: Starting mobile
22:49:07.023537 run       osmo-ms-mob/00037(pid=172): Launched
22:49:07.034656 run                             mass: MS start registered  {at=16628252.738006907, delay=0.004595167934894562, ms=00037}
22:49:07.067688 run                             mass: MS performed LU  {at=16628252.770942066, lu_delay=6.111719353124499, ms=00021}
22:49:07.633978 run                osmo-ms-mob/00038: Starting mobile
22:49:07.648127 run       osmo-ms-mob/00038(pid=173): Launched
22:49:07.659272 run                             mass: MS start registered  {at=16628253.362605853, delay=0.005019735544919968, ms=00038}
22:49:07.929095 run                osmo-ms-mob/00039: Starting mobile
22:49:07.943261 run       osmo-ms-mob/00039(pid=174): Launched
22:49:07.954689 run                             mass: MS start registered  {at=16628253.658039173, delay=0.004948640242218971, ms=00039}
22:49:08.334436 run                osmo-ms-mob/00040: Starting mobile
22:49:08.348305 run       osmo-ms-mob/00040(pid=175): Launched
22:49:08.359121 run                             mass: MS start registered  {at=16628254.062476022, delay=0.004604525864124298, ms=00040}
22:49:08.617823 run                osmo-ms-mob/00041: Starting mobile
22:49:08.631325 run       osmo-ms-mob/00041(pid=176): Launched
22:49:08.642277 run                             mass: MS start registered  {at=16628254.34563128, delay=0.0032950937747955322, ms=00041}
22:49:08.732855 run                             mass: MS performed LU  {at=16628254.436182274, lu_delay=4.373756581917405, ms=00029}
22:49:08.751107 run                             mass: MS performed LU  {at=16628254.4544459, lu_delay=5.601671516895294, ms=00026}
22:49:08.764053 run                osmo-ms-mob/00042: Starting mobile
22:49:08.777768 run       osmo-ms-mob/00042(pid=177): Launched
22:49:08.789807 run                             mass: MS start registered  {at=16628254.493150199, delay=0.005566021427512169, ms=00042}
22:49:08.835754 run                             mass: MS performed LU  {at=16628254.539022077, lu_delay=6.0827967170625925, ms=00025}
22:49:09.005574 run                             mass: MS performed LU  {at=16628254.708843507, lu_delay=5.644218396395445, ms=00027}
22:49:09.024859 run                             mass: MS performed LU  {at=16628254.728186095, lu_delay=5.0716379303485155, ms=00028}
22:49:09.039096 run                osmo-ms-mob/00043: Starting mobile
22:49:09.052945 run       osmo-ms-mob/00043(pid=178): Launched
22:49:09.064047 run                             mass: MS start registered  {at=16628254.76740009, delay=0.0046261977404356, ms=00043}
22:49:09.635262 run                osmo-ms-mob/00044: Starting mobile
22:49:09.649311 run       osmo-ms-mob/00044(pid=179): Launched
22:49:09.660664 run                             mass: MS start registered  {at=16628255.364007896, delay=0.0050494372844696045, ms=00044}
22:49:09.918501 run                osmo-ms-mob/00045: Starting mobile
22:49:09.934953 run       osmo-ms-mob/00045(pid=180): Launched
22:49:09.946896 run                             mass: MS start registered  {at=16628255.650230935, delay=0.005472108721733093, ms=00045}
22:49:10.235687 run                osmo-ms-mob/00046: Starting mobile
22:49:10.249957 run       osmo-ms-mob/00046(pid=181): Launched
22:49:10.261539 run                             mass: MS start registered  {at=16628255.96487858, delay=0.0052826497703790665, ms=00046}
22:49:10.531717 run                osmo-ms-mob/00047: Starting mobile
22:49:10.545496 run       osmo-ms-mob/00047(pid=182): Launched
22:49:10.556399 run                             mass: MS start registered  {at=16628256.259751106, delay=0.004583073779940605, ms=00047}
22:49:10.698999 run                             mass: MS performed LU  {at=16628256.402323078, lu_delay=5.421075122430921, ms=00032}
22:49:10.744550 run                             mass: MS performed LU  {at=16628256.44788329, lu_delay=5.72069806791842, ms=00031}
22:49:10.756531 run                osmo-ms-mob/00048: Starting mobile
22:49:10.770431 run       osmo-ms-mob/00048(pid=183): Launched
22:49:10.776874 run                             mass: MS performed LU  {at=16628256.480232168, lu_delay=4.917240174487233, ms=00033}
22:49:10.783114 run                             mass: MS start registered  {at=16628256.486481126, delay=0.006269462406635284, ms=00048}
22:49:10.834099 run                             mass: MS performed LU  {at=16628256.537356816, lu_delay=6.089433059096336, ms=00030}
22:49:10.857203 run                osmo-ms-mob/00049: Starting mobile
22:49:10.871002 run       osmo-ms-mob/00049(pid=184): Launched
22:49:10.881992 run                             mass: MS start registered  {at=16628256.585343648, delay=0.004719045013189316, ms=00049}
22:49:11.161366 run                             mass: MS performed LU  {at=16628256.864616595, lu_delay=4.903502535074949, ms=00034}
22:49:11.427494 run                osmo-ms-mob/00050: Starting mobile
22:49:11.441090 run       osmo-ms-mob/00050(pid=185): Launched
22:49:11.452911 run                             mass: MS start registered  {at=16628257.156245196, delay=0.005598034709692001, ms=00050}
22:49:11.820547 run                osmo-ms-mob/00051: Starting mobile
22:49:11.834954 run       osmo-ms-mob/00051(pid=186): Launched
22:49:11.846083 run                             mass: MS start registered  {at=16628257.549434057, delay=0.004703609272837639, ms=00051}
22:49:12.134014 run                osmo-ms-mob/00052: Starting mobile
22:49:12.147932 run       osmo-ms-mob/00052(pid=187): Launched
22:49:12.159100 run                             mass: MS start registered  {at=16628257.862454757, delay=0.005000466480851173, ms=00052}
22:49:12.432586 run                osmo-ms-mob/00053: Starting mobile
22:49:12.446868 run       osmo-ms-mob/00053(pid=188): Launched
22:49:12.457989 run                             mass: MS start registered  {at=16628258.161339993, delay=0.004686903208494186, ms=00053}
22:49:12.499133 run                             mass: MS performed LU  {at=16628258.202384772, lu_delay=5.537810800597072, ms=00036}
22:49:12.517597 run                             mass: MS performed LU  {at=16628258.220908808, lu_delay=4.85830295458436, ms=00038}
22:49:12.530435 run                osmo-ms-mob/00054: Starting mobile
22:49:12.544079 run       osmo-ms-mob/00054(pid=189): Launched
22:49:12.550244 run                             mass: MS performed LU  {at=16628258.253603868, lu_delay=5.515596961602569, ms=00037}
22:49:12.556503 run                             mass: MS start registered  {at=16628258.259867867, delay=0.006283072754740715, ms=00054}
22:49:12.790428 run                             mass: MS performed LU  {at=16628258.493680459, lu_delay=6.230307877063751, ms=00035}
22:49:12.810403 run                osmo-ms-mob/00055: Starting mobile
22:49:12.824657 run       osmo-ms-mob/00055(pid=190): Launched
22:49:12.836275 run                             mass: MS start registered  {at=16628258.539621303, delay=0.0051962751895189285, ms=00055}
22:49:13.318370 run                osmo-ms-mob/00056: Starting mobile
22:49:13.332221 run       osmo-ms-mob/00056(pid=191): Launched
22:49:13.343687 run                             mass: MS start registered  {at=16628259.047036981, delay=0.004816452041268349, ms=00056}
22:49:13.522830 run                             mass: MS performed LU  {at=16628259.22616441, lu_delay=5.568125236779451, ms=00039}
22:49:13.534986 run                osmo-ms-mob/00057: Starting mobile
22:49:13.548519 run       osmo-ms-mob/00057(pid=192): Launched
22:49:13.559436 run                             mass: MS start registered  {at=16628259.26278697, delay=0.004646828398108482, ms=00057}
22:49:14.019010 run                osmo-ms-mob/00058: Starting mobile
22:49:14.033042 run       osmo-ms-mob/00058(pid=193): Launched
22:49:14.044579 run                             mass: MS start registered  {at=16628259.747921245, delay=0.005122056230902672, ms=00058}
22:49:14.317892 run                osmo-ms-mob/00059: Starting mobile
22:49:14.331370 run       osmo-ms-mob/00059(pid=194): Launched
22:49:14.342179 run                             mass: MS start registered  {at=16628260.045529153, delay=0.004516223445534706, ms=00059}
22:49:14.512232 run                             mass: MS performed LU  {at=16628260.215458827, lu_delay=5.722308628261089, ms=00042}
22:49:14.531051 run                             mass: MS performed LU  {at=16628260.234412467, lu_delay=6.171936444938183, ms=00040}
22:49:14.542278 run                osmo-ms-mob/00060: Starting mobile
22:49:14.555425 run       osmo-ms-mob/00060(pid=195): Launched
22:49:14.566189 run                             mass: MS start registered  {at=16628260.269536678, delay=0.004653440788388252, ms=00060}
22:49:14.691261 run                             mass: MS performed LU  {at=16628260.394595128, lu_delay=5.0305872317403555, ms=00044}
22:49:14.708796 run                             mass: MS performed LU  {at=16628260.41213797, lu_delay=5.644737880676985, ms=00043}
22:49:14.962584 run                             mass: MS performed LU  {at=16628260.665917914, lu_delay=5.015686979517341, ms=00045}
22:49:14.974443 run                osmo-ms-mob/00061: Starting mobile
22:49:14.988804 run       osmo-ms-mob/00061(pid=196): Launched
22:49:15.000288 run                             mass: MS start registered  {at=16628260.703628302, delay=0.00506860576570034, ms=00061}
22:49:15.318562 run                osmo-ms-mob/00062: Starting mobile
22:49:15.333035 run       osmo-ms-mob/00062(pid=197): Launched
22:49:15.344475 run                             mass: MS start registered  {at=16628261.047816327, delay=0.004786599427461624, ms=00062}
22:49:15.539983 run                             mass: MS performed LU  {at=16628261.243307207, lu_delay=4.087062010541558, ms=00050}
22:49:15.559443 run                osmo-ms-mob/00063: Starting mobile
22:49:15.573215 run       osmo-ms-mob/00063(pid=198): Launched
22:49:15.584521 run                             mass: MS start registered  {at=16628261.287876133, delay=0.004853192716836929, ms=00063}
22:49:15.739746 run                             mass: MS performed LU  {at=16628261.442999655, lu_delay=21.482592748478055, ms=00009}
22:49:16.018283 run                osmo-ms-mob/00064: Starting mobile
22:49:16.032607 run       osmo-ms-mob/00064(pid=199): Launched
22:49:16.043865 run                             mass: MS start registered  {at=16628261.747211875, delay=0.004721824079751968, ms=00064}
22:49:16.264097 run                             mass: MS performed LU  {at=16628261.967432396, lu_delay=5.38208874873817, ms=00049}
22:49:16.282786 run                             mass: MS performed LU  {at=16628261.986123469, lu_delay=5.499642342329025, ms=00048}
22:49:16.294239 run                osmo-ms-mob/00065: Starting mobile
22:49:16.308541 run       osmo-ms-mob/00065(pid=200): Launched
22:49:16.314686 run                             mass: MS performed LU  {at=16628262.018042255, lu_delay=5.758291149511933, ms=00047}
22:49:16.321254 run                             mass: MS start registered  {at=16628262.024615476, delay=0.0065957047045230865, ms=00065}
22:49:16.555193 run                             mass: MS performed LU  {at=16628262.258524826, lu_delay=6.2936462461948395, ms=00046}
22:49:16.567878 run                osmo-ms-mob/00066: Starting mobile
22:49:16.581888 run       osmo-ms-mob/00066(pid=201): Launched
22:49:16.588482 run                             mass: MS performed LU  {at=16628262.29183913, lu_delay=4.7424050737172365, ms=00051}
22:49:16.594759 run                             mass: MS start registered  {at=16628262.298123632, delay=0.00630657933652401, ms=00066}
22:49:17.119642 run                osmo-ms-mob/00067: Starting mobile
22:49:17.133685 run       osmo-ms-mob/00067(pid=202): Launched
22:49:17.145326 run                             mass: MS start registered  {at=16628262.848663023, delay=0.004768401384353638, ms=00067}
22:49:17.418626 run                osmo-ms-mob/00068: Starting mobile
22:49:17.433026 run       osmo-ms-mob/00068(pid=203): Launched
22:49:17.445432 run                             mass: MS start registered  {at=16628263.148760987, delay=0.005470329895615578, ms=00068}
22:49:17.460262 run                             mass: MS performed LU  {at=16628263.163591836, lu_delay=4.116554854437709, ms=00056}
22:49:17.818004 run                osmo-ms-mob/00069: Starting mobile
22:49:17.832259 run       osmo-ms-mob/00069(pid=204): Launched
22:49:17.843799 run                             mass: MS start registered  {at=16628263.547140965, delay=0.005066746845841408, ms=00069}
22:49:18.230854 run                osmo-ms-mob/00070: Starting mobile
22:49:18.245630 run       osmo-ms-mob/00070(pid=205): Launched
22:49:18.251990 run                             mass: MS performed LU  {at=16628263.955347018, lu_delay=6.092892261222005, ms=00052}
22:49:18.258351 run                             mass: MS performed LU  {at=16628263.961715199, lu_delay=5.800375206395984, ms=00053}
22:49:18.264281 run                             mass: MS start registered  {at=16628263.967646778, delay=0.012320287525653839, ms=00070}
22:49:18.276044 run                             mass: MS performed LU  {at=16628263.979394969, lu_delay=5.719527101144195, ms=00054}
22:49:18.287651 run                osmo-ms-mob/00071: Starting mobile
22:49:18.301536 run       osmo-ms-mob/00071(pid=206): Launched
22:49:18.312578 run                             mass: MS start registered  {at=16628264.01593159, delay=0.0048135388642549515, ms=00071}
22:49:18.493620 run                             mass: MS performed LU  {at=16628264.196870763, lu_delay=4.934083793312311, ms=00057}
22:49:19.034213 run                osmo-ms-mob/00072: Starting mobile
22:49:19.048606 run       osmo-ms-mob/00072(pid=207): Launched
22:49:19.059711 run                             mass: MS start registered  {at=16628264.7630558, delay=0.004924291744828224, ms=00072}
22:49:19.088537 run                             mass: MS performed LU  {at=16628264.791796422, lu_delay=6.252175118774176, ms=00055}
22:49:19.359259 run                             mass: MS performed LU  {at=16628265.062571699, lu_delay=3.7746955659240484, ms=00063}
22:49:19.384557 run                osmo-ms-mob/00073: Starting mobile
22:49:19.399227 run       osmo-ms-mob/00073(pid=208): Launched
22:49:19.410978 run                             mass: MS start registered  {at=16628265.114320204, delay=0.005222069099545479, ms=00073}
22:49:19.818843 run                osmo-ms-mob/00074: Starting mobile
22:49:19.833103 run       osmo-ms-mob/00074(pid=209): Launched
22:49:19.844736 run                             mass: MS start registered  {at=16628265.548082666, delay=0.005014648661017418, ms=00074}
22:49:20.048754 run                             mass: MS performed LU  {at=16628265.75208649, lu_delay=5.48254981264472, ms=00060}
22:49:20.113325 run                             mass: MS performed LU  {at=16628265.816658288, lu_delay=4.768841961398721, ms=00062}
22:49:20.125067 run                osmo-ms-mob/00075: Starting mobile
22:49:20.138863 run       osmo-ms-mob/00075(pid=210): Launched
22:49:20.145275 run                             mass: MS performed LU  {at=16628265.848634334, lu_delay=5.1450060326606035, ms=00061}
22:49:20.151461 run                             mass: MS start registered  {at=16628265.854826085, delay=0.006212083622813225, ms=00075}
22:49:20.305267 run                             mass: MS performed LU  {at=16628266.008570949, lu_delay=6.26064970344305, ms=00058}
22:49:20.320767 run                             mass: MS performed LU  {at=16628266.024088716, lu_delay=5.978559562936425, ms=00059}
22:49:20.732017 run                osmo-ms-mob/00076: Starting mobile
22:49:20.745979 run       osmo-ms-mob/00076(pid=211): Launched
22:49:20.756939 run                             mass: MS start registered  {at=16628266.46029123, delay=0.004799786955118179, ms=00076}
22:49:21.118354 run                osmo-ms-mob/00077: Starting mobile
22:49:21.132959 run       osmo-ms-mob/00077(pid=212): Launched
22:49:21.144440 run                             mass: MS start registered  {at=16628266.847794965, delay=0.0029676035046577454, ms=00077}
22:49:21.618873 run                osmo-ms-mob/00078: Starting mobile
22:49:21.633235 run       osmo-ms-mob/00078(pid=213): Launched
22:49:21.645629 run                             mass: MS start registered  {at=16628267.348963294, delay=0.005789807066321373, ms=00078}
22:49:21.894431 run                             mass: MS performed LU  {at=16628267.597762968, lu_delay=4.449001980945468, ms=00068}
22:49:21.913056 run                             mass: MS performed LU  {at=16628267.616397576, lu_delay=5.869185701012611, ms=00064}
22:49:21.925355 run                osmo-ms-mob/00079: Starting mobile
22:49:21.939212 run       osmo-ms-mob/00079(pid=214): Launched
22:49:21.950625 run                             mass: MS start registered  {at=16628267.653963864, delay=0.004955822601914406, ms=00079}
22:49:22.042449 run                             mass: MS performed LU  {at=16628267.745756574, lu_delay=5.721141098067164, ms=00065}
22:49:22.221855 run                             mass: MS performed LU  {at=16628267.925188722, lu_delay=5.627065090462565, ms=00066}
22:49:22.240408 run                             mass: MS performed LU  {at=16628267.943735842, lu_delay=5.095072818920016, ms=00067}
22:49:22.518953 run                osmo-ms-mob/00080: Starting mobile
22:49:22.532860 run       osmo-ms-mob/00080(pid=215): Launched
22:49:22.544418 run                             mass: MS start registered  {at=16628268.247764716, delay=0.005121136084198952, ms=00080}
22:49:23.029961 run                osmo-ms-mob/00081: Starting mobile
22:49:23.046548 run       osmo-ms-mob/00081(pid=216): Launched
22:49:23.057908 run                             mass: MS start registered  {at=16628268.761259118, delay=0.005006810650229454, ms=00081}
22:49:23.418703 run                osmo-ms-mob/00082: Starting mobile
22:49:23.433675 run       osmo-ms-mob/00082(pid=217): Launched
22:49:23.445213 run                             mass: MS start registered  {at=16628269.148560483, delay=0.004879310727119446, ms=00082}
22:49:23.815909 run                             mass: MS performed LU  {at=16628269.519147463, lu_delay=5.55150068551302, ms=00070}
22:49:23.878815 run                             mass: MS performed LU  {at=16628269.58214878, lu_delay=6.035007813945413, ms=00069}
22:49:23.890463 run                osmo-ms-mob/00083: Starting mobile
22:49:23.904179 run       osmo-ms-mob/00083(pid=218): Launched
22:49:23.910509 run                             mass: MS performed LU  {at=16628269.613869173, lu_delay=5.59793758392334, ms=00071}
22:49:23.916787 run                             mass: MS start registered  {at=16628269.620152328, delay=0.006302285939455032, ms=00083}
22:49:24.070315 run                             mass: MS performed LU  {at=16628269.773566196, lu_delay=5.010510396212339, ms=00072}
22:49:24.087322 run                             mass: MS performed LU  {at=16628269.790582372, lu_delay=4.676262168213725, ms=00073}
22:49:24.531170 run                osmo-ms-mob/00084: Starting mobile
22:49:24.546102 run       osmo-ms-mob/00084(pid=219): Launched
22:49:24.557800 run                             mass: MS start registered  {at=16628270.261138791, delay=0.005243532359600067, ms=00084}
22:49:25.019044 run                osmo-ms-mob/00085: Starting mobile
22:49:25.033994 run       osmo-ms-mob/00085(pid=220): Launched
22:49:25.045038 run                             mass: MS start registered  {at=16628270.74838961, delay=0.00474485382437706, ms=00085}
22:49:25.631682 run                osmo-ms-mob/00086: Starting mobile
22:49:25.652088 run       osmo-ms-mob/00086(pid=221): Launched
22:49:25.663585 run                             mass: MS start registered  {at=16628271.366928611, delay=0.0052361879497766495, ms=00086}
22:49:25.809851 run                             mass: MS performed LU  {at=16628271.513100646, lu_delay=5.052809417247772, ms=00076}
22:49:25.833116 run                             mass: MS performed LU  {at=16628271.536478158, lu_delay=4.688683193176985, ms=00077}
22:49:25.897100 run                             mass: MS performed LU  {at=16628271.600349821, lu_delay=5.745523735880852, ms=00075}
22:49:25.919570 run                             mass: MS performed LU  {at=16628271.622926021, lu_delay=6.074843354523182, ms=00074}
22:49:26.218963 run                osmo-ms-mob/00087: Starting mobile
22:49:26.233112 run       osmo-ms-mob/00087(pid=222): Launched
22:49:26.244688 run                             mass: MS start registered  {at=16628271.948037487, delay=0.004949312657117844, ms=00087}
22:49:26.833977 run                osmo-ms-mob/00088: Starting mobile
22:49:26.849183 run       osmo-ms-mob/00088(pid=223): Launched
22:49:26.860655 run                             mass: MS start registered  {at=16628272.563980054, delay=0.0050744060426950455, ms=00088}
22:49:27.418144 run                osmo-ms-mob/00089: Starting mobile
22:49:27.431643 run       osmo-ms-mob/00089(pid=224): Launched
22:49:27.442845 run                             mass: MS start registered  {at=16628273.146187684, delay=0.004915246739983559, ms=00089}
22:49:27.580479 run                             mass: MS performed LU  {at=16628273.283812173, lu_delay=5.0360474567860365, ms=00080}
22:49:27.645681 run                             mass: MS performed LU  {at=16628273.348970762, lu_delay=5.695006897673011, ms=00079}
22:49:27.663872 run                             mass: MS performed LU  {at=16628273.367211081, lu_delay=6.018247786909342, ms=00078}
22:49:27.835751 run                             mass: MS performed LU  {at=16628273.53907653, lu_delay=4.777817411348224, ms=00081}
22:49:28.032533 run                osmo-ms-mob/00090: Starting mobile
22:49:28.047565 run       osmo-ms-mob/00090(pid=225): Launched
22:49:28.059131 run                             mass: MS start registered  {at=16628273.76247941, delay=0.004997206851840019, ms=00090}
22:49:28.722169 run                osmo-ms-mob/00091: Starting mobile
22:49:28.736170 run       osmo-ms-mob/00091(pid=226): Launched
22:49:28.747455 run                             mass: MS start registered  {at=16628274.45080445, delay=0.004996092990040779, ms=00091}
22:49:29.431537 run                osmo-ms-mob/00092: Starting mobile
22:49:29.446470 run       osmo-ms-mob/00092(pid=227): Launched
22:49:29.458542 run                             mass: MS start registered  {at=16628275.16189059, delay=0.00561712309718132, ms=00092}
22:49:29.574216 run                             mass: MS performed LU  {at=16628275.277551731, lu_delay=6.128991248086095, ms=00082}
22:49:29.662614 run                             mass: MS performed LU  {at=16628275.365868403, lu_delay=5.104729611426592, ms=00084}
22:49:29.915810 run                             mass: MS performed LU  {at=16628275.61914048, lu_delay=4.870750870555639, ms=00085}
22:49:30.234262 run                osmo-ms-mob/00093: Starting mobile
22:49:30.248542 run       osmo-ms-mob/00093(pid=228): Launched
22:49:30.260074 run                             mass: MS start registered  {at=16628275.96342441, delay=0.005209801718592644, ms=00093}
22:49:31.118252 run                osmo-ms-mob/00094: Starting mobile
22:49:31.132809 run       osmo-ms-mob/00094(pid=229): Launched
22:49:31.144321 run                             mass: MS start registered  {at=16628276.847668095, delay=0.005110086873173714, ms=00094}
22:49:31.412417 run                             mass: MS performed LU  {at=16628277.115623284, lu_delay=5.167585797607899, ms=00087}
22:49:31.435810 run                             mass: MS performed LU  {at=16628277.13916983, lu_delay=5.772241219878197, ms=00086}
22:49:31.581492 run                             mass: MS performed LU  {at=16628277.28479967, lu_delay=4.720819616690278, ms=00088}
22:49:31.601320 run                             mass: MS performed LU  {at=16628277.304586748, lu_delay=22.958955466747284, ms=00041}
22:49:32.028666 run                osmo-ms-mob/00095: Starting mobile
22:49:32.042687 run       osmo-ms-mob/00095(pid=230): Launched
22:49:32.054207 run                             mass: MS start registered  {at=16628277.757552957, delay=0.004857122898101807, ms=00095}
22:49:33.033813 run                osmo-ms-mob/00096: Starting mobile
22:49:33.047834 run       osmo-ms-mob/00096(pid=231): Launched
22:49:33.058845 run                             mass: MS start registered  {at=16628278.762195375, delay=0.004562418907880783, ms=00096}
22:49:33.191910 run                             mass: MS performed LU  {at=16628278.895238617, lu_delay=5.749050933867693, ms=00089}
22:49:33.210961 run                             mass: MS performed LU  {at=16628278.914281541, lu_delay=5.151802131906152, ms=00090}
22:49:33.340713 run                             mass: MS performed LU  {at=16628279.0439269, lu_delay=4.593122450634837, ms=00091}
22:49:34.118427 run                osmo-ms-mob/00097: Starting mobile
22:49:34.132325 run       osmo-ms-mob/00097(pid=232): Launched
22:49:34.144174 run                             mass: MS start registered  {at=16628279.847513095, delay=0.004481183364987373, ms=00097}
22:49:35.177564 run                             mass: MS performed LU  {at=16628280.88069402, lu_delay=4.9172696098685265, ms=00093}
22:49:35.198823 run                             mass: MS performed LU  {at=16628280.902183784, lu_delay=5.740293193608522, ms=00092}
22:49:35.423186 run                osmo-ms-mob/00098: Starting mobile
22:49:35.438074 run       osmo-ms-mob/00098(pid=233): Launched
22:49:35.449466 run                             mass: MS start registered  {at=16628281.15281658, delay=0.004947567358613014, ms=00098}
22:49:37.105847 run                             mass: MS performed LU  {at=16628282.809182815, lu_delay=5.961514720693231, ms=00094}
22:49:37.124070 run                             mass: MS performed LU  {at=16628282.827420972, lu_delay=5.069868015125394, ms=00095}
22:49:37.135691 run                osmo-ms-mob/00099: Starting mobile
22:49:37.149795 run       osmo-ms-mob/00099(pid=234): Launched
22:49:37.156130 run                             mass: All started... {duration=55.644132601097226, too_slow=7}
22:49:37.162074 run                             mass: MS start registered  {at=16628282.865434052, delay=0.005937905982136726, ms=00099}
22:49:38.943128 run                             mass: MS performed LU  {at=16628284.64641953, lu_delay=4.798906436190009, ms=00097}
22:49:38.961210 run                             mass: MS performed LU  {at=16628284.66454861, lu_delay=5.9023532345891, ms=00096}
22:49:40.871877 run                             mass: MS performed LU  {at=16628286.575212635, lu_delay=5.422396054491401, ms=00098}
22:49:42.708565 run                             mass: MS performed LU  {at=16628288.411883814, lu_delay=5.546449761837721, ms=00099}
22:49:46.709194 run                             mass: MS performed LU  {at=16628292.412529161, lu_delay=22.792376833036542, ms=00083}
22:49:46.715713 run                             mass: Tests done {all_completed=True, max=22.958955466747284, min=3.7746955659240484}
22:49:46.721536 tst         register_default_mass.py: Test passed (89.4 sec)
22:49:46.727174 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.730616 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.734015 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.737430 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.740850 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.744268 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.747711 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.751126 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.754534 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.757935 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.761330 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.764754 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.768150 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.771539 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.774936 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.778330 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.781766 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.785276 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.788706 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.792108 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.795525 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.798941 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.802341 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.805761 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.809179 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.812602 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.816021 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.819444 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.822952 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.826373 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.829772 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.833174 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.836582 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.839978 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.843401 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.846819 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.850219 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.853885 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.857342 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.860773 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.864190 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.867613 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.871249 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.874733 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.878155 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.881571 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.884977 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.888373 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.891796 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.895194 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.898812 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.902344 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.905906 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.909535 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.913087 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.916510 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.920151 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.923659 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.927091 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.930520 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.933927 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.937347 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.940764 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.944232 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.947732 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.951150 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.954551 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.957977 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.961612 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.965042 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.968560 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.972084 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.975498 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.978911 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.982309 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.985728 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.989139 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.992554 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.995949 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.999355 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.002748 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.006153 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.009561 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.012982 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.016409 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.019828 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.023252 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.026679 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.030085 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.033488 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.036899 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.040299 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.043683 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.047095 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.050499 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.053950 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.057385 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.060805 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.064206 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.068059 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.071523 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.074974 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.078432 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.081889 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.085308 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.088728 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.092162 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.095589 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.099075 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.102522 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.105956 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.109400 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.112816 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.116243 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.119687 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.123092 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.126523 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.129933 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.133337 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.136729 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.140132 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.143539 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.146937 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.150356 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.154054 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.157602 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.161151 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.164657 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.168188 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.171709 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.175225 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.178740 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.182244 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.185775 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.189303 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.192831 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.196337 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.199855 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.203381 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.206890 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.210397 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.213912 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.217430 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.220946 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.224465 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.228063 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.231586 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.235081 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.238627 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.242149 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.245666 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.249332 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.252733 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.256145 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.259566 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.262964 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.266358 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.269742 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.273137 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.276527 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.279909 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.283301 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.286703 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.290096 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.293489 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.296875 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.300262 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.303651 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.307036 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.310428 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.313843 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.317232 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.320613 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.323995 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.327411 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.330807 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.334189 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.337589 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.340991 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.344377 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.347787 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.351189 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.354594 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.357999 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.361377 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.364785 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.368172 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.371559 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.374964 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.378365 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.381774 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.385176 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.388576 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.391973 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.395386 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.398774 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.402180 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.405590 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.408993 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.412724 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.416240 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.419775 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.423296 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.426834 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.430392 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.433899 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.437435 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.441018 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.444550 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.448097 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.451635 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.455163 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.458691 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.462247 ---      ParallelTerminationStrategy: PID 22 died...
22:49:47.463851 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.467833 ---      ParallelTerminationStrategy: PID 23 died...
22:49:47.469448 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.473398 ---      ParallelTerminationStrategy: PID 24 died...
22:49:47.474993 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.478970 ---      ParallelTerminationStrategy: PID 25 died...
22:49:47.480612 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.484561 ---      ParallelTerminationStrategy: PID 26 died...
22:49:47.486172 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.490246 ---      ParallelTerminationStrategy: PID 27 died...
22:49:47.491857 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.495791 ---      ParallelTerminationStrategy: PID 28 died...
22:49:47.497403 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.501369 ---      ParallelTerminationStrategy: PID 29 died...
22:49:47.502987 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.506961 ---      ParallelTerminationStrategy: PID 30 died...
22:49:47.508566 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.512495 ---      ParallelTerminationStrategy: PID 31 died...
22:49:47.514111 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.518053 ---      ParallelTerminationStrategy: PID 32 died...
22:49:47.519623 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.523485 ---      ParallelTerminationStrategy: PID 33 died...
22:49:47.525048 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.528896 ---      ParallelTerminationStrategy: PID 35 died...
22:49:47.530462 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.534322 ---      ParallelTerminationStrategy: PID 36 died...
22:49:47.535875 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.539723 ---      ParallelTerminationStrategy: PID 37 died...
22:49:47.541303 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.545169 ---      ParallelTerminationStrategy: PID 38 died...
22:49:47.546716 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.550558 ---      ParallelTerminationStrategy: PID 39 died...
22:49:47.552102 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.555901 ---      ParallelTerminationStrategy: PID 40 died...
22:49:47.557440 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.561246 ---      ParallelTerminationStrategy: PID 41 died...
22:49:47.562799 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.566649 ---      ParallelTerminationStrategy: PID 42 died...
22:49:47.568190 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.571986 ---      ParallelTerminationStrategy: PID 43 died...
22:49:47.573532 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.577346 ---      ParallelTerminationStrategy: PID 44 died...
22:49:47.578890 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.582726 ---      ParallelTerminationStrategy: PID 45 died...
22:49:47.584263 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.588058 ---      ParallelTerminationStrategy: PID 46 died...
22:49:47.589599 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.593367 ---      ParallelTerminationStrategy: PID 47 died...
22:49:47.594898 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.598713 ---      ParallelTerminationStrategy: PID 48 died...
22:49:47.600254 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.604046 ---      ParallelTerminationStrategy: PID 49 died...
22:49:47.605581 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.609365 ---      ParallelTerminationStrategy: PID 50 died...
22:49:47.628247 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.632225 ---      ParallelTerminationStrategy: PID 51 died...
22:49:47.633831 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.637762 ---      ParallelTerminationStrategy: PID 52 died...
22:49:47.639361 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.643271 ---      ParallelTerminationStrategy: PID 53 died...
22:49:47.645120 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.649066 ---      ParallelTerminationStrategy: PID 54 died...
22:49:47.650658 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.654580 ---      ParallelTerminationStrategy: PID 55 died...
22:49:47.656168 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.660080 ---      ParallelTerminationStrategy: PID 56 died...
22:49:47.661726 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.665630 ---      ParallelTerminationStrategy: PID 57 died...
22:49:47.667207 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.671102 ---      ParallelTerminationStrategy: PID 58 died...
22:49:47.672676 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.676576 ---      ParallelTerminationStrategy: PID 59 died...
22:49:47.678189 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.682099 ---      ParallelTerminationStrategy: PID 60 died...
22:49:47.683685 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.687575 ---      ParallelTerminationStrategy: PID 61 died...
22:49:47.689183 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.693082 ---      ParallelTerminationStrategy: PID 62 died...
22:49:47.694660 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.698558 ---      ParallelTerminationStrategy: PID 63 died...
22:49:47.700148 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.704066 ---      ParallelTerminationStrategy: PID 64 died...
22:49:47.705649 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.709548 ---      ParallelTerminationStrategy: PID 65 died...
22:49:47.711118 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.715010 ---      ParallelTerminationStrategy: PID 66 died...
22:49:47.716648 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.720540 ---      ParallelTerminationStrategy: PID 67 died...
22:49:47.722117 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.726025 ---      ParallelTerminationStrategy: PID 68 died...
22:49:47.727595 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.731505 ---      ParallelTerminationStrategy: PID 69 died...
22:49:47.733100 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.737003 ---      ParallelTerminationStrategy: PID 70 died...
22:49:47.738593 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.742532 ---      ParallelTerminationStrategy: PID 71 died...
22:49:47.744105 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.748024 ---      ParallelTerminationStrategy: PID 72 died...
22:49:47.749885 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.753788 ---      ParallelTerminationStrategy: PID 73 died...
22:49:47.755362 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.759246 ---      ParallelTerminationStrategy: PID 74 died...
22:49:47.760823 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.764715 ---      ParallelTerminationStrategy: PID 75 died...
22:49:47.766289 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.770167 ---      ParallelTerminationStrategy: PID 76 died...
22:49:47.771741 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.775650 ---      ParallelTerminationStrategy: PID 77 died...
22:49:47.777220 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.781114 ---      ParallelTerminationStrategy: PID 78 died...
22:49:47.782683 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.786600 ---      ParallelTerminationStrategy: PID 79 died...
22:49:47.788184 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.792073 ---      ParallelTerminationStrategy: PID 80 died...
22:49:47.793654 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.797559 ---      ParallelTerminationStrategy: PID 81 died...
22:49:47.799138 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.803010 ---      ParallelTerminationStrategy: PID 82 died...
22:49:47.804578 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.808475 ---      ParallelTerminationStrategy: PID 83 died...
22:49:47.810055 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.813947 ---      ParallelTerminationStrategy: PID 84 died...
22:49:47.815530 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.819407 ---      ParallelTerminationStrategy: PID 85 died...
22:49:47.820987 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.824884 ---      ParallelTerminationStrategy: PID 86 died...
22:49:47.826455 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.830374 ---      ParallelTerminationStrategy: PID 87 died...
22:49:47.831950 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.835848 ---      ParallelTerminationStrategy: PID 88 died...
22:49:47.837421 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.841309 ---      ParallelTerminationStrategy: PID 89 died...
22:49:47.842888 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.846781 ---      ParallelTerminationStrategy: PID 90 died...
22:49:47.848350 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.852241 ---      ParallelTerminationStrategy: PID 91 died...
22:49:47.853820 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.857740 ---      ParallelTerminationStrategy: PID 92 died...
22:49:47.859321 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.863253 ---      ParallelTerminationStrategy: PID 93 died...
22:49:47.864828 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.868722 ---      ParallelTerminationStrategy: PID 94 died...
22:49:47.870301 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.874187 ---      ParallelTerminationStrategy: PID 95 died...
22:49:47.875757 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.879678 ---      ParallelTerminationStrategy: PID 96 died...
22:49:47.881250 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.885140 ---      ParallelTerminationStrategy: PID 97 died...
22:49:47.886722 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.890603 ---      ParallelTerminationStrategy: PID 98 died...
22:49:47.892163 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.896082 ---      ParallelTerminationStrategy: PID 99 died...
22:49:47.897650 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.901542 ---      ParallelTerminationStrategy: PID 100 died...
22:49:47.903113 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.907007 ---      ParallelTerminationStrategy: PID 101 died...
22:49:47.908587 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.912541 ---      ParallelTerminationStrategy: PID 102 died...
22:49:47.914118 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.918004 ---      ParallelTerminationStrategy: PID 103 died...
22:49:47.919574 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.923475 ---      ParallelTerminationStrategy: PID 104 died...
22:49:47.925070 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.928985 ---      ParallelTerminationStrategy: PID 105 died...
22:49:47.930562 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.934444 ---      ParallelTerminationStrategy: PID 106 died...
22:49:47.936019 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.939916 ---      ParallelTerminationStrategy: PID 107 died...
22:49:47.941503 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.945400 ---      ParallelTerminationStrategy: PID 108 died...
22:49:47.946980 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.950873 ---      ParallelTerminationStrategy: PID 109 died...
22:49:47.952466 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.956385 ---      ParallelTerminationStrategy: PID 110 died...
22:49:47.958248 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.962103 ---      ParallelTerminationStrategy: PID 111 died...
22:49:47.963648 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.967486 ---      ParallelTerminationStrategy: PID 112 died...
22:49:47.969055 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.972880 ---      ParallelTerminationStrategy: PID 113 died...
22:49:47.974422 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.978211 ---      ParallelTerminationStrategy: PID 114 died...
22:49:47.979781 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.983636 ---      ParallelTerminationStrategy: PID 115 died...
22:49:47.985275 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.989106 ---      ParallelTerminationStrategy: PID 116 died...
22:49:47.990673 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.994502 ---      ParallelTerminationStrategy: PID 117 died...
22:49:47.996050 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.999886 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.001430 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.005242 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.006797 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.010643 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.012177 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.015997 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.017541 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.021381 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.022936 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.026750 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.028316 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.032198 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.033768 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.037603 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.039161 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.042978 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.044530 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.048372 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.049933 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.053751 ---      ParallelTerminationStrategy: PID 128 died...
22:49:48.055301 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.059112 ---      ParallelTerminationStrategy: PID 129 died...
22:49:48.060670 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.064500 ---      ParallelTerminationStrategy: PID 130 died...
22:49:48.066041 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.069842 ---      ParallelTerminationStrategy: PID 131 died...
22:49:48.071383 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.075195 ---      ParallelTerminationStrategy: PID 132 died...
22:49:48.076765 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.080573 ---      ParallelTerminationStrategy: PID 133 died...
22:49:48.082126 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.085940 ---      ParallelTerminationStrategy: PID 134 died...
22:49:48.087475 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.091327 ---      ParallelTerminationStrategy: PID 135 died...
22:49:48.092900 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.096729 ---      ParallelTerminationStrategy: PID 136 died...
22:49:48.098284 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.102102 ---      ParallelTerminationStrategy: PID 137 died...
22:49:48.103650 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.107499 ---      ParallelTerminationStrategy: PID 138 died...
22:49:48.109051 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.112884 ---      ParallelTerminationStrategy: PID 139 died...
22:49:48.114435 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.118260 ---      ParallelTerminationStrategy: PID 140 died...
22:49:48.119814 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.123677 ---      ParallelTerminationStrategy: PID 141 died...
22:49:48.125250 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.129066 ---      ParallelTerminationStrategy: PID 142 died...
22:49:48.130606 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.134466 ---      ParallelTerminationStrategy: PID 143 died...
22:49:48.136007 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.139852 ---      ParallelTerminationStrategy: PID 144 died...
22:49:48.141410 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.145268 ---      ParallelTerminationStrategy: PID 145 died...
22:49:48.146822 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.150670 ---      ParallelTerminationStrategy: PID 146 died...
22:49:48.152211 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.156025 ---      ParallelTerminationStrategy: PID 147 died...
22:49:48.157570 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.161485 ---      ParallelTerminationStrategy: PID 148 died...
22:49:48.163009 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.166859 ---      ParallelTerminationStrategy: PID 149 died...
22:49:48.168406 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.172309 ---      ParallelTerminationStrategy: PID 150 died...
22:49:48.173874 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.177697 ---      ParallelTerminationStrategy: PID 151 died...
22:49:48.179229 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.183058 ---      ParallelTerminationStrategy: PID 152 died...
22:49:48.184596 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.188431 ---      ParallelTerminationStrategy: PID 153 died...
22:49:48.190009 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.193903 ---      ParallelTerminationStrategy: PID 154 died...
22:49:48.195656 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.199504 ---      ParallelTerminationStrategy: PID 155 died...
22:49:48.201056 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.204879 ---      ParallelTerminationStrategy: PID 156 died...
22:49:48.206523 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.210362 ---      ParallelTerminationStrategy: PID 157 died...
22:49:48.211899 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.215813 ---      ParallelTerminationStrategy: PID 158 died...
22:49:48.217368 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.221199 ---      ParallelTerminationStrategy: PID 159 died...
22:49:48.222748 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.226539 ---      ParallelTerminationStrategy: PID 160 died...
22:49:48.228014 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.231809 ---      ParallelTerminationStrategy: PID 161 died...
22:49:48.233353 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.237190 ---      ParallelTerminationStrategy: PID 162 died...
22:49:48.238725 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.242535 ---      ParallelTerminationStrategy: PID 163 died...
22:49:48.244068 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.247903 ---      ParallelTerminationStrategy: PID 164 died...
22:49:48.249465 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.253301 ---      ParallelTerminationStrategy: PID 165 died...
22:49:48.254840 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.258648 ---      ParallelTerminationStrategy: PID 166 died...
22:49:48.260198 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.264025 ---      ParallelTerminationStrategy: PID 167 died...
22:49:48.265607 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.269413 ---      ParallelTerminationStrategy: PID 168 died...
22:49:48.270950 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.274760 ---      ParallelTerminationStrategy: PID 169 died...
22:49:48.276286 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.280112 ---      ParallelTerminationStrategy: PID 170 died...
22:49:48.281653 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.285481 ---      ParallelTerminationStrategy: PID 171 died...
22:49:48.287029 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.290843 ---      ParallelTerminationStrategy: PID 172 died...
22:49:48.292433 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.296260 ---      ParallelTerminationStrategy: PID 173 died...
22:49:48.297802 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.301630 ---      ParallelTerminationStrategy: PID 174 died...
22:49:48.303168 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.307009 ---      ParallelTerminationStrategy: PID 175 died...
22:49:48.308537 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.312361 ---      ParallelTerminationStrategy: PID 176 died...
22:49:48.313897 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.317756 ---      ParallelTerminationStrategy: PID 177 died...
22:49:48.319285 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.323118 ---      ParallelTerminationStrategy: PID 178 died...
22:49:48.324668 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.328482 ---      ParallelTerminationStrategy: PID 179 died...
22:49:48.330019 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.333833 ---      ParallelTerminationStrategy: PID 180 died...
22:49:48.335357 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.339185 ---      ParallelTerminationStrategy: PID 181 died...
22:49:48.340732 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.344542 ---      ParallelTerminationStrategy: PID 182 died...
22:49:48.346078 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.349901 ---      ParallelTerminationStrategy: PID 183 died...
22:49:48.351449 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.355277 ---      ParallelTerminationStrategy: PID 184 died...
22:49:48.356816 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.360610 ---      ParallelTerminationStrategy: PID 185 died...
22:49:48.362149 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.365967 ---      ParallelTerminationStrategy: PID 186 died...
22:49:48.367505 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.371353 ---      ParallelTerminationStrategy: PID 187 died...
22:49:48.372890 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.376722 ---      ParallelTerminationStrategy: PID 188 died...
22:49:48.378265 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.382081 ---      ParallelTerminationStrategy: PID 189 died...
22:49:48.383616 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.387439 ---      ParallelTerminationStrategy: PID 190 died...
22:49:48.389007 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.392856 ---      ParallelTerminationStrategy: PID 191 died...
22:49:48.394396 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.398210 ---      ParallelTerminationStrategy: PID 192 died...
22:49:48.399743 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.403568 ---      ParallelTerminationStrategy: PID 193 died...
22:49:48.405123 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.408940 ---      ParallelTerminationStrategy: PID 194 died...
22:49:48.410479 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.414295 ---      ParallelTerminationStrategy: PID 195 died...
22:49:48.415837 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.419654 ---      ParallelTerminationStrategy: PID 196 died...
22:49:48.421232 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.425059 ---      ParallelTerminationStrategy: PID 197 died...
22:49:48.426596 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.430424 ---      ParallelTerminationStrategy: PID 198 died...
22:49:48.431960 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.435781 ---      ParallelTerminationStrategy: PID 199 died...
22:49:48.437327 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.441278 ---      ParallelTerminationStrategy: PID 200 died...
22:49:48.442840 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.446680 ---      ParallelTerminationStrategy: PID 201 died...
22:49:48.448232 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.452062 ---      ParallelTerminationStrategy: PID 202 died...
22:49:48.453637 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.457475 ---      ParallelTerminationStrategy: PID 203 died...
22:49:48.459013 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.462841 ---      ParallelTerminationStrategy: PID 204 died...
22:49:48.464376 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.468197 ---      ParallelTerminationStrategy: PID 205 died...
22:49:48.469776 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.473604 ---      ParallelTerminationStrategy: PID 206 died...
22:49:48.475148 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.478964 ---      ParallelTerminationStrategy: PID 207 died...
22:49:48.480512 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.484349 ---      ParallelTerminationStrategy: PID 208 died...
22:49:48.485883 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.489730 ---      ParallelTerminationStrategy: PID 209 died...
22:49:48.491271 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.495100 ---      ParallelTerminationStrategy: PID 210 died...
22:49:48.496651 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.500475 ---      ParallelTerminationStrategy: PID 211 died...
22:49:48.502036 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.505883 ---      ParallelTerminationStrategy: PID 212 died...
22:49:48.507422 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.511236 ---      ParallelTerminationStrategy: PID 213 died...
22:49:48.512784 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.516617 ---      ParallelTerminationStrategy: PID 214 died...
22:49:48.518208 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.522022 ---      ParallelTerminationStrategy: PID 215 died...
22:49:48.523557 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.527379 ---      ParallelTerminationStrategy: PID 216 died...
22:49:48.528924 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.532756 ---      ParallelTerminationStrategy: PID 217 died...
22:49:48.534295 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.538103 ---      ParallelTerminationStrategy: PID 218 died...
22:49:48.539637 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.543459 ---      ParallelTerminationStrategy: PID 219 died...
22:49:48.544996 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.548858 ---      ParallelTerminationStrategy: PID 220 died...
22:49:48.550394 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.554238 ---      ParallelTerminationStrategy: PID 221 died...
22:49:48.555788 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.559603 ---      ParallelTerminationStrategy: PID 222 died...
22:49:48.561149 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.564995 ---      ParallelTerminationStrategy: PID 223 died...
22:49:48.566543 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.570363 ---      ParallelTerminationStrategy: PID 224 died...
22:49:48.571899 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.575711 ---      ParallelTerminationStrategy: PID 225 died...
22:49:48.577247 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.581096 ---      ParallelTerminationStrategy: PID 226 died...
22:49:48.582637 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.586474 ---      ParallelTerminationStrategy: PID 227 died...
22:49:48.588010 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.591837 ---      ParallelTerminationStrategy: PID 228 died...
22:49:48.593372 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.597217 ---      ParallelTerminationStrategy: PID 229 died...
22:49:48.598763 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.602586 ---      ParallelTerminationStrategy: PID 230 died...
22:49:48.604126 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.607911 ---      ParallelTerminationStrategy: PID 231 died...
22:49:48.609432 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.613239 ---      ParallelTerminationStrategy: PID 232 died...
22:49:48.614772 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.618561 ---      ParallelTerminationStrategy: PID 233 died...
22:49:48.620072 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.623869 ---      ParallelTerminationStrategy: PID 234 died...
22:49:48.625412 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.028929 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.030616 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8037 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.112536 tst                       trial-8037: Storing JUnit report in /build/trial-8037/run.2025-07-24_22-48-16/trial-8037.xml

--------------------------------------------------------------------------------------------
trial-8037 PASS
--------------------------------------------------------------------------------------------
22:49:52.123404 tst                       trial-8037: trial-8037: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (89.4 sec)
+ exit_code=0
+ rm -rf trial-8037/inst
+ cd trial-8037
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-24 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8037-run.tgz run.2025-07-24_22-48-16
+ tar czf /build/trial-8037-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-24_13_26_30.tgz osmo-bts-oc2g.build-2025-07-24_00_51_37.tgz osmo-bts-sysmo.build-2025-07-24_00_51_43.tgz osmo-bts.build-2025-07-24_00_51_47.tgz osmo-ggsn.build-2025-07-24_20_43_00.tgz osmo-hlr.build-2025-07-24_16_36_51.tgz osmo-hnbgw.build-2025-07-24_13_30_29.tgz osmo-mgw.build-2025-07-24_08_33_13.tgz osmo-msc.build-2025-07-24_13_34_33.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-24_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-24_07_36_02.tgz osmo-pcu.build-2025-07-24_07_36_09.tgz osmo-sgsn.build-2025-07-24_20_48_10.tgz osmo-stp.build-2025-07-24_13_25_19.tgz osmo-trx.build-2025-07-24_14_29_24.tgz osmocom-bb.build-2025-07-24_21_17_10.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