Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6106621781363545381.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-7912
+ 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
9f3fa5a ttcn3-bts: Allow running osmo-bts-trx with rt prio
+ 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:
#3 transferring context: 2B done
#3 DONE 0.2s

#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 [ 3/28] RUN     groupadd osmo-gsm-tester
#7 CACHED

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

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

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

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

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

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

#14 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#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 [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
#16 CACHED

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

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

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

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

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

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

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

#24 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#24 CACHED

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:84e06cf49c59890df8f1d8e83f98eafb4cdf3e020e3e2e78fb46a6dc12b98870 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7913 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-03-22 22:48:25
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7913
+ mkdir -p trial-7913
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-22_13_25_48.tgz osmo-bts-oc2g.build-2025-03-22_00_51_33.tgz osmo-bts-sysmo.build-2025-03-22_00_51_31.tgz osmo-bts.build-2025-03-22_00_51_45.tgz osmo-ggsn.build-2025-03-22_20_42_45.tgz osmo-hlr.build-2025-03-22_16_37_04.tgz osmo-hnbgw.build-2025-03-22_13_28_55.tgz osmo-mgw.build-2025-03-22_08_33_14.tgz osmo-msc.build-2025-03-22_13_33_11.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-22_07_44_58.tgz osmo-pcu-sysmo.build-2025-03-22_07_44_58.tgz osmo-pcu.build-2025-03-22_07_44_56.tgz osmo-sgsn.build-2025-03-22_20_48_04.tgz osmo-stp.build-2025-03-22_13_23_04.tgz osmo-trx.build-2025-03-22_14_27_55.tgz osmocom-bb.build-2025-03-22_21_17_12.tgz srslte.build-19.tgz trial-7913
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-22_13_25_48.md5 osmo-bts-oc2g.build-2025-03-22_00_51_33.md5 osmo-bts-sysmo.build-2025-03-22_00_51_31.md5 osmo-bts.build-2025-03-22_00_51_45.md5 osmo-ggsn.build-2025-03-22_20_42_45.md5 osmo-hlr.build-2025-03-22_16_37_04.md5 osmo-hnbgw.build-2025-03-22_13_28_55.md5 osmo-mgw.build-2025-03-22_08_33_14.md5 osmo-msc.build-2025-03-22_13_33_11.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-22_07_44_58.md5 osmo-pcu-sysmo.build-2025-03-22_07_44_58.md5 osmo-pcu.build-2025-03-22_07_44_56.md5 osmo-sgsn.build-2025-03-22_20_48_04.md5 osmo-stp.build-2025-03-22_13_23_04.md5 osmo-trx.build-2025-03-22_14_27_55.md5 osmocom-bb.build-2025-03-22_21_17_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-22_13_25_48.md5 osmo-bts-oc2g.build-2025-03-22_00_51_33.md5 osmo-bts-sysmo.build-2025-03-22_00_51_31.md5 osmo-bts.build-2025-03-22_00_51_45.md5 osmo-ggsn.build-2025-03-22_20_42_45.md5 osmo-hlr.build-2025-03-22_16_37_04.md5 osmo-hnbgw.build-2025-03-22_13_28_55.md5 osmo-mgw.build-2025-03-22_08_33_14.md5 osmo-msc.build-2025-03-22_13_33_11.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-22_07_44_58.md5 osmo-pcu-sysmo.build-2025-03-22_07_44_58.md5 osmo-pcu.build-2025-03-22_07_44_56.md5 osmo-sgsn.build-2025-03-22_20_48_04.md5 osmo-stp.build-2025-03-22_13_23_04.md5 osmo-trx.build-2025-03-22_14_27_55.md5 osmocom-bb.build-2025-03-22_21_17_12.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7913 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7913'
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-7913
--------------------------------------------------------------------------------------------
22:48:26.239599 tst                       trial-7913: Detailed log at /build/trial-7913/run.2025-03-22_22-48-26/log

---------------------------------------------------------------------
trial-7913 netreg_mass
---------------------------------------------------------------------
22:48:26.486954 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:26.487393 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:26.488375 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:26.489825 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:26.538038 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:26.539669 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:26.542076 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:26.643815 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-7913 netreg_mass register_default_mass.py
----------------------------------------------
22:48:26.644689 tst       register_default_mass.py:9: Claiming resources for the test
22:48:26.663145 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.663866 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.664454 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.665021 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.665572 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.666142 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.666686 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:26.721492 tst         register_default_mass.py: using LAC 2
22:48:26.757108 tst         register_default_mass.py: using RAC 2
22:48:26.800857 tst         register_default_mass.py: using CellId 2
22:48:26.851325 tst         register_default_mass.py: using BVCI 3
22:48:26.858073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.858867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.859537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.860187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.860845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.861487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.862098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.862749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.863384 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.863997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.864619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.865262 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.865904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.866543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.867189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.867835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.868467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.869115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.869749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.870391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.871029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.871673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.872329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.872976 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.873602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.874223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.874870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.875495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.876118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.876759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.877375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.878003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.878666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.879312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.879944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.880579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.881241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.881894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.882559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.883209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.883848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.884512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.885174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.885817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.886483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.887135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.887786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.888581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.889242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.889895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.890558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.891182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.891799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.892410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.893041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.893664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.894306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.894934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.895552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.896181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.896815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.897441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.898080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.898724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.899531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.900237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.900896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.901539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.902187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.902822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.903446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.904095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.904819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.905468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.906099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.906713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.907329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.907970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.908602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.909225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.909867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.910485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.911098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.911733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.912351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.912965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.913591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.914217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.914837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.915457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.916101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.916727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.917372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.918036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.918675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.919298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.919936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.920574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.921231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.921867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.922492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.923214 tst      register_default_mass.py:21: Launching a simple network
22:48:26.935591 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:27.081274 run            create_hlr_db(pid=20): Launched
22:48:28.092915 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:28.113223 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:28.133191 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:28.142046 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:28.354398 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:28.373318 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:28.380488 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:28.881672 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:28.899828 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:31.911861 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:32.031649 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:32.047237 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:32.053173 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:32.077997 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:32.094211 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:32.100143 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:32.408947 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:32.424474 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:38.443657 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:38.784772 run         osmo-bts-virtual(pid=34): Launched
22:48:39.847904 tst         register_default_mass.py: using MSISDN 1001
22:48:39.859517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:39.964117 tst         register_default_mass.py: using MSISDN 1002
22:48:39.971631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:40.059992 tst         register_default_mass.py: using MSISDN 1003
22:48:40.071285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:40.149602 tst         register_default_mass.py: using MSISDN 1004
22:48:40.159377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:40.235937 tst         register_default_mass.py: using MSISDN 1005
22:48:40.247226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:40.356609 tst         register_default_mass.py: using MSISDN 1006
22:48:40.367599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:40.460267 tst         register_default_mass.py: using MSISDN 1007
22:48:40.470203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:40.596770 tst         register_default_mass.py: using MSISDN 1008
22:48:40.602485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:40.686559 tst         register_default_mass.py: using MSISDN 1009
22:48:40.692520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:40.792441 tst         register_default_mass.py: using MSISDN 1010
22:48:40.798477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:40.894176 tst         register_default_mass.py: using MSISDN 1011
22:48:40.901250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:40.971924 tst         register_default_mass.py: using MSISDN 1012
22:48:40.978002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:41.060736 tst         register_default_mass.py: using MSISDN 1013
22:48:41.070492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:41.130522 tst         register_default_mass.py: using MSISDN 1014
22:48:41.136496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:41.307191 tst         register_default_mass.py: using MSISDN 1015
22:48:41.313188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:41.390124 tst         register_default_mass.py: using MSISDN 1016
22:48:41.396128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:41.479473 tst         register_default_mass.py: using MSISDN 1017
22:48:41.485314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:41.573061 tst         register_default_mass.py: using MSISDN 1018
22:48:41.579362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:41.651431 tst         register_default_mass.py: using MSISDN 1019
22:48:41.657986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:41.759325 tst         register_default_mass.py: using MSISDN 1020
22:48:41.765327 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:41.857229 tst         register_default_mass.py: using MSISDN 1021
22:48:41.863013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:41.938321 tst         register_default_mass.py: using MSISDN 1022
22:48:41.944135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:42.006630 tst         register_default_mass.py: using MSISDN 1023
22:48:42.012783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:42.090588 tst         register_default_mass.py: using MSISDN 1024
22:48:42.096248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:42.168224 tst         register_default_mass.py: using MSISDN 1025
22:48:42.178343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:42.249134 tst         register_default_mass.py: using MSISDN 1026
22:48:42.260313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:42.368951 tst         register_default_mass.py: using MSISDN 1027
22:48:42.376567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:42.448301 tst         register_default_mass.py: using MSISDN 1028
22:48:42.456353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:42.549743 tst         register_default_mass.py: using MSISDN 1029
22:48:42.555217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:42.656877 tst         register_default_mass.py: using MSISDN 1030
22:48:42.662799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:42.740401 tst         register_default_mass.py: using MSISDN 1031
22:48:42.746117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:42.817894 tst         register_default_mass.py: using MSISDN 1032
22:48:42.823865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:42.911984 tst         register_default_mass.py: using MSISDN 1033
22:48:42.917991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:42.992142 tst         register_default_mass.py: using MSISDN 1034
22:48:43.008020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:43.082869 tst         register_default_mass.py: using MSISDN 1035
22:48:43.088790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:43.166207 tst         register_default_mass.py: using MSISDN 1036
22:48:43.175207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:43.243708 tst         register_default_mass.py: using MSISDN 1037
22:48:43.262497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:43.331498 tst         register_default_mass.py: using MSISDN 1038
22:48:43.343497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:43.431320 tst         register_default_mass.py: using MSISDN 1039
22:48:43.439055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:43.502251 tst         register_default_mass.py: using MSISDN 1040
22:48:43.522712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:43.604096 tst         register_default_mass.py: using MSISDN 1041
22:48:43.623903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:43.688110 tst         register_default_mass.py: using MSISDN 1042
22:48:43.708832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:43.778486 tst         register_default_mass.py: using MSISDN 1043
22:48:43.800211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:43.877333 tst         register_default_mass.py: using MSISDN 1044
22:48:43.883328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:43.949749 tst         register_default_mass.py: using MSISDN 1045
22:48:43.958930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:44.030619 tst         register_default_mass.py: using MSISDN 1046
22:48:44.047830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:44.128530 tst         register_default_mass.py: using MSISDN 1047
22:48:44.134407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:44.197658 tst         register_default_mass.py: using MSISDN 1048
22:48:44.216697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:44.286723 tst         register_default_mass.py: using MSISDN 1049
22:48:44.305346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:44.385121 tst         register_default_mass.py: using MSISDN 1050
22:48:44.406364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:44.481545 tst         register_default_mass.py: using MSISDN 1051
22:48:44.498840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:44.574213 tst         register_default_mass.py: using MSISDN 1052
22:48:44.595164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:44.674648 tst         register_default_mass.py: using MSISDN 1053
22:48:44.680594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:44.789936 tst         register_default_mass.py: using MSISDN 1054
22:48:44.795931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:44.924953 tst         register_default_mass.py: using MSISDN 1055
22:48:44.930752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:45.022093 tst         register_default_mass.py: using MSISDN 1056
22:48:45.028087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:45.119987 tst         register_default_mass.py: using MSISDN 1057
22:48:45.125796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:45.194562 tst         register_default_mass.py: using MSISDN 1058
22:48:45.200421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:45.286946 tst         register_default_mass.py: using MSISDN 1059
22:48:45.292789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:45.383249 tst         register_default_mass.py: using MSISDN 1060
22:48:45.389075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:45.484424 tst         register_default_mass.py: using MSISDN 1061
22:48:45.490415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:45.589834 tst         register_default_mass.py: using MSISDN 1062
22:48:45.595805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:45.675242 tst         register_default_mass.py: using MSISDN 1063
22:48:45.683528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:45.792731 tst         register_default_mass.py: using MSISDN 1064
22:48:45.800436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:45.891029 tst         register_default_mass.py: using MSISDN 1065
22:48:45.897009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:45.983283 tst         register_default_mass.py: using MSISDN 1066
22:48:45.991945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:46.063316 tst         register_default_mass.py: using MSISDN 1067
22:48:46.075879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:46.150015 tst         register_default_mass.py: using MSISDN 1068
22:48:46.156254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:46.218399 tst         register_default_mass.py: using MSISDN 1069
22:48:46.224589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:46.294543 tst         register_default_mass.py: using MSISDN 1070
22:48:46.300519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:46.376619 tst         register_default_mass.py: using MSISDN 1071
22:48:46.382918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:46.528891 tst         register_default_mass.py: using MSISDN 1072
22:48:46.534868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:46.927034 tst         register_default_mass.py: using MSISDN 1073
22:48:46.946139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:47.016127 tst         register_default_mass.py: using MSISDN 1074
22:48:47.022287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:47.139126 tst         register_default_mass.py: using MSISDN 1075
22:48:47.166760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:47.231310 tst         register_default_mass.py: using MSISDN 1076
22:48:47.237328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:47.319577 tst         register_default_mass.py: using MSISDN 1077
22:48:47.326114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:47.403538 tst         register_default_mass.py: using MSISDN 1078
22:48:47.409477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:47.485997 tst         register_default_mass.py: using MSISDN 1079
22:48:47.491980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:47.574629 tst         register_default_mass.py: using MSISDN 1080
22:48:47.580529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:47.658362 tst         register_default_mass.py: using MSISDN 1081
22:48:47.664557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:47.743594 tst         register_default_mass.py: using MSISDN 1082
22:48:47.749664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:47.871106 tst         register_default_mass.py: using MSISDN 1083
22:48:47.882158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:48.038346 tst         register_default_mass.py: using MSISDN 1084
22:48:48.044368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:48.132342 tst         register_default_mass.py: using MSISDN 1085
22:48:48.140195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:48.220273 tst         register_default_mass.py: using MSISDN 1086
22:48:48.226325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:48.294565 tst         register_default_mass.py: using MSISDN 1087
22:48:48.300277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:48.367170 tst         register_default_mass.py: using MSISDN 1088
22:48:48.373100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:48.444396 tst         register_default_mass.py: using MSISDN 1089
22:48:48.449952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:48.531475 tst         register_default_mass.py: using MSISDN 1090
22:48:48.537285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:48.622645 tst         register_default_mass.py: using MSISDN 1091
22:48:48.628426 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:48.708186 tst         register_default_mass.py: using MSISDN 1092
22:48:48.716175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:48.794389 tst         register_default_mass.py: using MSISDN 1093
22:48:48.801150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:48.882879 tst         register_default_mass.py: using MSISDN 1094
22:48:48.888446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:48.975455 tst         register_default_mass.py: using MSISDN 1095
22:48:48.981221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:49.057053 tst         register_default_mass.py: using MSISDN 1096
22:48:49.062667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:49.147581 tst         register_default_mass.py: using MSISDN 1097
22:48:49.154015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:49.251515 tst         register_default_mass.py: using MSISDN 1098
22:48:49.257304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:49.350296 tst         register_default_mass.py: using MSISDN 1099
22:48:49.356087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:49.430012 tst         register_default_mass.py: using MSISDN 1100
22:48:49.435996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:49.604541 run                             mass: Starting testcase
22:48:49.610643 run                             mass: Pre-launching all virtphy's
22:48:49.616415 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:49.630180 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:49.636688 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:49.650314 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:49.656658 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:49.670245 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:49.676544 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:49.690257 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:49.696510 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:49.710104 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:49.716363 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:49.729959 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:49.736236 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:49.749835 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:49.756150 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:49.769847 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:49.776142 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:49.789994 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:49.796308 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:49.810017 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:49.816314 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:49.829935 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:49.836252 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:49.849886 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:49.856186 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:49.869851 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:49.876146 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:49.889766 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:49.896086 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:49.909945 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:49.916279 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:49.930132 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:49.936869 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:49.950916 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:49.957404 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:49.970957 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:49.977245 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:49.990829 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:49.997097 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:50.010666 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:50.016972 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:50.030464 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:50.036711 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:50.050181 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:50.056407 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:50.069889 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:50.076143 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:50.089638 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:50.095897 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:50.109375 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:50.117509 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:50.131296 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:50.137763 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:50.151465 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:50.157745 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:50.171526 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:50.177988 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:50.191660 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:50.198088 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:50.211990 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:50.218319 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:50.232177 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:50.238498 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:50.251648 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:50.257983 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:50.271052 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:50.277107 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:50.300796 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:50.307140 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:50.320513 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:50.326915 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:50.340701 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:50.346966 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:50.360407 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:50.366453 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:50.379577 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:50.385625 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:50.398442 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:50.404471 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:50.417990 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:50.424266 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:50.437897 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:50.444215 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:50.457535 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:50.463859 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:50.477565 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:50.483647 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:50.496742 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:50.502711 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:50.515731 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:50.521730 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:50.534818 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:50.540916 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:50.553972 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:50.560029 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:50.573110 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:50.579155 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:50.592235 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:50.598469 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:50.611713 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:50.617778 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:50.630674 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:50.636754 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:50.649967 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:50.656113 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:50.669440 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:50.675665 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:50.689298 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:50.695434 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:50.708498 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:50.714723 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:50.727986 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:50.734116 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:50.747721 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:50.754101 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:50.767819 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:50.774184 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:50.787930 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:50.794330 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:50.807998 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:50.814366 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:50.828073 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:50.834504 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:50.848400 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:50.854822 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:50.868570 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:50.874975 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:50.888741 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:50.895173 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:50.908775 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:50.915066 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:50.928589 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:50.934986 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:50.948713 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:50.955045 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:50.968665 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:50.974942 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:50.989289 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:50.995842 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:51.010022 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:51.016544 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:51.030749 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:51.037290 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:51.051540 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:51.058376 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:51.072508 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:51.079225 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:51.102817 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:51.109284 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:51.123005 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:51.129323 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:51.142977 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:51.149264 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:51.162765 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:51.169123 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:51.182799 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:51.189099 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:51.202723 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:51.209017 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:51.222601 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:51.228901 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:51.242534 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:51.248783 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:51.262372 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:51.268668 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:51.282222 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:51.288452 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:51.302162 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:51.308449 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:51.322121 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:51.328311 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:51.341526 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:51.347894 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:51.361535 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:51.367937 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:51.381517 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:51.387581 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:51.416761 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:51.422848 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:51.435921 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:51.441991 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:51.454974 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:51.460972 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:51.473968 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:51.480034 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:51.493405 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:51.499487 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:51.512497 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:51.518614 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:51.531701 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:51.538022 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:51.551607 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:51.558104 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:51.571983 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:51.578382 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:51.592192 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:51.598976 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:51.612994 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:51.619334 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:51.633009 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:51.639486 run                             mass: Checking if sockets are in the filesystem
22:48:51.652014 run                osmo-ms-mob/00000: Starting mobile
22:48:51.665493 run       osmo-ms-mob/00000(pid=135): Launched
22:48:51.677629 run                             mass: MS start registered  {at=5914637.380971842, delay=0.005731513723731041, ms=00000}
22:48:55.862798 run                osmo-ms-mob/00001: Starting mobile
22:48:55.876473 run       osmo-ms-mob/00001(pid=136): Launched
22:48:55.887460 run                             mass: MS start registered  {at=5914641.590807641, delay=0.005037062801420689, ms=00001}
22:48:57.278615 run                             mass: MS performed LU  {at=5914642.981847199, lu_delay=5.60087535623461, ms=00000}
22:48:57.856284 run                osmo-ms-mob/00002: Starting mobile
22:48:57.869209 run       osmo-ms-mob/00002(pid=137): Launched
22:48:57.875153 run                             mass: Starting too slowly. Moving on {now=5914643.578522659, sleep=-0.12972505576908588, target=5914643.448797603}
22:48:57.880733 run                             mass: MS start registered  {at=5914643.584087792, delay=0.005567905493080616, ms=00002}
22:48:57.886468 run                             mass: Starting too slowly. Moving on {now=5914643.589838815, sleep=-0.041041212156414986, target=5914643.548797603}
22:48:58.955853 run                osmo-ms-mob/00003: Starting mobile
22:48:58.969525 run       osmo-ms-mob/00003(pid=138): Launched
22:48:58.980685 run                             mass: MS start registered  {at=5914644.684035189, delay=0.004905605688691139, ms=00003}
22:49:00.065207 run                osmo-ms-mob/00004: Starting mobile
22:49:00.078734 run       osmo-ms-mob/00004(pid=139): Launched
22:49:00.089554 run                             mass: MS start registered  {at=5914645.792902595, delay=0.004746634513139725, ms=00004}
22:49:01.044513 run                             mass: MS performed LU  {at=5914646.747756931, lu_delay=5.156949290074408, ms=00001}
22:49:01.063685 run                osmo-ms-mob/00005: Starting mobile
22:49:01.076695 run       osmo-ms-mob/00005(pid=140): Launched
22:49:01.087511 run                             mass: MS start registered  {at=5914646.790860414, delay=0.00482556689530611, ms=00005}
22:49:01.966832 run                osmo-ms-mob/00006: Starting mobile
22:49:01.980321 run       osmo-ms-mob/00006(pid=141): Launched
22:49:01.991394 run                             mass: MS start registered  {at=5914647.694744604, delay=0.0049415696412324905, ms=00006}
22:49:02.855826 run                osmo-ms-mob/00007: Starting mobile
22:49:02.870808 run       osmo-ms-mob/00007(pid=142): Launched
22:49:02.882232 run                             mass: MS start registered  {at=5914648.585576118, delay=0.005166714079678059, ms=00007}
22:49:02.944984 run                             mass: MS performed LU  {at=5914648.648313726, lu_delay=5.064225934445858, ms=00002}
22:49:03.674010 run                osmo-ms-mob/00008: Starting mobile
22:49:03.688930 run       osmo-ms-mob/00008(pid=143): Launched
22:49:03.699925 run                             mass: MS start registered  {at=5914649.403274086, delay=0.004753075540065765, ms=00008}
22:49:04.352095 run                osmo-ms-mob/00009: Starting mobile
22:49:04.367559 run       osmo-ms-mob/00009(pid=144): Launched
22:49:04.378507 run                             mass: MS start registered  {at=5914650.081851445, delay=0.0046854279935359955, ms=00009}
22:49:04.810792 run                             mass: MS performed LU  {at=5914650.514037774, lu_delay=4.72113517858088, ms=00004}
22:49:04.856812 run                             mass: MS performed LU  {at=5914650.560061256, lu_delay=5.876026066951454, ms=00003}
22:49:05.061330 run                osmo-ms-mob/00010: Starting mobile
22:49:05.074974 run       osmo-ms-mob/00010(pid=145): Launched
22:49:05.086032 run                             mass: MS start registered  {at=5914650.78938437, delay=0.004739990457892418, ms=00010}
22:49:05.651290 run                osmo-ms-mob/00011: Starting mobile
22:49:05.664747 run       osmo-ms-mob/00011(pid=146): Launched
22:49:05.675850 run                             mass: MS start registered  {at=5914651.379198937, delay=0.004743403755128384, ms=00011}
22:49:06.252998 run                osmo-ms-mob/00012: Starting mobile
22:49:06.266660 run       osmo-ms-mob/00012(pid=147): Launched
22:49:06.278032 run                             mass: MS start registered  {at=5914651.98138231, delay=0.00482491310685873, ms=00012}
22:49:06.710190 run                             mass: MS performed LU  {at=5914652.413520281, lu_delay=4.718775677494705, ms=00006}
22:49:06.756643 run                             mass: MS performed LU  {at=5914652.4599722, lu_delay=5.6691117864102125, ms=00005}
22:49:06.768582 run                osmo-ms-mob/00013: Starting mobile
22:49:06.782460 run       osmo-ms-mob/00013(pid=148): Launched
22:49:06.793615 run                             mass: MS start registered  {at=5914652.496968837, delay=0.004848761484026909, ms=00013}
22:49:07.451912 run                osmo-ms-mob/00014: Starting mobile
22:49:07.465460 run       osmo-ms-mob/00014(pid=149): Launched
22:49:07.476746 run                             mass: MS start registered  {at=5914653.180090576, delay=0.0050436705350875854, ms=00014}
22:49:08.074015 run                osmo-ms-mob/00015: Starting mobile
22:49:08.091058 run       osmo-ms-mob/00015(pid=150): Launched
22:49:08.101915 run                             mass: MS start registered  {at=5914653.805267966, delay=0.004653770476579666, ms=00015}
22:49:08.554672 run                osmo-ms-mob/00016: Starting mobile
22:49:08.568460 run       osmo-ms-mob/00016(pid=151): Launched
22:49:08.575286 run                             mass: MS performed LU  {at=5914654.278635327, lu_delay=4.875361240468919, ms=00008}
22:49:08.581559 run                             mass: MS start registered  {at=5914654.284925092, delay=0.00676371343433857, ms=00016}
22:49:08.620773 run                             mass: MS performed LU  {at=5914654.324115763, lu_delay=5.738539645448327, ms=00007}
22:49:09.065958 run                osmo-ms-mob/00017: Starting mobile
22:49:09.079899 run       osmo-ms-mob/00017(pid=152): Launched
22:49:09.090996 run                             mass: MS start registered  {at=5914654.794350429, delay=0.004786210134625435, ms=00017}
22:49:09.661498 run                osmo-ms-mob/00018: Starting mobile
22:49:09.676817 run       osmo-ms-mob/00018(pid=153): Launched
22:49:09.688022 run                             mass: MS start registered  {at=5914655.391362598, delay=0.004663100466132164, ms=00018}
22:49:10.051541 run                osmo-ms-mob/00019: Starting mobile
22:49:10.064988 run       osmo-ms-mob/00019(pid=154): Launched
22:49:10.076187 run                             mass: MS start registered  {at=5914655.779533702, delay=0.004804876632988453, ms=00019}
22:49:10.476888 run                             mass: MS performed LU  {at=5914656.180168071, lu_delay=6.09831662569195, ms=00009}
22:49:10.491337 run                osmo-ms-mob/00020: Starting mobile
22:49:10.504538 run       osmo-ms-mob/00020(pid=155): Launched
22:49:10.515215 run                             mass: MS start registered  {at=5914656.218565086, delay=0.004686441272497177, ms=00020}
22:49:10.522859 run                             mass: MS performed LU  {at=5914656.226206029, lu_delay=5.436821659095585, ms=00010}
22:49:11.059604 run                osmo-ms-mob/00021: Starting mobile
22:49:11.084211 run       osmo-ms-mob/00021(pid=156): Launched
22:49:11.096687 run                             mass: MS start registered  {at=5914656.800035152, delay=0.006069384515285492, ms=00021}
22:49:11.468853 run                osmo-ms-mob/00022: Starting mobile
22:49:11.482983 run       osmo-ms-mob/00022(pid=157): Launched
22:49:11.494846 run                             mass: MS start registered  {at=5914657.19818814, delay=0.0055620307102799416, ms=00022}
22:49:11.951121 run                osmo-ms-mob/00023: Starting mobile
22:49:11.964286 run       osmo-ms-mob/00023(pid=158): Launched
22:49:11.975898 run                             mass: MS start registered  {at=5914657.679228379, delay=0.005496835336089134, ms=00023}
22:49:12.258185 run                             mass: MS performed LU  {at=5914657.961435539, lu_delay=5.464466701261699, ms=00013}
22:49:12.284468 run                osmo-ms-mob/00024: Starting mobile
22:49:12.298115 run       osmo-ms-mob/00024(pid=159): Launched
22:49:12.309200 run                             mass: MS start registered  {at=5914658.01255014, delay=0.004842864349484444, ms=00024}
22:49:12.341734 run                             mass: MS performed LU  {at=5914658.044991762, lu_delay=6.063609451986849, ms=00012}
22:49:12.387070 run                             mass: MS performed LU  {at=5914658.090424834, lu_delay=4.9103342574089766, ms=00014}
22:49:12.860830 run                osmo-ms-mob/00025: Starting mobile
22:49:12.874500 run       osmo-ms-mob/00025(pid=160): Launched
22:49:12.885725 run                             mass: MS start registered  {at=5914658.589074973, delay=0.004837638698518276, ms=00025}
22:49:13.267072 run                osmo-ms-mob/00026: Starting mobile
22:49:13.280915 run       osmo-ms-mob/00026(pid=161): Launched
22:49:13.291997 run                             mass: MS start registered  {at=5914658.995347568, delay=0.004699761979281902, ms=00026}
22:49:13.651129 run                osmo-ms-mob/00027: Starting mobile
22:49:13.664788 run       osmo-ms-mob/00027(pid=162): Launched
22:49:13.675638 run                             mass: MS start registered  {at=5914659.378989047, delay=0.00459546223282814, ms=00027}
22:49:14.055864 run                osmo-ms-mob/00028: Starting mobile
22:49:14.071295 run       osmo-ms-mob/00028(pid=163): Launched
22:49:14.082493 run                             mass: MS start registered  {at=5914659.785848679, delay=0.00429902970790863, ms=00028}
22:49:14.158790 run                             mass: MS performed LU  {at=5914659.862121821, lu_delay=5.5771967293694615, ms=00016}
22:49:14.241719 run                             mass: MS performed LU  {at=5914659.945010431, lu_delay=4.553647832944989, ms=00018}
22:49:14.288284 run                             mass: MS performed LU  {at=5914659.991614204, lu_delay=5.197263774462044, ms=00017}
22:49:14.301726 run                osmo-ms-mob/00029: Starting mobile
22:49:14.315321 run       osmo-ms-mob/00029(pid=164): Launched
22:49:14.326617 run                             mass: MS start registered  {at=5914660.02997028, delay=0.004975627176463604, ms=00029}
22:49:14.414704 run                             mass: MS performed LU  {at=5914660.117963806, lu_delay=6.312695839442313, ms=00015}
22:49:14.855195 run                osmo-ms-mob/00030: Starting mobile
22:49:14.869555 run       osmo-ms-mob/00030(pid=165): Launched
22:49:14.880982 run                             mass: MS start registered  {at=5914660.584324084, delay=0.005014216527342796, ms=00030}
22:49:15.251819 run                osmo-ms-mob/00031: Starting mobile
22:49:15.267478 run       osmo-ms-mob/00031(pid=166): Launched
22:49:15.278454 run                             mass: MS start registered  {at=5914660.981805353, delay=0.004556802101433277, ms=00031}
22:49:15.551594 run                osmo-ms-mob/00032: Starting mobile
22:49:15.565628 run       osmo-ms-mob/00032(pid=167): Launched
22:49:15.577120 run                             mass: MS start registered  {at=5914661.280458178, delay=0.005203637294471264, ms=00032}
22:49:15.953157 run                osmo-ms-mob/00033: Starting mobile
22:49:15.966829 run       osmo-ms-mob/00033(pid=168): Launched
22:49:15.977867 run                             mass: MS start registered  {at=5914661.681218127, delay=0.004802227020263672, ms=00033}
22:49:16.023411 run                             mass: MS performed LU  {at=5914661.726744044, lu_delay=5.947210341691971, ms=00019}
22:49:16.106882 run                             mass: MS performed LU  {at=5914661.810174312, lu_delay=5.010139160789549, ms=00021}
22:49:16.154193 run                             mass: MS performed LU  {at=5914661.857466464, lu_delay=5.638901378028095, ms=00020}
22:49:16.181340 run                osmo-ms-mob/00034: Starting mobile
22:49:16.194384 run       osmo-ms-mob/00034(pid=169): Launched
22:49:16.205120 run                             mass: MS start registered  {at=5914661.908472986, delay=0.004713238216936588, ms=00034}
22:49:16.549633 run                             mass: MS performed LU  {at=5914662.252963012, lu_delay=5.0547748720273376, ms=00022}
22:49:16.561182 run                osmo-ms-mob/00035: Starting mobile
22:49:16.574389 run       osmo-ms-mob/00035(pid=170): Launched
22:49:16.586192 run                             mass: MS start registered  {at=5914662.289543406, delay=0.004503665491938591, ms=00035}
22:49:17.051378 run                osmo-ms-mob/00036: Starting mobile
22:49:17.064496 run       osmo-ms-mob/00036(pid=171): Launched
22:49:17.075868 run                             mass: MS start registered  {at=5914662.779216333, delay=0.004946104250848293, ms=00036}
22:49:17.458781 run                osmo-ms-mob/00037: Starting mobile
22:49:17.472987 run       osmo-ms-mob/00037(pid=172): Launched
22:49:17.484220 run                             mass: MS start registered  {at=5914663.187567234, delay=0.004800459370017052, ms=00037}
22:49:17.751524 run                osmo-ms-mob/00038: Starting mobile
22:49:17.764959 run       osmo-ms-mob/00038(pid=173): Launched
22:49:17.776169 run                             mass: MS start registered  {at=5914663.479510991, delay=0.004862758331000805, ms=00038}
22:49:18.009456 run                             mass: MS performed LU  {at=5914663.712704941, lu_delay=4.717357372865081, ms=00026}
22:49:18.035555 run                osmo-ms-mob/00039: Starting mobile
22:49:18.048423 run       osmo-ms-mob/00039(pid=174): Launched
22:49:18.054515 run                             mass: MS performed LU  {at=5914663.757874666, lu_delay=5.7453245259821415, ms=00024}
22:49:18.060454 run                             mass: MS start registered  {at=5914663.76381972, delay=0.005962160415947437, ms=00039}
22:49:18.124310 run                             mass: MS performed LU  {at=5914663.827560337, lu_delay=6.148331957869232, ms=00023}
22:49:18.161110 run                             mass: MS performed LU  {at=5914663.864369231, lu_delay=5.275294258259237, ms=00025}
22:49:18.187132 run                osmo-ms-mob/00040: Starting mobile
22:49:18.201036 run       osmo-ms-mob/00040(pid=175): Launched
22:49:18.214057 run                             mass: MS start registered  {at=5914663.91740725, delay=0.006761585362255573, ms=00040}
22:49:18.763370 run                osmo-ms-mob/00041: Starting mobile
22:49:18.776808 run       osmo-ms-mob/00041(pid=176): Launched
22:49:18.787622 run                             mass: MS start registered  {at=5914664.49097301, delay=0.004698147997260094, ms=00041}
22:49:19.057233 run                osmo-ms-mob/00042: Starting mobile
22:49:19.071382 run       osmo-ms-mob/00042(pid=177): Launched
22:49:19.082814 run                             mass: MS start registered  {at=5914664.786159208, delay=0.005062076263129711, ms=00042}
22:49:19.451629 run                osmo-ms-mob/00043: Starting mobile
22:49:19.465303 run       osmo-ms-mob/00043(pid=178): Launched
22:49:19.480655 run                             mass: MS start registered  {at=5914665.183972294, delay=0.007595640607178211, ms=00043}
22:49:19.755649 run                osmo-ms-mob/00044: Starting mobile
22:49:19.770348 run       osmo-ms-mob/00044(pid=179): Launched
22:49:19.788411 run                             mass: MS start registered  {at=5914665.491749187, delay=0.010572165250778198, ms=00044}
22:49:19.795019 run                             mass: MS performed LU  {at=5914665.498375906, lu_delay=6.119386858306825, ms=00027}
22:49:19.872725 run                             mass: MS performed LU  {at=5914665.576054267, lu_delay=4.991730182431638, ms=00030}
22:49:19.884809 run                osmo-ms-mob/00045: Starting mobile
22:49:19.898688 run       osmo-ms-mob/00045(pid=180): Launched
22:49:19.910877 run                             mass: MS start registered  {at=5914665.614201562, delay=0.005857977084815502, ms=00045}
22:49:19.918414 run                             mass: MS performed LU  {at=5914665.621754697, lu_delay=5.835906017571688, ms=00028}
22:49:20.062162 run                             mass: MS performed LU  {at=5914665.76548654, lu_delay=5.735516260378063, ms=00029}
22:49:20.073641 run                osmo-ms-mob/00046: Starting mobile
22:49:20.087710 run       osmo-ms-mob/00046(pid=181): Launched
22:49:20.093911 run                             mass: MS performed LU  {at=5914665.797266306, lu_delay=4.815460952930152, ms=00031}
22:49:20.099840 run                             mass: MS start registered  {at=5914665.803204929, delay=0.0059621334075927734, ms=00046}
22:49:20.666155 run                osmo-ms-mob/00047: Starting mobile
22:49:20.680150 run       osmo-ms-mob/00047(pid=182): Launched
22:49:20.691841 run                             mass: MS start registered  {at=5914666.395185229, delay=0.005351655185222626, ms=00047}
22:49:20.952353 run                osmo-ms-mob/00048: Starting mobile
22:49:20.966528 run       osmo-ms-mob/00048(pid=183): Launched
22:49:20.978150 run                             mass: MS start registered  {at=5914666.68149041, delay=0.005211704410612583, ms=00048}
22:49:21.251803 run                osmo-ms-mob/00049: Starting mobile
22:49:21.266138 run       osmo-ms-mob/00049(pid=184): Launched
22:49:21.277646 run                             mass: MS start registered  {at=5914666.98099396, delay=0.0051163313910365105, ms=00049}
22:49:21.562153 run                osmo-ms-mob/00050: Starting mobile
22:49:21.576212 run       osmo-ms-mob/00050(pid=185): Launched
22:49:21.587675 run                             mass: MS start registered  {at=5914667.291017227, delay=0.005100876092910767, ms=00050}
22:49:21.774876 run                             mass: MS performed LU  {at=5914667.478133118, lu_delay=4.698916784487665, ms=00036}
22:49:21.821610 run                             mass: MS performed LU  {at=5914667.524906905, lu_delay=5.616433919407427, ms=00034}
22:49:21.839501 run                osmo-ms-mob/00051: Starting mobile
22:49:21.853093 run       osmo-ms-mob/00051(pid=186): Launched
22:49:21.864620 run                             mass: MS start registered  {at=5914667.567973149, delay=0.00520258117467165, ms=00051}
22:49:21.889252 run                             mass: MS performed LU  {at=5914667.592593849, lu_delay=6.312135670334101, ms=00032}
22:49:21.926362 run                             mass: MS performed LU  {at=5914667.62968821, lu_delay=5.948470083065331, ms=00033}
22:49:21.938832 run                osmo-ms-mob/00052: Starting mobile
22:49:21.952509 run       osmo-ms-mob/00052(pid=187): Launched
22:49:21.964256 run                             mass: MS start registered  {at=5914667.667602777, delay=0.005415601655840874, ms=00052}
22:49:21.981340 run                             mass: MS performed LU  {at=5914667.684690961, lu_delay=5.395147554576397, ms=00035}
22:49:22.552071 run                osmo-ms-mob/00053: Starting mobile
22:49:22.565979 run       osmo-ms-mob/00053(pid=188): Launched
22:49:22.577071 run                             mass: MS start registered  {at=5914668.28041888, delay=0.004841884598135948, ms=00053}
22:49:22.852262 run                osmo-ms-mob/00054: Starting mobile
22:49:22.868166 run       osmo-ms-mob/00054(pid=189): Launched
22:49:22.879344 run                             mass: MS start registered  {at=5914668.582691186, delay=0.004753437824547291, ms=00054}
22:49:23.160286 run                osmo-ms-mob/00055: Starting mobile
22:49:23.175275 run       osmo-ms-mob/00055(pid=190): Launched
22:49:23.186667 run                             mass: MS start registered  {at=5914668.890017877, delay=0.004887471906840801, ms=00055}
22:49:23.453055 run                osmo-ms-mob/00056: Starting mobile
22:49:23.466805 run       osmo-ms-mob/00056(pid=191): Launched
22:49:23.477752 run                             mass: MS start registered  {at=5914669.181105807, delay=0.004706507548689842, ms=00056}
22:49:23.555385 run                             mass: MS performed LU  {at=5914669.258717062, lu_delay=5.494897342287004, ms=00039}
22:49:23.595013 run                             mass: MS performed LU  {at=5914669.298270668, lu_delay=4.80729765817523, ms=00041}
22:49:23.620678 run                osmo-ms-mob/00057: Starting mobile
22:49:23.634292 run       osmo-ms-mob/00057(pid=192): Launched
22:49:23.645586 run                             mass: MS start registered  {at=5914669.34893607, delay=0.004771901294589043, ms=00057}
22:49:23.685634 run                             mass: MS performed LU  {at=5914669.38890078, lu_delay=5.471493530087173, ms=00040}
22:49:23.848162 run                             mass: MS performed LU  {at=5914669.551415563, lu_delay=6.363848328590393, ms=00037}
22:49:23.882422 run                             mass: MS performed LU  {at=5914669.585767484, lu_delay=4.7996082762256265, ms=00042}
22:49:23.894124 run                osmo-ms-mob/00058: Starting mobile
22:49:23.907792 run       osmo-ms-mob/00058(pid=193): Launched
22:49:23.918886 run                             mass: MS start registered  {at=5914669.62223235, delay=0.004725232720375061, ms=00058}
22:49:24.464743 run                osmo-ms-mob/00059: Starting mobile
22:49:24.479235 run       osmo-ms-mob/00059(pid=194): Launched
22:49:24.490568 run                             mass: MS start registered  {at=5914670.193907785, delay=0.005011403001844883, ms=00059}
22:49:24.598049 run                             mass: MS performed LU  {at=5914670.301385784, lu_delay=6.821874792687595, ms=00038}
22:49:24.731704 run                             mass: MS performed LU  {at=5914670.435036142, lu_delay=4.943286955356598, ms=00044}
22:49:24.743993 run                osmo-ms-mob/00060: Starting mobile
22:49:24.758506 run       osmo-ms-mob/00060(pid=195): Launched
22:49:24.770401 run                             mass: MS start registered  {at=5914670.473741966, delay=0.005556801334023476, ms=00060}
22:49:25.152326 run                osmo-ms-mob/00061: Starting mobile
22:49:25.165989 run       osmo-ms-mob/00061(pid=196): Launched
22:49:25.177513 run                             mass: MS start registered  {at=5914670.880859225, delay=0.005098973400890827, ms=00061}
22:49:25.451963 run                osmo-ms-mob/00062: Starting mobile
22:49:25.465618 run       osmo-ms-mob/00062(pid=197): Launched
22:49:25.472058 run                             mass: MS performed LU  {at=5914671.175416702, lu_delay=4.493926292285323, ms=00048}
22:49:25.478337 run                             mass: MS start registered  {at=5914671.181701755, delay=0.006304208189249039, ms=00062}
22:49:25.511987 run                             mass: MS performed LU  {at=5914671.215317702, lu_delay=5.601116140373051, ms=00045}
22:49:25.523293 run                osmo-ms-mob/00063: Starting mobile
22:49:25.536623 run       osmo-ms-mob/00063(pid=198): Launched
22:49:25.547803 run                             mass: MS start registered  {at=5914671.251154622, delay=0.004956250078976154, ms=00063}
22:49:25.585660 run                             mass: MS performed LU  {at=5914671.288995045, lu_delay=5.485790115781128, ms=00046}
22:49:25.783966 run                             mass: MS performed LU  {at=5914671.487286193, lu_delay=6.303313898853958, ms=00043}
22:49:26.154358 run                osmo-ms-mob/00064: Starting mobile
22:49:26.168348 run       osmo-ms-mob/00064(pid=199): Launched
22:49:26.186342 run                             mass: MS start registered  {at=5914671.889663482, delay=0.01111510954797268, ms=00064}
22:49:26.380104 run                             mass: MS performed LU  {at=5914672.083416231, lu_delay=5.688231001608074, ms=00047}
22:49:26.553321 run                osmo-ms-mob/00065: Starting mobile
22:49:26.567424 run       osmo-ms-mob/00065(pid=200): Launched
22:49:26.579833 run                             mass: MS start registered  {at=5914672.283177765, delay=0.0015565333887934685, ms=00065}
22:49:26.651697 run                             mass: MS performed LU  {at=5914672.355033081, lu_delay=4.074614200741053, ms=00053}
22:49:26.852354 run                osmo-ms-mob/00066: Starting mobile
22:49:26.866334 run       osmo-ms-mob/00066(pid=201): Launched
22:49:26.877981 run                             mass: MS start registered  {at=5914672.581326196, delay=0.0054121799767017365, ms=00066}
22:49:26.933845 run                             mass: MS performed LU  {at=5914672.637179778, lu_delay=21.257980841211975, ms=00011}
22:49:27.251109 run                osmo-ms-mob/00067: Starting mobile
22:49:27.264858 run       osmo-ms-mob/00067(pid=202): Launched
22:49:27.276320 run                             mass: MS start registered  {at=5914672.979668638, delay=0.004982152953743935, ms=00067}
22:49:27.358412 run                             mass: MS performed LU  {at=5914673.061748533, lu_delay=5.770731305703521, ms=00050}
22:49:27.376448 run                             mass: MS performed LU  {at=5914673.079787809, lu_delay=5.412185032851994, ms=00052}
22:49:27.387639 run                osmo-ms-mob/00068: Starting mobile
22:49:27.401352 run       osmo-ms-mob/00068(pid=203): Launched
22:49:27.412259 run                             mass: MS start registered  {at=5914673.115609364, delay=0.004847350530326366, ms=00068}
22:49:27.450424 run                             mass: MS performed LU  {at=5914673.153732284, lu_delay=6.172738323919475, ms=00049}
22:49:27.648216 run                             mass: MS performed LU  {at=5914673.351552094, lu_delay=5.783578945323825, ms=00051}
22:49:27.657866 run                             mass: MS performed LU  {at=5914673.361217338, lu_delay=4.778526151552796, ms=00054}
22:49:27.669478 run                osmo-ms-mob/00069: Starting mobile
22:49:27.683371 run       osmo-ms-mob/00069(pid=204): Launched
22:49:27.695460 run                             mass: MS start registered  {at=5914673.398808446, delay=0.005394367501139641, ms=00069}
22:49:28.353480 run                osmo-ms-mob/00070: Starting mobile
22:49:28.367384 run       osmo-ms-mob/00070(pid=205): Launched
22:49:28.379298 run                             mass: MS start registered  {at=5914674.082649165, delay=0.005230698734521866, ms=00070}
22:49:28.493657 run                             mass: MS performed LU  {at=5914674.196964518, lu_delay=3.723222551867366, ms=00060}
22:49:28.751402 run                osmo-ms-mob/00071: Starting mobile
22:49:28.765768 run       osmo-ms-mob/00071(pid=206): Launched
22:49:28.785438 run                             mass: MS start registered  {at=5914674.488769017, delay=0.010738267563283443, ms=00071}
22:49:29.151588 run                osmo-ms-mob/00072: Starting mobile
22:49:29.165693 run       osmo-ms-mob/00072(pid=207): Launched
22:49:29.177006 run                             mass: MS start registered  {at=5914674.880357188, delay=0.004844381473958492, ms=00072}
22:49:29.203565 run                             mass: MS performed LU  {at=5914674.906903226, lu_delay=5.725797418504953, ms=00056}
22:49:29.222518 run                             mass: MS performed LU  {at=5914674.925845826, lu_delay=5.576909756287932, ms=00057}
22:49:29.351159 run                             mass: MS performed LU  {at=5914675.054479418, lu_delay=4.860571633093059, ms=00059}
22:49:29.364366 run                osmo-ms-mob/00073: Starting mobile
22:49:29.378425 run       osmo-ms-mob/00073(pid=208): Launched
22:49:29.393534 run                             mass: MS start registered  {at=5914675.096866563, delay=0.005981482565402985, ms=00073}
22:49:29.550308 run                             mass: MS performed LU  {at=5914675.253626752, lu_delay=5.631394402123988, ms=00058}
22:49:29.748874 run                             mass: MS performed LU  {at=5914675.452201476, lu_delay=6.562183598987758, ms=00055}
22:49:29.952057 run                osmo-ms-mob/00074: Starting mobile
22:49:29.965597 run       osmo-ms-mob/00074(pid=209): Launched
22:49:29.977157 run                             mass: MS start registered  {at=5914675.680496332, delay=0.005068623460829258, ms=00074}
22:49:30.351433 run                osmo-ms-mob/00075: Starting mobile
22:49:30.364802 run       osmo-ms-mob/00075(pid=210): Launched
22:49:30.376733 run                             mass: MS start registered  {at=5914676.080077414, delay=0.005335831083357334, ms=00075}
22:49:30.851018 run                osmo-ms-mob/00076: Starting mobile
22:49:30.864302 run       osmo-ms-mob/00076(pid=211): Launched
22:49:30.875633 run                             mass: MS start registered  {at=5914676.578987192, delay=0.005367659032344818, ms=00076}
22:49:31.123965 run                             mass: MS performed LU  {at=5914676.82727345, lu_delay=5.946414224803448, ms=00061}
22:49:31.188271 run                             mass: MS performed LU  {at=5914676.891599786, lu_delay=5.001936303451657, ms=00064}
22:49:31.200852 run                osmo-ms-mob/00077: Starting mobile
22:49:31.214109 run       osmo-ms-mob/00077(pid=212): Launched
22:49:31.220790 run                             mass: MS performed LU  {at=5914676.924144235, lu_delay=5.672989613376558, ms=00063}
22:49:31.226654 run                             mass: MS start registered  {at=5914676.930020484, delay=0.005900269374251366, ms=00077}
22:49:31.377588 run                             mass: MS performed LU  {at=5914677.080922836, lu_delay=5.899221081286669, ms=00062}
22:49:31.751733 run                osmo-ms-mob/00078: Starting mobile
22:49:31.765599 run       osmo-ms-mob/00078(pid=213): Launched
22:49:31.777589 run                             mass: MS start registered  {at=5914677.480907029, delay=0.005565102212131023, ms=00078}
22:49:32.155733 run                osmo-ms-mob/00079: Starting mobile
22:49:32.169984 run       osmo-ms-mob/00079(pid=214): Launched
22:49:32.176681 run                             mass: MS performed LU  {at=5914677.88003652, lu_delay=5.5968587547540665, ms=00065}
22:49:32.182902 run                             mass: MS start registered  {at=5914677.886267924, delay=0.00625413004308939, ms=00079}
22:49:32.651726 run                osmo-ms-mob/00080: Starting mobile
22:49:32.664936 run       osmo-ms-mob/00080(pid=215): Launched
22:49:32.676337 run                             mass: MS start registered  {at=5914678.379678254, delay=0.0052665285766124725, ms=00080}
22:49:32.969969 run                             mass: MS performed LU  {at=5914678.673293545, lu_delay=6.0919673489406705, ms=00066}
22:49:32.988287 run                             mass: MS performed LU  {at=5914678.691611606, lu_delay=5.292803159914911, ms=00069}
22:49:33.001386 run                osmo-ms-mob/00081: Starting mobile
22:49:33.014946 run       osmo-ms-mob/00081(pid=216): Launched
22:49:33.027101 run                             mass: MS start registered  {at=5914678.730433072, delay=0.0054858773946762085, ms=00081}
22:49:33.043084 run                             mass: MS performed LU  {at=5914678.746435, lu_delay=5.766766361892223, ms=00067}
22:49:33.298936 run                             mass: MS performed LU  {at=5914679.002186894, lu_delay=5.886577530764043, ms=00068}
22:49:33.569092 run                osmo-ms-mob/00082: Starting mobile
22:49:33.584948 run       osmo-ms-mob/00082(pid=217): Launched
22:49:33.596256 run                             mass: MS start registered  {at=5914679.299606007, delay=0.005250307731330395, ms=00082}
22:49:34.013277 run                             mass: MS performed LU  {at=5914679.716505396, lu_delay=5.633856231346726, ms=00070}
22:49:34.133184 run                             mass: MS performed LU  {at=5914679.83646036, lu_delay=5.347691343165934, ms=00071}
22:49:34.147563 run                osmo-ms-mob/00083: Starting mobile
22:49:34.161273 run       osmo-ms-mob/00083(pid=218): Launched
22:49:34.172788 run                             mass: MS start registered  {at=5914679.876128831, delay=0.005268755368888378, ms=00083}
22:49:34.664444 run                osmo-ms-mob/00084: Starting mobile
22:49:34.679393 run       osmo-ms-mob/00084(pid=219): Launched
22:49:34.690117 run                             mass: MS start registered  {at=5914680.393469378, delay=0.004749147221446037, ms=00084}
22:49:34.889785 run                             mass: MS performed LU  {at=5914680.5931034, lu_delay=5.496236837469041, ms=00073}
22:49:34.908350 run                             mass: MS performed LU  {at=5914680.611695405, lu_delay=4.931199072860181, ms=00074}
22:49:34.981354 run                             mass: MS performed LU  {at=5914680.684687712, lu_delay=4.604610297828913, ms=00075}
22:49:34.993025 run                osmo-ms-mob/00085: Starting mobile
22:49:35.006436 run       osmo-ms-mob/00085(pid=220): Launched
22:49:35.017789 run                             mass: MS start registered  {at=5914680.721142705, delay=0.0049581220373511314, ms=00085}
22:49:35.198840 run                             mass: MS performed LU  {at=5914680.902109037, lu_delay=6.021751848980784, ms=00072}
22:49:35.751907 run                osmo-ms-mob/00086: Starting mobile
22:49:35.765878 run       osmo-ms-mob/00086(pid=221): Launched
22:49:35.776987 run                             mass: MS start registered  {at=5914681.48033754, delay=0.004792866297066212, ms=00086}
22:49:36.351380 run                osmo-ms-mob/00087: Starting mobile
22:49:36.365243 run       osmo-ms-mob/00087(pid=222): Launched
22:49:36.376571 run                             mass: MS start registered  {at=5914682.079919993, delay=0.005015985108911991, ms=00087}
22:49:36.736700 run                             mass: MS performed LU  {at=5914682.439935156, lu_delay=4.5536672323942184, ms=00079}
22:49:36.759794 run                             mass: MS performed LU  {at=5914682.463153231, lu_delay=5.5331327468156815, ms=00077}
22:49:36.883506 run                             mass: MS performed LU  {at=5914682.586819919, lu_delay=6.0078327264636755, ms=00076}
22:49:36.895362 run                osmo-ms-mob/00088: Starting mobile
22:49:36.908484 run       osmo-ms-mob/00088(pid=223): Launched
22:49:36.920091 run                             mass: MS start registered  {at=5914682.623435874, delay=0.005226165987551212, ms=00088}
22:49:37.044649 run                             mass: MS performed LU  {at=5914682.747975986, lu_delay=5.267068957909942, ms=00078}
22:49:37.551114 run                osmo-ms-mob/00089: Starting mobile
22:49:37.564301 run       osmo-ms-mob/00089(pid=224): Launched
22:49:37.575764 run                             mass: MS start registered  {at=5914683.27911231, delay=0.005285890772938728, ms=00089}
22:49:38.152080 run                osmo-ms-mob/00090: Starting mobile
22:49:38.166795 run       osmo-ms-mob/00090(pid=225): Launched
22:49:38.178229 run                             mass: MS start registered  {at=5914683.881568805, delay=0.005123123526573181, ms=00090}
22:49:38.702377 run                             mass: MS performed LU  {at=5914684.405578881, lu_delay=5.67514580860734, ms=00081}
22:49:38.719946 run                             mass: MS performed LU  {at=5914684.423295134, lu_delay=5.123689127154648, ms=00082}
22:49:38.731776 run                osmo-ms-mob/00091: Starting mobile
22:49:38.745805 run       osmo-ms-mob/00091(pid=226): Launched
22:49:38.752448 run                             mass: MS performed LU  {at=5914684.455804255, lu_delay=6.076126000843942, ms=00080}
22:49:38.758564 run                             mass: MS start registered  {at=5914684.461929335, delay=0.00614683423191309, ms=00091}
22:49:39.129578 run                             mass: MS performed LU  {at=5914684.832805165, lu_delay=4.956676334142685, ms=00083}
22:49:39.553006 run                osmo-ms-mob/00092: Starting mobile
22:49:39.566575 run       osmo-ms-mob/00092(pid=227): Launched
22:49:39.577841 run                             mass: MS start registered  {at=5914685.281198366, delay=0.004800518974661827, ms=00092}
22:49:40.363792 run                osmo-ms-mob/00093: Starting mobile
22:49:40.377260 run       osmo-ms-mob/00093(pid=228): Launched
22:49:40.388494 run                             mass: MS start registered  {at=5914686.09184342, delay=0.005068428814411163, ms=00093}
22:49:40.483020 run                             mass: MS performed LU  {at=5914686.186315799, lu_delay=4.705978259444237, ms=00086}
22:49:40.500988 run                             mass: MS performed LU  {at=5914686.204322329, lu_delay=5.810852950438857, ms=00084}
22:49:40.649515 run                             mass: MS performed LU  {at=5914686.352768054, lu_delay=5.631625349633396, ms=00085}
22:49:41.251839 run                osmo-ms-mob/00094: Starting mobile
22:49:41.265402 run       osmo-ms-mob/00094(pid=229): Launched
22:49:41.276355 run                             mass: MS start registered  {at=5914686.979711004, delay=0.004686160944402218, ms=00094}
22:49:42.151277 run                osmo-ms-mob/00095: Starting mobile
22:49:42.165444 run       osmo-ms-mob/00095(pid=230): Launched
22:49:42.176636 run                             mass: MS start registered  {at=5914687.879976182, delay=0.005057208240032196, ms=00095}
22:49:42.467967 run                             mass: MS performed LU  {at=5914688.171299171, lu_delay=5.54786329716444, ms=00088}
22:49:42.485396 run                             mass: MS performed LU  {at=5914688.188744981, lu_delay=6.108824987895787, ms=00087}
22:49:42.513160 run                             mass: MS performed LU  {at=5914688.216515701, lu_delay=4.937403391115367, ms=00089}
22:49:43.151735 run                osmo-ms-mob/00096: Starting mobile
22:49:43.165391 run       osmo-ms-mob/00096(pid=231): Launched
22:49:43.176815 run                             mass: MS start registered  {at=5914688.880158406, delay=0.0051144808530807495, ms=00096}
22:49:44.252193 run                osmo-ms-mob/00097: Starting mobile
22:49:44.266147 run       osmo-ms-mob/00097(pid=232): Launched
22:49:44.272419 run                             mass: MS performed LU  {at=5914689.975776896, lu_delay=6.094208090566099, ms=00090}
22:49:44.278583 run                             mass: MS performed LU  {at=5914689.981947794, lu_delay=4.700749428011477, ms=00092}
22:49:44.284382 run                             mass: MS start registered  {at=5914689.987748816, delay=0.011989531107246876, ms=00097}
22:49:44.414873 run                             mass: MS performed LU  {at=5914690.118208233, lu_delay=5.656278898008168, ms=00091}
22:49:45.551381 run                osmo-ms-mob/00098: Starting mobile
22:49:45.565210 run       osmo-ms-mob/00098(pid=233): Launched
22:49:45.576370 run                             mass: MS start registered  {at=5914691.279719181, delay=0.004813128150999546, ms=00098}
22:49:46.233772 run                             mass: MS performed LU  {at=5914691.937084631, lu_delay=4.957373627461493, ms=00094}
22:49:46.251770 run                             mass: MS performed LU  {at=5914691.955125882, lu_delay=5.863282462581992, ms=00093}
22:49:47.352812 run                osmo-ms-mob/00099: Starting mobile
22:49:47.366724 run       osmo-ms-mob/00099(pid=234): Launched
22:49:47.373059 run                             mass: All started... {duration=55.7276301253587, too_slow=2}
22:49:47.379012 run                             mass: MS start registered  {at=5914693.082370622, delay=0.005946777760982513, ms=00099}
22:49:48.162199 run                             mass: MS performed LU  {at=5914693.865532549, lu_delay=4.985374143347144, ms=00096}
22:49:48.181026 run                             mass: MS performed LU  {at=5914693.884377902, lu_delay=6.0044017201289535, ms=00095}
22:49:49.998900 run                             mass: MS performed LU  {at=5914695.70219178, lu_delay=5.71444296464324, ms=00097}
22:49:50.488440 run                             mass: MS performed LU  {at=5914696.191751966, lu_delay=4.912032784894109, ms=00098}
22:49:52.399008 run                             mass: MS performed LU  {at=5914698.102344728, lu_delay=5.019974105991423, ms=00099}
22:49:52.405238 run                             mass: Tests done {all_completed=True, max=21.257980841211975, min=3.723222551867366}
22:49:52.410756 tst         register_default_mass.py: Test passed (85.8 sec)
22:49:52.416164 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:52.419616 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:52.423033 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:52.426445 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:52.429862 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:52.433323 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:52.436717 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:52.440073 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:52.443403 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:52.446755 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:52.450116 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:52.453470 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:52.456821 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:52.460253 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:52.463675 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:52.467039 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:52.470443 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:52.473837 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:52.477271 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:52.480620 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:52.484201 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:52.487614 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:52.490979 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:52.494336 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:52.498091 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:52.501491 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:52.504871 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:52.509009 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:52.512430 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:52.516187 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:52.519847 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:52.523242 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:52.526618 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:52.530001 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:52.533362 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:52.536766 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:52.540128 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:52.543796 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:52.547193 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:52.551062 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:52.554688 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:52.558452 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:52.562052 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:52.565411 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:52.568781 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:52.572145 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:52.575502 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:52.578861 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:52.582223 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:52.585579 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:52.588944 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:52.592291 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:52.595676 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:52.599029 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:52.603009 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:52.606392 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:52.609756 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:52.613136 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:52.616504 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:52.619869 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:52.623233 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:52.626596 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:52.629947 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:52.633302 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:52.636755 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:52.640114 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:52.643493 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:52.646848 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:52.650205 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:52.653555 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:52.659403 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:52.666232 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:52.673138 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:52.679846 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:52.685849 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:52.689228 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:52.692800 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:52.696173 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:52.699649 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:52.703040 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:52.706397 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:52.709760 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:52.713112 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:52.716464 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:52.719816 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:52.723197 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:52.726535 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:52.729872 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:52.733362 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:52.736719 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:52.740073 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:52.743382 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:52.746743 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:52.750228 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:52.753582 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:52.756953 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:52.760296 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:52.763668 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:52.767539 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:52.771459 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:52.774836 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:52.778268 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:52.781630 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:52.785212 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:52.788582 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:52.791952 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:52.795356 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:52.798758 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:52.802131 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:52.805497 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:52.808864 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:52.812216 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:52.815582 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:52.818964 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:52.822359 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:52.825815 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:52.829298 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:52.832680 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:52.836068 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:52.839492 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:52.842925 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:52.846370 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:52.849754 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:52.853110 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:52.856445 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:52.859846 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:52.863201 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:52.866554 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:52.869969 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:52.873378 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:52.876722 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:52.880056 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:52.883483 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:52.886846 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:52.890205 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:52.893631 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:52.896987 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:52.900335 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:52.903750 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:52.907103 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:52.910455 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:52.913866 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:52.917275 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:52.920632 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:52.924055 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:52.927477 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:52.930929 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:52.934360 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:52.937776 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:52.941178 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:52.944505 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:52.947918 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:52.951340 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:52.954764 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:52.958133 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:52.961556 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:52.964976 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:52.968383 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:52.971807 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:52.975225 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:52.978808 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:52.982265 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:52.985672 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:52.989201 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:52.992585 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:52.996019 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:52.999457 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:53.002850 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:53.006238 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:53.009612 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:53.012979 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:53.016359 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:53.019726 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:53.023101 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:53.026448 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:53.029721 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:53.033100 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:53.036436 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:53.039802 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:53.043083 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:53.046386 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:53.049638 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:53.052873 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:53.056106 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:53.059354 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:53.062657 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:53.066042 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:53.069338 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:53.072728 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:53.076098 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:53.079479 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:53.082846 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:53.086233 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:53.089617 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:53.092996 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:53.096384 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:53.099775 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:53.103162 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:53.106550 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:53.109944 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:53.113326 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:53.116696 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:53.120071 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:53.123446 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:53.126847 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:53.130220 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:53.133611 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:53.137004 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:53.140375 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:53.143763 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:53.147099 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:53.150434 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:53.153773 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:53.157155 ---      ParallelTerminationStrategy: PID 22 died...
22:49:53.158690 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:53.162434 ---      ParallelTerminationStrategy: PID 23 died...
22:49:53.163960 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:53.167704 ---      ParallelTerminationStrategy: PID 24 died...
22:49:53.169240 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:53.172993 ---      ParallelTerminationStrategy: PID 25 died...
22:49:53.174512 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:53.178274 ---      ParallelTerminationStrategy: PID 26 died...
22:49:53.179797 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:53.183608 ---      ParallelTerminationStrategy: PID 27 died...
22:49:53.185143 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:53.188920 ---      ParallelTerminationStrategy: PID 28 died...
22:49:53.190457 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:53.194261 ---      ParallelTerminationStrategy: PID 29 died...
22:49:53.195793 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:53.199608 ---      ParallelTerminationStrategy: PID 30 died...
22:49:53.201140 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:53.204937 ---      ParallelTerminationStrategy: PID 31 died...
22:49:53.206466 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:53.210281 ---      ParallelTerminationStrategy: PID 32 died...
22:49:53.211809 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:53.215624 ---      ParallelTerminationStrategy: PID 33 died...
22:49:53.217165 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:53.220969 ---      ParallelTerminationStrategy: PID 35 died...
22:49:53.222516 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:53.226312 ---      ParallelTerminationStrategy: PID 36 died...
22:49:53.227900 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:53.231721 ---      ParallelTerminationStrategy: PID 37 died...
22:49:53.233254 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:53.237062 ---      ParallelTerminationStrategy: PID 38 died...
22:49:53.238618 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:53.242424 ---      ParallelTerminationStrategy: PID 39 died...
22:49:53.243955 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:53.247756 ---      ParallelTerminationStrategy: PID 40 died...
22:49:53.249290 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:53.253121 ---      ParallelTerminationStrategy: PID 41 died...
22:49:53.254669 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:53.258513 ---      ParallelTerminationStrategy: PID 42 died...
22:49:53.260058 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:53.263846 ---      ParallelTerminationStrategy: PID 43 died...
22:49:53.265384 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:53.269186 ---      ParallelTerminationStrategy: PID 44 died...
22:49:53.270723 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:53.274521 ---      ParallelTerminationStrategy: PID 45 died...
22:49:53.276059 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:53.279904 ---      ParallelTerminationStrategy: PID 46 died...
22:49:53.281454 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:53.285262 ---      ParallelTerminationStrategy: PID 47 died...
22:49:53.286759 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:53.290542 ---      ParallelTerminationStrategy: PID 48 died...
22:49:53.292070 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:53.295811 ---      ParallelTerminationStrategy: PID 49 died...
22:49:53.297323 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:53.301107 ---      ParallelTerminationStrategy: PID 50 died...
22:49:53.302616 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:53.306354 ---      ParallelTerminationStrategy: PID 51 died...
22:49:53.307882 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:53.311602 ---      ParallelTerminationStrategy: PID 52 died...
22:49:53.313138 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:53.316931 ---      ParallelTerminationStrategy: PID 53 died...
22:49:53.318454 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:53.322231 ---      ParallelTerminationStrategy: PID 54 died...
22:49:53.323760 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:53.327542 ---      ParallelTerminationStrategy: PID 55 died...
22:49:53.329099 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:53.332914 ---      ParallelTerminationStrategy: PID 56 died...
22:49:53.334452 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:53.338226 ---      ParallelTerminationStrategy: PID 57 died...
22:49:53.339866 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:53.343676 ---      ParallelTerminationStrategy: PID 58 died...
22:49:53.345248 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:53.349045 ---      ParallelTerminationStrategy: PID 59 died...
22:49:53.350575 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:53.354342 ---      ParallelTerminationStrategy: PID 60 died...
22:49:53.355870 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:53.359660 ---      ParallelTerminationStrategy: PID 61 died...
22:49:53.361224 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:53.365017 ---      ParallelTerminationStrategy: PID 62 died...
22:49:53.366541 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:53.370333 ---      ParallelTerminationStrategy: PID 63 died...
22:49:53.371862 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:53.375617 ---      ParallelTerminationStrategy: PID 64 died...
22:49:53.377138 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:53.380905 ---      ParallelTerminationStrategy: PID 65 died...
22:49:53.382418 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:53.386174 ---      ParallelTerminationStrategy: PID 66 died...
22:49:53.387695 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:53.391442 ---      ParallelTerminationStrategy: PID 67 died...
22:49:53.392988 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:53.396741 ---      ParallelTerminationStrategy: PID 68 died...
22:49:53.398243 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:53.402031 ---      ParallelTerminationStrategy: PID 69 died...
22:49:53.403556 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:53.407334 ---      ParallelTerminationStrategy: PID 70 died...
22:49:53.408884 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:53.412664 ---      ParallelTerminationStrategy: PID 71 died...
22:49:53.414185 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:53.417907 ---      ParallelTerminationStrategy: PID 72 died...
22:49:53.419425 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:53.423174 ---      ParallelTerminationStrategy: PID 73 died...
22:49:53.424692 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:53.428422 ---      ParallelTerminationStrategy: PID 74 died...
22:49:53.429929 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:53.433671 ---      ParallelTerminationStrategy: PID 75 died...
22:49:53.435178 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:53.438924 ---      ParallelTerminationStrategy: PID 76 died...
22:49:53.440426 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:53.444165 ---      ParallelTerminationStrategy: PID 77 died...
22:49:53.445676 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:53.449414 ---      ParallelTerminationStrategy: PID 78 died...
22:49:53.450921 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:53.454665 ---      ParallelTerminationStrategy: PID 79 died...
22:49:53.456184 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:53.459899 ---      ParallelTerminationStrategy: PID 80 died...
22:49:53.461402 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:53.465132 ---      ParallelTerminationStrategy: PID 81 died...
22:49:53.466710 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:53.470503 ---      ParallelTerminationStrategy: PID 82 died...
22:49:53.472022 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:53.475748 ---      ParallelTerminationStrategy: PID 83 died...
22:49:53.477254 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:53.481009 ---      ParallelTerminationStrategy: PID 84 died...
22:49:53.482519 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:53.486262 ---      ParallelTerminationStrategy: PID 85 died...
22:49:53.487778 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:53.491516 ---      ParallelTerminationStrategy: PID 86 died...
22:49:53.493022 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:53.496741 ---      ParallelTerminationStrategy: PID 87 died...
22:49:53.498250 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:53.502024 ---      ParallelTerminationStrategy: PID 88 died...
22:49:53.503531 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:53.507266 ---      ParallelTerminationStrategy: PID 89 died...
22:49:53.508781 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:53.512523 ---      ParallelTerminationStrategy: PID 90 died...
22:49:53.514033 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:53.517771 ---      ParallelTerminationStrategy: PID 91 died...
22:49:53.519283 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:53.523051 ---      ParallelTerminationStrategy: PID 92 died...
22:49:53.524553 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:53.528278 ---      ParallelTerminationStrategy: PID 93 died...
22:49:53.529791 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:53.533535 ---      ParallelTerminationStrategy: PID 94 died...
22:49:53.535050 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:53.538786 ---      ParallelTerminationStrategy: PID 95 died...
22:49:53.540303 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:53.544044 ---      ParallelTerminationStrategy: PID 96 died...
22:49:53.545598 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:53.549319 ---      ParallelTerminationStrategy: PID 97 died...
22:49:53.550837 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:53.554552 ---      ParallelTerminationStrategy: PID 98 died...
22:49:53.556063 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:53.559818 ---      ParallelTerminationStrategy: PID 99 died...
22:49:53.561369 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:53.565108 ---      ParallelTerminationStrategy: PID 100 died...
22:49:53.566619 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:53.570351 ---      ParallelTerminationStrategy: PID 101 died...
22:49:53.571857 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:53.575614 ---      ParallelTerminationStrategy: PID 102 died...
22:49:53.577115 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:53.580852 ---      ParallelTerminationStrategy: PID 103 died...
22:49:53.582365 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:53.586099 ---      ParallelTerminationStrategy: PID 104 died...
22:49:53.587613 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:53.591356 ---      ParallelTerminationStrategy: PID 105 died...
22:49:53.592899 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:53.596659 ---      ParallelTerminationStrategy: PID 106 died...
22:49:53.598180 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:53.601928 ---      ParallelTerminationStrategy: PID 107 died...
22:49:53.603462 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:53.607562 ---      ParallelTerminationStrategy: PID 108 died...
22:49:53.609266 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:53.613549 ---      ParallelTerminationStrategy: PID 109 died...
22:49:53.615336 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:53.619792 ---      ParallelTerminationStrategy: PID 110 died...
22:49:53.621624 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:53.626168 ---      ParallelTerminationStrategy: PID 111 died...
22:49:53.628019 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:53.632646 ---      ParallelTerminationStrategy: PID 112 died...
22:49:53.634493 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:53.639035 ---      ParallelTerminationStrategy: PID 113 died...
22:49:53.640872 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:53.645483 ---      ParallelTerminationStrategy: PID 114 died...
22:49:53.647340 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:53.651877 ---      ParallelTerminationStrategy: PID 115 died...
22:49:53.653670 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:53.658069 ---      ParallelTerminationStrategy: PID 116 died...
22:49:53.659858 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:53.664298 ---      ParallelTerminationStrategy: PID 117 died...
22:49:53.666096 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:53.670509 ---      ParallelTerminationStrategy: PID 118 died...
22:49:53.672312 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:53.676785 ---      ParallelTerminationStrategy: PID 119 died...
22:49:53.678587 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:53.682808 ---      ParallelTerminationStrategy: PID 120 died...
22:49:53.684510 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:53.688712 ---      ParallelTerminationStrategy: PID 121 died...
22:49:53.690420 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:53.694667 ---      ParallelTerminationStrategy: PID 122 died...
22:49:53.696406 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:53.700749 ---      ParallelTerminationStrategy: PID 123 died...
22:49:53.702497 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:53.706960 ---      ParallelTerminationStrategy: PID 124 died...
22:49:53.708750 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:53.713218 ---      ParallelTerminationStrategy: PID 125 died...
22:49:53.715017 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:53.719434 ---      ParallelTerminationStrategy: PID 126 died...
22:49:53.721254 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:53.725673 ---      ParallelTerminationStrategy: PID 127 died...
22:49:53.727461 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:53.731868 ---      ParallelTerminationStrategy: PID 128 died...
22:49:53.733646 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:53.738062 ---      ParallelTerminationStrategy: PID 129 died...
22:49:53.739819 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:53.744030 ---      ParallelTerminationStrategy: PID 130 died...
22:49:53.745749 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:53.750051 ---      ParallelTerminationStrategy: PID 131 died...
22:49:53.751794 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:53.756193 ---      ParallelTerminationStrategy: PID 132 died...
22:49:53.757982 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:53.762480 ---      ParallelTerminationStrategy: PID 133 died...
22:49:53.764291 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:53.768874 ---      ParallelTerminationStrategy: PID 134 died...
22:49:53.770697 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:53.775148 ---      ParallelTerminationStrategy: PID 135 died...
22:49:53.776894 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:53.781223 ---      ParallelTerminationStrategy: PID 136 died...
22:49:53.782964 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:53.787242 ---      ParallelTerminationStrategy: PID 137 died...
22:49:53.788976 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:53.793236 ---      ParallelTerminationStrategy: PID 138 died...
22:49:53.794966 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:53.799241 ---      ParallelTerminationStrategy: PID 139 died...
22:49:53.800969 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:53.805291 ---      ParallelTerminationStrategy: PID 140 died...
22:49:53.807008 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:53.811303 ---      ParallelTerminationStrategy: PID 141 died...
22:49:53.813184 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:53.817529 ---      ParallelTerminationStrategy: PID 142 died...
22:49:53.819253 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:53.823586 ---      ParallelTerminationStrategy: PID 143 died...
22:49:53.825314 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:53.829675 ---      ParallelTerminationStrategy: PID 144 died...
22:49:53.831457 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:53.835896 ---      ParallelTerminationStrategy: PID 145 died...
22:49:53.837651 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:53.842055 ---      ParallelTerminationStrategy: PID 146 died...
22:49:53.843806 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:53.847994 ---      ParallelTerminationStrategy: PID 147 died...
22:49:53.849705 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:53.853939 ---      ParallelTerminationStrategy: PID 148 died...
22:49:53.855710 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:53.859998 ---      ParallelTerminationStrategy: PID 149 died...
22:49:53.861745 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:53.866080 ---      ParallelTerminationStrategy: PID 150 died...
22:49:53.867810 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:53.872075 ---      ParallelTerminationStrategy: PID 151 died...
22:49:53.873851 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:53.878108 ---      ParallelTerminationStrategy: PID 152 died...
22:49:53.879836 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:53.884129 ---      ParallelTerminationStrategy: PID 153 died...
22:49:53.885858 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:53.890177 ---      ParallelTerminationStrategy: PID 154 died...
22:49:53.891940 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:53.896342 ---      ParallelTerminationStrategy: PID 155 died...
22:49:53.898105 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:53.902502 ---      ParallelTerminationStrategy: PID 156 died...
22:49:53.904260 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:53.908660 ---      ParallelTerminationStrategy: PID 157 died...
22:49:53.910428 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:53.914843 ---      ParallelTerminationStrategy: PID 158 died...
22:49:53.916613 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:53.921079 ---      ParallelTerminationStrategy: PID 159 died...
22:49:53.922874 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:53.927351 ---      ParallelTerminationStrategy: PID 160 died...
22:49:53.929181 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:53.933736 ---      ParallelTerminationStrategy: PID 161 died...
22:49:53.935552 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:53.939969 ---      ParallelTerminationStrategy: PID 162 died...
22:49:53.941793 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:53.946305 ---      ParallelTerminationStrategy: PID 163 died...
22:49:53.948074 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:53.952470 ---      ParallelTerminationStrategy: PID 164 died...
22:49:53.954430 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:53.958813 ---      ParallelTerminationStrategy: PID 165 died...
22:49:53.960511 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:53.964727 ---      ParallelTerminationStrategy: PID 166 died...
22:49:53.966414 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:53.970668 ---      ParallelTerminationStrategy: PID 167 died...
22:49:53.972402 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:53.976702 ---      ParallelTerminationStrategy: PID 168 died...
22:49:53.978428 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:53.982728 ---      ParallelTerminationStrategy: PID 169 died...
22:49:53.984456 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:53.988743 ---      ParallelTerminationStrategy: PID 170 died...
22:49:53.990475 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:53.994807 ---      ParallelTerminationStrategy: PID 171 died...
22:49:53.996527 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:54.000820 ---      ParallelTerminationStrategy: PID 172 died...
22:49:54.002538 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:54.006825 ---      ParallelTerminationStrategy: PID 173 died...
22:49:54.008560 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:54.012846 ---      ParallelTerminationStrategy: PID 174 died...
22:49:54.014579 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:54.018911 ---      ParallelTerminationStrategy: PID 175 died...
22:49:54.020637 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:54.024927 ---      ParallelTerminationStrategy: PID 176 died...
22:49:54.026645 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:54.030920 ---      ParallelTerminationStrategy: PID 177 died...
22:49:54.032663 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:54.037002 ---      ParallelTerminationStrategy: PID 178 died...
22:49:54.038669 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:54.042774 ---      ParallelTerminationStrategy: PID 179 died...
22:49:54.044427 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:54.048561 ---      ParallelTerminationStrategy: PID 180 died...
22:49:54.050257 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:54.054442 ---      ParallelTerminationStrategy: PID 181 died...
22:49:54.056137 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:54.060296 ---      ParallelTerminationStrategy: PID 182 died...
22:49:54.061982 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:54.066190 ---      ParallelTerminationStrategy: PID 183 died...
22:49:54.067874 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:54.072053 ---      ParallelTerminationStrategy: PID 184 died...
22:49:54.073738 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:54.077859 ---      ParallelTerminationStrategy: PID 185 died...
22:49:54.079508 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:54.083625 ---      ParallelTerminationStrategy: PID 186 died...
22:49:54.085368 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:54.089746 ---      ParallelTerminationStrategy: PID 187 died...
22:49:54.091482 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:54.095781 ---      ParallelTerminationStrategy: PID 188 died...
22:49:54.097518 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:54.101853 ---      ParallelTerminationStrategy: PID 189 died...
22:49:54.103576 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:54.107899 ---      ParallelTerminationStrategy: PID 190 died...
22:49:54.109709 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:54.114051 ---      ParallelTerminationStrategy: PID 191 died...
22:49:54.115786 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:54.120098 ---      ParallelTerminationStrategy: PID 192 died...
22:49:54.121838 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:54.126181 ---      ParallelTerminationStrategy: PID 193 died...
22:49:54.127908 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:54.132212 ---      ParallelTerminationStrategy: PID 194 died...
22:49:54.133956 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:54.138311 ---      ParallelTerminationStrategy: PID 195 died...
22:49:54.140036 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:54.144371 ---      ParallelTerminationStrategy: PID 196 died...
22:49:54.146098 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:54.150408 ---      ParallelTerminationStrategy: PID 197 died...
22:49:54.152139 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:54.156542 ---      ParallelTerminationStrategy: PID 198 died...
22:49:54.158287 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:54.162577 ---      ParallelTerminationStrategy: PID 199 died...
22:49:54.164296 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:54.168597 ---      ParallelTerminationStrategy: PID 200 died...
22:49:54.170329 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:54.174709 ---      ParallelTerminationStrategy: PID 201 died...
22:49:54.176464 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:54.180816 ---      ParallelTerminationStrategy: PID 202 died...
22:49:54.182554 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:54.186887 ---      ParallelTerminationStrategy: PID 203 died...
22:49:54.188621 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:54.192929 ---      ParallelTerminationStrategy: PID 204 died...
22:49:54.194659 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:54.198974 ---      ParallelTerminationStrategy: PID 205 died...
22:49:54.200722 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:54.205063 ---      ParallelTerminationStrategy: PID 206 died...
22:49:54.206791 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:54.211107 ---      ParallelTerminationStrategy: PID 207 died...
22:49:54.212837 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:54.217161 ---      ParallelTerminationStrategy: PID 208 died...
22:49:54.218894 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:54.223232 ---      ParallelTerminationStrategy: PID 209 died...
22:49:54.224984 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:54.229361 ---      ParallelTerminationStrategy: PID 210 died...
22:49:54.231163 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:54.235745 ---      ParallelTerminationStrategy: PID 211 died...
22:49:54.237579 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:54.242032 ---      ParallelTerminationStrategy: PID 212 died...
22:49:54.243817 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:54.248249 ---      ParallelTerminationStrategy: PID 213 died...
22:49:54.250019 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:54.254403 ---      ParallelTerminationStrategy: PID 214 died...
22:49:54.256178 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:54.260613 ---      ParallelTerminationStrategy: PID 215 died...
22:49:54.262407 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:54.266870 ---      ParallelTerminationStrategy: PID 216 died...
22:49:54.268693 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:54.273200 ---      ParallelTerminationStrategy: PID 217 died...
22:49:54.274999 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:54.279501 ---      ParallelTerminationStrategy: PID 218 died...
22:49:54.281293 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:54.285744 ---      ParallelTerminationStrategy: PID 219 died...
22:49:54.287533 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:54.291971 ---      ParallelTerminationStrategy: PID 220 died...
22:49:54.293801 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:54.298341 ---      ParallelTerminationStrategy: PID 221 died...
22:49:54.300178 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:54.304781 ---      ParallelTerminationStrategy: PID 222 died...
22:49:54.306608 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:54.311148 ---      ParallelTerminationStrategy: PID 223 died...
22:49:54.312925 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:54.317326 ---      ParallelTerminationStrategy: PID 224 died...
22:49:54.319105 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:54.323527 ---      ParallelTerminationStrategy: PID 225 died...
22:49:54.325305 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:54.329609 ---      ParallelTerminationStrategy: PID 226 died...
22:49:54.331292 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:54.335493 ---      ParallelTerminationStrategy: PID 227 died...
22:49:54.337177 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:54.341361 ---      ParallelTerminationStrategy: PID 228 died...
22:49:54.343076 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:54.347398 ---      ParallelTerminationStrategy: PID 229 died...
22:49:54.349129 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:54.353412 ---      ParallelTerminationStrategy: PID 230 died...
22:49:54.355142 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:54.359441 ---      ParallelTerminationStrategy: PID 231 died...
22:49:54.361196 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:54.365501 ---      ParallelTerminationStrategy: PID 232 died...
22:49:54.367249 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:54.371565 ---      ParallelTerminationStrategy: PID 233 died...
22:49:54.373296 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:54.377636 ---      ParallelTerminationStrategy: PID 234 died...
22:49:54.379364 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:57.783326 ---      ParallelTerminationStrategy: PID 34 died...
22:49:57.785738 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7913 netreg_mass PASS
---------------------------------------------------------------------
22:49:57.876021 tst                       trial-7913: Storing JUnit report in /build/trial-7913/run.2025-03-22_22-48-26/trial-7913.xml

--------------------------------------------------------------------------------------------
trial-7913 PASS
--------------------------------------------------------------------------------------------
22:49:57.901006 tst                       trial-7913: trial-7913: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.8 sec)
+ exit_code=0
+ rm -rf trial-7913/inst
+ cd trial-7913
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-22 22:48:25
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7913-run.tgz run.2025-03-22_22-48-26
+ tar czf /build/trial-7913-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-22_13_25_48.tgz osmo-bts-oc2g.build-2025-03-22_00_51_33.tgz osmo-bts-sysmo.build-2025-03-22_00_51_31.tgz osmo-bts.build-2025-03-22_00_51_45.tgz osmo-ggsn.build-2025-03-22_20_42_45.tgz osmo-hlr.build-2025-03-22_16_37_04.tgz osmo-hnbgw.build-2025-03-22_13_28_55.tgz osmo-mgw.build-2025-03-22_08_33_14.tgz osmo-msc.build-2025-03-22_13_33_11.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-22_07_44_58.tgz osmo-pcu-sysmo.build-2025-03-22_07_44_58.tgz osmo-pcu.build-2025-03-22_07_44_56.tgz osmo-sgsn.build-2025-03-22_20_48_04.tgz osmo-stp.build-2025-03-22_13_23_04.tgz osmo-trx.build-2025-03-22_14_27_55.tgz osmocom-bb.build-2025-03-22_21_17_12.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

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