Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5544554010821387267.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-8159
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ 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 M3UA_TESTTOOL_BRANCH=osmocom/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_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

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

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

#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.0s

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

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

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

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

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

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

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

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

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

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

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

#17 [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://archive.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
#17 CACHED

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

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

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

#21 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#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 [ 8/28] RUN	MKDIR /var/run/sshd
#24 CACHED

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:ac5da055631e217d01024943145293095f8db8996a62903431882fa623b0c072 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
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=8160 -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-11-24 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8160
+ mkdir -p trial-8160
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-24_13_26_12.tgz osmo-bts-oc2g.build-2025-11-24_00_51_47.tgz osmo-bts-sysmo.build-2025-11-24_00_51_37.tgz osmo-bts.build-2025-11-24_00_51_55.tgz osmo-ggsn.build-2025-11-24_20_42_36.tgz osmo-hlr.build-2025-11-24_16_36_54.tgz osmo-hnbgw.build-2025-11-24_13_30_14.tgz osmo-mgw.build-2025-11-24_08_33_11.tgz osmo-msc.build-2025-11-24_13_32_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-24_07_33_58.tgz osmo-pcu-sysmo.build-2025-11-24_07_34_03.tgz osmo-pcu.build-2025-11-24_07_36_09.tgz osmo-sgsn.build-2025-11-24_20_48_25.tgz osmo-stp.build-2025-11-24_13_23_05.tgz osmo-trx.build-2025-11-24_14_25_43.tgz osmocom-bb.build-2025-11-24_21_17_54.tgz srslte.build-19.tgz trial-8160
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-24_13_26_12.md5 osmo-bts-oc2g.build-2025-11-24_00_51_47.md5 osmo-bts-sysmo.build-2025-11-24_00_51_37.md5 osmo-bts.build-2025-11-24_00_51_55.md5 osmo-ggsn.build-2025-11-24_20_42_36.md5 osmo-hlr.build-2025-11-24_16_36_54.md5 osmo-hnbgw.build-2025-11-24_13_30_14.md5 osmo-mgw.build-2025-11-24_08_33_11.md5 osmo-msc.build-2025-11-24_13_32_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-24_07_33_58.md5 osmo-pcu-sysmo.build-2025-11-24_07_34_03.md5 osmo-pcu.build-2025-11-24_07_36_09.md5 osmo-sgsn.build-2025-11-24_20_48_25.md5 osmo-stp.build-2025-11-24_13_23_05.md5 osmo-trx.build-2025-11-24_14_25_43.md5 osmocom-bb.build-2025-11-24_21_17_54.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-24_13_26_12.md5 osmo-bts-oc2g.build-2025-11-24_00_51_47.md5 osmo-bts-sysmo.build-2025-11-24_00_51_37.md5 osmo-bts.build-2025-11-24_00_51_55.md5 osmo-ggsn.build-2025-11-24_20_42_36.md5 osmo-hlr.build-2025-11-24_16_36_54.md5 osmo-hnbgw.build-2025-11-24_13_30_14.md5 osmo-mgw.build-2025-11-24_08_33_11.md5 osmo-msc.build-2025-11-24_13_32_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-24_07_33_58.md5 osmo-pcu-sysmo.build-2025-11-24_07_34_03.md5 osmo-pcu.build-2025-11-24_07_36_09.md5 osmo-sgsn.build-2025-11-24_20_48_25.md5 osmo-stp.build-2025-11-24_13_23_05.md5 osmo-trx.build-2025-11-24_14_25_43.md5 osmocom-bb.build-2025-11-24_21_17_54.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-8160 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8160'
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-8160
--------------------------------------------------------------------------------------------
22:48:18.892510 tst                       trial-8160: Detailed log at /build/trial-8160/run.2025-11-24_22-48-18/log

---------------------------------------------------------------------
trial-8160 netreg_mass
---------------------------------------------------------------------
22:48:19.094981 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.095325 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.096127 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.097298 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.138805 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.139670 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.140841 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.203294 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-8160 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.204073 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.219393 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.219936 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.220417 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.220868 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.221309 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.221774 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.222221 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.252948 tst         register_default_mass.py: using LAC 2
22:48:19.275416 tst         register_default_mass.py: using RAC 2
22:48:19.302594 tst         register_default_mass.py: using CellId 2
22:48:19.333042 tst         register_default_mass.py: using BVCI 3
22:48:19.347222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.347904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.348483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.349001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.349513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.350026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.350517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.351028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.351552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.352055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.352546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.353038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.353598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.354120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.354648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.355169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.355682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.356210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.356735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.357248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.357764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.358293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.358810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.359343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.359855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.360360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.360890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.361401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.361922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.362443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.362949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.363476 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.363996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.364515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.365046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.365556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.366061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.366590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.367105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.367604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.368112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.368618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.369134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.369652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.370165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.370669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.371172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.371690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.372194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.372696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.373221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.373724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.374221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.374739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.375249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.375763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.376283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.376795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.377296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.377803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.378302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.378800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.379320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.379838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.380333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.380856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.381370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.381877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.382380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.382897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.383398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.383902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.384483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.384995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.385496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.386011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.386504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.386997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.387507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.388002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.388494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.388997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.389500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.389994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.390483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.390983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.391482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.391974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.392485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.392993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.393491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.393986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.394510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.395011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.395505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.396013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.396516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.397023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.397539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.398044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.398535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.399089 tst      register_default_mass.py:21: Launching a simple network
22:48:19.409230 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.526901 run            create_hlr_db(pid=19): Launched
22:48:20.541789 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:20.558280 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:20.573747 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:20.579772 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.764804 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:20.779780 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:20.789941 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.203797 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:21.219549 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:24.234489 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.347148 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:24.362210 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:24.367929 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.391390 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:24.406438 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:24.412174 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.722154 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:24.737383 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:30.763316 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.909898 run         osmo-bts-virtual(pid=33): Launched
22:48:31.945003 tst         register_default_mass.py: using MSISDN 1001
22:48:31.959035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.997935 tst         register_default_mass.py: using MSISDN 1002
22:48:32.015403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.045892 tst         register_default_mass.py: using MSISDN 1003
22:48:32.060490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.090679 tst         register_default_mass.py: using MSISDN 1004
22:48:32.104875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.135593 tst         register_default_mass.py: using MSISDN 1005
22:48:32.150162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.180546 tst         register_default_mass.py: using MSISDN 1006
22:48:32.194886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.225494 tst         register_default_mass.py: using MSISDN 1007
22:48:32.239607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.270104 tst         register_default_mass.py: using MSISDN 1008
22:48:32.284339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.314905 tst         register_default_mass.py: using MSISDN 1009
22:48:32.329332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.359795 tst         register_default_mass.py: using MSISDN 1010
22:48:32.374146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.404470 tst         register_default_mass.py: using MSISDN 1011
22:48:32.418910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.449717 tst         register_default_mass.py: using MSISDN 1012
22:48:32.463927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.494469 tst         register_default_mass.py: using MSISDN 1013
22:48:32.508829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.539555 tst         register_default_mass.py: using MSISDN 1014
22:48:32.554086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.593322 tst         register_default_mass.py: using MSISDN 1015
22:48:32.611105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.641897 tst         register_default_mass.py: using MSISDN 1016
22:48:32.656736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.687455 tst         register_default_mass.py: using MSISDN 1017
22:48:32.701981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.732695 tst         register_default_mass.py: using MSISDN 1018
22:48:32.747304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.778170 tst         register_default_mass.py: using MSISDN 1019
22:48:32.792800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.822960 tst         register_default_mass.py: using MSISDN 1020
22:48:32.837122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.867893 tst         register_default_mass.py: using MSISDN 1021
22:48:32.882345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.912758 tst         register_default_mass.py: using MSISDN 1022
22:48:32.927187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.957966 tst         register_default_mass.py: using MSISDN 1023
22:48:32.972266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.006680 tst         register_default_mass.py: using MSISDN 1024
22:48:33.022831 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.053450 tst         register_default_mass.py: using MSISDN 1025
22:48:33.068101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.098975 tst         register_default_mass.py: using MSISDN 1026
22:48:33.113558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.144102 tst         register_default_mass.py: using MSISDN 1027
22:48:33.158600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.189823 tst         register_default_mass.py: using MSISDN 1028
22:48:33.204509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.235281 tst         register_default_mass.py: using MSISDN 1029
22:48:33.249842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.280723 tst         register_default_mass.py: using MSISDN 1030
22:48:33.295397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.326304 tst         register_default_mass.py: using MSISDN 1031
22:48:33.340861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.371890 tst         register_default_mass.py: using MSISDN 1032
22:48:33.386605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.417797 tst         register_default_mass.py: using MSISDN 1033
22:48:33.432558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.463595 tst         register_default_mass.py: using MSISDN 1034
22:48:33.478313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.508999 tst         register_default_mass.py: using MSISDN 1035
22:48:33.523408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.553979 tst         register_default_mass.py: using MSISDN 1036
22:48:33.568395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.598981 tst         register_default_mass.py: using MSISDN 1037
22:48:33.613380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.643975 tst         register_default_mass.py: using MSISDN 1038
22:48:33.658439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.688869 tst         register_default_mass.py: using MSISDN 1039
22:48:33.703290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.732496 tst         register_default_mass.py: using MSISDN 1040
22:48:33.742281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.771424 tst         register_default_mass.py: using MSISDN 1041
22:48:33.786544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.816037 tst         register_default_mass.py: using MSISDN 1042
22:48:33.829935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.860257 tst         register_default_mass.py: using MSISDN 1043
22:48:33.870785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.900333 tst         register_default_mass.py: using MSISDN 1044
22:48:33.915498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.946377 tst         register_default_mass.py: using MSISDN 1045
22:48:33.961049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.991758 tst         register_default_mass.py: using MSISDN 1046
22:48:34.006274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.036565 tst         register_default_mass.py: using MSISDN 1047
22:48:34.050966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.081121 tst         register_default_mass.py: using MSISDN 1048
22:48:34.095464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.125814 tst         register_default_mass.py: using MSISDN 1049
22:48:34.140196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.170680 tst         register_default_mass.py: using MSISDN 1050
22:48:34.184966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.215603 tst         register_default_mass.py: using MSISDN 1051
22:48:34.230084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.259967 tst         register_default_mass.py: using MSISDN 1052
22:48:34.273987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.303897 tst         register_default_mass.py: using MSISDN 1053
22:48:34.318027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.348268 tst         register_default_mass.py: using MSISDN 1054
22:48:34.362573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.392917 tst         register_default_mass.py: using MSISDN 1055
22:48:34.407185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.437683 tst         register_default_mass.py: using MSISDN 1056
22:48:34.452020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.482322 tst         register_default_mass.py: using MSISDN 1057
22:48:34.496647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.526807 tst         register_default_mass.py: using MSISDN 1058
22:48:34.541033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.571277 tst         register_default_mass.py: using MSISDN 1059
22:48:34.585605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.615719 tst         register_default_mass.py: using MSISDN 1060
22:48:34.629897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.660111 tst         register_default_mass.py: using MSISDN 1061
22:48:34.674413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.702952 tst         register_default_mass.py: using MSISDN 1062
22:48:34.716460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.745906 tst         register_default_mass.py: using MSISDN 1063
22:48:34.759685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.789935 tst         register_default_mass.py: using MSISDN 1064
22:48:34.804146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.834208 tst         register_default_mass.py: using MSISDN 1065
22:48:34.848460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.878595 tst         register_default_mass.py: using MSISDN 1066
22:48:34.892672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.922856 tst         register_default_mass.py: using MSISDN 1067
22:48:34.937206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.967315 tst         register_default_mass.py: using MSISDN 1068
22:48:34.981458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.011226 tst         register_default_mass.py: using MSISDN 1069
22:48:35.025276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.055593 tst         register_default_mass.py: using MSISDN 1070
22:48:35.069798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.100210 tst         register_default_mass.py: using MSISDN 1071
22:48:35.114514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.145000 tst         register_default_mass.py: using MSISDN 1072
22:48:35.159254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.188400 tst         register_default_mass.py: using MSISDN 1073
22:48:35.202222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.232241 tst         register_default_mass.py: using MSISDN 1074
22:48:35.246141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.276777 tst         register_default_mass.py: using MSISDN 1075
22:48:35.291157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.321249 tst         register_default_mass.py: using MSISDN 1076
22:48:35.335450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.364905 tst         register_default_mass.py: using MSISDN 1077
22:48:35.378773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.409315 tst         register_default_mass.py: using MSISDN 1078
22:48:35.423613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.454297 tst         register_default_mass.py: using MSISDN 1079
22:48:35.468744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.499357 tst         register_default_mass.py: using MSISDN 1080
22:48:35.513931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.544552 tst         register_default_mass.py: using MSISDN 1081
22:48:35.559101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.589786 tst         register_default_mass.py: using MSISDN 1082
22:48:35.604125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.634471 tst         register_default_mass.py: using MSISDN 1083
22:48:35.648904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.679509 tst         register_default_mass.py: using MSISDN 1084
22:48:35.693902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.724291 tst         register_default_mass.py: using MSISDN 1085
22:48:35.738718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.768893 tst         register_default_mass.py: using MSISDN 1086
22:48:35.783173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.813375 tst         register_default_mass.py: using MSISDN 1087
22:48:35.827531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.857414 tst         register_default_mass.py: using MSISDN 1088
22:48:35.871420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.901135 tst         register_default_mass.py: using MSISDN 1089
22:48:35.915158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.943885 tst         register_default_mass.py: using MSISDN 1090
22:48:35.957268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.986170 tst         register_default_mass.py: using MSISDN 1091
22:48:35.999631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.029317 tst         register_default_mass.py: using MSISDN 1092
22:48:36.043262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.072091 tst         register_default_mass.py: using MSISDN 1093
22:48:36.085678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.122314 tst         register_default_mass.py: using MSISDN 1094
22:48:36.139288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.169914 tst         register_default_mass.py: using MSISDN 1095
22:48:36.184504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.214781 tst         register_default_mass.py: using MSISDN 1096
22:48:36.229131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.258614 tst         register_default_mass.py: using MSISDN 1097
22:48:36.272511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.302779 tst         register_default_mass.py: using MSISDN 1098
22:48:36.317002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.347563 tst         register_default_mass.py: using MSISDN 1099
22:48:36.361998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.391985 tst         register_default_mass.py: using MSISDN 1100
22:48:36.406145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.497742 run                             mass: Starting testcase
22:48:36.503385 run                             mass: Pre-launching all virtphy's
22:48:36.508958 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.522237 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:36.528405 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.541577 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:36.547660 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.560588 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:36.566607 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.579693 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:36.585791 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.598764 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:36.604913 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.617895 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:36.623984 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.636960 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:36.643015 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.656002 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:36.661974 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.674940 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:36.680938 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.693856 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:36.699836 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.712817 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:36.718861 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.731753 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:36.737717 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.750587 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:36.756561 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.769443 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:36.775441 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.788320 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:36.794357 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.807317 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:36.813272 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.826203 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:36.832249 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.845316 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:36.851322 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.864317 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:36.870408 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.883474 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:36.889542 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.902597 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:36.908704 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.921740 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:36.927782 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.940834 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:36.946824 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.959836 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:36.965912 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.978929 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:36.984932 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.997921 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:37.003924 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:37.016988 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:37.023050 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:37.036081 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:37.042132 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.055232 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:37.061339 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.074527 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:37.080536 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.093508 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:37.099654 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.112700 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:37.118824 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.131859 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:37.137960 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.150978 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:37.157037 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.170059 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:37.176101 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.189081 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:37.195096 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.208351 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:37.214442 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.227484 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:37.233485 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.246437 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:37.252450 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.265440 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:37.271430 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.284440 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:37.290555 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.303526 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:37.309750 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.322784 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:37.328863 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.342000 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:37.348069 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.361403 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:37.367574 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.380872 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:37.386990 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.400266 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:37.406332 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.419329 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:37.425339 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.438321 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:37.444350 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.457346 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:37.463361 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.476402 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:37.482498 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.495512 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:37.501539 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.514599 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:37.520692 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.533823 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:37.539817 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.552978 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:37.559011 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.572170 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:37.578230 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.591359 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:37.597399 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.610383 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:37.616417 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.629399 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:37.635409 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.648365 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:37.654419 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.667421 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:37.673457 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.686447 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:37.692465 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.705410 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:37.711471 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.724502 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:37.730539 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.743513 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:37.749532 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.762704 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:37.768781 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.781974 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:37.788005 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.801020 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:37.807166 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.820201 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:37.826371 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.839396 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:37.845456 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.858504 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:37.864570 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.877622 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:37.883611 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.896615 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:37.902675 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.915741 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:37.921745 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.934775 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:37.940822 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.953826 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:37.959823 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.972839 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:37.978883 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.991831 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:37.997994 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:38.011035 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:38.017204 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:38.030213 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:38.036219 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:38.049430 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:38.055490 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.068682 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:38.074703 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.087736 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:38.093795 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.106769 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:38.112762 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.125730 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:38.131740 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.144776 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:38.150775 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.163770 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:38.169794 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.182778 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:38.188823 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.201935 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:38.207930 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.220889 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:38.226922 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.240137 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:38.246130 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.259235 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:38.265244 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.278441 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:38.284455 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.297626 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:38.303637 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.316595 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:38.322609 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.335657 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:38.341684 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.354642 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:38.360727 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.373762 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:38.379769 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.392775 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:38.398776 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.411741 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:38.417800 run                             mass: Checking if sockets are in the filesystem
22:48:38.443360 run                osmo-ms-mob/00000: Starting mobile
22:48:38.457083 run       osmo-ms-mob/00000(pid=134): Launched
22:48:38.469125 run                             mass: MS start registered  {at=27255424.172469974, delay=0.00555039569735527, ms=00000}
22:48:42.664849 run                osmo-ms-mob/00001: Starting mobile
22:48:42.681638 run       osmo-ms-mob/00001(pid=135): Launched
22:48:42.691997 run                             mass: MS start registered  {at=27255428.395348694, delay=0.004127956926822662, ms=00001}
22:48:43.737134 run                             mass: MS performed LU  {at=27255429.440372497, lu_delay=5.26790252327919, ms=00000}
22:48:44.464828 run                osmo-ms-mob/00002: Starting mobile
22:48:44.481552 run       osmo-ms-mob/00002(pid=136): Launched
22:48:44.492028 run                             mass: MS start registered  {at=27255430.195374627, delay=0.0042078569531440735, ms=00002}
22:48:45.766674 run                osmo-ms-mob/00003: Starting mobile
22:48:45.783736 run       osmo-ms-mob/00003(pid=137): Launched
22:48:45.794335 run                             mass: MS start registered  {at=27255431.497686706, delay=0.004346009343862534, ms=00003}
22:48:46.855859 run                osmo-ms-mob/00004: Starting mobile
22:48:46.872037 run       osmo-ms-mob/00004(pid=138): Launched
22:48:46.882509 run                             mass: MS start registered  {at=27255432.585861504, delay=0.004216484725475311, ms=00004}
22:48:47.503993 run                             mass: MS performed LU  {at=27255433.207229204, lu_delay=4.811880510300398, ms=00001}
22:48:47.833858 run                osmo-ms-mob/00005: Starting mobile
22:48:47.847176 run       osmo-ms-mob/00005(pid=139): Launched
22:48:47.857657 run                             mass: MS start registered  {at=27255433.561008215, delay=0.004226036369800568, ms=00005}
22:48:48.734012 run                osmo-ms-mob/00006: Starting mobile
22:48:48.747119 run       osmo-ms-mob/00006(pid=140): Launched
22:48:48.757720 run                             mass: MS start registered  {at=27255434.461070407, delay=0.004405129700899124, ms=00006}
22:48:49.404845 run                             mass: MS performed LU  {at=27255435.10808002, lu_delay=4.9127053916454315, ms=00002}
22:48:49.664644 run                osmo-ms-mob/00007: Starting mobile
22:48:49.681469 run       osmo-ms-mob/00007(pid=141): Launched
22:48:49.691804 run                             mass: MS start registered  {at=27255435.395157557, delay=0.004167936742305756, ms=00007}
22:48:50.433904 run                osmo-ms-mob/00008: Starting mobile
22:48:50.446971 run       osmo-ms-mob/00008(pid=142): Launched
22:48:50.457502 run                             mass: MS start registered  {at=27255436.160856187, delay=0.004454206675291061, ms=00008}
22:48:51.165412 run                osmo-ms-mob/00009: Starting mobile
22:48:51.184182 run       osmo-ms-mob/00009(pid=143): Launched
22:48:51.202560 run                             mass: MS start registered  {at=27255436.905875497, delay=0.0076796673238277435, ms=00009}
22:48:51.268364 run                             mass: MS performed LU  {at=27255436.971685536, lu_delay=5.4739988297224045, ms=00003}
22:48:51.873407 run                osmo-ms-mob/00010: Starting mobile
22:48:51.889428 run       osmo-ms-mob/00010(pid=144): Launched
22:48:51.900137 run                             mass: MS start registered  {at=27255437.60348585, delay=0.004473712295293808, ms=00010}
22:48:52.447212 run                osmo-ms-mob/00011: Starting mobile
22:48:52.460969 run       osmo-ms-mob/00011(pid=145): Launched
22:48:52.471630 run                             mass: MS start registered  {at=27255438.17498076, delay=0.004209909588098526, ms=00011}
22:48:53.034242 run                osmo-ms-mob/00012: Starting mobile
22:48:53.047581 run       osmo-ms-mob/00012(pid=146): Launched
22:48:53.058143 run                             mass: MS start registered  {at=27255438.76149692, delay=0.0043584927916526794, ms=00012}
22:48:53.170820 run                             mass: MS performed LU  {at=27255438.87406053, lu_delay=5.31305231526494, ms=00005}
22:48:53.199258 run                             mass: MS performed LU  {at=27255438.902500086, lu_delay=6.316638581454754, ms=00004}
22:48:53.664600 run                osmo-ms-mob/00013: Starting mobile
22:48:53.681696 run       osmo-ms-mob/00013(pid=147): Launched
22:48:53.692271 run                             mass: MS start registered  {at=27255439.395623453, delay=0.004319142550230026, ms=00013}
22:48:54.236246 run                osmo-ms-mob/00014: Starting mobile
22:48:54.249625 run       osmo-ms-mob/00014(pid=148): Launched
22:48:54.260380 run                             mass: MS start registered  {at=27255439.963732664, delay=0.004375465214252472, ms=00014}
22:48:54.834507 run                osmo-ms-mob/00015: Starting mobile
22:48:54.847547 run       osmo-ms-mob/00015(pid=149): Launched
22:48:54.858117 run                             mass: MS start registered  {at=27255440.561473057, delay=0.0044442713260650635, ms=00015}
22:48:55.035844 run                             mass: MS performed LU  {at=27255440.73908731, lu_delay=5.343929752707481, ms=00007}
22:48:55.100467 run                             mass: MS performed LU  {at=27255440.803707458, lu_delay=6.342637050896883, ms=00006}
22:48:55.364701 run                osmo-ms-mob/00016: Starting mobile
22:48:55.381817 run       osmo-ms-mob/00016(pid=150): Launched
22:48:55.392282 run                             mass: MS start registered  {at=27255441.09563774, delay=0.004380069673061371, ms=00016}
22:48:55.403179 run                             mass: MS performed LU  {at=27255441.106533263, lu_delay=4.945677075535059, ms=00008}
22:48:55.834263 run                osmo-ms-mob/00017: Starting mobile
22:48:55.847610 run       osmo-ms-mob/00017(pid=151): Launched
22:48:55.858375 run                             mass: MS start registered  {at=27255441.56172602, delay=0.004453152418136597, ms=00017}
22:48:56.472922 run                osmo-ms-mob/00018: Starting mobile
22:48:56.489126 run       osmo-ms-mob/00018(pid=152): Launched
22:48:56.500307 run                             mass: MS start registered  {at=27255442.203657903, delay=0.004883360117673874, ms=00018}
22:48:56.839885 run                osmo-ms-mob/00019: Starting mobile
22:48:56.853271 run       osmo-ms-mob/00019(pid=153): Launched
22:48:56.859500 run                             mass: MS performed LU  {at=27255442.56285849, lu_delay=4.959372639656067, ms=00010}
22:48:56.865487 run                             mass: MS start registered  {at=27255442.568854786, delay=0.006015922874212265, ms=00019}
22:48:56.936530 run                             mass: MS performed LU  {at=27255442.63978055, lu_delay=4.464799791574478, ms=00011}
22:48:56.964165 run                             mass: MS performed LU  {at=27255442.66748124, lu_delay=5.761605743318796, ms=00009}
22:48:57.365764 run                osmo-ms-mob/00020: Starting mobile
22:48:57.382310 run       osmo-ms-mob/00020(pid=154): Launched
22:48:57.393277 run                             mass: MS start registered  {at=27255443.09662482, delay=0.00466286763548851, ms=00020}
22:48:57.846957 run                osmo-ms-mob/00021: Starting mobile
22:48:57.860993 run       osmo-ms-mob/00021(pid=155): Launched
22:48:57.871758 run                             mass: MS start registered  {at=27255443.57511292, delay=0.004571728408336639, ms=00021}
22:48:58.233727 run                osmo-ms-mob/00022: Starting mobile
22:48:58.247118 run       osmo-ms-mob/00022(pid=156): Launched
22:48:58.257877 run                             mass: MS start registered  {at=27255443.961228747, delay=0.004680659621953964, ms=00022}
22:48:58.765862 run                osmo-ms-mob/00023: Starting mobile
22:48:58.783622 run       osmo-ms-mob/00023(pid=157): Launched
22:48:58.794335 run                             mass: MS start registered  {at=27255444.497690164, delay=0.004651114344596863, ms=00023}
22:48:58.800488 run                             mass: MS performed LU  {at=27255444.503849115, lu_delay=5.742352195084095, ms=00012}
22:48:58.865688 run                             mass: MS performed LU  {at=27255444.56893896, lu_delay=5.17331550642848, ms=00013}
22:48:58.935431 run                             mass: MS performed LU  {at=27255444.6386819, lu_delay=4.674949236214161, ms=00014}
22:48:58.964499 run                osmo-ms-mob/00024: Starting mobile
22:48:58.977679 run       osmo-ms-mob/00024(pid=158): Launched
22:48:58.988327 run                             mass: MS start registered  {at=27255444.6916803, delay=0.004391856491565704, ms=00024}
22:48:59.672359 run                osmo-ms-mob/00025: Starting mobile
22:48:59.693893 run       osmo-ms-mob/00025(pid=159): Launched
22:48:59.705108 run                             mass: MS start registered  {at=27255445.408460204, delay=0.004764396697282791, ms=00025}
22:49:00.061454 run                osmo-ms-mob/00026: Starting mobile
22:49:00.078214 run       osmo-ms-mob/00026(pid=160): Launched
22:49:00.088975 run                             mass: MS start registered  {at=27255445.79232985, delay=0.00469670444726944, ms=00026}
22:49:00.482278 run                osmo-ms-mob/00027: Starting mobile
22:49:00.499220 run       osmo-ms-mob/00027(pid=161): Launched
22:49:00.509937 run                             mass: MS start registered  {at=27255446.213291373, delay=0.0045358724892139435, ms=00027}
22:49:00.600945 run                             mass: MS performed LU  {at=27255446.30419687, lu_delay=5.742723815143108, ms=00015}
22:49:00.702956 run                             mass: MS performed LU  {at=27255446.406208906, lu_delay=4.844482887536287, ms=00017}
22:49:00.834521 run                osmo-ms-mob/00028: Starting mobile
22:49:00.847972 run       osmo-ms-mob/00028(pid=162): Launched
22:49:00.858639 run                             mass: MS start registered  {at=27255446.561991032, delay=0.004437308758497238, ms=00028}
22:49:01.257824 run                osmo-ms-mob/00029: Starting mobile
22:49:01.270884 run       osmo-ms-mob/00029(pid=163): Launched
22:49:01.281497 run                             mass: MS start registered  {at=27255446.984848294, delay=0.0045479945838451385, ms=00029}
22:49:01.634770 run                osmo-ms-mob/00030: Starting mobile
22:49:01.648288 run       osmo-ms-mob/00030(pid=164): Launched
22:49:01.659089 run                             mass: MS start registered  {at=27255447.36244319, delay=0.00460781529545784, ms=00030}
22:49:02.055090 run                osmo-ms-mob/00031: Starting mobile
22:49:02.084073 run       osmo-ms-mob/00031(pid=165): Launched
22:49:02.095130 run                             mass: MS start registered  {at=27255447.798480134, delay=0.004821941256523132, ms=00031}
22:49:02.334177 run                osmo-ms-mob/00032: Starting mobile
22:49:02.347428 run       osmo-ms-mob/00032(pid=166): Launched
22:49:02.358164 run                             mass: MS start registered  {at=27255448.061518162, delay=0.004581250250339508, ms=00032}
22:49:02.567346 run                             mass: MS performed LU  {at=27255448.270597782, lu_delay=5.701742995530367, ms=00019}
22:49:02.631946 run                             mass: MS performed LU  {at=27255448.33519784, lu_delay=4.760084919631481, ms=00021}
22:49:02.658978 run                osmo-ms-mob/00033: Starting mobile
22:49:02.672074 run       osmo-ms-mob/00033(pid=167): Launched
22:49:02.682836 run                             mass: MS start registered  {at=27255448.38618955, delay=0.004540689289569855, ms=00033}
22:49:02.699642 run                             mass: MS performed LU  {at=27255448.402989984, lu_delay=6.19933208078146, ms=00018}
22:49:02.991988 run                             mass: MS performed LU  {at=27255448.695236564, lu_delay=4.734007816761732, ms=00022}
22:49:03.174860 run                osmo-ms-mob/00034: Starting mobile
22:49:03.192851 run       osmo-ms-mob/00034(pid=168): Launched
22:49:03.203539 run                             mass: MS start registered  {at=27255448.9068918, delay=0.0044113025069236755, ms=00034}
22:49:03.451099 run                osmo-ms-mob/00035: Starting mobile
22:49:03.465575 run       osmo-ms-mob/00035(pid=169): Launched
22:49:03.476323 run                             mass: MS start registered  {at=27255449.17967802, delay=0.004697035998106003, ms=00035}
22:49:03.846887 run                osmo-ms-mob/00036: Starting mobile
22:49:03.860668 run       osmo-ms-mob/00036(pid=170): Launched
22:49:03.871320 run                             mass: MS start registered  {at=27255449.574674137, delay=0.004618849605321884, ms=00036}
22:49:04.256198 run                osmo-ms-mob/00037: Starting mobile
22:49:04.272376 run       osmo-ms-mob/00037(pid=171): Launched
22:49:04.283006 run                             mass: MS start registered  {at=27255449.986353446, delay=0.004613567143678665, ms=00037}
22:49:04.366473 run                             mass: MS performed LU  {at=27255450.06972246, lu_delay=5.378042157739401, ms=00024}
22:49:04.423428 run                             mass: MS performed LU  {at=27255450.126676932, lu_delay=4.7182167284190655, ms=00025}
22:49:04.448916 run                osmo-ms-mob/00038: Starting mobile
22:49:04.462263 run       osmo-ms-mob/00038(pid=172): Launched
22:49:04.468536 run                             mass: MS performed LU  {at=27255450.171895668, lu_delay=5.674205504357815, ms=00023}
22:49:04.474396 run                             mass: MS start registered  {at=27255450.17776354, delay=0.00588526576757431, ms=00038}
22:49:04.675799 run                             mass: MS performed LU  {at=27255450.379048932, lu_delay=4.5867190808057785, ms=00026}
22:49:04.689917 run                osmo-ms-mob/00039: Starting mobile
22:49:04.703384 run       osmo-ms-mob/00039(pid=173): Launched
22:49:04.714376 run                             mass: MS start registered  {at=27255450.41772748, delay=0.004497546702623367, ms=00039}
22:49:05.265276 run                osmo-ms-mob/00040: Starting mobile
22:49:05.282588 run       osmo-ms-mob/00040(pid=174): Launched
22:49:05.293670 run                             mass: MS start registered  {at=27255450.997020114, delay=0.00472138449549675, ms=00040}
22:49:05.545402 run                osmo-ms-mob/00041: Starting mobile
22:49:05.568487 run       osmo-ms-mob/00041(pid=175): Launched
22:49:05.579544 run                             mass: MS start registered  {at=27255451.28289362, delay=0.004905581474304199, ms=00041}
22:49:05.846979 run                osmo-ms-mob/00042: Starting mobile
22:49:05.861150 run       osmo-ms-mob/00042(pid=176): Launched
22:49:05.872112 run                             mass: MS start registered  {at=27255451.575466186, delay=0.004602767527103424, ms=00042}
22:49:06.255283 run                osmo-ms-mob/00043: Starting mobile
22:49:06.272076 run       osmo-ms-mob/00043(pid=177): Launched
22:49:06.282812 run                             mass: MS start registered  {at=27255451.986164354, delay=0.004471387714147568, ms=00043}
22:49:06.333061 run                             mass: MS performed LU  {at=27255452.03632903, lu_delay=4.673885840922594, ms=00030}
22:49:06.397797 run                             mass: MS performed LU  {at=27255452.101049423, lu_delay=5.116201128810644, ms=00029}
22:49:06.411873 run                osmo-ms-mob/00044: Starting mobile
22:49:06.424935 run       osmo-ms-mob/00044(pid=178): Launched
22:49:06.435756 run                             mass: MS start registered  {at=27255452.139113143, delay=0.004720918834209442, ms=00044}
22:49:06.465868 run                             mass: MS performed LU  {at=27255452.169142086, lu_delay=5.955850712954998, ms=00027}
22:49:06.522651 run                             mass: MS performed LU  {at=27255452.225922577, lu_delay=5.663931544870138, ms=00028}
22:49:06.550881 run                osmo-ms-mob/00045: Starting mobile
22:49:06.564020 run       osmo-ms-mob/00045(pid=179): Launched
22:49:06.574933 run                             mass: MS start registered  {at=27255452.27828751, delay=0.0044878460466861725, ms=00045}
22:49:07.139537 run                osmo-ms-mob/00046: Starting mobile
22:49:07.153098 run       osmo-ms-mob/00046(pid=180): Launched
22:49:07.163929 run                             mass: MS start registered  {at=27255452.86728347, delay=0.004663713276386261, ms=00046}
22:49:07.434802 run                osmo-ms-mob/00047: Starting mobile
22:49:07.448089 run       osmo-ms-mob/00047(pid=181): Launched
22:49:07.458882 run                             mass: MS start registered  {at=27255453.162235457, delay=0.004720795899629593, ms=00047}
22:49:07.758964 run                osmo-ms-mob/00048: Starting mobile
22:49:07.778387 run       osmo-ms-mob/00048(pid=182): Launched
22:49:07.789157 run                             mass: MS start registered  {at=27255453.492508147, delay=0.004637096077203751, ms=00048}
22:49:08.073363 run                osmo-ms-mob/00049: Starting mobile
22:49:08.089606 run       osmo-ms-mob/00049(pid=183): Launched
22:49:08.100477 run                             mass: MS start registered  {at=27255453.803831823, delay=0.004693992435932159, ms=00049}
22:49:08.132305 run                             mass: MS performed LU  {at=27255453.835591853, lu_delay=5.449402302503586, ms=00033}
22:49:08.234303 run                             mass: MS performed LU  {at=27255453.937566113, lu_delay=4.757888093590736, ms=00035}
22:49:08.261012 run                osmo-ms-mob/00050: Starting mobile
22:49:08.274262 run       osmo-ms-mob/00050(pid=184): Launched
22:49:08.280527 run                             mass: MS performed LU  {at=27255453.98388712, lu_delay=5.076995320618153, ms=00034}
22:49:08.286608 run                             mass: MS start registered  {at=27255453.989974793, delay=0.006106067448854446, ms=00050}
22:49:08.423843 run                             mass: MS performed LU  {at=27255454.127074942, lu_delay=6.32859480753541, ms=00031}
22:49:08.446883 run                             mass: MS performed LU  {at=27255454.150243875, lu_delay=6.088725712150335, ms=00032}
22:49:08.458398 run                osmo-ms-mob/00051: Starting mobile
22:49:08.472372 run       osmo-ms-mob/00051(pid=185): Launched
22:49:08.483322 run                             mass: MS start registered  {at=27255454.186676044, delay=0.0045977868139743805, ms=00051}
22:49:09.034444 run                osmo-ms-mob/00052: Starting mobile
22:49:09.047582 run       osmo-ms-mob/00052(pid=186): Launched
22:49:09.059504 run                             mass: MS start registered  {at=27255454.76284821, delay=0.005688957870006561, ms=00052}
22:49:09.347311 run                osmo-ms-mob/00053: Starting mobile
22:49:09.361389 run       osmo-ms-mob/00053(pid=187): Launched
22:49:09.372604 run                             mass: MS start registered  {at=27255455.075956803, delay=0.00478358194231987, ms=00053}
22:49:09.653806 run                osmo-ms-mob/00054: Starting mobile
22:49:09.669091 run       osmo-ms-mob/00054(pid=188): Launched
22:49:09.680006 run                             mass: MS start registered  {at=27255455.383357614, delay=0.004712410271167755, ms=00054}
22:49:09.934116 run                osmo-ms-mob/00055: Starting mobile
22:49:09.947652 run       osmo-ms-mob/00055(pid=189): Launched
22:49:09.958466 run                             mass: MS start registered  {at=27255455.661817674, delay=0.004581782966852188, ms=00055}
22:49:10.098601 run                             mass: MS performed LU  {at=27255455.80185207, lu_delay=5.815498623996973, ms=00037}
22:49:10.163929 run                             mass: MS performed LU  {at=27255455.867180545, lu_delay=6.292506407946348, ms=00036}
22:49:10.192634 run                osmo-ms-mob/00056: Starting mobile
22:49:10.205869 run       osmo-ms-mob/00056(pid=190): Launched
22:49:10.216503 run                             mass: MS start registered  {at=27255455.91986017, delay=0.004465162754058838, ms=00056}
22:49:10.231123 run                             mass: MS performed LU  {at=27255455.93447696, lu_delay=5.516749478876591, ms=00039}
22:49:10.288836 run                             mass: MS performed LU  {at=27255455.9920883, lu_delay=4.995068185031414, ms=00040}
22:49:10.314828 run                osmo-ms-mob/00057: Starting mobile
22:49:10.328058 run       osmo-ms-mob/00057(pid=191): Launched
22:49:10.339077 run                             mass: MS start registered  {at=27255456.0424298, delay=0.004503939300775528, ms=00057}
22:49:10.578408 run                             mass: MS performed LU  {at=27255456.281659853, lu_delay=4.998766232281923, ms=00041}
22:49:10.945648 run                osmo-ms-mob/00058: Starting mobile
22:49:10.960070 run       osmo-ms-mob/00058(pid=192): Launched
22:49:10.970708 run                             mass: MS start registered  {at=27255456.67405885, delay=0.004237048327922821, ms=00058}
22:49:11.234289 run                osmo-ms-mob/00059: Starting mobile
22:49:11.248044 run       osmo-ms-mob/00059(pid=193): Launched
22:49:11.258630 run                             mass: MS start registered  {at=27255456.9619826, delay=0.0042661018669605255, ms=00059}
22:49:11.541980 run                osmo-ms-mob/00060: Starting mobile
22:49:11.555319 run       osmo-ms-mob/00060(pid=194): Launched
22:49:11.566165 run                             mass: MS start registered  {at=27255457.269514505, delay=0.004404556006193161, ms=00060}
22:49:11.898222 run                             mass: MS performed LU  {at=27255457.601474497, lu_delay=5.462361354380846, ms=00044}
22:49:11.929223 run                osmo-ms-mob/00061: Starting mobile
22:49:11.944489 run       osmo-ms-mob/00061(pid=195): Launched
22:49:11.955608 run                             mass: MS start registered  {at=27255457.658948913, delay=0.005052253603935242, ms=00061}
22:49:11.999876 run                             mass: MS performed LU  {at=27255457.70314819, lu_delay=4.835864719003439, ms=00046}
22:49:12.026855 run                             mass: MS performed LU  {at=27255457.730167847, lu_delay=4.567932389676571, ms=00047}
22:49:12.041693 run                osmo-ms-mob/00062: Starting mobile
22:49:12.054999 run       osmo-ms-mob/00062(pid=196): Launched
22:49:12.065649 run                             mass: MS start registered  {at=27255457.769005973, delay=0.004471048712730408, ms=00062}
22:49:12.190232 run                             mass: MS performed LU  {at=27255457.89348323, lu_delay=5.907318875193596, ms=00043}
22:49:12.207342 run                             mass: MS performed LU  {at=27255457.91061892, lu_delay=5.632331408560276, ms=00045}
22:49:12.224511 run                osmo-ms-mob/00063: Starting mobile
22:49:12.237956 run       osmo-ms-mob/00063(pid=197): Launched
22:49:12.244241 run                             mass: MS performed LU  {at=27255457.94760229, lu_delay=6.372136104851961, ms=00042}
22:49:12.250183 run                             mass: MS start registered  {at=27255457.953549948, delay=0.0059640780091285706, ms=00063}
22:49:12.946687 run                osmo-ms-mob/00064: Starting mobile
22:49:12.960597 run       osmo-ms-mob/00064(pid=198): Launched
22:49:12.971896 run                             mass: MS start registered  {at=27255458.675243866, delay=0.0052759163081645966, ms=00064}
22:49:13.302230 run                             mass: MS performed LU  {at=27255459.00548174, lu_delay=3.9295249357819557, ms=00053}
22:49:13.328989 run                osmo-ms-mob/00065: Starting mobile
22:49:13.342283 run       osmo-ms-mob/00065(pid=199): Launched
22:49:13.353288 run                             mass: MS start registered  {at=27255459.056641717, delay=0.004503846168518066, ms=00065}
22:49:13.648292 run                osmo-ms-mob/00066: Starting mobile
22:49:13.662502 run       osmo-ms-mob/00066(pid=200): Launched
22:49:13.673200 run                             mass: MS start registered  {at=27255459.37655348, delay=0.004331421107053757, ms=00066}
22:49:13.763168 run                             mass: MS performed LU  {at=27255459.466376655, lu_delay=5.662544831633568, ms=00049}
22:49:13.818908 run                             mass: MS performed LU  {at=27255459.522172894, lu_delay=5.53219810128212, ms=00050}
22:49:13.928825 run                             mass: MS performed LU  {at=27255459.632082142, lu_delay=6.139573995023966, ms=00048}
22:49:13.955771 run                osmo-ms-mob/00067: Starting mobile
22:49:13.969280 run       osmo-ms-mob/00067(pid=201): Launched
22:49:13.980221 run                             mass: MS start registered  {at=27255459.68357487, delay=0.004662342369556427, ms=00067}
22:49:14.109122 run                             mass: MS performed LU  {at=27255459.812375765, lu_delay=5.62569972127676, ms=00051}
22:49:14.348108 run                osmo-ms-mob/00068: Starting mobile
22:49:14.362214 run       osmo-ms-mob/00068(pid=202): Launched
22:49:14.372931 run                             mass: MS start registered  {at=27255460.076283727, delay=0.004659153521060944, ms=00068}
22:49:14.749050 run                osmo-ms-mob/00069: Starting mobile
22:49:14.763156 run       osmo-ms-mob/00069(pid=203): Launched
22:49:14.773976 run                             mass: MS start registered  {at=27255460.477329172, delay=0.00455455482006073, ms=00069}
22:49:14.823683 run                             mass: MS performed LU  {at=27255460.52694672, lu_delay=5.764098510146141, ms=00052}
22:49:14.963721 run                             mass: MS performed LU  {at=27255460.66697272, lu_delay=3.704990118741989, ms=00059}
22:49:15.147391 run                osmo-ms-mob/00070: Starting mobile
22:49:15.161506 run       osmo-ms-mob/00070(pid=204): Launched
22:49:15.172415 run                             mass: MS start registered  {at=27255460.875767373, delay=0.004702925682067871, ms=00070}
22:49:15.585816 run                osmo-ms-mob/00071: Starting mobile
22:49:15.602652 run       osmo-ms-mob/00071(pid=205): Launched
22:49:15.613288 run                             mass: MS start registered  {at=27255461.316641595, delay=0.004522353410720825, ms=00071}
22:49:15.664329 run                             mass: MS performed LU  {at=27255461.367579002, lu_delay=5.705761328339577, ms=00055}
22:49:15.721228 run                             mass: MS performed LU  {at=27255461.424491026, lu_delay=5.504630856215954, ms=00056}
22:49:15.793039 run                             mass: MS performed LU  {at=27255461.49630962, lu_delay=6.112952005118132, ms=00054}
22:49:15.820530 run                osmo-ms-mob/00072: Starting mobile
22:49:15.833769 run       osmo-ms-mob/00072(pid=206): Launched
22:49:15.844729 run                             mass: MS start registered  {at=27255461.54808189, delay=0.004628170281648636, ms=00072}
22:49:15.973026 run                             mass: MS performed LU  {at=27255461.67627852, lu_delay=5.002219669520855, ms=00058}
22:49:16.010622 run                             mass: MS performed LU  {at=27255461.71387242, lu_delay=5.671442620456219, ms=00057}
22:49:16.373935 run                osmo-ms-mob/00073: Starting mobile
22:49:16.390792 run       osmo-ms-mob/00073(pid=207): Launched
22:49:16.401792 run                             mass: MS start registered  {at=27255462.105145063, delay=0.0048962123692035675, ms=00073}
22:49:16.746150 run                osmo-ms-mob/00074: Starting mobile
22:49:16.760071 run       osmo-ms-mob/00074(pid=208): Launched
22:49:16.771632 run                             mass: MS start registered  {at=27255462.47497673, delay=0.005347058176994324, ms=00074}
22:49:17.147112 run                osmo-ms-mob/00075: Starting mobile
22:49:17.161485 run       osmo-ms-mob/00075(pid=209): Launched
22:49:17.172642 run                             mass: MS start registered  {at=27255462.875988964, delay=0.004909064620733261, ms=00075}
22:49:17.528214 run                             mass: MS performed LU  {at=27255463.231464967, lu_delay=5.462458994239569, ms=00062}
22:49:17.543201 run                osmo-ms-mob/00076: Starting mobile
22:49:17.556669 run       osmo-ms-mob/00076(pid=210): Launched
22:49:17.564346 run                             mass: MS performed LU  {at=27255463.26770124, lu_delay=4.592457372695208, ms=00064}
22:49:17.570487 run                             mass: MS start registered  {at=27255463.27385419, delay=0.007738228887319565, ms=00076}
22:49:17.694448 run                             mass: MS performed LU  {at=27255463.397705127, lu_delay=5.444155178964138, ms=00063}
22:49:17.820545 run                             mass: MS performed LU  {at=27255463.523793727, lu_delay=5.864844813942909, ms=00061}
22:49:17.859707 run                osmo-ms-mob/00077: Starting mobile
22:49:17.875349 run       osmo-ms-mob/00077(pid=211): Launched
22:49:17.881581 run                             mass: MS performed LU  {at=27255463.584941383, lu_delay=6.315426878631115, ms=00060}
22:49:17.887609 run                             mass: MS performed LU  {at=27255463.590973854, lu_delay=22.49533611536026, ms=00016}
22:49:17.893404 run                             mass: MS start registered  {at=27255463.59677095, delay=0.011846844106912613, ms=00077}
22:49:18.548584 run                osmo-ms-mob/00078: Starting mobile
22:49:18.562604 run       osmo-ms-mob/00078(pid=212): Launched
22:49:18.573485 run                             mass: MS start registered  {at=27255464.276837707, delay=0.004654556512832642, ms=00078}
22:49:18.743420 run                             mass: MS performed LU  {at=27255464.44663855, lu_delay=3.57087117806077, ms=00070}
22:49:18.946520 run                osmo-ms-mob/00079: Starting mobile
22:49:18.961755 run       osmo-ms-mob/00079(pid=213): Launched
22:49:18.968172 run                             mass: MS performed LU  {at=27255464.67152901, lu_delay=21.574904188513756, ms=00020}
22:49:18.974273 run                             mass: MS start registered  {at=27255464.677639272, delay=0.006129253655672073, ms=00079}
22:49:19.475636 run                osmo-ms-mob/00080: Starting mobile
22:49:19.493030 run       osmo-ms-mob/00080(pid=214): Launched
22:49:19.499409 run                             mass: MS performed LU  {at=27255465.20276707, lu_delay=5.826213590800762, ms=00066}
22:49:19.505434 run                             mass: MS start registered  {at=27255465.208800595, delay=0.006052881479263306, ms=00080}
22:49:19.559453 run                             mass: MS performed LU  {at=27255465.26269455, lu_delay=6.206052832305431, ms=00065}
22:49:19.739216 run                             mass: MS performed LU  {at=27255465.442405783, lu_delay=4.965076610445976, ms=00069}
22:49:19.775675 run                             mass: MS performed LU  {at=27255465.478948686, lu_delay=5.402664959430695, ms=00068}
22:49:19.794258 run                osmo-ms-mob/00081: Starting mobile
22:49:19.807910 run       osmo-ms-mob/00081(pid=215): Launched
22:49:19.818649 run                             mass: MS start registered  {at=27255465.522003476, delay=0.004402562975883484, ms=00081}
22:49:20.345345 run                osmo-ms-mob/00082: Starting mobile
22:49:20.359127 run       osmo-ms-mob/00082(pid=216): Launched
22:49:20.370371 run                             mass: MS start registered  {at=27255466.07371953, delay=0.004678849130868912, ms=00082}
22:49:20.963896 run                osmo-ms-mob/00083: Starting mobile
22:49:20.979350 run       osmo-ms-mob/00083(pid=217): Launched
22:49:20.990321 run                             mass: MS start registered  {at=27255466.69367253, delay=0.004888113588094711, ms=00083}
22:49:21.395820 run                             mass: MS performed LU  {at=27255467.099039014, lu_delay=4.624062284827232, ms=00074}
22:49:21.452064 run                osmo-ms-mob/00084: Starting mobile
22:49:21.467839 run       osmo-ms-mob/00084(pid=218): Launched
22:49:21.474071 run                             mass: MS performed LU  {at=27255467.17743096, lu_delay=5.072285898029804, ms=00073}
22:49:21.480033 run                             mass: MS performed LU  {at=27255467.183399405, lu_delay=5.866757810115814, ms=00071}
22:49:21.485933 run                             mass: MS start registered  {at=27255467.18930045, delay=0.01188686490058899, ms=00084}
22:49:21.530275 run                             mass: MS performed LU  {at=27255467.233526435, lu_delay=5.6854445450007915, ms=00072}
22:49:21.957221 run                osmo-ms-mob/00085: Starting mobile
22:49:21.973733 run       osmo-ms-mob/00085(pid=219): Launched
22:49:21.984598 run                             mass: MS start registered  {at=27255467.687945176, delay=0.0047172605991363525, ms=00085}
22:49:22.549011 run                osmo-ms-mob/00086: Starting mobile
22:49:22.563174 run       osmo-ms-mob/00086(pid=220): Launched
22:49:22.574224 run                             mass: MS start registered  {at=27255468.277570914, delay=0.004850916564464569, ms=00086}
22:49:23.165600 run                osmo-ms-mob/00087: Starting mobile
22:49:23.182540 run       osmo-ms-mob/00087(pid=221): Launched
22:49:23.193657 run                             mass: MS start registered  {at=27255468.897001244, delay=0.004570230841636658, ms=00087}
22:49:23.200187 run                             mass: MS performed LU  {at=27255468.90354762, lu_delay=6.027558654546738, ms=00075}
22:49:23.213182 run                             mass: MS performed LU  {at=27255468.91653926, lu_delay=5.642685070633888, ms=00076}
22:49:23.325912 run                             mass: MS performed LU  {at=27255469.02916075, lu_delay=5.432389799505472, ms=00077}
22:49:23.468511 run                             mass: MS performed LU  {at=27255469.171757914, lu_delay=4.894920207560062, ms=00078}
22:49:23.504377 run                             mass: MS performed LU  {at=27255469.20763695, lu_delay=4.529997676610947, ms=00079}
22:49:23.542098 run                osmo-ms-mob/00088: Starting mobile
22:49:23.556187 run       osmo-ms-mob/00088(pid=222): Launched
22:49:23.567109 run                             mass: MS start registered  {at=27255469.270466242, delay=0.004510689526796341, ms=00088}
22:49:24.347333 run                osmo-ms-mob/00089: Starting mobile
22:49:24.361259 run       osmo-ms-mob/00089(pid=223): Launched
22:49:24.372290 run                             mass: MS start registered  {at=27255470.07564062, delay=0.004564911127090454, ms=00089}
22:49:24.952938 run                osmo-ms-mob/00090: Starting mobile
22:49:24.967083 run       osmo-ms-mob/00090(pid=224): Launched
22:49:24.977804 run                             mass: MS start registered  {at=27255470.681155425, delay=0.004460521042346954, ms=00090}
22:49:25.161841 run                             mass: MS performed LU  {at=27255470.86504981, lu_delay=5.343046333640814, ms=00081}
22:49:25.188392 run                             mass: MS performed LU  {at=27255470.891753193, lu_delay=5.682952597737312, ms=00080}
22:49:25.227172 run                             mass: MS performed LU  {at=27255470.930445686, lu_delay=4.8567261546850204, ms=00082}
22:49:25.656707 run                osmo-ms-mob/00091: Starting mobile
22:49:25.672890 run       osmo-ms-mob/00091(pid=225): Launched
22:49:25.683636 run                             mass: MS start registered  {at=27255471.386991035, delay=0.004383254796266556, ms=00091}
22:49:26.347803 run                osmo-ms-mob/00092: Starting mobile
22:49:26.361924 run       osmo-ms-mob/00092(pid=226): Launched
22:49:26.372565 run                             mass: MS start registered  {at=27255472.07591937, delay=0.004555940628051758, ms=00092}
22:49:26.943753 run                             mass: MS performed LU  {at=27255472.64700563, lu_delay=5.953333098441362, ms=00083}
22:49:26.961310 run                             mass: MS performed LU  {at=27255472.66458465, lu_delay=5.4752842001616955, ms=00084}
22:49:27.004667 run                osmo-ms-mob/00093: Starting mobile
22:49:27.021083 run       osmo-ms-mob/00093(pid=227): Launched
22:49:27.031792 run                             mass: MS start registered  {at=27255472.73514469, delay=0.004466250538825989, ms=00093}
22:49:27.090653 run                             mass: MS performed LU  {at=27255472.793902177, lu_delay=5.105957001447678, ms=00085}
22:49:27.216136 run                             mass: MS performed LU  {at=27255472.919386573, lu_delay=22.741623032838106, ms=00038}
22:49:27.470249 run                             mass: MS performed LU  {at=27255473.173506506, lu_delay=4.895935591310263, ms=00086}
22:49:28.033721 run                osmo-ms-mob/00094: Starting mobile
22:49:28.046965 run       osmo-ms-mob/00094(pid=228): Launched
22:49:28.058011 run                             mass: MS start registered  {at=27255473.76136074, delay=0.004805024713277817, ms=00094}
22:49:28.967246 run                osmo-ms-mob/00095: Starting mobile
22:49:28.985538 run       osmo-ms-mob/00095(pid=229): Launched
22:49:28.991921 run                             mass: MS performed LU  {at=27255474.695280697, lu_delay=5.798279453068972, ms=00087}
22:49:28.997911 run                             mass: MS performed LU  {at=27255474.701277427, lu_delay=5.430811185389757, ms=00088}
22:49:29.003808 run                             mass: MS start registered  {at=27255474.70717596, delay=0.011912651360034943, ms=00095}
22:49:29.228088 run                             mass: MS performed LU  {at=27255474.931338567, lu_delay=4.855697948485613, ms=00089}
22:49:29.947395 run                osmo-ms-mob/00096: Starting mobile
22:49:29.961421 run       osmo-ms-mob/00096(pid=230): Launched
22:49:29.972159 run                             mass: MS start registered  {at=27255475.675513856, delay=0.004601791501045227, ms=00096}
22:49:30.709307 run                             mass: MS performed LU  {at=27255476.412534107, lu_delay=5.731378681957722, ms=00090}
22:49:30.857381 run                             mass: MS performed LU  {at=27255476.56063209, lu_delay=5.173641055822372, ms=00091}
22:49:31.073368 run                osmo-ms-mob/00097: Starting mobile
22:49:31.089519 run       osmo-ms-mob/00097(pid=231): Launched
22:49:31.100316 run                             mass: MS start registered  {at=27255476.803670913, delay=0.004432890564203262, ms=00097}
22:49:31.198141 run                             mass: MS performed LU  {at=27255476.9013912, lu_delay=4.825471829622984, ms=00092}
22:49:32.333617 run                osmo-ms-mob/00098: Starting mobile
22:49:32.346700 run       osmo-ms-mob/00098(pid=232): Launched
22:49:32.357383 run                             mass: MS start registered  {at=27255478.060735375, delay=0.004590850323438644, ms=00098}
22:49:32.693924 run                             mass: MS performed LU  {at=27255478.397178415, lu_delay=5.662033725529909, ms=00093}
22:49:32.716835 run                             mass: MS performed LU  {at=27255478.4201976, lu_delay=4.6588368602097034, ms=00094}
22:49:34.177294 run                osmo-ms-mob/00099: Starting mobile
22:49:34.194789 run       osmo-ms-mob/00099(pid=233): Launched
22:49:34.200911 run                             mass: All started... {duration=55.77735573425889, too_slow=0}
22:49:34.206701 run                             mass: MS start registered  {at=27255479.91006335, delay=0.0057857707142829895, ms=00099}
22:49:34.622423 run                             mass: MS performed LU  {at=27255480.32567213, lu_delay=5.618496172130108, ms=00095}
22:49:34.646815 run                             mass: MS performed LU  {at=27255480.3501778, lu_delay=4.674663942307234, ms=00096}
22:49:36.460205 run                             mass: MS performed LU  {at=27255482.163447127, lu_delay=5.359776213765144, ms=00097}
22:49:36.713010 run                             mass: MS performed LU  {at=27255482.416263327, lu_delay=22.732688456773758, ms=00067}
22:49:38.388838 run                             mass: MS performed LU  {at=27255484.09208794, lu_delay=6.031352564692497, ms=00098}
22:49:40.225901 run                             mass: MS performed LU  {at=27255485.92914977, lu_delay=6.019086420536041, ms=00099}
22:49:40.249394 run                             mass: Tests done {all_completed=True, max=22.741623032838106, min=3.57087117806077}
22:49:40.255217 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:40.260762 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:40.264128 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:40.267459 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:40.270816 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:40.274159 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:40.277599 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:40.281015 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:40.284432 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:40.287845 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:40.291273 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:40.294697 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:40.298130 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:40.301706 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:40.305142 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:40.308694 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:40.312258 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:40.315787 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:40.319353 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:40.322904 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:40.326367 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:40.329925 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:40.333530 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:40.337110 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:40.340569 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:40.344027 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:40.347581 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:40.351026 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:40.354771 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:40.358265 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:40.361640 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:40.365521 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:40.369674 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:40.373157 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:40.376503 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:40.380226 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:40.384371 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:40.388529 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:40.391903 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:40.395328 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:40.398656 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:40.402633 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:40.406063 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:40.409545 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:40.413456 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:40.416910 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:40.420317 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:40.423698 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:40.427084 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:40.430455 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:40.434285 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:40.437676 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:40.441054 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:40.444379 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:40.447797 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:40.451433 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:40.454984 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:40.459126 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:40.462574 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:40.465999 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:40.469435 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:40.472823 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:40.476257 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:40.479621 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:40.483048 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:40.486431 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:40.489874 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:40.493338 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:40.496804 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:40.500692 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:40.504718 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:40.508191 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:40.511660 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:40.515096 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:40.518395 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:40.521854 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:40.525326 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:40.528802 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:40.532218 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:40.535684 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:40.539136 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:40.542568 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:40.546008 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:40.549438 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:40.552906 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:40.556364 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:40.559780 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:40.563215 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:40.566638 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:40.570100 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:40.573463 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:40.576922 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:40.580413 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:40.583872 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:40.587331 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:40.590781 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:40.594244 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:40.597736 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:40.601189 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:40.604832 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:40.608325 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:40.611786 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:40.615220 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:40.618691 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:40.622247 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:40.625746 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:40.629132 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:40.632707 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:40.636170 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:40.639644 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:40.643080 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:40.646571 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:40.650117 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:40.653574 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:40.656893 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:40.660310 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:40.663637 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:40.667034 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:40.670329 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:40.673648 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:40.676946 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:40.680220 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:40.683490 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:40.686781 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:40.690060 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:40.693344 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:40.696712 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:40.700113 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:40.703516 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:40.706911 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:40.710304 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:40.713699 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:40.716994 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:40.720261 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:40.723539 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:40.726833 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:40.730111 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:40.733391 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:40.736668 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:40.739934 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:40.743209 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:40.746496 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:40.749794 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:40.753083 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:40.756359 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:40.759648 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:40.762924 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:40.766208 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:40.769496 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:40.772789 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:40.776040 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:40.779323 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:40.782622 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:40.785894 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:40.789190 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:40.792459 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:40.795755 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:40.799029 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:40.802319 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:40.805615 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:40.808891 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:40.812173 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:40.815484 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:40.818763 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:40.822024 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:40.825323 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:40.828603 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:40.831875 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:40.835160 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:40.838459 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:40.841754 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:40.845033 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:40.848315 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:40.851610 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:40.854878 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:40.858195 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:40.861498 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:40.864780 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:40.868043 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:40.871329 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:40.874613 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:40.877875 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:40.881166 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:40.884486 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:40.887767 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:40.891044 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:40.894348 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:40.897613 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:40.900904 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:40.904200 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:40.907520 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:40.910798 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:40.914133 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:40.917421 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:40.920709 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:40.924001 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:40.927302 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:40.930598 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:40.933865 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:40.937151 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:40.940424 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:40.943700 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:40.946983 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:40.950250 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:40.953529 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:40.956794 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:40.960068 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:40.963351 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:40.966611 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:40.969898 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:40.973188 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:40.976474 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:40.979747 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:40.983033 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:40.986332 ---      ParallelTerminationStrategy: PID 21 died...
22:49:40.987810 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:40.991475 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.992944 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:40.996562 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.998030 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:41.001682 ---      ParallelTerminationStrategy: PID 24 died...
22:49:41.003183 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:41.006836 ---      ParallelTerminationStrategy: PID 25 died...
22:49:41.008334 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:41.012010 ---      ParallelTerminationStrategy: PID 26 died...
22:49:41.013513 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:41.017181 ---      ParallelTerminationStrategy: PID 27 died...
22:49:41.018661 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:41.022332 ---      ParallelTerminationStrategy: PID 28 died...
22:49:41.023810 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:41.027511 ---      ParallelTerminationStrategy: PID 29 died...
22:49:41.028986 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:41.032650 ---      ParallelTerminationStrategy: PID 30 died...
22:49:41.034142 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:41.037837 ---      ParallelTerminationStrategy: PID 31 died...
22:49:41.039317 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:41.043015 ---      ParallelTerminationStrategy: PID 32 died...
22:49:41.044503 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:41.048188 ---      ParallelTerminationStrategy: PID 34 died...
22:49:41.049737 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:41.053444 ---      ParallelTerminationStrategy: PID 35 died...
22:49:41.054950 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:41.058630 ---      ParallelTerminationStrategy: PID 36 died...
22:49:41.060139 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:41.063842 ---      ParallelTerminationStrategy: PID 37 died...
22:49:41.065343 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:41.069032 ---      ParallelTerminationStrategy: PID 38 died...
22:49:41.070524 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:41.074246 ---      ParallelTerminationStrategy: PID 39 died...
22:49:41.075733 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:41.079434 ---      ParallelTerminationStrategy: PID 40 died...
22:49:41.080939 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:41.084611 ---      ParallelTerminationStrategy: PID 41 died...
22:49:41.086100 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:41.089780 ---      ParallelTerminationStrategy: PID 42 died...
22:49:41.091297 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:41.094963 ---      ParallelTerminationStrategy: PID 43 died...
22:49:41.096471 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:41.100132 ---      ParallelTerminationStrategy: PID 44 died...
22:49:41.101628 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:41.105296 ---      ParallelTerminationStrategy: PID 45 died...
22:49:41.106778 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:41.110442 ---      ParallelTerminationStrategy: PID 46 died...
22:49:41.111927 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:41.115669 ---      ParallelTerminationStrategy: PID 47 died...
22:49:41.117161 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:41.120864 ---      ParallelTerminationStrategy: PID 48 died...
22:49:41.122360 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:41.126026 ---      ParallelTerminationStrategy: PID 49 died...
22:49:41.127515 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:41.131197 ---      ParallelTerminationStrategy: PID 50 died...
22:49:41.132690 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:41.136334 ---      ParallelTerminationStrategy: PID 51 died...
22:49:41.137876 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:41.141549 ---      ParallelTerminationStrategy: PID 52 died...
22:49:41.143080 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:41.146914 ---      ParallelTerminationStrategy: PID 53 died...
22:49:41.148459 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:41.152259 ---      ParallelTerminationStrategy: PID 54 died...
22:49:41.153797 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:41.157626 ---      ParallelTerminationStrategy: PID 55 died...
22:49:41.159169 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:41.162993 ---      ParallelTerminationStrategy: PID 56 died...
22:49:41.164530 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:41.168375 ---      ParallelTerminationStrategy: PID 57 died...
22:49:41.169930 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:41.173724 ---      ParallelTerminationStrategy: PID 58 died...
22:49:41.175276 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:41.179087 ---      ParallelTerminationStrategy: PID 59 died...
22:49:41.180637 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:41.184459 ---      ParallelTerminationStrategy: PID 60 died...
22:49:41.186002 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:41.189863 ---      ParallelTerminationStrategy: PID 61 died...
22:49:41.191402 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:41.195211 ---      ParallelTerminationStrategy: PID 62 died...
22:49:41.196760 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:41.200574 ---      ParallelTerminationStrategy: PID 63 died...
22:49:41.202139 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:41.205960 ---      ParallelTerminationStrategy: PID 64 died...
22:49:41.207518 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:41.211323 ---      ParallelTerminationStrategy: PID 65 died...
22:49:41.212892 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:41.216716 ---      ParallelTerminationStrategy: PID 66 died...
22:49:41.218256 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:41.222075 ---      ParallelTerminationStrategy: PID 67 died...
22:49:41.223617 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:41.227458 ---      ParallelTerminationStrategy: PID 68 died...
22:49:41.229009 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:41.232840 ---      ParallelTerminationStrategy: PID 69 died...
22:49:41.234388 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:41.238209 ---      ParallelTerminationStrategy: PID 70 died...
22:49:41.239767 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:41.243582 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.245139 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:41.248953 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.250491 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:41.254311 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.255848 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:41.259699 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.261247 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:41.265073 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.266611 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:41.270416 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.271972 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:41.275805 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.277338 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:41.281154 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.282694 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:41.286561 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.288104 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:41.291949 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.293493 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:41.297316 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.298870 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:41.302675 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.304236 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:41.308137 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.309676 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:41.313512 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.315047 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:41.318849 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.320385 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:41.324219 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.325761 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:41.329627 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.331193 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:41.335019 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.336575 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:41.340406 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.341968 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:41.345801 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.347339 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:41.351169 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.352716 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:41.356573 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.358123 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:41.361959 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.363519 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:41.367332 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.368900 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:41.372696 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.374267 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:41.378112 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.379652 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:41.383480 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.385038 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:41.388854 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.390393 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:41.394224 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.395766 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:41.399595 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.401184 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:41.404999 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.406554 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:41.410380 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.411922 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:41.415626 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.417120 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:41.420785 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.422265 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:41.425922 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.427391 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:41.431068 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.432580 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:41.436247 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.437762 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:41.441433 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.442927 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:41.446608 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.448098 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:41.451776 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.453274 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:41.456979 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.458511 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:41.462318 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.463853 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:41.467701 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.469258 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:41.473067 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.474617 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:41.478423 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.479985 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:41.483828 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.485372 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:41.489178 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.490724 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:41.494546 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.496086 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:41.499905 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.501449 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:41.505278 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.506837 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:41.510661 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.512201 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:41.516029 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.517569 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:41.521430 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.522974 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:41.526790 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.528318 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:41.532168 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.533707 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:41.537515 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.539076 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:41.542887 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.544466 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:41.548264 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.549845 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:41.553694 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.555230 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:41.559055 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.560596 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:41.564453 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.566001 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:41.569816 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.571357 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:41.575171 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.576750 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:41.580561 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.582098 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:41.585986 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.587536 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:41.591279 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.592785 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:41.596466 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.597949 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:41.601642 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.603116 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:41.606804 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.608322 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:41.612024 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.613553 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:41.617229 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.618718 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:41.622413 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.623895 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:41.627590 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.629076 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:41.632766 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.634245 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:41.637977 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.639457 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:41.643172 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.644655 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:41.648333 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.649841 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:41.653525 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.655009 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:41.658697 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.660190 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:41.663859 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.665351 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:41.669037 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.670510 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:41.674227 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.675711 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:41.679396 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.680893 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:41.684567 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.686053 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:41.689756 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.691243 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:41.694930 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.696429 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:41.700116 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.701627 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:41.705312 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.706791 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:41.710488 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.711974 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:41.715669 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.717150 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:41.720851 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.722334 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:41.726028 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.727504 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:41.731197 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.732681 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:41.736349 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.737860 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:41.741538 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.743033 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:41.746731 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.748226 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:41.751912 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.753398 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:41.757121 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.758604 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:41.762291 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.763775 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:41.767478 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.768981 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:41.772668 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.774166 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:41.777831 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.779345 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:41.783022 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.784501 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:41.788206 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.789704 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:41.793401 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.794880 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:41.798598 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.800078 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:41.803798 ---      ParallelTerminationStrategy: PID 177 died...
22:49:41.805282 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:41.808965 ---      ParallelTerminationStrategy: PID 178 died...
22:49:41.810459 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:41.814156 ---      ParallelTerminationStrategy: PID 179 died...
22:49:41.815636 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:41.819332 ---      ParallelTerminationStrategy: PID 180 died...
22:49:41.820842 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:41.824507 ---      ParallelTerminationStrategy: PID 181 died...
22:49:41.826021 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:41.829714 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.831191 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:41.834882 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.836375 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:41.840077 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.841566 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:41.845258 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.846735 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:41.850443 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.851922 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:41.855612 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.857122 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:41.860828 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.862327 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:41.866017 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.867522 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:41.871196 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.872721 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:41.876405 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.877899 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:41.881578 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.883054 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:41.886733 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.888216 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:41.891912 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.893414 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:41.897103 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.898606 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:41.902272 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.903759 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:41.907419 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.908909 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:41.912581 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.914068 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:41.917767 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.919244 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:41.922931 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.924414 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:41.928110 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.929609 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:41.933296 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.934771 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:41.938482 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.939973 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:41.943638 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.945142 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:41.948823 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.950327 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:41.954013 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.955493 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:41.959201 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.960683 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:41.964353 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.965845 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:41.969528 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.971005 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:41.974697 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.976179 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:41.979880 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.981385 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:41.985083 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.986565 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:41.990246 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.991764 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:41.995454 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.996954 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:42.000617 ---      ParallelTerminationStrategy: PID 215 died...
22:49:42.002102 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:42.005813 ---      ParallelTerminationStrategy: PID 216 died...
22:49:42.007299 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:42.011004 ---      ParallelTerminationStrategy: PID 217 died...
22:49:42.012489 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:42.016212 ---      ParallelTerminationStrategy: PID 218 died...
22:49:42.017706 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:42.021408 ---      ParallelTerminationStrategy: PID 219 died...
22:49:42.022883 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:42.026582 ---      ParallelTerminationStrategy: PID 220 died...
22:49:42.028061 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:42.031769 ---      ParallelTerminationStrategy: PID 221 died...
22:49:42.033285 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:42.036953 ---      ParallelTerminationStrategy: PID 222 died...
22:49:42.038456 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:42.042138 ---      ParallelTerminationStrategy: PID 223 died...
22:49:42.043635 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:42.047324 ---      ParallelTerminationStrategy: PID 224 died...
22:49:42.048807 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:42.052481 ---      ParallelTerminationStrategy: PID 225 died...
22:49:42.053982 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:42.057697 ---      ParallelTerminationStrategy: PID 226 died...
22:49:42.059181 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:42.062905 ---      ParallelTerminationStrategy: PID 227 died...
22:49:42.064383 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:42.068088 ---      ParallelTerminationStrategy: PID 228 died...
22:49:42.069580 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:42.073257 ---      ParallelTerminationStrategy: PID 229 died...
22:49:42.074735 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:42.078455 ---      ParallelTerminationStrategy: PID 230 died...
22:49:42.079949 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:42.083651 ---      ParallelTerminationStrategy: PID 231 died...
22:49:42.085138 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:42.088831 ---      ParallelTerminationStrategy: PID 232 died...
22:49:42.090298 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:42.094007 ---      ParallelTerminationStrategy: PID 233 died...
22:49:42.095486 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:45.499749 ---      ParallelTerminationStrategy: PID 33 died...
22:49:45.505978 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8160 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.569629 tst                       trial-8160: Storing JUnit report in /build/trial-8160/run.2025-11-24_22-48-18/trial-8160.xml

--------------------------------------------------------------------------------------------
trial-8160 PASS
--------------------------------------------------------------------------------------------
22:49:45.580309 tst                       trial-8160: trial-8160: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8160/inst
+ cd trial-8160
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-24 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8160-run.tgz run.2025-11-24_22-48-18
+ tar czf /build/trial-8160-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-24_13_26_12.tgz osmo-bts-oc2g.build-2025-11-24_00_51_47.tgz osmo-bts-sysmo.build-2025-11-24_00_51_37.tgz osmo-bts.build-2025-11-24_00_51_55.tgz osmo-ggsn.build-2025-11-24_20_42_36.tgz osmo-hlr.build-2025-11-24_16_36_54.tgz osmo-hnbgw.build-2025-11-24_13_30_14.tgz osmo-mgw.build-2025-11-24_08_33_11.tgz osmo-msc.build-2025-11-24_13_32_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-24_07_33_58.tgz osmo-pcu-sysmo.build-2025-11-24_07_34_03.tgz osmo-pcu.build-2025-11-24_07_36_09.tgz osmo-sgsn.build-2025-11-24_20_48_25.tgz osmo-stp.build-2025-11-24_13_23_05.tgz osmo-trx.build-2025-11-24_14_25_43.tgz osmocom-bb.build-2025-11-24_21_17_54.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