Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7268
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins13343930938766336949.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-8076
+ 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
f17cc18 ttcn3-bts-test: show respawn count at the end
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_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 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#31 [20/28] WORKDIR	/TMP
#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:b010d187ce76037f8ce3500d2d8394ceb233b54819a055051e1ef53632cd802e 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8077 -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-09-02 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8077
+ mkdir -p trial-8077
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-02_13_25_57.tgz osmo-bts-oc2g.build-2025-09-02_00_51_35.tgz osmo-bts-sysmo.build-2025-09-02_00_51_39.tgz osmo-bts.build-2025-09-02_00_51_47.tgz osmo-ggsn.build-2025-09-02_20_42_31.tgz osmo-hlr.build-2025-09-02_16_36_55.tgz osmo-hnbgw.build-2025-09-02_13_29_11.tgz osmo-mgw.build-2025-09-02_08_35_18.tgz osmo-msc.build-2025-09-02_13_33_00.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-02_07_33_56.tgz osmo-pcu-sysmo.build-2025-09-02_07_36_01.tgz osmo-pcu.build-2025-09-02_07_36_08.tgz osmo-sgsn.build-2025-09-02_20_48_20.tgz osmo-stp.build-2025-09-02_13_22_56.tgz osmo-trx.build-2025-09-02_14_29_53.tgz osmocom-bb.build-2025-09-02_21_17_24.tgz srslte.build-19.tgz trial-8077
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-02_13_25_57.md5 osmo-bts-oc2g.build-2025-09-02_00_51_35.md5 osmo-bts-sysmo.build-2025-09-02_00_51_39.md5 osmo-bts.build-2025-09-02_00_51_47.md5 osmo-ggsn.build-2025-09-02_20_42_31.md5 osmo-hlr.build-2025-09-02_16_36_55.md5 osmo-hnbgw.build-2025-09-02_13_29_11.md5 osmo-mgw.build-2025-09-02_08_35_18.md5 osmo-msc.build-2025-09-02_13_33_00.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-02_07_33_56.md5 osmo-pcu-sysmo.build-2025-09-02_07_36_01.md5 osmo-pcu.build-2025-09-02_07_36_08.md5 osmo-sgsn.build-2025-09-02_20_48_20.md5 osmo-stp.build-2025-09-02_13_22_56.md5 osmo-trx.build-2025-09-02_14_29_53.md5 osmocom-bb.build-2025-09-02_21_17_24.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-02_13_25_57.md5 osmo-bts-oc2g.build-2025-09-02_00_51_35.md5 osmo-bts-sysmo.build-2025-09-02_00_51_39.md5 osmo-bts.build-2025-09-02_00_51_47.md5 osmo-ggsn.build-2025-09-02_20_42_31.md5 osmo-hlr.build-2025-09-02_16_36_55.md5 osmo-hnbgw.build-2025-09-02_13_29_11.md5 osmo-mgw.build-2025-09-02_08_35_18.md5 osmo-msc.build-2025-09-02_13_33_00.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-02_07_33_56.md5 osmo-pcu-sysmo.build-2025-09-02_07_36_01.md5 osmo-pcu.build-2025-09-02_07_36_08.md5 osmo-sgsn.build-2025-09-02_20_48_20.md5 osmo-stp.build-2025-09-02_13_22_56.md5 osmo-trx.build-2025-09-02_14_29_53.md5 osmocom-bb.build-2025-09-02_21_17_24.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-8077 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8077'
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-8077
--------------------------------------------------------------------------------------------
22:48:21.154815 tst                       trial-8077: Detailed log at /build/trial-8077/run.2025-09-02_22-48-21/log

---------------------------------------------------------------------
trial-8077 netreg_mass
---------------------------------------------------------------------
22:48:21.384888 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.385288 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.386182 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.387473 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.428495 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.430312 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.432602 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.570112 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-8077 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.571653 tst       register_default_mass.py:9: Claiming resources for the test
22:48:21.608471 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.609626 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.610602 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.611555 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.612491 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.613473 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.614417 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.675399 tst         register_default_mass.py: using LAC 2
22:48:21.711569 tst         register_default_mass.py: using RAC 2
22:48:21.758351 tst         register_default_mass.py: using CellId 2
22:48:21.805968 tst         register_default_mass.py: using BVCI 3
22:48:21.812716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.813459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.814390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.815637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.816797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.817919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.818984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.820037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.821127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.822177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.823226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.824317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.825465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.826584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.827698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.828762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.829785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.830797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.831804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.833013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.834139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.835187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.836242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.837398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.838443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.839492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.840534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.841607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.842708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.843746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.844763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.845809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.846869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.847932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.848979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.850038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.851096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.852173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.853254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.854347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.855386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.856408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.857481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.858528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.859573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.860578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.861651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.862701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.863730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.864754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.865812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.866839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.867871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.868924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.870013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.871078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.872123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.873207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.874263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.875318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.876392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.877465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.878780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.879955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.881048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.882111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.883166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.884198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.885279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.886293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.887287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.888413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.889668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.890707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.891753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.892776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.893803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.894817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.895855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.896865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.898023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.899066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.900076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.901081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.902049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.903038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.904019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.905000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.906103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.907124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.908091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.909070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.910055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.911025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.911963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.912907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.913852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.914796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.915745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.916699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.917642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.918677 tst      register_default_mass.py:21: Launching a simple network
22:48:21.930480 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:22.052421 run            create_hlr_db(pid=20): Launched
22:48:23.063151 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:23.081061 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:23.097712 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.103945 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.290935 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.306465 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.312428 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.754497 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.770095 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.780992 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.897944 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.913942 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.919963 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.945133 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.961249 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.967252 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.293973 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.310293 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.330021 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.503122 run         osmo-bts-virtual(pid=34): Launched
22:48:34.554920 tst         register_default_mass.py: using MSISDN 1001
22:48:34.560964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.647551 tst         register_default_mass.py: using MSISDN 1002
22:48:34.654492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.746478 tst         register_default_mass.py: using MSISDN 1003
22:48:34.752661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.834899 tst         register_default_mass.py: using MSISDN 1004
22:48:34.845387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.921024 tst         register_default_mass.py: using MSISDN 1005
22:48:34.929242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.085788 tst         register_default_mass.py: using MSISDN 1006
22:48:35.091606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.192952 tst         register_default_mass.py: using MSISDN 1007
22:48:35.198912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.274020 tst         register_default_mass.py: using MSISDN 1008
22:48:35.280416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.348798 tst         register_default_mass.py: using MSISDN 1009
22:48:35.354669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.434512 tst         register_default_mass.py: using MSISDN 1010
22:48:35.440327 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.523995 tst         register_default_mass.py: using MSISDN 1011
22:48:35.531575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.608645 tst         register_default_mass.py: using MSISDN 1012
22:48:35.614509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.713823 tst         register_default_mass.py: using MSISDN 1013
22:48:35.721410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.808239 tst         register_default_mass.py: using MSISDN 1014
22:48:35.825520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.894814 tst         register_default_mass.py: using MSISDN 1015
22:48:35.914537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.995556 tst         register_default_mass.py: using MSISDN 1016
22:48:36.002176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.075260 tst         register_default_mass.py: using MSISDN 1017
22:48:36.081340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.158952 tst         register_default_mass.py: using MSISDN 1018
22:48:36.165947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.240267 tst         register_default_mass.py: using MSISDN 1019
22:48:36.246342 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.309440 tst         register_default_mass.py: using MSISDN 1020
22:48:36.322805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.388437 tst         register_default_mass.py: using MSISDN 1021
22:48:36.397351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.457556 tst         register_default_mass.py: using MSISDN 1022
22:48:36.464941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.533357 tst         register_default_mass.py: using MSISDN 1023
22:48:36.539468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.612770 tst         register_default_mass.py: using MSISDN 1024
22:48:36.618795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.691386 tst         register_default_mass.py: using MSISDN 1025
22:48:36.697511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.758118 tst         register_default_mass.py: using MSISDN 1026
22:48:36.767244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.836281 tst         register_default_mass.py: using MSISDN 1027
22:48:36.849263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.927353 tst         register_default_mass.py: using MSISDN 1028
22:48:36.933379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.994764 tst         register_default_mass.py: using MSISDN 1029
22:48:37.000894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.082633 tst         register_default_mass.py: using MSISDN 1030
22:48:37.094220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.163906 tst         register_default_mass.py: using MSISDN 1031
22:48:37.170871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.264519 tst         register_default_mass.py: using MSISDN 1032
22:48:37.275513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.447638 tst         register_default_mass.py: using MSISDN 1033
22:48:37.453833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.549234 tst         register_default_mass.py: using MSISDN 1034
22:48:37.558564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.661404 tst         register_default_mass.py: using MSISDN 1035
22:48:37.667182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.732801 tst         register_default_mass.py: using MSISDN 1036
22:48:37.738854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.804072 tst         register_default_mass.py: using MSISDN 1037
22:48:37.810449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.884010 tst         register_default_mass.py: using MSISDN 1038
22:48:37.889937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.969539 tst         register_default_mass.py: using MSISDN 1039
22:48:37.976996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.059488 tst         register_default_mass.py: using MSISDN 1040
22:48:38.065598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.157541 tst         register_default_mass.py: using MSISDN 1041
22:48:38.163572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.237712 tst         register_default_mass.py: using MSISDN 1042
22:48:38.243869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.344603 tst         register_default_mass.py: using MSISDN 1043
22:48:38.350540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.426279 tst         register_default_mass.py: using MSISDN 1044
22:48:38.437221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.499115 tst         register_default_mass.py: using MSISDN 1045
22:48:38.506429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.570955 tst         register_default_mass.py: using MSISDN 1046
22:48:38.577059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.656094 tst         register_default_mass.py: using MSISDN 1047
22:48:38.662062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.747170 tst         register_default_mass.py: using MSISDN 1048
22:48:38.753136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.819044 tst         register_default_mass.py: using MSISDN 1049
22:48:38.825092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.908760 tst         register_default_mass.py: using MSISDN 1050
22:48:38.921019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.999830 tst         register_default_mass.py: using MSISDN 1051
22:48:39.008109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.079965 tst         register_default_mass.py: using MSISDN 1052
22:48:39.086015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.156998 tst         register_default_mass.py: using MSISDN 1053
22:48:39.164887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.232030 tst         register_default_mass.py: using MSISDN 1054
22:48:39.238107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.313047 tst         register_default_mass.py: using MSISDN 1055
22:48:39.320780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.398465 tst         register_default_mass.py: using MSISDN 1056
22:48:39.404393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.476585 tst         register_default_mass.py: using MSISDN 1057
22:48:39.482758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.557234 tst         register_default_mass.py: using MSISDN 1058
22:48:39.564889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.637677 tst         register_default_mass.py: using MSISDN 1059
22:48:39.645886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.714580 tst         register_default_mass.py: using MSISDN 1060
22:48:39.727793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.804552 tst         register_default_mass.py: using MSISDN 1061
22:48:39.810500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.874537 tst         register_default_mass.py: using MSISDN 1062
22:48:39.881770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.950649 tst         register_default_mass.py: using MSISDN 1063
22:48:39.961663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.023241 tst         register_default_mass.py: using MSISDN 1064
22:48:40.029397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.091598 tst         register_default_mass.py: using MSISDN 1065
22:48:40.097988 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.167474 tst         register_default_mass.py: using MSISDN 1066
22:48:40.173382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.253832 tst         register_default_mass.py: using MSISDN 1067
22:48:40.263411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.329616 tst         register_default_mass.py: using MSISDN 1068
22:48:40.347627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.420147 tst         register_default_mass.py: using MSISDN 1069
22:48:40.426846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.516013 tst         register_default_mass.py: using MSISDN 1070
22:48:40.526913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.647688 tst         register_default_mass.py: using MSISDN 1071
22:48:40.653559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.979748 tst         register_default_mass.py: using MSISDN 1072
22:48:40.985430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.096692 tst         register_default_mass.py: using MSISDN 1073
22:48:41.107085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.187032 tst         register_default_mass.py: using MSISDN 1074
22:48:41.193353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.269177 tst         register_default_mass.py: using MSISDN 1075
22:48:41.290367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.368758 tst         register_default_mass.py: using MSISDN 1076
22:48:41.389993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.460101 tst         register_default_mass.py: using MSISDN 1077
22:48:41.476345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.548871 tst         register_default_mass.py: using MSISDN 1078
22:48:41.558754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.626034 tst         register_default_mass.py: using MSISDN 1079
22:48:41.631784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.033306 tst         register_default_mass.py: using MSISDN 1080
22:48:42.049678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.122387 tst         register_default_mass.py: using MSISDN 1081
22:48:42.129342 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.201911 tst         register_default_mass.py: using MSISDN 1082
22:48:42.208109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.271292 tst         register_default_mass.py: using MSISDN 1083
22:48:42.280805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.347189 tst         register_default_mass.py: using MSISDN 1084
22:48:42.359390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.433539 tst         register_default_mass.py: using MSISDN 1085
22:48:42.449873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.509767 tst         register_default_mass.py: using MSISDN 1086
22:48:42.515900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.587257 tst         register_default_mass.py: using MSISDN 1087
22:48:42.593420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.674100 tst         register_default_mass.py: using MSISDN 1088
22:48:42.680382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.748311 tst         register_default_mass.py: using MSISDN 1089
22:48:42.756343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.815271 tst         register_default_mass.py: using MSISDN 1090
22:48:42.832205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.900792 tst         register_default_mass.py: using MSISDN 1091
22:48:42.908853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.989223 tst         register_default_mass.py: using MSISDN 1092
22:48:43.011358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.076673 tst         register_default_mass.py: using MSISDN 1093
22:48:43.082687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.151889 tst         register_default_mass.py: using MSISDN 1094
22:48:43.159488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.224310 tst         register_default_mass.py: using MSISDN 1095
22:48:43.245938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.330992 tst         register_default_mass.py: using MSISDN 1096
22:48:43.339434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.413248 tst         register_default_mass.py: using MSISDN 1097
22:48:43.431397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.510506 tst         register_default_mass.py: using MSISDN 1098
22:48:43.516689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.610529 tst         register_default_mass.py: using MSISDN 1099
22:48:43.633863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.698586 tst         register_default_mass.py: using MSISDN 1100
22:48:43.715250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.832982 run                             mass: Starting testcase
22:48:43.838906 run                             mass: Pre-launching all virtphy's
22:48:43.844561 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.858049 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.864218 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.877682 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.884145 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.897984 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.904449 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.918343 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.924678 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.938421 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.944824 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.958563 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.964996 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.978398 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.984699 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.998182 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.004335 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.017649 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.023915 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.037471 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.044022 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.058168 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.064561 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.077942 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.084062 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.097452 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.103521 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.116524 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.122649 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.135621 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.141801 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.155018 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.161084 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.174266 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.180442 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.193754 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.199922 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.213116 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.219326 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.232941 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.239354 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.252742 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.258857 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.272163 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.278374 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.291809 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.297919 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.311066 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.317177 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.330989 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.337351 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.351229 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.357623 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.371300 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.377660 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.391468 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.397850 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.411744 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.418108 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.432090 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.438612 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.452472 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.458900 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.472819 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.479144 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.492990 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.499373 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.512849 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.519065 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.532295 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.538377 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.551568 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.557751 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.571027 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.577147 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.590861 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.597279 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.611129 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.617495 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.631376 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.637822 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.651078 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.657353 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.671065 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.677495 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.691067 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.697165 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.710487 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.716568 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.729951 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.736339 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.749645 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.755995 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.769537 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.775726 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.789129 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.795232 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.808363 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.814512 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.828469 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.834820 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.848738 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.855116 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.868909 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.875415 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.889537 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.896045 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.909722 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.915929 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.929347 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.935779 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.949425 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.955614 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.969059 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.975239 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.988557 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.994857 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.008119 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.014250 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.027440 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.033527 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.047024 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.053267 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.066727 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.072860 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.086298 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.092636 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.105959 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.112157 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.125655 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.132054 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.145836 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.152183 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.165928 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.172301 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.186204 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.192330 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.205859 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.212198 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.225707 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.231938 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.245628 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.252065 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.265508 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.271815 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.285548 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.291821 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.305512 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.311786 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.325585 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.332022 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.345847 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.352516 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.366191 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.372596 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.386015 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.392201 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.405608 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.411857 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.425146 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.431399 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.444786 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.451107 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.464974 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.471425 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.485226 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.491565 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.505358 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.511931 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.525467 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.531702 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.545545 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.552181 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.565677 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.571992 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.585872 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.592104 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.606061 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.612269 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.625887 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.632232 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.645873 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.652283 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.666197 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.672771 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.686767 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.693135 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.706515 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.712741 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.726155 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.732255 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.745551 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.751819 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.765748 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:45.772309 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.786242 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.792639 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.806439 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.812795 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.826724 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.833176 run                             mass: Checking if sockets are in the filesystem
22:48:45.846045 run                osmo-ms-mob/00000: Starting mobile
22:48:45.860110 run       osmo-ms-mob/00000(pid=135): Launched
22:48:45.875056 run                             mass: MS start registered  {at=20084231.578397773, delay=0.008411772549152374, ms=00000}
22:48:50.046239 run                osmo-ms-mob/00001: Starting mobile
22:48:50.059886 run       osmo-ms-mob/00001(pid=136): Launched
22:48:50.071018 run                             mass: MS start registered  {at=20084235.77436327, delay=0.004988379776477814, ms=00001}
22:48:51.845178 run                osmo-ms-mob/00002: Starting mobile
22:48:51.858740 run       osmo-ms-mob/00002(pid=137): Launched
22:48:51.869580 run                             mass: MS start registered  {at=20084237.5729281, delay=0.004579730331897736, ms=00002}
22:48:51.978940 run                             mass: MS performed LU  {at=20084237.682266567, lu_delay=6.103868793696165, ms=00000}
22:48:53.145041 run                osmo-ms-mob/00003: Starting mobile
22:48:53.159408 run       osmo-ms-mob/00003(pid=138): Launched
22:48:53.170753 run                             mass: MS start registered  {at=20084238.87409554, delay=0.004919759929180145, ms=00003}
22:48:54.245980 run                osmo-ms-mob/00004: Starting mobile
22:48:54.259532 run       osmo-ms-mob/00004(pid=139): Launched
22:48:54.270496 run                             mass: MS start registered  {at=20084239.973844882, delay=0.00474359467625618, ms=00004}
22:48:55.245254 run                osmo-ms-mob/00005: Starting mobile
22:48:55.259047 run       osmo-ms-mob/00005(pid=140): Launched
22:48:55.269965 run                             mass: MS start registered  {at=20084240.973314036, delay=0.004537004977464676, ms=00005}
22:48:55.744947 run                             mass: MS performed LU  {at=20084241.448254935, lu_delay=5.673891667276621, ms=00001}
22:48:56.146274 run                osmo-ms-mob/00006: Starting mobile
22:48:56.160352 run       osmo-ms-mob/00006(pid=141): Launched
22:48:56.171634 run                             mass: MS start registered  {at=20084241.874979246, delay=0.0048414431512355804, ms=00006}
22:48:57.045920 run                osmo-ms-mob/00007: Starting mobile
22:48:57.059881 run       osmo-ms-mob/00007(pid=142): Launched
22:48:57.071433 run                             mass: MS start registered  {at=20084242.7747867, delay=0.004561722278594971, ms=00007}
22:48:57.646610 run                             mass: MS performed LU  {at=20084243.349939167, lu_delay=5.777011066675186, ms=00002}
22:48:57.846095 run                osmo-ms-mob/00008: Starting mobile
22:48:57.859917 run       osmo-ms-mob/00008(pid=143): Launched
22:48:57.871351 run                             mass: MS start registered  {at=20084243.574701775, delay=0.004884667694568634, ms=00008}
22:48:58.546034 run                osmo-ms-mob/00009: Starting mobile
22:48:58.559980 run       osmo-ms-mob/00009(pid=144): Launched
22:48:58.571586 run                             mass: MS start registered  {at=20084244.274928454, delay=0.0051467083394527435, ms=00009}
22:48:59.248359 run                osmo-ms-mob/00010: Starting mobile
22:48:59.262500 run       osmo-ms-mob/00010(pid=145): Launched
22:48:59.273794 run                             mass: MS start registered  {at=20084244.977143563, delay=0.004735603928565979, ms=00010}
22:48:59.510885 run                             mass: MS performed LU  {at=20084245.214216176, lu_delay=6.3401206359267235, ms=00003}
22:48:59.557681 run                             mass: MS performed LU  {at=20084245.26101177, lu_delay=5.287166889756918, ms=00004}
22:48:59.845289 run                osmo-ms-mob/00011: Starting mobile
22:48:59.859096 run       osmo-ms-mob/00011(pid=146): Launched
22:48:59.870440 run                             mass: MS start registered  {at=20084245.573788628, delay=0.004889369010925293, ms=00011}
22:49:00.445468 run                osmo-ms-mob/00012: Starting mobile
22:49:00.459513 run       osmo-ms-mob/00012(pid=147): Launched
22:49:00.471127 run                             mass: MS start registered  {at=20084246.174466208, delay=0.0052035413682460785, ms=00012}
22:49:01.045268 run                osmo-ms-mob/00013: Starting mobile
22:49:01.059329 run       osmo-ms-mob/00013(pid=148): Launched
22:49:01.071422 run                             mass: MS start registered  {at=20084246.774768718, delay=0.005557950586080551, ms=00013}
22:49:01.412118 run                             mass: MS performed LU  {at=20084247.115451038, lu_delay=6.142137002199888, ms=00005}
22:49:01.458847 run                             mass: MS performed LU  {at=20084247.162166078, lu_delay=5.287186831235886, ms=00006}
22:49:01.646418 run                osmo-ms-mob/00014: Starting mobile
22:49:01.660871 run       osmo-ms-mob/00014(pid=149): Launched
22:49:01.679163 run                             mass: MS start registered  {at=20084247.382485855, delay=0.011638861149549484, ms=00014}
22:49:02.250562 run                osmo-ms-mob/00015: Starting mobile
22:49:02.267326 run       osmo-ms-mob/00015(pid=150): Launched
22:49:02.290399 run                             mass: MS start registered  {at=20084247.99373782, delay=0.016495391726493835, ms=00015}
22:49:02.748347 run                osmo-ms-mob/00016: Starting mobile
22:49:02.763595 run       osmo-ms-mob/00016(pid=151): Launched
22:49:02.774957 run                             mass: MS start registered  {at=20084248.478308555, delay=0.0048983655869960785, ms=00016}
22:49:03.245920 run                osmo-ms-mob/00017: Starting mobile
22:49:03.260448 run       osmo-ms-mob/00017(pid=152): Launched
22:49:03.271835 run                             mass: MS start registered  {at=20084248.975180145, delay=0.004925049841403961, ms=00017}
22:49:03.278510 run                             mass: MS performed LU  {at=20084248.981865715, lu_delay=6.207079015672207, ms=00007}
22:49:03.322704 run                             mass: MS performed LU  {at=20084249.026041087, lu_delay=5.451339311897755, ms=00008}
22:49:03.410384 run                             mass: MS performed LU  {at=20084249.11372119, lu_delay=4.838792733848095, ms=00009}
22:49:03.845366 run                osmo-ms-mob/00018: Starting mobile
22:49:03.859986 run       osmo-ms-mob/00018(pid=153): Launched
22:49:03.871331 run                             mass: MS start registered  {at=20084249.57467587, delay=0.00468888133764267, ms=00018}
22:49:04.246177 run                osmo-ms-mob/00019: Starting mobile
22:49:04.260409 run       osmo-ms-mob/00019(pid=154): Launched
22:49:04.271775 run                             mass: MS start registered  {at=20084249.975124933, delay=0.004458867013454437, ms=00019}
22:49:04.745524 run                osmo-ms-mob/00020: Starting mobile
22:49:04.759888 run       osmo-ms-mob/00020(pid=155): Launched
22:49:04.771633 run                             mass: MS start registered  {at=20084250.474979702, delay=0.005257453769445419, ms=00020}
22:49:05.076602 run                             mass: MS performed LU  {at=20084250.779938363, lu_delay=4.605472154915333, ms=00012}
22:49:05.178050 run                             mass: MS performed LU  {at=20084250.881384347, lu_delay=5.30759571865201, ms=00011}
22:49:05.189685 run                osmo-ms-mob/00021: Starting mobile
22:49:05.203007 run       osmo-ms-mob/00021(pid=156): Launched
22:49:05.214130 run                             mass: MS start registered  {at=20084250.91748213, delay=0.00475846603512764, ms=00021}
22:49:05.645272 run                osmo-ms-mob/00022: Starting mobile
22:49:05.658792 run       osmo-ms-mob/00022(pid=157): Launched
22:49:05.669721 run                             mass: MS start registered  {at=20084251.37307424, delay=0.0047363899648189545, ms=00022}
22:49:06.146238 run                osmo-ms-mob/00023: Starting mobile
22:49:06.160212 run       osmo-ms-mob/00023(pid=158): Launched
22:49:06.171660 run                             mass: MS start registered  {at=20084251.875012472, delay=0.004997774958610535, ms=00023}
22:49:06.546540 run                osmo-ms-mob/00024: Starting mobile
22:49:06.560060 run       osmo-ms-mob/00024(pid=159): Launched
22:49:06.571410 run                             mass: MS start registered  {at=20084252.274757676, delay=0.004885278642177582, ms=00024}
22:49:07.045416 run                osmo-ms-mob/00025: Starting mobile
22:49:07.059072 run       osmo-ms-mob/00025(pid=160): Launched
22:49:07.065633 run                             mass: MS performed LU  {at=20084252.768991463, lu_delay=4.775253642350435, ms=00015}
22:49:07.071872 run                             mass: MS start registered  {at=20084252.775238283, delay=0.006266944110393524, ms=00025}
22:49:07.089324 run                             mass: MS performed LU  {at=20084252.792666025, lu_delay=6.017897307872772, ms=00013}
22:49:07.176801 run                             mass: MS performed LU  {at=20084252.88013576, lu_delay=5.497649904340506, ms=00014}
22:49:07.188670 run                osmo-ms-mob/00026: Starting mobile
22:49:07.202353 run       osmo-ms-mob/00026(pid=161): Launched
22:49:07.213794 run                             mass: MS start registered  {at=20084252.91714376, delay=0.005063217133283615, ms=00026}
22:49:07.850002 run                osmo-ms-mob/00027: Starting mobile
22:49:07.876071 run       osmo-ms-mob/00027(pid=162): Launched
22:49:07.888240 run                             mass: MS start registered  {at=20084253.59158974, delay=2.6904046535491943e-05, ms=00027}
22:49:08.269448 run                osmo-ms-mob/00028: Starting mobile
22:49:08.283402 run       osmo-ms-mob/00028(pid=163): Launched
22:49:08.294992 run                             mass: MS start registered  {at=20084253.99832851, delay=0.0051953792572021484, ms=00028}
22:49:08.645759 run                osmo-ms-mob/00029: Starting mobile
22:49:08.659227 run       osmo-ms-mob/00029(pid=164): Launched
22:49:08.670430 run                             mass: MS start registered  {at=20084254.373779193, delay=0.0046653226017951965, ms=00029}
22:49:08.860487 run                             mass: MS performed LU  {at=20084254.56382372, lu_delay=5.5886435732245445, ms=00017}
22:49:08.943795 run                             mass: MS performed LU  {at=20084254.647127077, lu_delay=4.6720021441578865, ms=00019}
22:49:08.955730 run                osmo-ms-mob/00030: Starting mobile
22:49:08.969782 run       osmo-ms-mob/00030(pid=165): Launched
22:49:08.981149 run                             mass: MS start registered  {at=20084254.684501532, delay=0.0046531520783901215, ms=00030}
22:49:09.114911 run                             mass: MS performed LU  {at=20084254.81824486, lu_delay=5.243568990379572, ms=00018}
22:49:09.446201 run                osmo-ms-mob/00031: Starting mobile
22:49:09.460250 run       osmo-ms-mob/00031(pid=166): Launched
22:49:09.471710 run                             mass: MS start registered  {at=20084255.175054964, delay=0.004919372498989105, ms=00031}
22:49:09.745333 run                osmo-ms-mob/00032: Starting mobile
22:49:09.758882 run       osmo-ms-mob/00032(pid=167): Launched
22:49:09.770943 run                             mass: MS start registered  {at=20084255.4742707, delay=0.005208786576986313, ms=00032}
22:49:10.145441 run                osmo-ms-mob/00033: Starting mobile
22:49:10.160111 run       osmo-ms-mob/00033(pid=168): Launched
22:49:10.171394 run                             mass: MS start registered  {at=20084255.87474224, delay=0.004775382578372955, ms=00033}
22:49:10.549862 run                osmo-ms-mob/00034: Starting mobile
22:49:10.575435 run       osmo-ms-mob/00034(pid=169): Launched
22:49:10.586982 run                             mass: MS start registered  {at=20084256.290329106, delay=0.0041229985654354095, ms=00034}
22:49:10.808123 run                             mass: MS performed LU  {at=20084256.511457168, lu_delay=4.636444695293903, ms=00023}
22:49:10.819651 run                osmo-ms-mob/00035: Starting mobile
22:49:10.833118 run       osmo-ms-mob/00035(pid=170): Launched
22:49:10.844230 run                             mass: MS start registered  {at=20084256.54758316, delay=0.004695899784564972, ms=00035}
22:49:10.854844 run                             mass: MS performed LU  {at=20084256.558196217, lu_delay=6.083216514438391, ms=00020}
22:49:10.942093 run                             mass: MS performed LU  {at=20084256.64542399, lu_delay=5.727941859513521, ms=00021}
22:49:11.016815 run                             mass: MS performed LU  {at=20084256.7201405, lu_delay=5.347066260874271, ms=00022}
22:49:11.030058 run                osmo-ms-mob/00036: Starting mobile
22:49:11.043336 run       osmo-ms-mob/00036(pid=171): Launched
22:49:11.054409 run                             mass: MS start registered  {at=20084256.757756703, delay=0.003927566111087799, ms=00036}
22:49:11.645777 run                osmo-ms-mob/00037: Starting mobile
22:49:11.659759 run       osmo-ms-mob/00037(pid=172): Launched
22:49:11.671068 run                             mass: MS start registered  {at=20084257.374419957, delay=0.004827756434679031, ms=00037}
22:49:11.945314 run                osmo-ms-mob/00038: Starting mobile
22:49:11.959325 run       osmo-ms-mob/00038(pid=173): Launched
22:49:11.970587 run                             mass: MS start registered  {at=20084257.673940483, delay=0.004956282675266266, ms=00038}
22:49:12.245443 run                osmo-ms-mob/00039: Starting mobile
22:49:12.258996 run       osmo-ms-mob/00039(pid=174): Launched
22:49:12.270694 run                             mass: MS start registered  {at=20084257.974040788, delay=0.005235232412815094, ms=00039}
22:49:12.627017 run                             mass: MS performed LU  {at=20084258.330354325, lu_delay=4.738764584064484, ms=00027}
22:49:12.638636 run                osmo-ms-mob/00040: Starting mobile
22:49:12.652635 run       osmo-ms-mob/00040(pid=175): Launched
22:49:12.664604 run                             mass: MS start registered  {at=20084258.36794308, delay=0.00563541054725647, ms=00040}
22:49:12.709295 run                             mass: MS performed LU  {at=20084258.412635397, lu_delay=6.137877721339464, ms=00024}
22:49:12.755830 run                             mass: MS performed LU  {at=20084258.459152006, lu_delay=5.542008247226477, ms=00026}
22:49:12.768011 run                osmo-ms-mob/00041: Starting mobile
22:49:12.782045 run       osmo-ms-mob/00041(pid=176): Launched
22:49:12.793397 run                             mass: MS start registered  {at=20084258.49675002, delay=0.0048717111349105835, ms=00041}
22:49:12.881019 run                             mass: MS performed LU  {at=20084258.584338102, lu_delay=5.809099819511175, ms=00025}
22:49:13.250543 run                osmo-ms-mob/00042: Starting mobile
22:49:13.264356 run       osmo-ms-mob/00042(pid=177): Launched
22:49:13.275834 run                             mass: MS start registered  {at=20084258.97918223, delay=0.004965439438819885, ms=00042}
22:49:13.645079 run                osmo-ms-mob/00043: Starting mobile
22:49:13.658775 run       osmo-ms-mob/00043(pid=178): Launched
22:49:13.670027 run                             mass: MS start registered  {at=20084259.373380464, delay=0.004915885627269745, ms=00043}
22:49:13.945204 run                osmo-ms-mob/00044: Starting mobile
22:49:13.958975 run       osmo-ms-mob/00044(pid=179): Launched
22:49:13.970584 run                             mass: MS start registered  {at=20084259.67393226, delay=0.0050771236419677734, ms=00044}
22:49:14.246276 run                osmo-ms-mob/00045: Starting mobile
22:49:14.260246 run       osmo-ms-mob/00045(pid=180): Launched
22:49:14.273335 run                             mass: MS start registered  {at=20084259.976685412, delay=0.006474800407886505, ms=00045}
22:49:14.545739 run                osmo-ms-mob/00046: Starting mobile
22:49:14.559619 run       osmo-ms-mob/00046(pid=181): Launched
22:49:14.570919 run                             mass: MS start registered  {at=20084260.274271917, delay=0.004864942282438278, ms=00046}
22:49:14.577337 run                             mass: MS performed LU  {at=20084260.280697864, lu_delay=6.28236935287714, ms=00028}
22:49:14.619885 run                             mass: MS performed LU  {at=20084260.32323219, lu_delay=5.638730656355619, ms=00030}
22:49:14.631797 run                osmo-ms-mob/00047: Starting mobile
22:49:14.645863 run       osmo-ms-mob/00047(pid=182): Launched
22:49:14.657104 run                             mass: MS start registered  {at=20084260.360456113, delay=0.004732850939035416, ms=00047}
22:49:14.708610 run                             mass: MS performed LU  {at=20084260.411944125, lu_delay=6.038164932280779, ms=00029}
22:49:14.782161 run                             mass: MS performed LU  {at=20084260.48549965, lu_delay=5.011228948831558, ms=00032}
22:49:14.794464 run                osmo-ms-mob/00048: Starting mobile
22:49:14.808971 run       osmo-ms-mob/00048(pid=183): Launched
22:49:14.815644 run                             mass: MS performed LU  {at=20084260.519003455, lu_delay=5.343948490917683, ms=00031}
22:49:14.822036 run                             mass: MS start registered  {at=20084260.52540171, delay=0.006418224424123764, ms=00048}
22:49:15.054656 run                             mass: MS performed LU  {at=20084260.75799072, lu_delay=4.8832484818995, ms=00033}
22:49:15.066633 run                osmo-ms-mob/00049: Starting mobile
22:49:15.080551 run       osmo-ms-mob/00049(pid=184): Launched
22:49:15.092023 run                             mass: MS start registered  {at=20084260.795368735, delay=0.005079206079244614, ms=00049}
22:49:15.757730 run                osmo-ms-mob/00050: Starting mobile
22:49:15.771930 run       osmo-ms-mob/00050(pid=185): Launched
22:49:15.783502 run                             mass: MS start registered  {at=20084261.486843575, delay=0.0051576122641563416, ms=00050}
22:49:16.145876 run                osmo-ms-mob/00051: Starting mobile
22:49:16.160170 run       osmo-ms-mob/00051(pid=186): Launched
22:49:16.171724 run                             mass: MS start registered  {at=20084261.87507599, delay=0.005135536193847656, ms=00051}
22:49:16.374185 run                             mass: MS performed LU  {at=20084262.077519085, lu_delay=4.703099127858877, ms=00037}
22:49:16.386116 run                osmo-ms-mob/00052: Starting mobile
22:49:16.400156 run       osmo-ms-mob/00052(pid=187): Launched
22:49:16.411776 run                             mass: MS start registered  {at=20084262.115114883, delay=0.005095887929201126, ms=00052}
22:49:16.475791 run                             mass: MS performed LU  {at=20084262.179126613, lu_delay=5.631543453782797, ms=00035}
22:49:16.522305 run                             mass: MS performed LU  {at=20084262.22564844, lu_delay=5.93531933426857, ms=00034}
22:49:16.534095 run                osmo-ms-mob/00053: Starting mobile
22:49:16.548075 run       osmo-ms-mob/00053(pid=188): Launched
22:49:16.559484 run                             mass: MS start registered  {at=20084262.26283617, delay=0.004911899566650391, ms=00053}
22:49:16.627669 run                             mass: MS performed LU  {at=20084262.331003323, lu_delay=5.573246620595455, ms=00036}
22:49:16.646047 run                             mass: MS performed LU  {at=20084262.34939787, lu_delay=4.675457388162613, ms=00038}
22:49:16.657763 run                osmo-ms-mob/00054: Starting mobile
22:49:16.671888 run       osmo-ms-mob/00054(pid=189): Launched
22:49:16.683112 run                             mass: MS start registered  {at=20084262.386460256, delay=0.00468025729060173, ms=00054}
22:49:17.345978 run                osmo-ms-mob/00055: Starting mobile
22:49:17.360387 run       osmo-ms-mob/00055(pid=190): Launched
22:49:17.371961 run                             mass: MS start registered  {at=20084263.075306226, delay=0.005042307078838348, ms=00055}
22:49:17.645388 run                osmo-ms-mob/00056: Starting mobile
22:49:17.659081 run       osmo-ms-mob/00056(pid=191): Launched
22:49:17.672277 run                             mass: MS start registered  {at=20084263.37562191, delay=0.006705813109874725, ms=00056}
22:49:17.945646 run                osmo-ms-mob/00057: Starting mobile
22:49:17.959663 run       osmo-ms-mob/00057(pid=192): Launched
22:49:17.970813 run                             mass: MS start registered  {at=20084263.674165357, delay=0.004699494689702988, ms=00057}
22:49:18.345556 run                osmo-ms-mob/00058: Starting mobile
22:49:18.359168 run       osmo-ms-mob/00058(pid=193): Launched
22:49:18.365430 run                             mass: MS performed LU  {at=20084264.068789396, lu_delay=5.089607167989016, ms=00042}
22:49:18.371350 run                             mass: MS start registered  {at=20084264.074716657, delay=0.00594615563750267, ms=00058}
22:49:18.386238 run                             mass: MS performed LU  {at=20084264.089592107, lu_delay=4.7162116430699825, ms=00043}
22:49:18.397242 run                osmo-ms-mob/00059: Starting mobile
22:49:18.410592 run       osmo-ms-mob/00059(pid=194): Launched
22:49:18.421370 run                             mass: MS start registered  {at=20084264.124721527, delay=0.004626862704753876, ms=00059}
22:49:18.474382 run                             mass: MS performed LU  {at=20084264.177714884, lu_delay=6.203674096614122, ms=00039}
22:49:18.547764 run                             mass: MS performed LU  {at=20084264.25109622, lu_delay=5.754346199333668, ms=00041}
22:49:18.559305 run                osmo-ms-mob/00060: Starting mobile
22:49:18.572985 run       osmo-ms-mob/00060(pid=195): Launched
22:49:18.579674 run                             mass: MS performed LU  {at=20084264.283030413, lu_delay=5.9150873348116875, ms=00040}
22:49:18.586138 run                             mass: MS start registered  {at=20084264.289503515, delay=0.006492443382740021, ms=00060}
22:49:18.820275 run                             mass: MS performed LU  {at=20084264.52360586, lu_delay=4.8496735990047455, ms=00044}
22:49:19.345612 run                osmo-ms-mob/00061: Starting mobile
22:49:19.359469 run       osmo-ms-mob/00061(pid=196): Launched
22:49:19.370952 run                             mass: MS start registered  {at=20084265.074298337, delay=0.0050180889666080475, ms=00061}
22:49:19.645040 run                osmo-ms-mob/00062: Starting mobile
22:49:19.660515 run       osmo-ms-mob/00062(pid=197): Launched
22:49:19.672023 run                             mass: MS start registered  {at=20084265.375369225, delay=0.004747796803712845, ms=00062}
22:49:19.945902 run                osmo-ms-mob/00063: Starting mobile
22:49:19.960026 run       osmo-ms-mob/00063(pid=198): Launched
22:49:19.971429 run                             mass: MS start registered  {at=20084265.67478112, delay=0.004899036139249802, ms=00063}
22:49:20.139504 run                             mass: MS performed LU  {at=20084265.842840925, lu_delay=5.568569008260965, ms=00046}
22:49:20.241142 run                             mass: MS performed LU  {at=20084265.9444535, lu_delay=4.457609925419092, ms=00050}
22:49:20.253148 run                osmo-ms-mob/00064: Starting mobile
22:49:20.266646 run       osmo-ms-mob/00064(pid=199): Launched
22:49:20.278001 run                             mass: MS start registered  {at=20084265.9813546, delay=0.004659611731767654, ms=00064}
22:49:20.287286 run                             mass: MS performed LU  {at=20084265.990635168, lu_delay=5.195266433060169, ms=00049}
22:49:20.393744 run                             mass: MS performed LU  {at=20084266.097079728, lu_delay=5.736623615026474, ms=00047}
22:49:20.412731 run                             mass: MS performed LU  {at=20084266.11606317, lu_delay=5.590661458671093, ms=00048}
22:49:20.425017 run                osmo-ms-mob/00065: Starting mobile
22:49:20.440695 run       osmo-ms-mob/00065(pid=200): Launched
22:49:20.451917 run                             mass: MS start registered  {at=20084266.15526045, delay=0.004788115620613098, ms=00065}
22:49:21.045563 run                osmo-ms-mob/00066: Starting mobile
22:49:21.059155 run       osmo-ms-mob/00066(pid=201): Launched
22:49:21.072797 run                             mass: MS start registered  {at=20084266.77611763, delay=0.006361138075590134, ms=00066}
22:49:21.445353 run                osmo-ms-mob/00067: Starting mobile
22:49:21.460361 run       osmo-ms-mob/00067(pid=202): Launched
22:49:21.473126 run                             mass: MS start registered  {at=20084267.17647225, delay=0.005752582103013992, ms=00067}
22:49:21.492558 run                             mass: MS performed LU  {at=20084267.19589734, lu_delay=3.82027542963624, ms=00056}
22:49:21.746060 run                osmo-ms-mob/00068: Starting mobile
22:49:21.759974 run       osmo-ms-mob/00068(pid=203): Launched
22:49:21.772262 run                             mass: MS start registered  {at=20084267.47560952, delay=0.005785442888736725, ms=00068}
22:49:22.105815 run                             mass: MS performed LU  {at=20084267.809149683, lu_delay=4.733843456953764, ms=00055}
22:49:22.119427 run                osmo-ms-mob/00069: Starting mobile
22:49:22.134123 run       osmo-ms-mob/00069(pid=204): Launched
22:49:22.145745 run                             mass: MS start registered  {at=20084267.849093623, delay=0.004984896630048752, ms=00069}
22:49:22.152565 run                             mass: MS performed LU  {at=20084267.85592197, lu_delay=5.740807086229324, ms=00052}
22:49:22.239896 run                             mass: MS performed LU  {at=20084267.943217896, lu_delay=5.68038172647357, ms=00053}
22:49:22.314128 run                             mass: MS performed LU  {at=20084268.017422125, lu_delay=6.142346136271954, ms=00051}
22:49:22.367725 run                osmo-ms-mob/00070: Starting mobile
22:49:22.381915 run       osmo-ms-mob/00070(pid=205): Launched
22:49:22.388411 run                             mass: MS performed LU  {at=20084268.091769516, lu_delay=5.705309260636568, ms=00054}
22:49:22.394715 run                             mass: MS performed LU  {at=20084268.09808045, lu_delay=23.120936885476112, ms=00010}
22:49:22.400692 run                             mass: MS start registered  {at=20084268.10405799, delay=0.01230848953127861, ms=00070}
22:49:22.946711 run                osmo-ms-mob/00071: Starting mobile
22:49:22.962998 run       osmo-ms-mob/00071(pid=206): Launched
22:49:22.976752 run                             mass: MS start registered  {at=20084268.680090904, delay=0.005979128181934357, ms=00071}
22:49:23.346303 run                osmo-ms-mob/00072: Starting mobile
22:49:23.364492 run       osmo-ms-mob/00072(pid=207): Launched
22:49:23.378948 run                             mass: MS start registered  {at=20084269.0822903, delay=0.006147008389234543, ms=00072}
22:49:23.746667 run                osmo-ms-mob/00073: Starting mobile
22:49:23.762758 run       osmo-ms-mob/00073(pid=208): Launched
22:49:23.776285 run                             mass: MS start registered  {at=20084269.479621753, delay=0.005934130400419235, ms=00073}
22:49:23.905973 run                             mass: MS performed LU  {at=20084269.60930737, lu_delay=5.319803856313229, ms=00060}
22:49:24.007652 run                             mass: MS performed LU  {at=20084269.710984554, lu_delay=5.636267896741629, ms=00058}
22:49:24.053301 run                             mass: MS performed LU  {at=20084269.756636713, lu_delay=5.631915185600519, ms=00059}
22:49:24.066204 run                osmo-ms-mob/00074: Starting mobile
22:49:24.082002 run       osmo-ms-mob/00074(pid=209): Launched
22:49:24.094888 run                             mass: MS start registered  {at=20084269.79823669, delay=0.005368143320083618, ms=00074}
22:49:24.159737 run                             mass: MS performed LU  {at=20084269.863072332, lu_delay=6.188906975090504, ms=00057}
22:49:24.178653 run                             mass: MS performed LU  {at=20084269.881994426, lu_delay=4.807696089148521, ms=00061}
22:49:24.546368 run                osmo-ms-mob/00075: Starting mobile
22:49:24.561849 run       osmo-ms-mob/00075(pid=210): Launched
22:49:24.573475 run                             mass: MS start registered  {at=20084270.27682386, delay=0.005147036164999008, ms=00075}
22:49:25.045431 run                osmo-ms-mob/00076: Starting mobile
22:49:25.059914 run       osmo-ms-mob/00076(pid=211): Launched
22:49:25.072247 run                             mass: MS start registered  {at=20084270.775595423, delay=0.005109325051307678, ms=00076}
22:49:25.294659 run                             mass: MS performed LU  {at=20084270.997974586, lu_delay=3.821502335369587, ms=00067}
22:49:25.446004 run                osmo-ms-mob/00077: Starting mobile
22:49:25.461842 run       osmo-ms-mob/00077(pid=212): Launched
22:49:25.475034 run                             mass: MS start registered  {at=20084271.178369764, delay=0.005708344280719757, ms=00077}
22:49:25.872099 run                             mass: MS performed LU  {at=20084271.575432293, lu_delay=5.420171841979027, ms=00065}
22:49:25.884512 run                osmo-ms-mob/00078: Starting mobile
22:49:25.899195 run       osmo-ms-mob/00078(pid=213): Launched
22:49:25.911260 run                             mass: MS start registered  {at=20084271.614611145, delay=0.005273465067148209, ms=00078}
22:49:25.918277 run                             mass: MS performed LU  {at=20084271.621631432, lu_delay=5.946850311011076, ms=00063}
22:49:26.005786 run                             mass: MS performed LU  {at=20084271.709119666, lu_delay=6.333750441670418, ms=00062}
22:49:26.079996 run                             mass: MS performed LU  {at=20084271.78332889, lu_delay=5.00721126049757, ms=00066}
22:49:26.094036 run                osmo-ms-mob/00079: Starting mobile
22:49:26.110136 run       osmo-ms-mob/00079(pid=214): Launched
22:49:26.117440 run                             mass: MS performed LU  {at=20084271.820796605, lu_delay=5.839442003518343, ms=00064}
22:49:26.124159 run                             mass: MS performed LU  {at=20084271.827524222, lu_delay=23.349215667694807, ms=00016}
22:49:26.130845 run                             mass: MS start registered  {at=20084271.834210858, delay=0.0134347602725029, ms=00079}
22:49:26.846521 run                osmo-ms-mob/00080: Starting mobile
22:49:26.862890 run       osmo-ms-mob/00080(pid=215): Launched
22:49:26.876079 run                             mass: MS start registered  {at=20084272.579425395, delay=0.005594436079263687, ms=00080}
22:49:27.345603 run                osmo-ms-mob/00081: Starting mobile
22:49:27.361889 run       osmo-ms-mob/00081(pid=216): Launched
22:49:27.374815 run                             mass: MS start registered  {at=20084273.07816058, delay=0.005339272320270538, ms=00081}
22:49:27.672031 run                             mass: MS performed LU  {at=20084273.375367224, lu_delay=5.271309234201908, ms=00070}
22:49:27.685102 run                osmo-ms-mob/00082: Starting mobile
22:49:27.700944 run       osmo-ms-mob/00082(pid=217): Launched
22:49:27.714235 run                             mass: MS start registered  {at=20084273.417576972, delay=0.005808785557746887, ms=00082}
22:49:27.773783 run                             mass: MS performed LU  {at=20084273.47711623, lu_delay=5.6280226074159145, ms=00069}
22:49:27.819204 run                             mass: MS performed LU  {at=20084273.522543307, lu_delay=4.8424524031579494, ms=00071}
22:49:27.925559 run                             mass: MS performed LU  {at=20084273.62889031, lu_delay=4.546600010246038, ms=00072}
22:49:27.944264 run                             mass: MS performed LU  {at=20084273.647612114, lu_delay=6.172002594918013, ms=00068}
22:49:28.347633 run                osmo-ms-mob/00083: Starting mobile
22:49:28.366378 run       osmo-ms-mob/00083(pid=218): Launched
22:49:28.380681 run                             mass: MS start registered  {at=20084274.084024552, delay=0.00044575706124305725, ms=00083}
22:49:28.846355 run                osmo-ms-mob/00084: Starting mobile
22:49:28.865038 run       osmo-ms-mob/00084(pid=219): Launched
22:49:28.878577 run                             mass: MS start registered  {at=20084274.58192391, delay=0.005561869591474533, ms=00084}
22:49:29.346049 run                osmo-ms-mob/00085: Starting mobile
22:49:29.363119 run       osmo-ms-mob/00085(pid=220): Launched
22:49:29.376420 run                             mass: MS start registered  {at=20084275.079743475, delay=0.005716085433959961, ms=00085}
22:49:29.637437 run                             mass: MS performed LU  {at=20084275.340755135, lu_delay=5.063931275159121, ms=00075}
22:49:29.771288 run                             mass: MS performed LU  {at=20084275.47460722, lu_delay=4.6990117989480495, ms=00076}
22:49:29.846063 run                             mass: MS performed LU  {at=20084275.549379952, lu_delay=6.069758199155331, ms=00073}
22:49:29.862670 run                osmo-ms-mob/00086: Starting mobile
22:49:29.881327 run       osmo-ms-mob/00086(pid=221): Launched
22:49:29.895694 run                             mass: MS start registered  {at=20084275.599030554, delay=0.006525300443172455, ms=00086}
22:49:30.546401 run                osmo-ms-mob/00087: Starting mobile
22:49:30.562447 run       osmo-ms-mob/00087(pid=222): Launched
22:49:30.575380 run                             mass: MS start registered  {at=20084276.278725047, delay=0.005582083016633987, ms=00087}
22:49:31.146854 run                osmo-ms-mob/00088: Starting mobile
22:49:31.163355 run       osmo-ms-mob/00088(pid=223): Launched
22:49:31.176309 run                             mass: MS start registered  {at=20084276.87966035, delay=0.00534139946103096, ms=00088}
22:49:31.437434 run                             mass: MS performed LU  {at=20084277.14076944, lu_delay=5.962399676442146, ms=00077}
22:49:31.538497 run                             mass: MS performed LU  {at=20084277.24182117, lu_delay=4.662395775318146, ms=00080}
22:49:31.584952 run                             mass: MS performed LU  {at=20084277.28829069, lu_delay=5.454079832881689, ms=00079}
22:49:31.746472 run                osmo-ms-mob/00089: Starting mobile
22:49:31.761297 run       osmo-ms-mob/00089(pid=224): Launched
22:49:31.772927 run                             mass: MS start registered  {at=20084277.47627754, delay=0.00510149821639061, ms=00089}
22:49:32.345127 run                osmo-ms-mob/00090: Starting mobile
22:49:32.359102 run       osmo-ms-mob/00090(pid=225): Launched
22:49:32.372008 run                             mass: MS start registered  {at=20084278.075349446, delay=0.006160266697406769, ms=00090}
22:49:33.045445 run                osmo-ms-mob/00091: Starting mobile
22:49:33.059702 run       osmo-ms-mob/00091(pid=226): Launched
22:49:33.071287 run                             mass: MS start registered  {at=20084278.77463761, delay=0.004620492458343506, ms=00091}
22:49:33.302006 run                             mass: MS performed LU  {at=20084279.005342413, lu_delay=5.5877654403448105, ms=00082}
22:49:33.357479 run                             mass: MS performed LU  {at=20084279.060816232, lu_delay=5.98265565186739, ms=00081}
22:49:33.403951 run                             mass: MS performed LU  {at=20084279.107283976, lu_delay=5.023259423673153, ms=00083}
22:49:33.745731 run                osmo-ms-mob/00092: Starting mobile
22:49:33.759913 run       osmo-ms-mob/00092(pid=227): Launched
22:49:33.771785 run                             mass: MS start registered  {at=20084279.475131653, delay=0.005296871066093445, ms=00092}
22:49:33.846432 run                             mass: MS performed LU  {at=20084279.54976676, lu_delay=4.967842850834131, ms=00084}
22:49:34.546305 run                osmo-ms-mob/00093: Starting mobile
22:49:34.565110 run       osmo-ms-mob/00093(pid=228): Launched
22:49:34.578303 run                             mass: MS start registered  {at=20084280.28164818, delay=0.005714293569326401, ms=00093}
22:49:35.203820 run                             mass: MS performed LU  {at=20084280.9071545, lu_delay=5.30812394618988, ms=00086}
22:49:35.305081 run                             mass: MS performed LU  {at=20084281.008416943, lu_delay=4.72969189658761, ms=00087}
22:49:35.351463 run                             mass: MS performed LU  {at=20084281.054807585, lu_delay=5.975064110010862, ms=00085}
22:49:35.363219 run                osmo-ms-mob/00094: Starting mobile
22:49:35.377965 run       osmo-ms-mob/00094(pid=229): Launched
22:49:35.390386 run                             mass: MS start registered  {at=20084281.09373601, delay=0.005321130156517029, ms=00094}
22:49:36.346055 run                osmo-ms-mob/00095: Starting mobile
22:49:36.361939 run       osmo-ms-mob/00095(pid=230): Launched
22:49:36.375205 run                             mass: MS start registered  {at=20084282.07854422, delay=0.005879808217287064, ms=00095}
22:49:37.169783 run                             mass: MS performed LU  {at=20084282.873079825, lu_delay=5.39680228382349, ms=00089}
22:49:37.215252 run                             mass: MS performed LU  {at=20084282.918586854, lu_delay=6.038926504552364, ms=00088}
22:49:37.228387 run                osmo-ms-mob/00096: Starting mobile
22:49:37.244249 run       osmo-ms-mob/00096(pid=231): Launched
22:49:37.257020 run                             mass: MS start registered  {at=20084282.960365955, delay=0.005392551422119141, ms=00096}
22:49:37.302874 run                             mass: MS performed LU  {at=20084283.006209597, lu_delay=4.93086015060544, ms=00090}
22:49:37.359261 run                             mass: MS performed LU  {at=20084283.06259249, lu_delay=23.085907079279423, ms=00045}
22:49:38.446674 run                osmo-ms-mob/00097: Starting mobile
22:49:38.464862 run       osmo-ms-mob/00097(pid=232): Launched
22:49:38.478380 run                             mass: MS start registered  {at=20084284.181717917, delay=0.005464591085910797, ms=00097}
22:49:38.969385 run                             mass: MS performed LU  {at=20084284.67271828, lu_delay=4.39107009768486, ms=00093}
22:49:39.117277 run                             mass: MS performed LU  {at=20084284.820613585, lu_delay=5.3454819321632385, ms=00092}
22:49:39.306470 run                             mass: MS performed LU  {at=20084285.00979168, lu_delay=6.235154069960117, ms=00091}
22:49:39.746710 run                osmo-ms-mob/00098: Starting mobile
22:49:39.765619 run       osmo-ms-mob/00098(pid=233): Launched
22:49:39.779276 run                             mass: MS start registered  {at=20084285.482614923, delay=0.005688503384590149, ms=00098}
22:49:40.935441 run                             mass: MS performed LU  {at=20084286.63876168, lu_delay=4.560217458754778, ms=00095}
22:49:40.981686 run                             mass: MS performed LU  {at=20084286.685023636, lu_delay=5.59128762409091, ms=00094}
22:49:41.546389 run                osmo-ms-mob/00099: Starting mobile
22:49:41.563065 run       osmo-ms-mob/00099(pid=234): Launched
22:49:41.577286 run                             mass: All started... {duration=55.73803852126002, too_slow=0}
22:49:41.586585 run                             mass: MS start registered  {at=20084287.289941024, delay=0.009298339486122131, ms=00099}
22:49:42.836343 run                             mass: MS performed LU  {at=20084288.539676964, lu_delay=5.57931100949645, ms=00096}
22:49:44.700719 run                             mass: MS performed LU  {at=20084290.403997723, lu_delay=4.921382799744606, ms=00098}
22:49:44.747154 run                             mass: MS performed LU  {at=20084290.45049015, lu_delay=6.268772233277559, ms=00097}
22:49:46.602936 run                             mass: MS performed LU  {at=20084292.306243006, lu_delay=5.016301982104778, ms=00099}
22:49:46.883746 run                             mass: MS performed LU  {at=20084292.58705316, lu_delay=22.78881647065282, ms=00074}
22:49:48.466757 run                             mass: MS performed LU  {at=20084294.17008478, lu_delay=22.555473633110523, ms=00078}
22:49:48.474464 run                             mass: Tests done {all_completed=True, max=23.349215667694807, min=3.82027542963624}
22:49:48.481469 tst         register_default_mass.py: Test passed (86.9 sec)
22:49:48.488184 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.492379 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.496657 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.500850 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.505027 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.509273 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.513584 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.517990 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.522451 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:48.526961 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:48.531504 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:48.536112 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:48.540783 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:48.545316 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:48.549878 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:48.554943 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:48.560186 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:48.564962 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:48.570907 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.575839 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.581927 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.587345 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:48.592346 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:48.597265 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:48.601972 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:48.607000 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:48.612357 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:48.617303 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:48.622479 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:48.627381 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:48.632738 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:48.637685 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:48.642549 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:48.647433 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:48.652198 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:48.657379 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:48.662326 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:48.667144 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:48.672174 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:48.677563 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:48.682816 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:48.688050 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:48.693177 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:48.699112 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:48.704412 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:48.709609 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:48.715001 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:48.720158 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:48.725233 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:48.730312 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:48.735649 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:48.741048 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:48.746161 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.751511 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.756655 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.761724 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.766768 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.771810 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.776876 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.781949 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.787031 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.792271 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.797809 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.803013 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.808011 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.812931 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.817826 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.822789 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.828049 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.832860 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.837654 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.844717 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.850440 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.855733 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.860631 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.866545 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.873179 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.882722 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.891793 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.900877 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.909918 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.919042 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.928047 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.936894 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.946304 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.955523 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.964869 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.973898 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.982926 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.992167 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:49.001499 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:49.007856 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:49.012687 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:49.017651 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:49.022927 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:49.028046 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:49.032863 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:49.037655 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:49.042552 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:49.047488 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:49.052435 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:49.057424 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:49.062415 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:49.067311 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:49.072230 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:49.077586 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:49.083062 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:49.088292 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:49.093743 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:49.098623 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:49.103473 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:49.108385 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:49.113251 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:49.118302 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:49.123262 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:49.128438 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:49.133392 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:49.138078 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:49.142867 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:49.147593 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:49.152346 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:49.156880 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:49.161319 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:49.165722 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:49.170132 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:49.174537 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:49.179009 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:49.183423 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:49.187821 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:49.192192 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:49.196492 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:49.200858 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:49.205238 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:49.209650 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:49.214040 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:49.218449 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:49.222838 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:49.227211 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:49.231605 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:49.235984 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:49.240450 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:49.244834 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:49.249208 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:49.253603 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:49.258106 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:49.262635 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:49.267186 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:49.271724 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:49.276113 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:49.280585 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:49.284981 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:49.289456 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:49.293964 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:49.298514 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:49.303043 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:49.307599 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:49.312164 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:49.316714 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:49.321213 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:49.325727 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:49.330380 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:49.334911 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:49.339394 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:49.343911 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:49.348462 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:49.353057 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:49.357577 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:49.362177 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:49.366719 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:49.371238 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:49.375819 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:49.380541 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:49.385242 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:49.389914 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:49.394643 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:49.399357 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:49.404027 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:49.408537 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:49.413070 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:49.417582 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:49.422099 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:49.426613 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:49.431034 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:49.435497 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:49.440000 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:49.444373 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:49.448710 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:49.452965 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:49.457163 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:49.461388 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:49.465665 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:49.469981 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:49.474271 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:49.478525 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:49.482684 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.486832 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.490985 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:49.495118 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:49.499259 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:49.503391 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:49.507559 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:49.511698 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:49.515997 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:49.520247 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:49.524426 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:49.528585 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:49.532747 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:49.536888 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:49.541032 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:49.545183 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:49.549328 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:49.553497 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:49.557650 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:49.561827 ---      ParallelTerminationStrategy: PID 22 died...
22:49:49.563722 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:49.568359 ---      ParallelTerminationStrategy: PID 23 died...
22:49:49.570247 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:49.574830 ---      ParallelTerminationStrategy: PID 24 died...
22:49:49.576696 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:49.581677 ---      ParallelTerminationStrategy: PID 25 died...
22:49:49.583644 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:49.588253 ---      ParallelTerminationStrategy: PID 26 died...
22:49:49.590136 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:49.595133 ---      ParallelTerminationStrategy: PID 27 died...
22:49:49.596988 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:49.601545 ---      ParallelTerminationStrategy: PID 28 died...
22:49:49.603389 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:49.607894 ---      ParallelTerminationStrategy: PID 29 died...
22:49:49.609741 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:49.614250 ---      ParallelTerminationStrategy: PID 30 died...
22:49:49.616086 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:49.620607 ---      ParallelTerminationStrategy: PID 31 died...
22:49:49.622437 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:49.627008 ---      ParallelTerminationStrategy: PID 32 died...
22:49:49.628866 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:49.633418 ---      ParallelTerminationStrategy: PID 33 died...
22:49:49.635260 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:49.639783 ---      ParallelTerminationStrategy: PID 35 died...
22:49:49.641640 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:49.646135 ---      ParallelTerminationStrategy: PID 36 died...
22:49:49.647950 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:49.652455 ---      ParallelTerminationStrategy: PID 37 died...
22:49:49.654278 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:49.658805 ---      ParallelTerminationStrategy: PID 38 died...
22:49:49.660658 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:49.665185 ---      ParallelTerminationStrategy: PID 39 died...
22:49:49.667019 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:49.671826 ---      ParallelTerminationStrategy: PID 40 died...
22:49:49.673723 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:49.678336 ---      ParallelTerminationStrategy: PID 41 died...
22:49:49.680205 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:49.684651 ---      ParallelTerminationStrategy: PID 42 died...
22:49:49.686427 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:49.690837 ---      ParallelTerminationStrategy: PID 43 died...
22:49:49.692618 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:49.696998 ---      ParallelTerminationStrategy: PID 44 died...
22:49:49.698780 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:49.703186 ---      ParallelTerminationStrategy: PID 45 died...
22:49:49.704980 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:49.709405 ---      ParallelTerminationStrategy: PID 46 died...
22:49:49.711212 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:49.715707 ---      ParallelTerminationStrategy: PID 47 died...
22:49:49.717535 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:49.722059 ---      ParallelTerminationStrategy: PID 48 died...
22:49:49.723879 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:49.728504 ---      ParallelTerminationStrategy: PID 49 died...
22:49:49.730370 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:49.734985 ---      ParallelTerminationStrategy: PID 50 died...
22:49:49.736875 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:49.741488 ---      ParallelTerminationStrategy: PID 51 died...
22:49:49.743353 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:49.747977 ---      ParallelTerminationStrategy: PID 52 died...
22:49:49.749851 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:49.754503 ---      ParallelTerminationStrategy: PID 53 died...
22:49:49.756365 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:49.760983 ---      ParallelTerminationStrategy: PID 54 died...
22:49:49.762856 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:49.767464 ---      ParallelTerminationStrategy: PID 55 died...
22:49:49.769347 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:49.773962 ---      ParallelTerminationStrategy: PID 56 died...
22:49:49.775828 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:49.780453 ---      ParallelTerminationStrategy: PID 57 died...
22:49:49.782339 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:49.786972 ---      ParallelTerminationStrategy: PID 58 died...
22:49:49.788853 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:49.793470 ---      ParallelTerminationStrategy: PID 59 died...
22:49:49.795340 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:49.799967 ---      ParallelTerminationStrategy: PID 60 died...
22:49:49.801858 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:49.806533 ---      ParallelTerminationStrategy: PID 61 died...
22:49:49.808453 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:49.813227 ---      ParallelTerminationStrategy: PID 62 died...
22:49:49.815223 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:49.820100 ---      ParallelTerminationStrategy: PID 63 died...
22:49:49.822106 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:49.826989 ---      ParallelTerminationStrategy: PID 64 died...
22:49:49.828913 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:49.833777 ---      ParallelTerminationStrategy: PID 65 died...
22:49:49.835791 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:49.840679 ---      ParallelTerminationStrategy: PID 66 died...
22:49:49.842649 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:49.847445 ---      ParallelTerminationStrategy: PID 67 died...
22:49:49.849438 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:49.854342 ---      ParallelTerminationStrategy: PID 68 died...
22:49:49.856323 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:49.861245 ---      ParallelTerminationStrategy: PID 69 died...
22:49:49.863194 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:49.867959 ---      ParallelTerminationStrategy: PID 70 died...
22:49:49.869893 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:49.890404 ---      ParallelTerminationStrategy: PID 71 died...
22:49:49.891968 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:49.895828 ---      ParallelTerminationStrategy: PID 72 died...
22:49:49.897413 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:49.901342 ---      ParallelTerminationStrategy: PID 73 died...
22:49:49.902930 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:49.906998 ---      ParallelTerminationStrategy: PID 74 died...
22:49:49.908638 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:49.912717 ---      ParallelTerminationStrategy: PID 75 died...
22:49:49.914375 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:49.918550 ---      ParallelTerminationStrategy: PID 76 died...
22:49:49.920265 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:49.924459 ---      ParallelTerminationStrategy: PID 77 died...
22:49:49.926226 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:49.930527 ---      ParallelTerminationStrategy: PID 78 died...
22:49:49.932269 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:49.936667 ---      ParallelTerminationStrategy: PID 79 died...
22:49:49.938466 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:49.943015 ---      ParallelTerminationStrategy: PID 80 died...
22:49:49.944909 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:49.949572 ---      ParallelTerminationStrategy: PID 81 died...
22:49:49.951453 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:49.956120 ---      ParallelTerminationStrategy: PID 82 died...
22:49:49.958008 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:49.962668 ---      ParallelTerminationStrategy: PID 83 died...
22:49:49.964536 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:49.969175 ---      ParallelTerminationStrategy: PID 84 died...
22:49:49.971058 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:49.975719 ---      ParallelTerminationStrategy: PID 85 died...
22:49:49.977523 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:49.982046 ---      ParallelTerminationStrategy: PID 86 died...
22:49:49.983867 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.988385 ---      ParallelTerminationStrategy: PID 87 died...
22:49:49.990247 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.994757 ---      ParallelTerminationStrategy: PID 88 died...
22:49:49.996579 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.001104 ---      ParallelTerminationStrategy: PID 89 died...
22:49:50.002933 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.007468 ---      ParallelTerminationStrategy: PID 90 died...
22:49:50.009306 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.013836 ---      ParallelTerminationStrategy: PID 91 died...
22:49:50.015650 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.020152 ---      ParallelTerminationStrategy: PID 92 died...
22:49:50.021939 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.026311 ---      ParallelTerminationStrategy: PID 93 died...
22:49:50.028077 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.032456 ---      ParallelTerminationStrategy: PID 94 died...
22:49:50.034262 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.038635 ---      ParallelTerminationStrategy: PID 95 died...
22:49:50.040397 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.044781 ---      ParallelTerminationStrategy: PID 96 died...
22:49:50.046556 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.050919 ---      ParallelTerminationStrategy: PID 97 died...
22:49:50.052712 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.057061 ---      ParallelTerminationStrategy: PID 98 died...
22:49:50.058842 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.063241 ---      ParallelTerminationStrategy: PID 99 died...
22:49:50.065033 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.069406 ---      ParallelTerminationStrategy: PID 100 died...
22:49:50.071174 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.075568 ---      ParallelTerminationStrategy: PID 101 died...
22:49:50.077350 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.081739 ---      ParallelTerminationStrategy: PID 102 died...
22:49:50.083515 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.087885 ---      ParallelTerminationStrategy: PID 103 died...
22:49:50.089660 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.094019 ---      ParallelTerminationStrategy: PID 104 died...
22:49:50.095785 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.100167 ---      ParallelTerminationStrategy: PID 105 died...
22:49:50.101921 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.106169 ---      ParallelTerminationStrategy: PID 106 died...
22:49:50.107892 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.112139 ---      ParallelTerminationStrategy: PID 107 died...
22:49:50.113875 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.118076 ---      ParallelTerminationStrategy: PID 108 died...
22:49:50.119752 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.123933 ---      ParallelTerminationStrategy: PID 109 died...
22:49:50.125633 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.129839 ---      ParallelTerminationStrategy: PID 110 died...
22:49:50.131513 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.135562 ---      ParallelTerminationStrategy: PID 111 died...
22:49:50.137229 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.141423 ---      ParallelTerminationStrategy: PID 112 died...
22:49:50.143104 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.147306 ---      ParallelTerminationStrategy: PID 113 died...
22:49:50.148991 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.153206 ---      ParallelTerminationStrategy: PID 114 died...
22:49:50.154930 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.159211 ---      ParallelTerminationStrategy: PID 115 died...
22:49:50.160956 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.165341 ---      ParallelTerminationStrategy: PID 116 died...
22:49:50.167148 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.171637 ---      ParallelTerminationStrategy: PID 117 died...
22:49:50.173468 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.177978 ---      ParallelTerminationStrategy: PID 118 died...
22:49:50.179785 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.184278 ---      ParallelTerminationStrategy: PID 119 died...
22:49:50.186117 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.190867 ---      ParallelTerminationStrategy: PID 120 died...
22:49:50.192792 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.197360 ---      ParallelTerminationStrategy: PID 121 died...
22:49:50.199203 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.203672 ---      ParallelTerminationStrategy: PID 122 died...
22:49:50.205519 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.210143 ---      ParallelTerminationStrategy: PID 123 died...
22:49:50.211976 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:50.216465 ---      ParallelTerminationStrategy: PID 124 died...
22:49:50.218292 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:50.222833 ---      ParallelTerminationStrategy: PID 125 died...
22:49:50.224658 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:50.229315 ---      ParallelTerminationStrategy: PID 126 died...
22:49:50.231186 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:50.235687 ---      ParallelTerminationStrategy: PID 127 died...
22:49:50.237560 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:50.242011 ---      ParallelTerminationStrategy: PID 128 died...
22:49:50.243769 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:50.248142 ---      ParallelTerminationStrategy: PID 129 died...
22:49:50.249909 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:50.254289 ---      ParallelTerminationStrategy: PID 130 died...
22:49:50.256056 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:50.260394 ---      ParallelTerminationStrategy: PID 131 died...
22:49:50.262181 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:50.266480 ---      ParallelTerminationStrategy: PID 132 died...
22:49:50.268240 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:50.272646 ---      ParallelTerminationStrategy: PID 133 died...
22:49:50.274396 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:50.278661 ---      ParallelTerminationStrategy: PID 134 died...
22:49:50.280370 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:50.284644 ---      ParallelTerminationStrategy: PID 135 died...
22:49:50.286362 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:50.290633 ---      ParallelTerminationStrategy: PID 136 died...
22:49:50.292364 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:50.296670 ---      ParallelTerminationStrategy: PID 137 died...
22:49:50.298381 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:50.302692 ---      ParallelTerminationStrategy: PID 138 died...
22:49:50.304460 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:50.308910 ---      ParallelTerminationStrategy: PID 139 died...
22:49:50.310729 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:50.315197 ---      ParallelTerminationStrategy: PID 140 died...
22:49:50.316941 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:50.321191 ---      ParallelTerminationStrategy: PID 141 died...
22:49:50.322907 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:50.327238 ---      ParallelTerminationStrategy: PID 142 died...
22:49:50.328966 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:50.333342 ---      ParallelTerminationStrategy: PID 143 died...
22:49:50.335130 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:50.339778 ---      ParallelTerminationStrategy: PID 144 died...
22:49:50.341666 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:50.346319 ---      ParallelTerminationStrategy: PID 145 died...
22:49:50.348232 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:50.353009 ---      ParallelTerminationStrategy: PID 146 died...
22:49:50.354884 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:50.359601 ---      ParallelTerminationStrategy: PID 147 died...
22:49:50.361478 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:50.366160 ---      ParallelTerminationStrategy: PID 148 died...
22:49:50.368083 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:50.372923 ---      ParallelTerminationStrategy: PID 149 died...
22:49:50.374998 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:50.379727 ---      ParallelTerminationStrategy: PID 150 died...
22:49:50.381580 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:50.386200 ---      ParallelTerminationStrategy: PID 151 died...
22:49:50.388046 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:50.392549 ---      ParallelTerminationStrategy: PID 152 died...
22:49:50.394366 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:50.398913 ---      ParallelTerminationStrategy: PID 153 died...
22:49:50.400720 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:50.405123 ---      ParallelTerminationStrategy: PID 154 died...
22:49:50.406957 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:50.411458 ---      ParallelTerminationStrategy: PID 155 died...
22:49:50.413302 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:50.417661 ---      ParallelTerminationStrategy: PID 156 died...
22:49:50.419418 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:50.423836 ---      ParallelTerminationStrategy: PID 157 died...
22:49:50.425602 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:50.429988 ---      ParallelTerminationStrategy: PID 158 died...
22:49:50.431755 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:50.436119 ---      ParallelTerminationStrategy: PID 159 died...
22:49:50.437911 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:50.442325 ---      ParallelTerminationStrategy: PID 160 died...
22:49:50.444138 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:50.448637 ---      ParallelTerminationStrategy: PID 161 died...
22:49:50.450458 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:50.455095 ---      ParallelTerminationStrategy: PID 162 died...
22:49:50.456967 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:50.461617 ---      ParallelTerminationStrategy: PID 163 died...
22:49:50.463582 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:50.468100 ---      ParallelTerminationStrategy: PID 164 died...
22:49:50.469887 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:50.474278 ---      ParallelTerminationStrategy: PID 165 died...
22:49:50.476043 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:50.480434 ---      ParallelTerminationStrategy: PID 166 died...
22:49:50.482193 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:50.486558 ---      ParallelTerminationStrategy: PID 167 died...
22:49:50.488321 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:50.492695 ---      ParallelTerminationStrategy: PID 168 died...
22:49:50.494462 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:50.498898 ---      ParallelTerminationStrategy: PID 169 died...
22:49:50.500718 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:50.505199 ---      ParallelTerminationStrategy: PID 170 died...
22:49:50.506979 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:50.511472 ---      ParallelTerminationStrategy: PID 171 died...
22:49:50.513312 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:50.517820 ---      ParallelTerminationStrategy: PID 172 died...
22:49:50.519636 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:50.524114 ---      ParallelTerminationStrategy: PID 173 died...
22:49:50.525889 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:50.530310 ---      ParallelTerminationStrategy: PID 174 died...
22:49:50.532142 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:50.536726 ---      ParallelTerminationStrategy: PID 175 died...
22:49:50.538598 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:50.543253 ---      ParallelTerminationStrategy: PID 176 died...
22:49:50.545140 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:50.549795 ---      ParallelTerminationStrategy: PID 177 died...
22:49:50.551653 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:50.556172 ---      ParallelTerminationStrategy: PID 178 died...
22:49:50.558044 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:50.562694 ---      ParallelTerminationStrategy: PID 179 died...
22:49:50.564578 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:50.569343 ---      ParallelTerminationStrategy: PID 180 died...
22:49:50.571251 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:50.576013 ---      ParallelTerminationStrategy: PID 181 died...
22:49:50.577926 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:50.582659 ---      ParallelTerminationStrategy: PID 182 died...
22:49:50.584588 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:50.589373 ---      ParallelTerminationStrategy: PID 183 died...
22:49:50.591322 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:50.596094 ---      ParallelTerminationStrategy: PID 184 died...
22:49:50.598080 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:50.602941 ---      ParallelTerminationStrategy: PID 185 died...
22:49:50.604882 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:50.609656 ---      ParallelTerminationStrategy: PID 186 died...
22:49:50.611587 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:50.616352 ---      ParallelTerminationStrategy: PID 187 died...
22:49:50.618282 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:50.622920 ---      ParallelTerminationStrategy: PID 188 died...
22:49:50.624781 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:50.629529 ---      ParallelTerminationStrategy: PID 189 died...
22:49:50.631447 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:50.636078 ---      ParallelTerminationStrategy: PID 190 died...
22:49:50.637957 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:50.642611 ---      ParallelTerminationStrategy: PID 191 died...
22:49:50.644495 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:50.649074 ---      ParallelTerminationStrategy: PID 192 died...
22:49:50.650896 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:50.655338 ---      ParallelTerminationStrategy: PID 193 died...
22:49:50.657116 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:50.661510 ---      ParallelTerminationStrategy: PID 194 died...
22:49:50.663278 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:50.667642 ---      ParallelTerminationStrategy: PID 195 died...
22:49:50.669405 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:50.673854 ---      ParallelTerminationStrategy: PID 196 died...
22:49:50.675673 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:50.680210 ---      ParallelTerminationStrategy: PID 197 died...
22:49:50.682035 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:50.686539 ---      ParallelTerminationStrategy: PID 198 died...
22:49:50.688315 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:50.692727 ---      ParallelTerminationStrategy: PID 199 died...
22:49:50.694506 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:50.698914 ---      ParallelTerminationStrategy: PID 200 died...
22:49:50.700695 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:50.705093 ---      ParallelTerminationStrategy: PID 201 died...
22:49:50.706846 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:50.711230 ---      ParallelTerminationStrategy: PID 202 died...
22:49:50.713035 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:50.717546 ---      ParallelTerminationStrategy: PID 203 died...
22:49:50.719425 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:50.724110 ---      ParallelTerminationStrategy: PID 204 died...
22:49:50.726109 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:50.730813 ---      ParallelTerminationStrategy: PID 205 died...
22:49:50.732701 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:50.737316 ---      ParallelTerminationStrategy: PID 206 died...
22:49:50.739191 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:50.743669 ---      ParallelTerminationStrategy: PID 207 died...
22:49:50.745493 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:50.749978 ---      ParallelTerminationStrategy: PID 208 died...
22:49:50.751838 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:50.756514 ---      ParallelTerminationStrategy: PID 209 died...
22:49:50.758406 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:50.763229 ---      ParallelTerminationStrategy: PID 210 died...
22:49:50.765212 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:50.770033 ---      ParallelTerminationStrategy: PID 211 died...
22:49:50.771953 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:50.776702 ---      ParallelTerminationStrategy: PID 212 died...
22:49:50.778613 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:50.783387 ---      ParallelTerminationStrategy: PID 213 died...
22:49:50.785343 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:50.790071 ---      ParallelTerminationStrategy: PID 214 died...
22:49:50.791966 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:50.796726 ---      ParallelTerminationStrategy: PID 215 died...
22:49:50.798637 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:50.803310 ---      ParallelTerminationStrategy: PID 216 died...
22:49:50.805231 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:50.809980 ---      ParallelTerminationStrategy: PID 217 died...
22:49:50.811888 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:50.816707 ---      ParallelTerminationStrategy: PID 218 died...
22:49:50.818704 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:50.823521 ---      ParallelTerminationStrategy: PID 219 died...
22:49:50.825441 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:50.830218 ---      ParallelTerminationStrategy: PID 220 died...
22:49:50.832151 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:50.836963 ---      ParallelTerminationStrategy: PID 221 died...
22:49:50.838880 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:50.843683 ---      ParallelTerminationStrategy: PID 222 died...
22:49:50.845659 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:50.850475 ---      ParallelTerminationStrategy: PID 223 died...
22:49:50.852389 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:50.857166 ---      ParallelTerminationStrategy: PID 224 died...
22:49:50.859023 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:50.863658 ---      ParallelTerminationStrategy: PID 225 died...
22:49:50.865542 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:50.870145 ---      ParallelTerminationStrategy: PID 226 died...
22:49:50.872046 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:50.876697 ---      ParallelTerminationStrategy: PID 227 died...
22:49:50.878578 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:50.883335 ---      ParallelTerminationStrategy: PID 228 died...
22:49:50.885245 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:50.890162 ---      ParallelTerminationStrategy: PID 229 died...
22:49:50.892091 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:50.896865 ---      ParallelTerminationStrategy: PID 230 died...
22:49:50.898845 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:50.903591 ---      ParallelTerminationStrategy: PID 231 died...
22:49:50.905522 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:50.910290 ---      ParallelTerminationStrategy: PID 232 died...
22:49:50.912199 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:50.916942 ---      ParallelTerminationStrategy: PID 233 died...
22:49:50.918857 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:50.923638 ---      ParallelTerminationStrategy: PID 234 died...
22:49:50.925556 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.608781 ---      ParallelTerminationStrategy: PID 34 died...
22:49:53.612430 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8077 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.873138 tst                       trial-8077: Storing JUnit report in /build/trial-8077/run.2025-09-02_22-48-21/trial-8077.xml

--------------------------------------------------------------------------------------------
trial-8077 PASS
--------------------------------------------------------------------------------------------
22:49:53.892436 tst                       trial-8077: trial-8077: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (86.9 sec)
+ exit_code=0
+ rm -rf trial-8077/inst
+ cd trial-8077
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-02 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8077-run.tgz run.2025-09-02_22-48-21
+ tar czf /build/trial-8077-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-02_13_25_57.tgz osmo-bts-oc2g.build-2025-09-02_00_51_35.tgz osmo-bts-sysmo.build-2025-09-02_00_51_39.tgz osmo-bts.build-2025-09-02_00_51_47.tgz osmo-ggsn.build-2025-09-02_20_42_31.tgz osmo-hlr.build-2025-09-02_16_36_55.tgz osmo-hnbgw.build-2025-09-02_13_29_11.tgz osmo-mgw.build-2025-09-02_08_35_18.tgz osmo-msc.build-2025-09-02_13_33_00.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-02_07_33_56.tgz osmo-pcu-sysmo.build-2025-09-02_07_36_01.tgz osmo-pcu.build-2025-09-02_07_36_08.tgz osmo-sgsn.build-2025-09-02_20_48_20.tgz osmo-stp.build-2025-09-02_13_22_56.tgz osmo-trx.build-2025-09-02_14_29_53.tgz osmocom-bb.build-2025-09-02_21_17_24.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