Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins3326681210716863964.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-7850
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
1cd38f2 redmine: upgrade to 5.1.5
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s

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

#7 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:262c032be8e878895d056d30dde0ffc814ad03f46c6da3cd5f781facc7d970c8 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=7851 -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-01-19 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7851
+ mkdir -p trial-7851
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-19_18_01_41.tgz osmo-bts-oc2g.build-2025-01-19_17_54_48.tgz osmo-bts-sysmo.build-2025-01-19_17_54_55.tgz osmo-bts.build-2025-01-19_17_55_26.tgz osmo-ggsn.build-2025-01-19_20_42_35.tgz osmo-hlr.build-2025-01-19_17_57_48.tgz osmo-hnbgw.build-2025-01-19_18_00_24.tgz osmo-mgw.build-2025-01-19_17_55_28.tgz osmo-msc.build-2025-01-19_18_08_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-19_17_59_42.tgz osmo-pcu-sysmo.build-2025-01-19_17_59_13.tgz osmo-pcu.build-2025-01-19_17_59_30.tgz osmo-sgsn.build-2025-01-19_20_48_27.tgz osmo-stp.build-2025-01-19_17_48_44.tgz osmo-trx.build-2025-01-19_17_58_37.tgz osmocom-bb.build-2025-01-19_21_17_17.tgz srslte.build-19.tgz trial-7851
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-19_18_01_41.md5 osmo-bts-oc2g.build-2025-01-19_17_54_48.md5 osmo-bts-sysmo.build-2025-01-19_17_54_55.md5 osmo-bts.build-2025-01-19_17_55_26.md5 osmo-ggsn.build-2025-01-19_20_42_35.md5 osmo-hlr.build-2025-01-19_17_57_48.md5 osmo-hnbgw.build-2025-01-19_18_00_24.md5 osmo-mgw.build-2025-01-19_17_55_28.md5 osmo-msc.build-2025-01-19_18_08_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-19_17_59_42.md5 osmo-pcu-sysmo.build-2025-01-19_17_59_13.md5 osmo-pcu.build-2025-01-19_17_59_30.md5 osmo-sgsn.build-2025-01-19_20_48_27.md5 osmo-stp.build-2025-01-19_17_48_44.md5 osmo-trx.build-2025-01-19_17_58_37.md5 osmocom-bb.build-2025-01-19_21_17_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-19_18_01_41.md5 osmo-bts-oc2g.build-2025-01-19_17_54_48.md5 osmo-bts-sysmo.build-2025-01-19_17_54_55.md5 osmo-bts.build-2025-01-19_17_55_26.md5 osmo-ggsn.build-2025-01-19_20_42_35.md5 osmo-hlr.build-2025-01-19_17_57_48.md5 osmo-hnbgw.build-2025-01-19_18_00_24.md5 osmo-mgw.build-2025-01-19_17_55_28.md5 osmo-msc.build-2025-01-19_18_08_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-19_17_59_42.md5 osmo-pcu-sysmo.build-2025-01-19_17_59_13.md5 osmo-pcu.build-2025-01-19_17_59_30.md5 osmo-sgsn.build-2025-01-19_20_48_27.md5 osmo-stp.build-2025-01-19_17_48_44.md5 osmo-trx.build-2025-01-19_17_58_37.md5 osmocom-bb.build-2025-01-19_21_17_17.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-7851 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7851'
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-7851
--------------------------------------------------------------------------------------------
22:48:20.236177 tst                       trial-7851: Detailed log at /build/trial-7851/run.2025-01-19_22-48-20/log

---------------------------------------------------------------------
trial-7851 netreg_mass
---------------------------------------------------------------------
22:48:20.444939 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.445310 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.446113 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.447303 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.488686 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.490093 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.492200 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.588007 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-7851 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.589281 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.605438 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.606041 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.606536 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.606992 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.607445 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.607925 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.608399 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.661663 tst         register_default_mass.py: using LAC 2
22:48:20.701754 tst         register_default_mass.py: using RAC 2
22:48:20.737421 tst         register_default_mass.py: using CellId 2
22:48:20.775761 tst         register_default_mass.py: using BVCI 3
22:48:20.781680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.782351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.782915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.783458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.784010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.784546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.785070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.785619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.786167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.786687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.787202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.787768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.788299 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.788830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.789365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.789892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.790418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.790941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.791459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.791987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.792501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.793025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.793550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.794081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.794603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.795120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.795650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.796171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.796779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.797372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.797910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.798446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.798989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.799551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.800097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.800621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.801147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.801697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.802226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.802750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.803291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.803826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.804345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.804896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.805450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.805972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.806524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.807087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.807631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.808162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.808777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.809332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.809874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.810413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.810932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.811471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.811999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.812522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.813102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.813623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.814145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.814676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.815204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.815732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.816266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.816812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.817334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.817877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.818403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.818936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.819462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.819989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.820613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.821154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.821674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.822184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.822707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.823220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.823737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.824253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.824767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.825281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.825792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.826309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.826823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.827335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.827848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.828359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.828878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.829392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.829904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.830426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.830949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.831464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.831993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.832504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.833017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.833534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.834052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.834563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.835081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.835655 tst      register_default_mass.py:21: Launching a simple network
22:48:20.845638 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.967134 run            create_hlr_db(pid=20): Launched
22:48:21.977877 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.994166 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.009405 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.015119 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.183723 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.198638 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.204312 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.630699 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.645853 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.659917 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.769917 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.784772 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.790311 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.813443 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.828275 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.833809 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.147134 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.164114 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.187067 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.343251 run         osmo-bts-virtual(pid=34): Launched
22:48:33.473555 tst         register_default_mass.py: using MSISDN 1001
22:48:33.482815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.602136 tst         register_default_mass.py: using MSISDN 1002
22:48:33.609398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.802168 tst         register_default_mass.py: using MSISDN 1003
22:48:33.807826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.888766 tst         register_default_mass.py: using MSISDN 1004
22:48:33.898304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.981137 tst         register_default_mass.py: using MSISDN 1005
22:48:33.987166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.069865 tst         register_default_mass.py: using MSISDN 1006
22:48:34.075748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.157205 tst         register_default_mass.py: using MSISDN 1007
22:48:34.163204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.242922 tst         register_default_mass.py: using MSISDN 1008
22:48:34.248580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.323714 tst         register_default_mass.py: using MSISDN 1009
22:48:34.329693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.450864 tst         register_default_mass.py: using MSISDN 1010
22:48:34.456742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.537578 tst         register_default_mass.py: using MSISDN 1011
22:48:34.546865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.638405 tst         register_default_mass.py: using MSISDN 1012
22:48:34.644247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.728645 tst         register_default_mass.py: using MSISDN 1013
22:48:34.743366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.824014 tst         register_default_mass.py: using MSISDN 1014
22:48:34.833889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.923396 tst         register_default_mass.py: using MSISDN 1015
22:48:34.942341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.106090 tst         register_default_mass.py: using MSISDN 1016
22:48:35.116381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.193926 tst         register_default_mass.py: using MSISDN 1017
22:48:35.199563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.310356 tst         register_default_mass.py: using MSISDN 1018
22:48:35.320095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.414034 tst         register_default_mass.py: using MSISDN 1019
22:48:35.434559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.538442 tst         register_default_mass.py: using MSISDN 1020
22:48:35.548273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.781762 tst         register_default_mass.py: using MSISDN 1021
22:48:35.791476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.978690 tst         register_default_mass.py: using MSISDN 1022
22:48:35.998862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.204654 tst         register_default_mass.py: using MSISDN 1023
22:48:36.212831 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.573996 tst         register_default_mass.py: using MSISDN 1024
22:48:36.579653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.064738 tst         register_default_mass.py: using MSISDN 1025
22:48:37.070453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.338512 tst         register_default_mass.py: using MSISDN 1026
22:48:37.357590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.512236 tst         register_default_mass.py: using MSISDN 1027
22:48:37.532534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.858404 tst         register_default_mass.py: using MSISDN 1028
22:48:37.876158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.008895 tst         register_default_mass.py: using MSISDN 1029
22:48:38.014899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.153685 tst         register_default_mass.py: using MSISDN 1030
22:48:38.159644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.293317 tst         register_default_mass.py: using MSISDN 1031
22:48:38.299448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.391259 tst         register_default_mass.py: using MSISDN 1032
22:48:38.397260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.480282 tst         register_default_mass.py: using MSISDN 1033
22:48:38.486326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.684236 tst         register_default_mass.py: using MSISDN 1034
22:48:38.697184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.779125 tst         register_default_mass.py: using MSISDN 1035
22:48:38.793977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.879254 tst         register_default_mass.py: using MSISDN 1036
22:48:38.901005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.974958 tst         register_default_mass.py: using MSISDN 1037
22:48:38.981731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.064167 tst         register_default_mass.py: using MSISDN 1038
22:48:39.070205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.150814 tst         register_default_mass.py: using MSISDN 1039
22:48:39.156946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.238431 tst         register_default_mass.py: using MSISDN 1040
22:48:39.244346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.329137 tst         register_default_mass.py: using MSISDN 1041
22:48:39.336506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.414785 tst         register_default_mass.py: using MSISDN 1042
22:48:39.431712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.529446 tst         register_default_mass.py: using MSISDN 1043
22:48:39.541592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.622786 tst         register_default_mass.py: using MSISDN 1044
22:48:39.633112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.714236 tst         register_default_mass.py: using MSISDN 1045
22:48:39.730292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.808278 tst         register_default_mass.py: using MSISDN 1046
22:48:39.816555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.431964 tst         register_default_mass.py: using MSISDN 1047
22:48:40.439852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.524531 tst         register_default_mass.py: using MSISDN 1048
22:48:40.540119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.624769 tst         register_default_mass.py: using MSISDN 1049
22:48:40.644305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.717677 tst         register_default_mass.py: using MSISDN 1050
22:48:40.734848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.812728 tst         register_default_mass.py: using MSISDN 1051
22:48:40.819164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.917831 tst         register_default_mass.py: using MSISDN 1052
22:48:40.923552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:41.533502 tst         register_default_mass.py: using MSISDN 1053
22:48:41.543802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:41.622994 tst         register_default_mass.py: using MSISDN 1054
22:48:41.639813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.713887 tst         register_default_mass.py: using MSISDN 1055
22:48:41.719819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.802420 tst         register_default_mass.py: using MSISDN 1056
22:48:41.810158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.911657 tst         register_default_mass.py: using MSISDN 1057
22:48:41.917392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.998246 tst         register_default_mass.py: using MSISDN 1058
22:48:42.008120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:42.086971 tst         register_default_mass.py: using MSISDN 1059
22:48:42.103243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:42.173730 tst         register_default_mass.py: using MSISDN 1060
22:48:42.193947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:42.283783 tst         register_default_mass.py: using MSISDN 1061
22:48:42.297654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:42.385627 tst         register_default_mass.py: using MSISDN 1062
22:48:42.393030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:42.465237 tst         register_default_mass.py: using MSISDN 1063
22:48:42.487416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:42.563910 tst         register_default_mass.py: using MSISDN 1064
22:48:42.569671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:42.655819 tst         register_default_mass.py: using MSISDN 1065
22:48:42.663473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:42.734659 tst         register_default_mass.py: using MSISDN 1066
22:48:42.741610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.827347 tst         register_default_mass.py: using MSISDN 1067
22:48:42.841201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.914235 tst         register_default_mass.py: using MSISDN 1068
22:48:42.930954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:43.000934 tst         register_default_mass.py: using MSISDN 1069
22:48:43.019998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:43.108670 tst         register_default_mass.py: using MSISDN 1070
22:48:43.127395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:43.204896 tst         register_default_mass.py: using MSISDN 1071
22:48:43.220862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:43.301919 tst         register_default_mass.py: using MSISDN 1072
22:48:43.307955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:43.375025 tst         register_default_mass.py: using MSISDN 1073
22:48:43.382071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:43.441681 tst         register_default_mass.py: using MSISDN 1074
22:48:43.450792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:43.531397 tst         register_default_mass.py: using MSISDN 1075
22:48:43.543698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:43.621320 tst         register_default_mass.py: using MSISDN 1076
22:48:43.631309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:43.702724 tst         register_default_mass.py: using MSISDN 1077
22:48:43.712203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.787771 tst         register_default_mass.py: using MSISDN 1078
22:48:43.808946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.877665 tst         register_default_mass.py: using MSISDN 1079
22:48:43.894608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.978106 tst         register_default_mass.py: using MSISDN 1080
22:48:44.000444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:44.094497 tst         register_default_mass.py: using MSISDN 1081
22:48:44.111631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:44.215137 tst         register_default_mass.py: using MSISDN 1082
22:48:44.239918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:44.327710 tst         register_default_mass.py: using MSISDN 1083
22:48:44.337323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:44.419207 tst         register_default_mass.py: using MSISDN 1084
22:48:44.441550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:44.524854 tst         register_default_mass.py: using MSISDN 1085
22:48:44.543886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:44.637193 tst         register_default_mass.py: using MSISDN 1086
22:48:44.658147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:44.733366 tst         register_default_mass.py: using MSISDN 1087
22:48:44.753670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:44.834191 tst         register_default_mass.py: using MSISDN 1088
22:48:44.846708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.923213 tst         register_default_mass.py: using MSISDN 1089
22:48:44.940113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:45.030748 tst         register_default_mass.py: using MSISDN 1090
22:48:45.040462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:45.103468 tst         register_default_mass.py: using MSISDN 1091
22:48:45.126562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:45.186744 tst         register_default_mass.py: using MSISDN 1092
22:48:45.192313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:45.275405 tst         register_default_mass.py: using MSISDN 1093
22:48:45.288207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:45.359579 tst         register_default_mass.py: using MSISDN 1094
22:48:45.367883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:45.455569 tst         register_default_mass.py: using MSISDN 1095
22:48:45.470045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:48.700781 tst         register_default_mass.py: using MSISDN 1096
22:48:48.710942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:48.794216 tst         register_default_mass.py: using MSISDN 1097
22:48:48.816599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:48.894949 tst         register_default_mass.py: using MSISDN 1098
22:48:48.915698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:48.998638 tst         register_default_mass.py: using MSISDN 1099
22:48:49.009251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:49.080829 tst         register_default_mass.py: using MSISDN 1100
22:48:49.106144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:49.223210 run                             mass: Starting testcase
22:48:49.228961 run                             mass: Pre-launching all virtphy's
22:48:49.234744 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:49.247945 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:49.254209 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:49.267221 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:49.273291 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:49.286204 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:49.292265 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:49.305596 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:49.311676 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:49.324649 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:49.330606 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:49.343601 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:49.349599 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:49.362552 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:49.368565 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:49.381884 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:49.388396 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:49.401941 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:49.408155 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:49.421671 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:49.427936 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:49.441071 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:49.447032 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:49.459913 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:49.465877 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:49.478797 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:49.484802 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:49.497720 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:49.503712 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:49.516872 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:49.523072 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:49.536121 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:49.542282 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:49.555444 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:49.561691 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:49.575251 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:49.581534 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:49.595030 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:49.601442 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:49.614990 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:49.621069 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:49.634131 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:49.640369 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:49.653388 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:49.659526 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:49.672537 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:49.678544 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:49.691638 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:49.697599 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:49.711216 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:49.717505 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:49.730983 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:49.737232 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:49.750681 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:49.756909 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:49.769890 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:49.775831 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:49.788806 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:49.794832 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:49.807884 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:49.813863 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:49.826903 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:49.833001 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:49.846041 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:49.852365 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:49.865398 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:49.871364 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:49.884389 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:49.890515 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:49.903413 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:49.909340 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:49.922431 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:49.928546 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:49.941465 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:49.947451 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:49.960410 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:49.966523 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:49.979329 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:49.985290 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:49.998269 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:50.005933 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:50.019043 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:50.025233 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:50.038421 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:50.044770 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:50.058031 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:50.064217 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:50.077224 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:50.083186 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:50.096022 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:50.101936 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:50.115011 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:50.121040 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:50.133997 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:50.139994 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:50.153117 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:50.159129 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:50.172197 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:50.178417 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:50.191478 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:50.197468 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:50.210726 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:50.216829 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:50.229840 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:50.236144 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:50.249677 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:50.256084 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:50.269737 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:50.275786 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:50.288695 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:50.294717 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:50.307648 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:50.313625 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:50.326502 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:50.332466 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:50.345170 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:50.351064 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:50.363884 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:50.369988 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:50.383072 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:50.389222 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:50.402277 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:50.408308 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:50.421333 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:50.427295 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:50.440031 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:50.446028 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:50.459339 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:50.465444 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:50.478747 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:50.485005 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:50.498467 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:50.504587 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:50.517786 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:50.523797 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:50.536959 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:50.543402 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:50.556600 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:50.562819 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:50.576502 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:50.582845 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:50.596231 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:50.602500 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:50.615728 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:50.622052 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:50.635486 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:50.641621 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:50.654797 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:50.661039 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:50.674237 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:50.680348 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:50.693624 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:50.699889 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:50.713029 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:50.719138 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:50.732463 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:50.738599 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:50.752061 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:50.758358 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:50.771820 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:50.778194 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:50.791414 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:50.797943 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:50.811365 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:50.817433 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:50.830584 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:50.836668 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:50.849626 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:50.855813 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:50.868962 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:50.875151 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:50.888387 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:50.894563 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:50.908054 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:50.914317 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:50.927902 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:50.934093 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:50.947122 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:50.953349 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:50.967011 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:50.973258 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:50.986849 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:50.993056 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:51.005960 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:51.012203 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:51.025262 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:51.031452 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:51.044598 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:51.050625 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:51.063868 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:51.069932 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:51.082835 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:51.088759 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:51.101671 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:51.107636 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:51.120424 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:51.126471 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:51.139824 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:51.146031 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:51.159221 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:51.173646 run                             mass: Checking if sockets are in the filesystem
22:48:51.185967 run                osmo-ms-mob/00000: Starting mobile
22:48:51.199434 run       osmo-ms-mob/00000(pid=135): Launched
22:48:51.211998 run                             mass: MS start registered  {at=557836.915318099, delay=0.006136032985523343, ms=00000}
22:48:55.401381 run                osmo-ms-mob/00001: Starting mobile
22:48:55.414846 run       osmo-ms-mob/00001(pid=136): Launched
22:48:55.425818 run                             mass: MS start registered  {at=557841.129167383, delay=0.004982115933671594, ms=00001}
22:48:56.470007 run                             mass: MS performed LU  {at=557842.173239053, lu_delay=5.257920954027213, ms=00000}
22:48:57.199512 run                osmo-ms-mob/00002: Starting mobile
22:48:57.212813 run       osmo-ms-mob/00002(pid=137): Launched
22:48:57.223719 run                             mass: MS start registered  {at=557842.927066071, delay=0.004761818912811577, ms=00002}
22:48:58.495816 run                osmo-ms-mob/00003: Starting mobile
22:48:58.509006 run       osmo-ms-mob/00003(pid=138): Launched
22:48:58.521752 run                             mass: MS start registered  {at=557844.225100933, delay=0.006569204037077725, ms=00003}
22:48:59.589933 run                osmo-ms-mob/00004: Starting mobile
22:48:59.602743 run       osmo-ms-mob/00004(pid=139): Launched
22:48:59.613703 run                             mass: MS start registered  {at=557845.317055919, delay=0.00487284897826612, ms=00004}
22:49:00.235819 run                             mass: MS performed LU  {at=557845.939059248, lu_delay=4.809891865006648, ms=00001}
22:49:00.589474 run                osmo-ms-mob/00005: Starting mobile
22:49:00.602489 run       osmo-ms-mob/00005(pid=140): Launched
22:49:00.613838 run                             mass: MS start registered  {at=557846.317182928, delay=0.005160958971828222, ms=00005}
22:49:01.489127 run                osmo-ms-mob/00006: Starting mobile
22:49:01.504387 run       osmo-ms-mob/00006(pid=141): Launched
22:49:01.518819 run                             mass: MS start registered  {at=557847.222167324, delay=0.006009484059177339, ms=00006}
22:49:02.136875 run                             mass: MS performed LU  {at=557847.840112751, lu_delay=4.913046680041589, ms=00002}
22:49:02.399767 run                osmo-ms-mob/00007: Starting mobile
22:49:02.413258 run       osmo-ms-mob/00007(pid=142): Launched
22:49:02.424183 run                             mass: MS start registered  {at=557848.127534595, delay=0.0049497869331389666, ms=00007}
22:49:03.200915 run                osmo-ms-mob/00008: Starting mobile
22:49:03.215381 run       osmo-ms-mob/00008(pid=143): Launched
22:49:03.226921 run                             mass: MS start registered  {at=557848.930257507, delay=0.00503190397284925, ms=00008}
22:49:03.885861 run                osmo-ms-mob/00009: Starting mobile
22:49:03.899292 run       osmo-ms-mob/00009(pid=144): Launched
22:49:03.910631 run                             mass: MS start registered  {at=557849.613978992, delay=0.005053753964602947, ms=00009}
22:49:03.999810 run                             mass: MS performed LU  {at=557849.703143528, lu_delay=5.478042594972067, ms=00003}
22:49:04.605751 run                osmo-ms-mob/00010: Starting mobile
22:49:04.622913 run       osmo-ms-mob/00010(pid=145): Launched
22:49:04.635413 run                             mass: MS start registered  {at=557850.338758623, delay=0.004858803004026413, ms=00010}
22:49:05.192534 run                osmo-ms-mob/00011: Starting mobile
22:49:05.209679 run       osmo-ms-mob/00011(pid=146): Launched
22:49:05.220569 run                             mass: MS start registered  {at=557850.923922099, delay=0.004791699000634253, ms=00011}
22:49:05.785240 run                osmo-ms-mob/00012: Starting mobile
22:49:05.822706 run       osmo-ms-mob/00012(pid=147): Launched
22:49:05.833682 run                             mass: MS start registered  {at=557851.537034743, delay=0.004582309047691524, ms=00012}
22:49:05.902012 run                             mass: MS performed LU  {at=557851.605345584, lu_delay=5.288162656011991, ms=00005}
22:49:05.929817 run                             mass: MS performed LU  {at=557851.633169061, lu_delay=6.316113142063841, ms=00004}
22:49:06.401678 run                osmo-ms-mob/00013: Starting mobile
22:49:06.416197 run       osmo-ms-mob/00013(pid=148): Launched
22:49:06.427779 run                             mass: MS start registered  {at=557852.131134702, delay=0.0025027190567925572, ms=00013}
22:49:06.993815 run                osmo-ms-mob/00014: Starting mobile
22:49:07.008213 run       osmo-ms-mob/00014(pid=149): Launched
22:49:07.019572 run                             mass: MS start registered  {at=557852.722922871, delay=0.004977356060408056, ms=00014}
22:49:07.589415 run                osmo-ms-mob/00015: Starting mobile
22:49:07.602695 run       osmo-ms-mob/00015(pid=150): Launched
22:49:07.613803 run                             mass: MS start registered  {at=557853.31715652, delay=0.005007429979741573, ms=00015}
22:49:07.767076 run                             mass: MS performed LU  {at=557853.470321062, lu_delay=6.24815373797901, ms=00006}
22:49:07.831819 run                             mass: MS performed LU  {at=557853.53507147, lu_delay=5.40753687499091, ms=00007}
22:49:08.102364 run                osmo-ms-mob/00016: Starting mobile
22:49:08.118777 run       osmo-ms-mob/00016(pid=151): Launched
22:49:08.129849 run                             mass: MS start registered  {at=557853.833201727, delay=0.004740879056043923, ms=00016}
22:49:08.137046 run                             mass: MS performed LU  {at=557853.840395863, lu_delay=4.910138356033713, ms=00008}
22:49:08.589676 run                osmo-ms-mob/00017: Starting mobile
22:49:08.602594 run       osmo-ms-mob/00017(pid=152): Launched
22:49:08.615498 run                             mass: MS start registered  {at=557854.318837365, delay=0.006626371061429381, ms=00017}
22:49:09.201780 run                osmo-ms-mob/00018: Starting mobile
22:49:09.215571 run       osmo-ms-mob/00018(pid=153): Launched
22:49:09.227113 run                             mass: MS start registered  {at=557854.930453658, delay=0.005155371967703104, ms=00018}
22:49:09.585515 run                osmo-ms-mob/00019: Starting mobile
22:49:09.599105 run       osmo-ms-mob/00019(pid=154): Launched
22:49:09.610558 run                             mass: MS start registered  {at=557855.313909373, delay=0.004994668066501617, ms=00019}
22:49:09.667299 run                             mass: MS performed LU  {at=557855.370612345, lu_delay=5.756633353070356, ms=00009}
22:49:09.694758 run                             mass: MS performed LU  {at=557855.398098838, lu_delay=5.059340215055272, ms=00010}
22:49:09.801482 run                             mass: MS performed LU  {at=557855.504819013, lu_delay=4.580896913888864, ms=00011}
22:49:10.098129 run                osmo-ms-mob/00020: Starting mobile
22:49:10.117923 run       osmo-ms-mob/00020(pid=155): Launched
22:49:10.151314 run                             mass: MS start registered  {at=557855.854626022, delay=0.026993561070412397, ms=00020}
22:49:10.631729 run                osmo-ms-mob/00021: Starting mobile
22:49:10.650698 run       osmo-ms-mob/00021(pid=156): Launched
22:49:10.661971 run                             mass: MS start registered  {at=557856.365322499, delay=0.004801362985745072, ms=00021}
22:49:10.998011 run                osmo-ms-mob/00022: Starting mobile
22:49:11.011546 run       osmo-ms-mob/00022(pid=157): Launched
22:49:11.022637 run                             mass: MS start registered  {at=557856.725986686, delay=0.004756312002427876, ms=00022}
22:49:11.486081 run                osmo-ms-mob/00023: Starting mobile
22:49:11.499389 run       osmo-ms-mob/00023(pid=158): Launched
22:49:11.510829 run                             mass: MS start registered  {at=557857.214176069, delay=0.004852841957472265, ms=00023}
22:49:11.531668 run                             mass: MS performed LU  {at=557857.235009851, lu_delay=5.103875149041414, ms=00013}
22:49:11.596702 run                             mass: MS performed LU  {at=557857.299999863, lu_delay=5.76296512002591, ms=00012}
22:49:11.890232 run                osmo-ms-mob/00024: Starting mobile
22:49:11.903481 run       osmo-ms-mob/00024(pid=159): Launched
22:49:11.909592 run                             mass: MS performed LU  {at=557857.612950917, lu_delay=4.890028045978397, ms=00014}
22:49:11.915776 run                             mass: MS start registered  {at=557857.619141367, delay=0.006207789061591029, ms=00024}
22:49:12.400102 run                osmo-ms-mob/00025: Starting mobile
22:49:12.413456 run       osmo-ms-mob/00025(pid=160): Launched
22:49:12.424685 run                             mass: MS start registered  {at=557858.128036035, delay=0.0051324289524927735, ms=00025}
22:49:12.789891 run                osmo-ms-mob/00026: Starting mobile
22:49:12.803078 run       osmo-ms-mob/00026(pid=161): Launched
22:49:12.814044 run                             mass: MS start registered  {at=557858.517396026, delay=0.00481882703024894, ms=00026}
22:49:13.200535 run                osmo-ms-mob/00027: Starting mobile
22:49:13.214283 run       osmo-ms-mob/00027(pid=162): Launched
22:49:13.226417 run                             mass: MS start registered  {at=557858.929759773, delay=0.005996239953674376, ms=00027}
22:49:13.333006 run                             mass: MS performed LU  {at=557859.036256807, lu_delay=5.719100287067704, ms=00015}
22:49:13.434553 run                             mass: MS performed LU  {at=557859.137803994, lu_delay=5.304602266987786, ms=00016}
22:49:13.461435 run                             mass: MS performed LU  {at=557859.164728981, lu_delay=4.845891615957953, ms=00017}
22:49:13.473692 run                osmo-ms-mob/00028: Starting mobile
22:49:13.486731 run       osmo-ms-mob/00028(pid=163): Launched
22:49:13.497792 run                             mass: MS start registered  {at=557859.201143894, delay=0.005022077937610447, ms=00028}
22:49:14.002421 run                osmo-ms-mob/00029: Starting mobile
22:49:14.015995 run       osmo-ms-mob/00029(pid=164): Launched
22:49:14.027307 run                             mass: MS start registered  {at=557859.730655254, delay=0.004868412972427905, ms=00029}
22:49:14.396166 run                osmo-ms-mob/00030: Starting mobile
22:49:14.410580 run       osmo-ms-mob/00030(pid=165): Launched
22:49:14.422329 run                             mass: MS start registered  {at=557860.125677485, delay=0.00546839099843055, ms=00030}
22:49:14.915184 run                osmo-ms-mob/00031: Starting mobile
22:49:14.928036 run       osmo-ms-mob/00031(pid=166): Launched
22:49:14.933968 run                             mass: Starting too slowly. Moving on {now=557860.637337698, sleep=-0.054473068565130234, target=557860.5828646295}
22:49:14.939556 run                             mass: MS start registered  {at=557860.642916204, delay=0.005581196979619563, ms=00031}
22:49:15.100367 run                osmo-ms-mob/00032: Starting mobile
22:49:15.113918 run       osmo-ms-mob/00032(pid=167): Launched
22:49:15.124984 run                             mass: MS start registered  {at=557860.828334952, delay=0.005008694948628545, ms=00032}
22:49:15.297751 run                             mass: MS performed LU  {at=557861.001085088, lu_delay=6.070631430018693, ms=00018}
22:49:15.364325 run                             mass: MS performed LU  {at=557861.06757443, lu_delay=5.753665057010949, ms=00019}
22:49:15.383752 run                osmo-ms-mob/00033: Starting mobile
22:49:15.397372 run       osmo-ms-mob/00033(pid=168): Launched
22:49:15.408493 run                             mass: MS start registered  {at=557861.111847732, delay=0.0048684809589758515, ms=00033}
22:49:15.432312 run                             mass: MS performed LU  {at=557861.135582098, lu_delay=5.280956075992435, ms=00020}
22:49:15.468936 run                             mass: MS performed LU  {at=557861.172201169, lu_delay=4.806878670002334, ms=00021}
22:49:15.901461 run                osmo-ms-mob/00034: Starting mobile
22:49:15.915368 run       osmo-ms-mob/00034(pid=169): Launched
22:49:15.926756 run                             mass: MS start registered  {at=557861.630109899, delay=0.0051390089793130755, ms=00034}
22:49:16.196866 run                osmo-ms-mob/00035: Starting mobile
22:49:16.211250 run       osmo-ms-mob/00035(pid=170): Launched
22:49:16.222688 run                             mass: MS start registered  {at=557861.926030337, delay=0.0051927430322393775, ms=00035}
22:49:16.600142 run                osmo-ms-mob/00036: Starting mobile
22:49:16.613876 run       osmo-ms-mob/00036(pid=171): Launched
22:49:16.625172 run                             mass: MS start registered  {at=557862.328520833, delay=0.004856972023844719, ms=00036}
22:49:16.985843 run                osmo-ms-mob/00037: Starting mobile
22:49:16.999811 run       osmo-ms-mob/00037(pid=172): Launched
22:49:17.010953 run                             mass: MS start registered  {at=557862.714305005, delay=0.004858986008912325, ms=00037}
22:49:17.099227 run                             mass: MS performed LU  {at=557862.802478853, lu_delay=6.076492167077959, ms=00022}
22:49:17.200842 run                             mass: MS performed LU  {at=557862.904097896, lu_delay=5.6899218269390985, ms=00023}
22:49:17.223913 run                osmo-ms-mob/00038: Starting mobile
22:49:17.237278 run       osmo-ms-mob/00038(pid=173): Launched
22:49:17.243421 run                             mass: MS performed LU  {at=557862.94677983, lu_delay=4.818743795040064, ms=00025}
22:49:17.249494 run                             mass: MS start registered  {at=557862.952860568, delay=0.006099091959185898, ms=00038}
22:49:17.371057 run                             mass: MS performed LU  {at=557863.074375308, lu_delay=5.455233940971084, ms=00024}
22:49:17.384462 run                osmo-ms-mob/00039: Starting mobile
22:49:17.397982 run       osmo-ms-mob/00039(pid=174): Launched
22:49:17.409068 run                             mass: MS start registered  {at=557863.112420063, delay=0.004993521957658231, ms=00039}
22:49:17.985409 run                osmo-ms-mob/00040: Starting mobile
22:49:17.999382 run       osmo-ms-mob/00040(pid=175): Launched
22:49:18.010845 run                             mass: MS start registered  {at=557863.714176103, delay=0.005088920006528497, ms=00040}
22:49:18.310359 run                osmo-ms-mob/00041: Starting mobile
22:49:18.374781 run       osmo-ms-mob/00041(pid=176): Launched
22:49:18.383205 run                             mass: Starting too slowly. Moving on {now=557864.086572663, sleep=-0.003708034404553473, target=557864.0828646286}
22:49:18.389125 run                             mass: MS start registered  {at=557864.092484389, delay=0.005913964938372374, ms=00041}
22:49:18.585893 run                osmo-ms-mob/00042: Starting mobile
22:49:18.599438 run       osmo-ms-mob/00042(pid=177): Launched
22:49:18.610507 run                             mass: MS start registered  {at=557864.313861301, delay=0.004920531064271927, ms=00042}
22:49:18.985720 run                osmo-ms-mob/00043: Starting mobile
22:49:19.001011 run       osmo-ms-mob/00043(pid=178): Launched
22:49:19.012304 run                             mass: MS start registered  {at=557864.715656529, delay=0.004930741968564689, ms=00043}
22:49:19.304768 run                osmo-ms-mob/00044: Starting mobile
22:49:19.317929 run       osmo-ms-mob/00044(pid=179): Launched
22:49:19.328818 run                             mass: MS start registered  {at=557865.03217022, delay=0.004837623098865151, ms=00044}
22:49:19.588514 run                osmo-ms-mob/00045: Starting mobile
22:49:19.602486 run       osmo-ms-mob/00045(pid=180): Launched
22:49:19.608848 run                             mass: MS performed LU  {at=557865.312206627, lu_delay=5.186529141967185, ms=00030}
22:49:19.614835 run                             mass: MS start registered  {at=557865.31820188, delay=0.006012990954332054, ms=00045}
22:49:19.668156 run                             mass: MS performed LU  {at=557865.37140757, lu_delay=6.170263675972819, ms=00028}
22:49:19.683889 run                osmo-ms-mob/00046: Starting mobile
22:49:19.697265 run       osmo-ms-mob/00046(pid=181): Launched
22:49:19.708294 run                             mass: MS start registered  {at=557865.411647763, delay=0.0049689949955791235, ms=00046}
22:49:19.941520 run                             mass: MS performed LU  {at=557865.644782827, lu_delay=6.715023054042831, ms=00027}
22:49:19.978574 run                             mass: MS performed LU  {at=557865.681804388, lu_delay=7.164408361888491, ms=00026}
22:49:19.995180 run                osmo-ms-mob/00047: Starting mobile
22:49:20.009686 run       osmo-ms-mob/00047(pid=182): Launched
22:49:20.016087 run                             mass: MS performed LU  {at=557865.71944536, lu_delay=5.988790106028318, ms=00029}
22:49:20.022217 run                             mass: MS start registered  {at=557865.725583427, delay=0.006157177034765482, ms=00047}
22:49:20.502884 run                osmo-ms-mob/00048: Starting mobile
22:49:20.516916 run       osmo-ms-mob/00048(pid=183): Launched
22:49:20.528042 run                             mass: MS start registered  {at=557866.231383528, delay=0.0047076939372345805, ms=00048}
22:49:20.800831 run                osmo-ms-mob/00049: Starting mobile
22:49:20.814350 run       osmo-ms-mob/00049(pid=184): Launched
22:49:20.825288 run                             mass: MS start registered  {at=557866.528639997, delay=0.004934567958116531, ms=00049}
22:49:20.864980 run                             mass: MS performed LU  {at=557866.568240857, lu_delay=5.739905904978514, ms=00032}
22:49:21.085973 run                osmo-ms-mob/00050: Starting mobile
22:49:21.101127 run       osmo-ms-mob/00050(pid=185): Launched
22:49:21.179233 run                             mass: MS performed LU  {at=557866.882494031, lu_delay=5.770646299002692, ms=00033}
22:49:21.201919 run                             mass: MS performed LU  {at=557866.90528057, lu_delay=4.979250233038329, ms=00035}
22:49:21.207846 run                             mass: MS start registered  {at=557866.911213126, delay=0.028824975015595555, ms=00050}
22:49:21.213593 run                             mass: MS performed LU  {at=557866.916958423, lu_delay=6.274042219039984, ms=00031}
22:49:21.224232 run                osmo-ms-mob/00051: Starting mobile
22:49:21.237806 run       osmo-ms-mob/00051(pid=186): Launched
22:49:21.244050 run                             mass: MS performed LU  {at=557866.947408348, lu_delay=5.317298448993824, ms=00034}
22:49:21.250022 run                             mass: MS start registered  {at=557866.953388107, delay=0.005998775013722479, ms=00051}
22:49:21.802775 run                osmo-ms-mob/00052: Starting mobile
22:49:21.817161 run       osmo-ms-mob/00052(pid=187): Launched
22:49:21.828869 run                             mass: MS start registered  {at=557867.532219408, delay=0.00506043597124517, ms=00052}
22:49:22.087980 run                osmo-ms-mob/00053: Starting mobile
22:49:22.101651 run       osmo-ms-mob/00053(pid=188): Launched
22:49:22.113132 run                             mass: MS start registered  {at=557867.816479693, delay=0.005162765039131045, ms=00053}
22:49:22.386072 run                osmo-ms-mob/00054: Starting mobile
22:49:22.399892 run       osmo-ms-mob/00054(pid=189): Launched
22:49:22.413110 run                             mass: MS start registered  {at=557868.11644319, delay=0.006644709967076778, ms=00054}
22:49:22.685453 run                osmo-ms-mob/00055: Starting mobile
22:49:22.698697 run       osmo-ms-mob/00055(pid=190): Launched
22:49:22.709823 run                             mass: MS start registered  {at=557868.413176643, delay=0.005159054999239743, ms=00055}
22:49:22.727411 run                             mass: MS performed LU  {at=557868.430761609, lu_delay=5.47790104104206, ms=00038}
22:49:22.765769 run                             mass: MS performed LU  {at=557868.469033755, lu_delay=5.754728749976493, ms=00037}
22:49:22.786569 run                osmo-ms-mob/00056: Starting mobile
22:49:22.799842 run       osmo-ms-mob/00056(pid=191): Launched
22:49:22.806046 run                             mass: MS performed LU  {at=557868.509404627, lu_delay=5.396984564024024, ms=00039}
22:49:22.811833 run                             mass: MS start registered  {at=557868.515200159, delay=0.005813049036078155, ms=00056}
22:49:23.075300 run                             mass: MS performed LU  {at=557868.778544407, lu_delay=6.4500235739396885, ms=00036}
22:49:23.104183 run                osmo-ms-mob/00057: Starting mobile
22:49:23.117112 run       osmo-ms-mob/00057(pid=192): Launched
22:49:23.127822 run                             mass: MS start registered  {at=557868.831182787, delay=0.004798586945980787, ms=00057}
22:49:23.695304 run                osmo-ms-mob/00058: Starting mobile
22:49:23.709673 run       osmo-ms-mob/00058(pid=193): Launched
22:49:23.720698 run                             mass: MS start registered  {at=557869.424046452, delay=0.00485822802875191, ms=00058}
22:49:23.985850 run                osmo-ms-mob/00059: Starting mobile
22:49:23.999949 run       osmo-ms-mob/00059(pid=194): Launched
22:49:24.011737 run                             mass: MS start registered  {at=557869.715076284, delay=0.005043777055107057, ms=00059}
22:49:24.075418 run                             mass: MS performed LU  {at=557869.778753095, lu_delay=5.063096566009335, ms=00043}
22:49:24.094025 run                             mass: MS performed LU  {at=557869.797356259, lu_delay=4.765186038915999, ms=00044}
22:49:24.105911 run                osmo-ms-mob/00060: Starting mobile
22:49:24.120251 run       osmo-ms-mob/00060(pid=195): Launched
22:49:24.131699 run                             mass: MS start registered  {at=557869.835043133, delay=0.005130278994329274, ms=00060}
22:49:24.630433 run                             mass: MS performed LU  {at=557870.333685615, lu_delay=6.619509511976503, ms=00040}
22:49:24.659767 run                osmo-ms-mob/00061: Starting mobile
22:49:24.673096 run       osmo-ms-mob/00061(pid=196): Launched
22:49:24.679312 run                             mass: MS performed LU  {at=557870.382669063, lu_delay=4.971021300065331, ms=00046}
22:49:24.685307 run                             mass: MS start registered  {at=557870.388672509, delay=0.006023652036674321, ms=00061}
22:49:24.703081 run                             mass: MS performed LU  {at=557870.406428645, lu_delay=5.088226765044965, ms=00045}
22:49:24.714217 run                osmo-ms-mob/00062: Starting mobile
22:49:24.727044 run       osmo-ms-mob/00062(pid=197): Launched
22:49:24.738048 run                             mass: MS start registered  {at=557870.441393037, delay=0.004915148951113224, ms=00062}
22:49:24.744099 run                             mass: MS performed LU  {at=557870.447460152, lu_delay=6.354975763009861, ms=00041}
22:49:24.758946 run                             mass: MS performed LU  {at=557870.462298518, lu_delay=6.148437216994353, ms=00042}
22:49:24.770186 run                osmo-ms-mob/00063: Starting mobile
22:49:24.783652 run       osmo-ms-mob/00063(pid=198): Launched
22:49:24.794500 run                             mass: MS start registered  {at=557870.497851593, delay=0.004830650985240936, ms=00063}
22:49:25.552622 run                             mass: MS performed LU  {at=557871.255905597, lu_delay=5.530322170001455, ms=00047}
22:49:25.704306 run                osmo-ms-mob/00064: Starting mobile
22:49:25.718690 run       osmo-ms-mob/00064(pid=199): Launched
22:49:25.729764 run                             mass: MS start registered  {at=557871.433114503, delay=0.004595215083099902, ms=00064}
22:49:25.852576 run                             mass: MS performed LU  {at=557871.55591341, lu_delay=4.602525303023867, ms=00051}
22:49:26.087159 run                osmo-ms-mob/00065: Starting mobile
22:49:26.101278 run       osmo-ms-mob/00065(pid=200): Launched
22:49:26.112419 run                             mass: MS start registered  {at=557871.815770001, delay=0.0050353980623185635, ms=00065}
22:49:26.386004 run                osmo-ms-mob/00066: Starting mobile
22:49:26.399835 run       osmo-ms-mob/00066(pid=201): Launched
22:49:26.411733 run                             mass: MS start registered  {at=557872.115076812, delay=0.005530463997274637, ms=00066}
22:49:26.568074 run                             mass: MS performed LU  {at=557872.271411101, lu_delay=6.040027573006228, ms=00048}
22:49:26.604776 run                             mass: MS performed LU  {at=557872.308121702, lu_delay=4.775902294088155, ms=00052}
22:49:26.786360 run                osmo-ms-mob/00067: Starting mobile
22:49:26.800487 run       osmo-ms-mob/00067(pid=202): Launched
22:49:26.814790 run                             mass: MS start registered  {at=557872.518131404, delay=0.007464654976502061, ms=00067}
22:49:27.086177 run                osmo-ms-mob/00068: Starting mobile
22:49:27.099995 run       osmo-ms-mob/00068(pid=203): Launched
22:49:27.111174 run                             mass: MS start registered  {at=557872.814520037, delay=0.004927690024487674, ms=00068}
22:49:27.486282 run                osmo-ms-mob/00069: Starting mobile
22:49:27.500810 run       osmo-ms-mob/00069(pid=204): Launched
22:49:27.514432 run                             mass: MS start registered  {at=557873.217773011, delay=0.007347450009547174, ms=00069}
22:49:27.582608 run                             mass: MS performed LU  {at=557873.285944726, lu_delay=6.757304728962481, ms=00049}
22:49:27.675299 run                             mass: MS performed LU  {at=557873.378597284, lu_delay=5.262154093943536, ms=00054}
22:49:27.688951 run                             mass: MS performed LU  {at=557873.392303784, lu_delay=5.575824090978131, ms=00053}
22:49:27.700929 run                osmo-ms-mob/00070: Starting mobile
22:49:27.714948 run       osmo-ms-mob/00070(pid=205): Launched
22:49:27.727078 run                             mass: MS start registered  {at=557873.43041609, delay=0.005872458918020129, ms=00070}
22:49:27.873774 run                             mass: MS performed LU  {at=557873.57711064, lu_delay=3.862034355988726, ms=00059}
22:49:28.285357 run                osmo-ms-mob/00071: Starting mobile
22:49:28.299119 run       osmo-ms-mob/00071(pid=206): Launched
22:49:28.310475 run                             mass: MS start registered  {at=557874.013827673, delay=0.0049969530664384365, ms=00071}
22:49:28.376380 run                             mass: MS performed LU  {at=557874.079715647, lu_delay=5.248532860074192, ms=00057}
22:49:28.432030 run                             mass: MS performed LU  {at=557874.135367215, lu_delay=4.71132076298818, ms=00058}
22:49:28.469246 run                             mass: MS performed LU  {at=557874.172582081, lu_delay=5.759405438089743, ms=00055}
22:49:28.481107 run                osmo-ms-mob/00072: Starting mobile
22:49:28.494516 run       osmo-ms-mob/00072(pid=207): Launched
22:49:28.505951 run                             mass: MS start registered  {at=557874.209288985, delay=0.0050407020607963204, ms=00072}
22:49:28.741569 run                             mass: MS performed LU  {at=557874.444897177, lu_delay=5.929697018000297, ms=00056}
22:49:29.086370 run                osmo-ms-mob/00073: Starting mobile
22:49:29.100667 run       osmo-ms-mob/00073(pid=208): Launched
22:49:29.112446 run                             mass: MS start registered  {at=557874.815790503, delay=0.005419657099992037, ms=00073}
22:49:29.511276 run                osmo-ms-mob/00074: Starting mobile
22:49:29.528517 run       osmo-ms-mob/00074(pid=209): Launched
22:49:29.540223 run                             mass: MS start registered  {at=557875.24357055, delay=0.00538343598600477, ms=00074}
22:49:29.629141 run                             mass: MS performed LU  {at=557875.332359598, lu_delay=5.497316465014592, ms=00060}
22:49:29.656713 run                             mass: MS performed LU  {at=557875.360022388, lu_delay=4.862170795095153, ms=00063}
22:49:29.896143 run                osmo-ms-mob/00075: Starting mobile
22:49:29.909993 run       osmo-ms-mob/00075(pid=210): Launched
22:49:29.921545 run                             mass: MS start registered  {at=557875.624894129, delay=0.005405734991654754, ms=00075}
22:49:30.360638 run                             mass: MS performed LU  {at=557876.06396853, lu_delay=4.630854026996531, ms=00064}
22:49:30.372747 run                osmo-ms-mob/00076: Starting mobile
22:49:30.386767 run       osmo-ms-mob/00076(pid=211): Launched
22:49:30.393170 run                             mass: MS performed LU  {at=557876.096527691, lu_delay=5.707855182001367, ms=00061}
22:49:30.399461 run                             mass: MS start registered  {at=557876.102825383, delay=0.0063161340076476336, ms=00076}
22:49:30.425870 run                             mass: MS performed LU  {at=557876.129217191, lu_delay=5.687824154039845, ms=00062}
22:49:30.796770 run                osmo-ms-mob/00077: Starting mobile
22:49:30.810970 run       osmo-ms-mob/00077(pid=212): Launched
22:49:30.822131 run                             mass: MS start registered  {at=557876.525475172, delay=0.005032197921536863, ms=00077}
22:49:31.298045 run                osmo-ms-mob/00078: Starting mobile
22:49:31.312639 run       osmo-ms-mob/00078(pid=213): Launched
22:49:31.323874 run                             mass: MS start registered  {at=557877.027219195, delay=0.004975895048119128, ms=00078}
22:49:31.704932 run                osmo-ms-mob/00079: Starting mobile
22:49:31.718223 run       osmo-ms-mob/00079(pid=214): Launched
22:49:31.729721 run                             mass: MS start registered  {at=557877.433061641, delay=0.005542477942071855, ms=00079}
22:49:32.202811 run                osmo-ms-mob/00080: Starting mobile
22:49:32.216417 run       osmo-ms-mob/00080(pid=215): Launched
22:49:32.227379 run                             mass: MS start registered  {at=557877.930718362, delay=0.004871112992987037, ms=00080}
22:49:32.263298 run                             mass: MS performed LU  {at=557877.96655985, lu_delay=6.150789848994464, ms=00065}
22:49:32.290594 run                             mass: MS performed LU  {at=557877.993928177, lu_delay=5.475796773098409, ms=00067}
22:49:32.379260 run                             mass: MS performed LU  {at=557878.082493112, lu_delay=5.967416299972683, ms=00066}
22:49:32.398108 run                             mass: MS performed LU  {at=557878.10147125, lu_delay=4.671055159997195, ms=00070}
22:49:32.409581 run                osmo-ms-mob/00081: Starting mobile
22:49:32.422744 run       osmo-ms-mob/00081(pid=216): Launched
22:49:32.433484 run                             mass: MS performed LU  {at=557878.136821599, lu_delay=4.919048588024452, ms=00069}
22:49:32.439606 run                             mass: MS start registered  {at=557878.14297291, delay=0.01062164397444576, ms=00081}
22:49:32.470615 run                             mass: MS performed LU  {at=557878.173937129, lu_delay=5.359417091938667, ms=00068}
22:49:33.098541 run                osmo-ms-mob/00082: Starting mobile
22:49:33.112796 run       osmo-ms-mob/00082(pid=217): Launched
22:49:33.124180 run                             mass: MS start registered  {at=557878.827525756, delay=0.005224841996096075, ms=00082}
22:49:33.685758 run                osmo-ms-mob/00083: Starting mobile
22:49:33.699361 run       osmo-ms-mob/00083(pid=218): Launched
22:49:33.710822 run                             mass: MS start registered  {at=557879.41417231, delay=0.005172712029889226, ms=00083}
22:49:34.063276 run                             mass: MS performed LU  {at=557879.766526451, lu_delay=5.557237465982325, ms=00072}
22:49:34.128888 run                             mass: MS performed LU  {at=557879.83213495, lu_delay=4.588564399979077, ms=00074}
22:49:34.153162 run                osmo-ms-mob/00084: Starting mobile
22:49:34.166600 run       osmo-ms-mob/00084(pid=219): Launched
22:49:34.177793 run                             mass: MS start registered  {at=557879.881146237, delay=0.004978099022991955, ms=00084}
22:49:34.191493 run                             mass: MS performed LU  {at=557879.894846881, lu_delay=5.079056377988309, ms=00073}
22:49:34.334615 run                             mass: MS performed LU  {at=557880.037909677, lu_delay=6.024082003976218, ms=00071}
22:49:34.695115 run                osmo-ms-mob/00085: Starting mobile
22:49:34.709075 run       osmo-ms-mob/00085(pid=220): Launched
22:49:34.720167 run                             mass: MS start registered  {at=557880.423519455, delay=0.005118075991049409, ms=00085}
22:49:35.299765 run                osmo-ms-mob/00086: Starting mobile
22:49:35.314031 run       osmo-ms-mob/00086(pid=221): Launched
22:49:35.325860 run                             mass: MS start registered  {at=557881.029203761, delay=0.005632932065054774, ms=00086}
22:49:35.900475 run                osmo-ms-mob/00087: Starting mobile
22:49:35.914220 run       osmo-ms-mob/00087(pid=222): Launched
22:49:35.926072 run                             mass: MS start registered  {at=557881.629405989, delay=0.005388121935538948, ms=00087}
22:49:36.029712 run                             mass: MS performed LU  {at=557881.732931497, lu_delay=5.207456325064413, ms=00077}
22:49:36.056333 run                             mass: MS performed LU  {at=557881.759686634, lu_delay=5.656861250987276, ms=00076}
22:49:36.144094 run                             mass: MS performed LU  {at=557881.847427951, lu_delay=6.222533822059631, ms=00075}
22:49:36.162139 run                             mass: MS performed LU  {at=557881.865475922, lu_delay=4.838256726972759, ms=00078}
22:49:36.504062 run                osmo-ms-mob/00088: Starting mobile
22:49:36.517513 run       osmo-ms-mob/00088(pid=223): Launched
22:49:36.528570 run                             mass: MS start registered  {at=557882.231919514, delay=0.0050962649984285235, ms=00088}
22:49:37.086071 run                osmo-ms-mob/00089: Starting mobile
22:49:37.099721 run       osmo-ms-mob/00089(pid=224): Launched
22:49:37.111023 run                             mass: MS start registered  {at=557882.814372848, delay=0.004758383031003177, ms=00089}
22:49:37.685727 run                osmo-ms-mob/00090: Starting mobile
22:49:37.699030 run       osmo-ms-mob/00090(pid=225): Launched
22:49:37.710348 run                             mass: MS start registered  {at=557883.413699201, delay=0.005186561960726976, ms=00090}
22:49:37.827940 run                             mass: MS performed LU  {at=557883.531277007, lu_delay=4.7037512509850785, ms=00082}
22:49:37.892588 run                             mass: MS performed LU  {at=557883.595900988, lu_delay=5.45292807801161, ms=00081}
22:49:37.957029 run                             mass: MS performed LU  {at=557883.660365372, lu_delay=5.7296470099827275, ms=00080}
22:49:38.082520 run                             mass: MS performed LU  {at=557883.785855789, lu_delay=6.352794148027897, ms=00079}
22:49:38.386091 run                osmo-ms-mob/00091: Starting mobile
22:49:38.399418 run       osmo-ms-mob/00091(pid=226): Launched
22:49:38.410672 run                             mass: MS start registered  {at=557884.114017892, delay=0.004989858018234372, ms=00091}
22:49:39.085363 run                osmo-ms-mob/00092: Starting mobile
22:49:39.098746 run       osmo-ms-mob/00092(pid=227): Launched
22:49:39.110004 run                             mass: MS start registered  {at=557884.813351, delay=0.0049479189328849316, ms=00092}
22:49:39.794272 run                             mass: MS performed LU  {at=557885.497533151, lu_delay=4.46832938992884, ms=00086}
22:49:40.201123 run                osmo-ms-mob/00093: Starting mobile
22:49:40.218237 run       osmo-ms-mob/00093(pid=228): Launched
22:49:40.225116 run                             mass: Starting too slowly. Moving on {now=557885.928483338, sleep=-0.24561871436890215, target=557885.6828646236}
22:49:40.231017 run                             mass: MS performed LU  {at=557885.934374421, lu_delay=6.053228183998726, ms=00084}
22:49:40.237078 run                             mass: Starting too slowly. Moving on {now=557885.94044811, sleep=-0.15758348640520126, target=557885.7828646236}
22:49:40.242940 run                             mass: MS performed LU  {at=557885.946301674, lu_delay=5.522782218991779, ms=00085}
22:49:40.248976 run                             mass: Starting too slowly. Moving on {now=557885.952346892, sleep=-0.06948226841632277, target=557885.8828646236}
22:49:40.254821 run                             mass: MS performed LU  {at=557885.95818415, lu_delay=6.5440118400147185, ms=00083}
22:49:40.260851 run                             mass: MS start registered  {at=557885.964218412, delay=0.03573818795848638, ms=00093}
22:49:40.790103 run                osmo-ms-mob/00094: Starting mobile
22:49:40.803151 run       osmo-ms-mob/00094(pid=229): Launched
22:49:40.814374 run                             mass: MS start registered  {at=557886.517719699, delay=0.0051154159009456635, ms=00094}
22:49:41.685513 run                osmo-ms-mob/00095: Starting mobile
22:49:41.698894 run       osmo-ms-mob/00095(pid=230): Launched
22:49:41.710335 run                             mass: MS start registered  {at=557887.413681698, delay=0.005063181044533849, ms=00095}
22:49:41.829600 run                             mass: MS performed LU  {at=557887.532933809, lu_delay=4.718560960958712, ms=00089}
22:49:41.894260 run                             mass: MS performed LU  {at=557887.597600362, lu_delay=5.9681943730684, ms=00087}
22:49:41.958174 run                             mass: MS performed LU  {at=557887.661513152, lu_delay=5.429593637934886, ms=00088}
22:49:42.686094 run                osmo-ms-mob/00096: Starting mobile
22:49:42.699350 run       osmo-ms-mob/00096(pid=231): Launched
22:49:42.710917 run                             mass: MS start registered  {at=557888.414264674, delay=0.0052335679065436125, ms=00096}
22:49:43.560164 run                             mass: MS performed LU  {at=557889.263478587, lu_delay=5.149460694985464, ms=00091}
22:49:43.587808 run                             mass: MS performed LU  {at=557889.291134987, lu_delay=4.477783987065777, ms=00092}
22:49:43.675403 run                             mass: MS performed LU  {at=557889.378734422, lu_delay=5.9650352210737765, ms=00090}
22:49:43.687900 run                osmo-ms-mob/00097: Starting mobile
22:49:43.701896 run       osmo-ms-mob/00097(pid=232): Launched
22:49:43.708627 run                             mass: MS performed LU  {at=557889.411978091, lu_delay=22.50076496496331, ms=00050}
22:49:43.714726 run                             mass: MS start registered  {at=557889.418089964, delay=0.0061331120086833835, ms=00097}
22:49:45.090413 run                osmo-ms-mob/00098: Starting mobile
22:49:45.104096 run       osmo-ms-mob/00098(pid=233): Launched
22:49:45.116109 run                             mass: MS start registered  {at=557890.819443456, delay=0.005608216975815594, ms=00098}
22:49:45.425562 run                             mass: MS performed LU  {at=557891.128788643, lu_delay=4.611068944097497, ms=00094}
22:49:45.489653 run                             mass: MS performed LU  {at=557891.192978225, lu_delay=5.228759813006036, ms=00093}
22:49:46.900970 run                osmo-ms-mob/00099: Starting mobile
22:49:46.914484 run       osmo-ms-mob/00099(pid=234): Launched
22:49:46.920583 run                             mass: All started... {duration=55.741088781971484, too_slow=5}
22:49:46.926391 run                             mass: MS start registered  {at=557892.629750906, delay=0.005800476064905524, ms=00099}
22:49:47.326550 run                             mass: MS performed LU  {at=557893.029799339, lu_delay=4.615534665063024, ms=00096}
22:49:47.353931 run                             mass: MS performed LU  {at=557893.057206021, lu_delay=5.643524323008023, ms=00095}
22:49:49.190573 run                             mass: MS performed LU  {at=557894.893852294, lu_delay=5.475762329995632, ms=00097}
22:49:51.091867 run                             mass: MS performed LU  {at=557896.79519148, lu_delay=5.9757480239495635, ms=00098}
22:49:52.957946 run                             mass: MS performed LU  {at=557898.66119465, lu_delay=6.03144374396652, ms=00099}
22:49:52.972546 run                             mass: Tests done {all_completed=True, max=22.50076496496331, min=3.862034355988726}
22:49:52.978083 tst         register_default_mass.py: Test passed (92.4 sec)
22:49:52.983612 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:52.987057 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:52.990494 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:52.993910 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:52.997224 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:53.000606 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:53.003985 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:53.007306 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:53.010578 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:53.013895 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:53.017199 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:53.020560 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:53.023958 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:53.027372 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:53.030785 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:53.034208 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:53.038318 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:53.041970 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:53.045914 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:53.049393 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:53.052845 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:53.056303 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:53.059748 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:53.063212 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:53.066645 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:53.070077 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:53.073839 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:53.077254 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:53.080706 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:53.084118 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:53.087552 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:53.090997 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:53.094426 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:53.097870 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:53.101583 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:53.105039 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:53.108470 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:53.111945 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:53.115380 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:53.119024 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:53.122473 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:53.125910 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:53.130028 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:53.133597 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:53.137509 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:53.140945 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:53.144372 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:53.147942 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:53.151372 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:53.154787 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:53.158232 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:53.161789 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:53.165430 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:53.168893 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:53.172337 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:53.175775 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:53.179206 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:53.183276 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:53.186725 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:53.190155 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:53.193716 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:53.197135 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:53.200553 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:53.203979 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:53.207432 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:53.210844 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:53.214257 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:53.217700 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:53.221204 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:53.224679 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:53.228129 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:53.232078 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:53.235587 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:53.239088 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:53.242565 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:53.246052 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:53.249538 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:53.253014 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:53.256503 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:53.259942 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:53.263387 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:53.266914 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:53.270412 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:53.273851 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:53.277270 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:53.280717 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:53.284165 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:53.287586 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:53.291225 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:53.295136 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:53.298838 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:53.302559 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:53.306200 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:53.310100 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:53.313538 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:53.317055 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:53.320477 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:53.323905 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:53.327377 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:53.330836 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:53.334261 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:53.337729 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:53.341850 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:53.345476 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:53.349367 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:53.352791 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:53.356209 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:53.359657 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:53.363094 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:53.366581 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:53.370015 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:53.373461 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:53.376934 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:53.380369 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:53.383812 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:53.387250 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:53.390673 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:53.394076 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:53.397514 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:53.400954 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:53.404364 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:53.407768 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:53.411174 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:53.414592 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:53.418011 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:53.421375 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:53.424786 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:53.428185 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:53.431594 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:53.435004 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:53.438420 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:53.441818 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:53.445239 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:53.448654 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:53.452048 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:53.455451 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:53.458869 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:53.462296 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:53.465736 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:53.469126 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:53.472557 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:53.475981 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:53.479405 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:53.482815 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:53.486228 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:53.489634 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:53.493045 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:53.496445 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:53.499844 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:53.503264 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:53.506677 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:53.510101 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:53.513504 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:53.516926 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:53.520323 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:53.523812 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:53.527234 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:53.530648 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:53.534073 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:53.537476 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:53.540909 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:53.544344 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:53.547763 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:53.551264 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:53.554679 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:53.558090 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:53.561500 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:53.564899 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:53.568293 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:53.571693 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:53.575116 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:53.578452 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:53.581834 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:53.585255 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:53.588678 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:53.592087 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:53.595486 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:53.598881 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:53.602186 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:53.605486 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:53.608771 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:53.612040 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:53.615413 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:53.618675 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:53.621969 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:53.625210 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:53.628470 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:53.631776 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:53.635102 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:53.638448 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:53.641882 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:53.645291 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:53.648798 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:53.652093 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:53.655410 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:53.658674 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:53.662019 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:53.665419 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:53.668695 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:53.671957 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:53.675218 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:53.678471 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:53.681782 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:53.685032 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:53.688290 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:53.691562 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:53.694831 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:53.698109 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:53.701370 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:53.704615 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:53.707958 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:53.711271 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:53.714726 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:53.718004 ---      ParallelTerminationStrategy: PID 22 died...
22:49:53.719463 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:53.723085 ---      ParallelTerminationStrategy: PID 23 died...
22:49:53.724539 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:53.728238 ---      ParallelTerminationStrategy: PID 24 died...
22:49:53.729759 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:53.733465 ---      ParallelTerminationStrategy: PID 25 died...
22:49:53.734981 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:53.738785 ---      ParallelTerminationStrategy: PID 26 died...
22:49:53.740329 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:53.744165 ---      ParallelTerminationStrategy: PID 27 died...
22:49:53.745725 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:53.749554 ---      ParallelTerminationStrategy: PID 28 died...
22:49:53.751127 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:53.754986 ---      ParallelTerminationStrategy: PID 29 died...
22:49:53.756553 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:53.760411 ---      ParallelTerminationStrategy: PID 30 died...
22:49:53.761993 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:53.765832 ---      ParallelTerminationStrategy: PID 31 died...
22:49:53.767392 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:53.771243 ---      ParallelTerminationStrategy: PID 32 died...
22:49:53.772813 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:53.776690 ---      ParallelTerminationStrategy: PID 33 died...
22:49:53.778270 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:53.782131 ---      ParallelTerminationStrategy: PID 35 died...
22:49:53.783691 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:53.787528 ---      ParallelTerminationStrategy: PID 36 died...
22:49:53.789107 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:53.792959 ---      ParallelTerminationStrategy: PID 37 died...
22:49:53.794512 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:53.798309 ---      ParallelTerminationStrategy: PID 38 died...
22:49:53.799850 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:53.803691 ---      ParallelTerminationStrategy: PID 39 died...
22:49:53.805239 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:53.808950 ---      ParallelTerminationStrategy: PID 40 died...
22:49:53.810425 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:53.814117 ---      ParallelTerminationStrategy: PID 41 died...
22:49:53.815592 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:53.819254 ---      ParallelTerminationStrategy: PID 42 died...
22:49:53.820807 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:53.824554 ---      ParallelTerminationStrategy: PID 43 died...
22:49:53.826040 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:53.829673 ---      ParallelTerminationStrategy: PID 44 died...
22:49:53.831141 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:53.834796 ---      ParallelTerminationStrategy: PID 45 died...
22:49:53.836271 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:53.839913 ---      ParallelTerminationStrategy: PID 46 died...
22:49:53.841387 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:53.845033 ---      ParallelTerminationStrategy: PID 47 died...
22:49:53.846490 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:53.850329 ---      ParallelTerminationStrategy: PID 48 died...
22:49:53.851842 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:53.855468 ---      ParallelTerminationStrategy: PID 49 died...
22:49:53.856970 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:53.860626 ---      ParallelTerminationStrategy: PID 50 died...
22:49:53.862109 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:53.865787 ---      ParallelTerminationStrategy: PID 51 died...
22:49:53.867251 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:53.870893 ---      ParallelTerminationStrategy: PID 52 died...
22:49:53.872441 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:53.876111 ---      ParallelTerminationStrategy: PID 53 died...
22:49:53.877631 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:53.881290 ---      ParallelTerminationStrategy: PID 54 died...
22:49:53.882748 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:53.886399 ---      ParallelTerminationStrategy: PID 55 died...
22:49:53.887859 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:53.891498 ---      ParallelTerminationStrategy: PID 56 died...
22:49:53.892971 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:53.896598 ---      ParallelTerminationStrategy: PID 57 died...
22:49:53.898075 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:53.901757 ---      ParallelTerminationStrategy: PID 58 died...
22:49:53.903296 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:53.907109 ---      ParallelTerminationStrategy: PID 59 died...
22:49:53.908670 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:53.912464 ---      ParallelTerminationStrategy: PID 60 died...
22:49:53.914016 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:53.917853 ---      ParallelTerminationStrategy: PID 61 died...
22:49:53.919392 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:53.923176 ---      ParallelTerminationStrategy: PID 62 died...
22:49:53.924711 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:53.928489 ---      ParallelTerminationStrategy: PID 63 died...
22:49:53.930031 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:53.933835 ---      ParallelTerminationStrategy: PID 64 died...
22:49:53.935373 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:53.939197 ---      ParallelTerminationStrategy: PID 65 died...
22:49:53.940737 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:53.944504 ---      ParallelTerminationStrategy: PID 66 died...
22:49:53.946037 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:53.949836 ---      ParallelTerminationStrategy: PID 67 died...
22:49:53.951373 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:53.955179 ---      ParallelTerminationStrategy: PID 68 died...
22:49:53.956721 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:53.960493 ---      ParallelTerminationStrategy: PID 69 died...
22:49:53.962018 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:53.965828 ---      ParallelTerminationStrategy: PID 70 died...
22:49:53.967362 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:53.971182 ---      ParallelTerminationStrategy: PID 71 died...
22:49:53.972732 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:53.976524 ---      ParallelTerminationStrategy: PID 72 died...
22:49:53.978075 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:53.981879 ---      ParallelTerminationStrategy: PID 73 died...
22:49:53.983413 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:53.987185 ---      ParallelTerminationStrategy: PID 74 died...
22:49:53.988711 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:53.992500 ---      ParallelTerminationStrategy: PID 75 died...
22:49:53.994052 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:53.997859 ---      ParallelTerminationStrategy: PID 76 died...
22:49:53.999402 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:54.003207 ---      ParallelTerminationStrategy: PID 77 died...
22:49:54.004733 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:54.008515 ---      ParallelTerminationStrategy: PID 78 died...
22:49:54.010040 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:54.013823 ---      ParallelTerminationStrategy: PID 79 died...
22:49:54.015346 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:54.019250 ---      ParallelTerminationStrategy: PID 80 died...
22:49:54.020797 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:54.024568 ---      ParallelTerminationStrategy: PID 81 died...
22:49:54.026136 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:54.029961 ---      ParallelTerminationStrategy: PID 82 died...
22:49:54.031482 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:54.035260 ---      ParallelTerminationStrategy: PID 83 died...
22:49:54.036818 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:54.040586 ---      ParallelTerminationStrategy: PID 84 died...
22:49:54.042171 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:54.045954 ---      ParallelTerminationStrategy: PID 85 died...
22:49:54.047498 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:54.051288 ---      ParallelTerminationStrategy: PID 86 died...
22:49:54.052829 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:54.056607 ---      ParallelTerminationStrategy: PID 87 died...
22:49:54.058155 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:54.061992 ---      ParallelTerminationStrategy: PID 88 died...
22:49:54.063532 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:54.067346 ---      ParallelTerminationStrategy: PID 89 died...
22:49:54.068887 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:54.072660 ---      ParallelTerminationStrategy: PID 90 died...
22:49:54.074184 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:54.077971 ---      ParallelTerminationStrategy: PID 91 died...
22:49:54.079507 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:54.083308 ---      ParallelTerminationStrategy: PID 92 died...
22:49:54.084846 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:54.088622 ---      ParallelTerminationStrategy: PID 93 died...
22:49:54.090184 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:54.093967 ---      ParallelTerminationStrategy: PID 94 died...
22:49:54.095509 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:54.099344 ---      ParallelTerminationStrategy: PID 95 died...
22:49:54.100880 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:54.104685 ---      ParallelTerminationStrategy: PID 96 died...
22:49:54.106214 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:54.110014 ---      ParallelTerminationStrategy: PID 97 died...
22:49:54.111549 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:54.115344 ---      ParallelTerminationStrategy: PID 98 died...
22:49:54.116872 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:54.120648 ---      ParallelTerminationStrategy: PID 99 died...
22:49:54.122189 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:54.125972 ---      ParallelTerminationStrategy: PID 100 died...
22:49:54.127495 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:54.131300 ---      ParallelTerminationStrategy: PID 101 died...
22:49:54.132838 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:54.136620 ---      ParallelTerminationStrategy: PID 102 died...
22:49:54.138162 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:54.141971 ---      ParallelTerminationStrategy: PID 103 died...
22:49:54.143521 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:54.147329 ---      ParallelTerminationStrategy: PID 104 died...
22:49:54.148890 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:54.152680 ---      ParallelTerminationStrategy: PID 105 died...
22:49:54.154197 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:54.157987 ---      ParallelTerminationStrategy: PID 106 died...
22:49:54.159505 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:54.163316 ---      ParallelTerminationStrategy: PID 107 died...
22:49:54.164873 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:54.168690 ---      ParallelTerminationStrategy: PID 108 died...
22:49:54.170217 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:54.174008 ---      ParallelTerminationStrategy: PID 109 died...
22:49:54.175549 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:54.179352 ---      ParallelTerminationStrategy: PID 110 died...
22:49:54.180894 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:54.184682 ---      ParallelTerminationStrategy: PID 111 died...
22:49:54.186217 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:54.190014 ---      ParallelTerminationStrategy: PID 112 died...
22:49:54.191549 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:54.195345 ---      ParallelTerminationStrategy: PID 113 died...
22:49:54.196883 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:54.200683 ---      ParallelTerminationStrategy: PID 114 died...
22:49:54.202235 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:54.206076 ---      ParallelTerminationStrategy: PID 115 died...
22:49:54.207608 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:54.211439 ---      ParallelTerminationStrategy: PID 116 died...
22:49:54.212986 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:54.216765 ---      ParallelTerminationStrategy: PID 117 died...
22:49:54.218347 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:54.222136 ---      ParallelTerminationStrategy: PID 118 died...
22:49:54.223676 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:54.227488 ---      ParallelTerminationStrategy: PID 119 died...
22:49:54.229029 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:54.232815 ---      ParallelTerminationStrategy: PID 120 died...
22:49:54.234364 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:54.238140 ---      ParallelTerminationStrategy: PID 121 died...
22:49:54.239681 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:54.243472 ---      ParallelTerminationStrategy: PID 122 died...
22:49:54.245008 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:54.248816 ---      ParallelTerminationStrategy: PID 123 died...
22:49:54.250348 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:54.254152 ---      ParallelTerminationStrategy: PID 124 died...
22:49:54.255698 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:54.259476 ---      ParallelTerminationStrategy: PID 125 died...
22:49:54.261013 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:54.264825 ---      ParallelTerminationStrategy: PID 126 died...
22:49:54.266359 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:54.270164 ---      ParallelTerminationStrategy: PID 127 died...
22:49:54.271690 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:54.275484 ---      ParallelTerminationStrategy: PID 128 died...
22:49:54.277013 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:54.280798 ---      ParallelTerminationStrategy: PID 129 died...
22:49:54.282339 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:54.286117 ---      ParallelTerminationStrategy: PID 130 died...
22:49:54.287659 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:54.291462 ---      ParallelTerminationStrategy: PID 131 died...
22:49:54.293001 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:54.296785 ---      ParallelTerminationStrategy: PID 132 died...
22:49:54.298324 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:54.302118 ---      ParallelTerminationStrategy: PID 133 died...
22:49:54.303654 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:54.307464 ---      ParallelTerminationStrategy: PID 134 died...
22:49:54.309019 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:54.312834 ---      ParallelTerminationStrategy: PID 135 died...
22:49:54.314369 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:54.318273 ---      ParallelTerminationStrategy: PID 136 died...
22:49:54.319821 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:54.323669 ---      ParallelTerminationStrategy: PID 137 died...
22:49:54.325230 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:54.329097 ---      ParallelTerminationStrategy: PID 138 died...
22:49:54.330645 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:54.334473 ---      ParallelTerminationStrategy: PID 139 died...
22:49:54.336005 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:54.339834 ---      ParallelTerminationStrategy: PID 140 died...
22:49:54.341377 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:54.345241 ---      ParallelTerminationStrategy: PID 141 died...
22:49:54.346784 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:54.350616 ---      ParallelTerminationStrategy: PID 142 died...
22:49:54.352156 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:54.355988 ---      ParallelTerminationStrategy: PID 143 died...
22:49:54.357570 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:54.361383 ---      ParallelTerminationStrategy: PID 144 died...
22:49:54.362930 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:54.366729 ---      ParallelTerminationStrategy: PID 145 died...
22:49:54.368276 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:54.372112 ---      ParallelTerminationStrategy: PID 146 died...
22:49:54.373658 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:54.377523 ---      ParallelTerminationStrategy: PID 147 died...
22:49:54.379078 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:54.382890 ---      ParallelTerminationStrategy: PID 148 died...
22:49:54.384433 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:54.388258 ---      ParallelTerminationStrategy: PID 149 died...
22:49:54.389828 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:54.393563 ---      ParallelTerminationStrategy: PID 150 died...
22:49:54.395094 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:54.398909 ---      ParallelTerminationStrategy: PID 151 died...
22:49:54.400437 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:54.404247 ---      ParallelTerminationStrategy: PID 152 died...
22:49:54.405781 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:54.409648 ---      ParallelTerminationStrategy: PID 153 died...
22:49:54.411184 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:54.414998 ---      ParallelTerminationStrategy: PID 154 died...
22:49:54.416525 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:54.420321 ---      ParallelTerminationStrategy: PID 155 died...
22:49:54.421867 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:54.425706 ---      ParallelTerminationStrategy: PID 156 died...
22:49:54.427231 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:54.431038 ---      ParallelTerminationStrategy: PID 157 died...
22:49:54.432568 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:54.436373 ---      ParallelTerminationStrategy: PID 158 died...
22:49:54.437911 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:54.441751 ---      ParallelTerminationStrategy: PID 159 died...
22:49:54.443280 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:54.447091 ---      ParallelTerminationStrategy: PID 160 died...
22:49:54.448621 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:54.452458 ---      ParallelTerminationStrategy: PID 161 died...
22:49:54.453997 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:54.457866 ---      ParallelTerminationStrategy: PID 162 died...
22:49:54.459406 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:54.463207 ---      ParallelTerminationStrategy: PID 163 died...
22:49:54.464739 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:54.468653 ---      ParallelTerminationStrategy: PID 164 died...
22:49:54.470176 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:54.473976 ---      ParallelTerminationStrategy: PID 165 died...
22:49:54.475508 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:54.479341 ---      ParallelTerminationStrategy: PID 166 died...
22:49:54.480878 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:54.484684 ---      ParallelTerminationStrategy: PID 167 died...
22:49:54.486210 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:54.490032 ---      ParallelTerminationStrategy: PID 168 died...
22:49:54.491571 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:54.495381 ---      ParallelTerminationStrategy: PID 169 died...
22:49:54.496943 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:54.500750 ---      ParallelTerminationStrategy: PID 170 died...
22:49:54.502290 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:54.506104 ---      ParallelTerminationStrategy: PID 171 died...
22:49:54.507642 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:54.511460 ---      ParallelTerminationStrategy: PID 172 died...
22:49:54.512987 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:54.516814 ---      ParallelTerminationStrategy: PID 173 died...
22:49:54.518334 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:54.522140 ---      ParallelTerminationStrategy: PID 174 died...
22:49:54.523675 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:54.527483 ---      ParallelTerminationStrategy: PID 175 died...
22:49:54.529030 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:54.532878 ---      ParallelTerminationStrategy: PID 176 died...
22:49:54.534408 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:54.538229 ---      ParallelTerminationStrategy: PID 177 died...
22:49:54.539765 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:54.543602 ---      ParallelTerminationStrategy: PID 178 died...
22:49:54.545169 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:54.548993 ---      ParallelTerminationStrategy: PID 179 died...
22:49:54.550520 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:54.554342 ---      ParallelTerminationStrategy: PID 180 died...
22:49:54.555880 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:54.559709 ---      ParallelTerminationStrategy: PID 181 died...
22:49:54.561252 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:54.565054 ---      ParallelTerminationStrategy: PID 182 died...
22:49:54.566590 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:54.570418 ---      ParallelTerminationStrategy: PID 183 died...
22:49:54.571940 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:54.575754 ---      ParallelTerminationStrategy: PID 184 died...
22:49:54.577303 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:54.581110 ---      ParallelTerminationStrategy: PID 185 died...
22:49:54.582651 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:54.586457 ---      ParallelTerminationStrategy: PID 186 died...
22:49:54.588002 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:54.591850 ---      ParallelTerminationStrategy: PID 187 died...
22:49:54.593414 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:54.597244 ---      ParallelTerminationStrategy: PID 188 died...
22:49:54.598786 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:54.602604 ---      ParallelTerminationStrategy: PID 189 died...
22:49:54.604126 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:54.607944 ---      ParallelTerminationStrategy: PID 190 died...
22:49:54.609479 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:54.613301 ---      ParallelTerminationStrategy: PID 191 died...
22:49:54.614829 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:54.618707 ---      ParallelTerminationStrategy: PID 192 died...
22:49:54.620235 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:54.624064 ---      ParallelTerminationStrategy: PID 193 died...
22:49:54.625616 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:54.629423 ---      ParallelTerminationStrategy: PID 194 died...
22:49:54.630947 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:54.634749 ---      ParallelTerminationStrategy: PID 195 died...
22:49:54.636273 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:54.640088 ---      ParallelTerminationStrategy: PID 196 died...
22:49:54.641625 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:54.645476 ---      ParallelTerminationStrategy: PID 197 died...
22:49:54.647016 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:54.650832 ---      ParallelTerminationStrategy: PID 198 died...
22:49:54.652368 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:54.656167 ---      ParallelTerminationStrategy: PID 199 died...
22:49:54.657723 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:54.661523 ---      ParallelTerminationStrategy: PID 200 died...
22:49:54.663055 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:54.666881 ---      ParallelTerminationStrategy: PID 201 died...
22:49:54.668408 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:54.672247 ---      ParallelTerminationStrategy: PID 202 died...
22:49:54.673804 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:54.677612 ---      ParallelTerminationStrategy: PID 203 died...
22:49:54.679150 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:54.682958 ---      ParallelTerminationStrategy: PID 204 died...
22:49:54.684494 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:54.688292 ---      ParallelTerminationStrategy: PID 205 died...
22:49:54.689839 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:54.693653 ---      ParallelTerminationStrategy: PID 206 died...
22:49:54.695185 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:54.699015 ---      ParallelTerminationStrategy: PID 207 died...
22:49:54.700551 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:54.704383 ---      ParallelTerminationStrategy: PID 208 died...
22:49:54.705979 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:54.709820 ---      ParallelTerminationStrategy: PID 209 died...
22:49:54.711365 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:54.715170 ---      ParallelTerminationStrategy: PID 210 died...
22:49:54.716724 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:54.720518 ---      ParallelTerminationStrategy: PID 211 died...
22:49:54.722063 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:54.725925 ---      ParallelTerminationStrategy: PID 212 died...
22:49:54.727459 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:54.731265 ---      ParallelTerminationStrategy: PID 213 died...
22:49:54.732811 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:54.736598 ---      ParallelTerminationStrategy: PID 214 died...
22:49:54.738147 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:54.741970 ---      ParallelTerminationStrategy: PID 215 died...
22:49:54.743504 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:54.747324 ---      ParallelTerminationStrategy: PID 216 died...
22:49:54.748851 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:54.752665 ---      ParallelTerminationStrategy: PID 217 died...
22:49:54.754202 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:54.757996 ---      ParallelTerminationStrategy: PID 218 died...
22:49:54.759524 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:54.763325 ---      ParallelTerminationStrategy: PID 219 died...
22:49:54.764897 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:54.768717 ---      ParallelTerminationStrategy: PID 220 died...
22:49:54.770249 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:54.774075 ---      ParallelTerminationStrategy: PID 221 died...
22:49:54.775618 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:54.779441 ---      ParallelTerminationStrategy: PID 222 died...
22:49:54.780975 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:54.784829 ---      ParallelTerminationStrategy: PID 223 died...
22:49:54.786367 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:54.790177 ---      ParallelTerminationStrategy: PID 224 died...
22:49:54.791707 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:54.795526 ---      ParallelTerminationStrategy: PID 225 died...
22:49:54.797072 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:54.800920 ---      ParallelTerminationStrategy: PID 226 died...
22:49:54.802459 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:54.806307 ---      ParallelTerminationStrategy: PID 227 died...
22:49:54.807858 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:54.811715 ---      ParallelTerminationStrategy: PID 228 died...
22:49:54.813273 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:54.817102 ---      ParallelTerminationStrategy: PID 229 died...
22:49:54.818636 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:54.822436 ---      ParallelTerminationStrategy: PID 230 died...
22:49:54.823963 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:54.827821 ---      ParallelTerminationStrategy: PID 231 died...
22:49:54.829371 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:54.833197 ---      ParallelTerminationStrategy: PID 232 died...
22:49:54.834729 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:54.838525 ---      ParallelTerminationStrategy: PID 233 died...
22:49:54.840068 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:54.843905 ---      ParallelTerminationStrategy: PID 234 died...
22:49:54.845454 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:58.248995 ---      ParallelTerminationStrategy: PID 34 died...
22:49:58.250720 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7851 netreg_mass PASS
---------------------------------------------------------------------
22:49:58.333636 tst                       trial-7851: Storing JUnit report in /build/trial-7851/run.2025-01-19_22-48-20/trial-7851.xml

--------------------------------------------------------------------------------------------
trial-7851 PASS
--------------------------------------------------------------------------------------------
22:49:58.343508 tst                       trial-7851: trial-7851: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (92.4 sec)
+ exit_code=0
+ rm -rf trial-7851/inst
+ cd trial-7851
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-19 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7851-run.tgz run.2025-01-19_22-48-20
+ tar czf /build/trial-7851-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-19_18_01_41.tgz osmo-bts-oc2g.build-2025-01-19_17_54_48.tgz osmo-bts-sysmo.build-2025-01-19_17_54_55.tgz osmo-bts.build-2025-01-19_17_55_26.tgz osmo-ggsn.build-2025-01-19_20_42_35.tgz osmo-hlr.build-2025-01-19_17_57_48.tgz osmo-hnbgw.build-2025-01-19_18_00_24.tgz osmo-mgw.build-2025-01-19_17_55_28.tgz osmo-msc.build-2025-01-19_18_08_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-19_17_59_42.tgz osmo-pcu-sysmo.build-2025-01-19_17_59_13.tgz osmo-pcu.build-2025-01-19_17_59_30.tgz osmo-sgsn.build-2025-01-19_20_48_27.tgz osmo-stp.build-2025-01-19_17_48_44.tgz osmo-trx.build-2025-01-19_17_58_37.tgz osmocom-bb.build-2025-01-19_21_17_17.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