Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6804
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17166961171431371121.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-7858
+ 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
29206c0 osmo-pcap-master: depend on libosmo-netif
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#17 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#17 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7859 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-01-27 22:48:30
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7859
+ mkdir -p trial-7859
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-27_13_28_28.tgz osmo-bts-oc2g.build-2025-01-27_00_51_22.tgz osmo-bts-sysmo.build-2025-01-27_00_51_23.tgz osmo-bts.build-2025-01-27_00_51_36.tgz osmo-ggsn.build-2025-01-27_20_42_18.tgz osmo-hlr.build-2025-01-27_16_36_52.tgz osmo-hnbgw.build-2025-01-27_18_47_31.tgz osmo-mgw.build-2025-01-27_08_33_15.tgz osmo-msc.build-2025-01-27_20_37_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-27_07_40_46.tgz osmo-pcu-sysmo.build-2025-01-27_07_40_41.tgz osmo-pcu.build-2025-01-27_07_40_43.tgz osmo-sgsn.build-2025-01-27_20_48_33.tgz osmo-stp.build-2025-01-27_13_25_17.tgz osmo-trx.build-2025-01-27_18_52_42.tgz osmocom-bb.build-2025-01-27_21_17_11.tgz srslte.build-19.tgz trial-7859
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-27_13_28_28.md5 osmo-bts-oc2g.build-2025-01-27_00_51_22.md5 osmo-bts-sysmo.build-2025-01-27_00_51_23.md5 osmo-bts.build-2025-01-27_00_51_36.md5 osmo-ggsn.build-2025-01-27_20_42_18.md5 osmo-hlr.build-2025-01-27_16_36_52.md5 osmo-hnbgw.build-2025-01-27_18_47_31.md5 osmo-mgw.build-2025-01-27_08_33_15.md5 osmo-msc.build-2025-01-27_20_37_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-27_07_40_46.md5 osmo-pcu-sysmo.build-2025-01-27_07_40_41.md5 osmo-pcu.build-2025-01-27_07_40_43.md5 osmo-sgsn.build-2025-01-27_20_48_33.md5 osmo-stp.build-2025-01-27_13_25_17.md5 osmo-trx.build-2025-01-27_18_52_42.md5 osmocom-bb.build-2025-01-27_21_17_11.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-27_13_28_28.md5 osmo-bts-oc2g.build-2025-01-27_00_51_22.md5 osmo-bts-sysmo.build-2025-01-27_00_51_23.md5 osmo-bts.build-2025-01-27_00_51_36.md5 osmo-ggsn.build-2025-01-27_20_42_18.md5 osmo-hlr.build-2025-01-27_16_36_52.md5 osmo-hnbgw.build-2025-01-27_18_47_31.md5 osmo-mgw.build-2025-01-27_08_33_15.md5 osmo-msc.build-2025-01-27_20_37_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-27_07_40_46.md5 osmo-pcu-sysmo.build-2025-01-27_07_40_41.md5 osmo-pcu.build-2025-01-27_07_40_43.md5 osmo-sgsn.build-2025-01-27_20_48_33.md5 osmo-stp.build-2025-01-27_13_25_17.md5 osmo-trx.build-2025-01-27_18_52_42.md5 osmocom-bb.build-2025-01-27_21_17_11.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-7859 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7859'
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-7859
--------------------------------------------------------------------------------------------
22:48:30.405484 tst                       trial-7859: Detailed log at /build/trial-7859/run.2025-01-27_22-48-30/log

---------------------------------------------------------------------
trial-7859 netreg_mass
---------------------------------------------------------------------
22:48:30.613106 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:30.613478 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:30.614304 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:30.615515 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:30.653929 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:30.654708 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:30.655877 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:30.728743 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-7859 netreg_mass register_default_mass.py
----------------------------------------------
22:48:30.729560 tst       register_default_mass.py:9: Claiming resources for the test
22:48:30.745478 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:30.746030 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:30.746512 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:30.746982 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:30.747509 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:30.747996 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:30.748461 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:30.797962 tst         register_default_mass.py: using LAC 2
22:48:30.838209 tst         register_default_mass.py: using RAC 2
22:48:30.875339 tst         register_default_mass.py: using CellId 2
22:48:30.910799 tst         register_default_mass.py: using BVCI 3
22:48:30.916401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.917032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.917566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.918082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.918606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.919120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.919617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.920128 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.920677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.921204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.921718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.922247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.922772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.923301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.923830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.924347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.924872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.925404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.925922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.926436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.926941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.927477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.927997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.928517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.929072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.929598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.930117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.930649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.931167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.931676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.932202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.932729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.933256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.933801 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.934324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.934834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.935363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.935886 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.936414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.936938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.937451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.937986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.938517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.939051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.939572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.940100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.940673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.941210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.941740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.942271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.942789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.943305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.943834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.944354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.944859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.945390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.945906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.946413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.946937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.947458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.947966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.948482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.949028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.949545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.950054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.950586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.951104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.951637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.952160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.952672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.953182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.953714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.954309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.954829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.955337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.955838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.956353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.956876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.957382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.957879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.958387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.958891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.959396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.959909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.960416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.960920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.961429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.961941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.962502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.963046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.963559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.964072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.964598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.965111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.965623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.966147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.966669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.967182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.967698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.968222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.968731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:30.969292 tst      register_default_mass.py:21: Launching a simple network
22:48:30.979174 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:31.102120 run            create_hlr_db(pid=19): Launched
22:48:32.113943 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:32.130887 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:32.146192 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:32.152075 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:32.322732 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:32.338527 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:32.344381 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:32.770902 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:32.786319 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:35.797105 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:35.915249 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:35.930809 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:35.936765 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:35.961343 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:35.976957 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:35.982842 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:36.291823 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:36.307089 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:42.340821 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:42.496362 run         osmo-bts-virtual(pid=33): Launched
22:48:43.597401 tst         register_default_mass.py: using MSISDN 1001
22:48:43.619249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:43.751019 tst         register_default_mass.py: using MSISDN 1002
22:48:43.757439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:43.832583 tst         register_default_mass.py: using MSISDN 1003
22:48:43.845829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:43.927472 tst         register_default_mass.py: using MSISDN 1004
22:48:43.942127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:44.035208 tst         register_default_mass.py: using MSISDN 1005
22:48:44.043504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:44.131383 tst         register_default_mass.py: using MSISDN 1006
22:48:44.142850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:44.244005 tst         register_default_mass.py: using MSISDN 1007
22:48:44.250367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:44.318912 tst         register_default_mass.py: using MSISDN 1008
22:48:44.324961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:44.396363 tst         register_default_mass.py: using MSISDN 1009
22:48:44.406589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:44.469864 tst         register_default_mass.py: using MSISDN 1010
22:48:44.478450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:44.553118 tst         register_default_mass.py: using MSISDN 1011
22:48:44.560583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:44.626662 tst         register_default_mass.py: using MSISDN 1012
22:48:44.632358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:44.706013 tst         register_default_mass.py: using MSISDN 1013
22:48:44.711845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:44.784394 tst         register_default_mass.py: using MSISDN 1014
22:48:44.790347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:44.863790 tst         register_default_mass.py: using MSISDN 1015
22:48:44.870261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:44.950272 tst         register_default_mass.py: using MSISDN 1016
22:48:44.957419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:45.034070 tst         register_default_mass.py: using MSISDN 1017
22:48:45.040052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:45.120426 tst         register_default_mass.py: using MSISDN 1018
22:48:45.126443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:45.200776 tst         register_default_mass.py: using MSISDN 1019
22:48:45.206763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:45.274260 tst         register_default_mass.py: using MSISDN 1020
22:48:45.281383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:45.349285 tst         register_default_mass.py: using MSISDN 1021
22:48:45.355345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:45.432987 tst         register_default_mass.py: using MSISDN 1022
22:48:45.440876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:45.527419 tst         register_default_mass.py: using MSISDN 1023
22:48:45.535889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:45.608798 tst         register_default_mass.py: using MSISDN 1024
22:48:45.614701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:45.715959 tst         register_default_mass.py: using MSISDN 1025
22:48:45.722159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:45.794129 tst         register_default_mass.py: using MSISDN 1026
22:48:45.799829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:45.866459 tst         register_default_mass.py: using MSISDN 1027
22:48:45.872109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:45.946551 tst         register_default_mass.py: using MSISDN 1028
22:48:45.953415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:46.027028 tst         register_default_mass.py: using MSISDN 1029
22:48:46.033021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:46.103924 tst         register_default_mass.py: using MSISDN 1030
22:48:46.109803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:46.184544 tst         register_default_mass.py: using MSISDN 1031
22:48:46.190604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:46.275275 tst         register_default_mass.py: using MSISDN 1032
22:48:46.281151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:46.358639 tst         register_default_mass.py: using MSISDN 1033
22:48:46.364286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:46.431663 tst         register_default_mass.py: using MSISDN 1034
22:48:46.438970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:46.512756 tst         register_default_mass.py: using MSISDN 1035
22:48:46.518620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:46.596768 tst         register_default_mass.py: using MSISDN 1036
22:48:46.602743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:46.678810 tst         register_default_mass.py: using MSISDN 1037
22:48:46.687457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:46.761016 tst         register_default_mass.py: using MSISDN 1038
22:48:46.767046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:46.833644 tst         register_default_mass.py: using MSISDN 1039
22:48:46.839549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:46.907383 tst         register_default_mass.py: using MSISDN 1040
22:48:46.913318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:46.990297 tst         register_default_mass.py: using MSISDN 1041
22:48:46.995941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:47.065616 tst         register_default_mass.py: using MSISDN 1042
22:48:47.072536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:47.144305 tst         register_default_mass.py: using MSISDN 1043
22:48:47.151216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:47.231104 tst         register_default_mass.py: using MSISDN 1044
22:48:47.237927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:47.309376 tst         register_default_mass.py: using MSISDN 1045
22:48:47.315352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:47.384473 tst         register_default_mass.py: using MSISDN 1046
22:48:47.391678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:47.473779 tst         register_default_mass.py: using MSISDN 1047
22:48:47.479806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:47.553053 tst         register_default_mass.py: using MSISDN 1048
22:48:47.558706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:47.625981 tst         register_default_mass.py: using MSISDN 1049
22:48:47.632034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:47.703014 tst         register_default_mass.py: using MSISDN 1050
22:48:47.708976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:47.773123 tst         register_default_mass.py: using MSISDN 1051
22:48:47.778899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:47.857063 tst         register_default_mass.py: using MSISDN 1052
22:48:47.862860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:47.940758 tst         register_default_mass.py: using MSISDN 1053
22:48:47.946783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:48.024902 tst         register_default_mass.py: using MSISDN 1054
22:48:48.030938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:48.118232 tst         register_default_mass.py: using MSISDN 1055
22:48:48.123989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:48.181816 tst         register_default_mass.py: using MSISDN 1056
22:48:48.187447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:48.260949 tst         register_default_mass.py: using MSISDN 1057
22:48:48.266720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:48.331206 tst         register_default_mass.py: using MSISDN 1058
22:48:48.337142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:48.415284 tst         register_default_mass.py: using MSISDN 1059
22:48:48.421845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:48.492778 tst         register_default_mass.py: using MSISDN 1060
22:48:48.498726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:48.577063 tst         register_default_mass.py: using MSISDN 1061
22:48:48.582970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:48.689388 tst         register_default_mass.py: using MSISDN 1062
22:48:48.697032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:48.778403 tst         register_default_mass.py: using MSISDN 1063
22:48:48.787432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:48.872439 tst         register_default_mass.py: using MSISDN 1064
22:48:48.878588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:48.971839 tst         register_default_mass.py: using MSISDN 1065
22:48:48.980602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:49.045949 tst         register_default_mass.py: using MSISDN 1066
22:48:49.052168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:49.128580 tst         register_default_mass.py: using MSISDN 1067
22:48:49.134564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:49.214504 tst         register_default_mass.py: using MSISDN 1068
22:48:49.225319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:49.303503 tst         register_default_mass.py: using MSISDN 1069
22:48:49.310826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:49.386574 tst         register_default_mass.py: using MSISDN 1070
22:48:49.392648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:49.461318 tst         register_default_mass.py: using MSISDN 1071
22:48:49.472773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:49.557196 tst         register_default_mass.py: using MSISDN 1072
22:48:49.569010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:49.649135 tst         register_default_mass.py: using MSISDN 1073
22:48:49.660376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:49.762708 tst         register_default_mass.py: using MSISDN 1074
22:48:49.773921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:49.873767 tst         register_default_mass.py: using MSISDN 1075
22:48:49.879812 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:49.954113 tst         register_default_mass.py: using MSISDN 1076
22:48:49.960017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:50.030802 tst         register_default_mass.py: using MSISDN 1077
22:48:50.041570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:50.143660 tst         register_default_mass.py: using MSISDN 1078
22:48:50.154667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:50.262822 tst         register_default_mass.py: using MSISDN 1079
22:48:50.268456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:50.355188 tst         register_default_mass.py: using MSISDN 1080
22:48:50.361132 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:50.456026 tst         register_default_mass.py: using MSISDN 1081
22:48:50.461783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:50.568608 tst         register_default_mass.py: using MSISDN 1082
22:48:50.574602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:50.658402 tst         register_default_mass.py: using MSISDN 1083
22:48:50.664387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:50.756546 tst         register_default_mass.py: using MSISDN 1084
22:48:50.778125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:50.844759 tst         register_default_mass.py: using MSISDN 1085
22:48:50.864849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:50.937391 tst         register_default_mass.py: using MSISDN 1086
22:48:50.945038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:51.025662 tst         register_default_mass.py: using MSISDN 1087
22:48:51.031660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:51.110337 tst         register_default_mass.py: using MSISDN 1088
22:48:51.116566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:51.471192 tst         register_default_mass.py: using MSISDN 1089
22:48:51.476971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:51.561884 tst         register_default_mass.py: using MSISDN 1090
22:48:51.571574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:51.637113 tst         register_default_mass.py: using MSISDN 1091
22:48:51.642586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:51.718761 tst         register_default_mass.py: using MSISDN 1092
22:48:51.727376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:51.800609 tst         register_default_mass.py: using MSISDN 1093
22:48:51.815240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:51.886764 tst         register_default_mass.py: using MSISDN 1094
22:48:51.892620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:51.980963 tst         register_default_mass.py: using MSISDN 1095
22:48:51.999818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:52.083514 tst         register_default_mass.py: using MSISDN 1096
22:48:52.089404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:52.163645 tst         register_default_mass.py: using MSISDN 1097
22:48:52.185307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:52.260972 tst         register_default_mass.py: using MSISDN 1098
22:48:52.267620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:52.340087 tst         register_default_mass.py: using MSISDN 1099
22:48:52.359470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:52.480743 tst         register_default_mass.py: using MSISDN 1100
22:48:52.486609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:52.609525 run                             mass: Starting testcase
22:48:52.615470 run                             mass: Pre-launching all virtphy's
22:48:52.621287 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:52.635226 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:52.642869 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:52.656474 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:52.664913 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:52.678683 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:52.685098 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:52.699005 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:52.709227 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:52.723210 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:52.729599 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:52.743107 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:52.749455 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:52.763115 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:52.769405 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:52.783637 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:52.789909 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:52.803830 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:52.810139 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:52.823876 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:52.830524 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:52.844270 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:52.850498 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:52.864384 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:52.870661 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:52.884531 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:52.891878 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:52.905597 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:52.911959 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:52.925953 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:52.932161 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:52.945326 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:52.951645 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:52.965289 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:52.971711 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:52.985200 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:52.991477 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:53.005197 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:53.011450 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:53.025048 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:53.031750 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:53.045352 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:53.051785 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:53.074924 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:53.081560 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:53.095887 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:53.102172 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:53.117070 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:53.123350 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:53.137017 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:53.143267 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:53.157117 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:53.163418 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:53.177024 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:53.184050 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:53.199397 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:53.209827 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:53.224458 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:53.231624 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:53.245710 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:53.252562 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:53.266829 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:53.274313 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:53.287938 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:53.294482 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:53.308072 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:53.314484 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:53.328143 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:53.334434 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:53.348042 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:53.354445 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:53.368354 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:53.374629 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:53.388329 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:53.394548 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:53.408141 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:53.414425 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:53.427935 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:53.434197 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:53.447661 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:53.453847 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:53.471100 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:53.477315 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:53.490264 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:53.496396 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:53.511482 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:53.517937 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:53.531370 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:53.537785 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:53.551169 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:53.557581 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:53.571435 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:53.577725 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:53.591293 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:53.597657 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:53.611285 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:53.617494 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:53.631119 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:53.637349 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:53.650972 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:53.657201 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:53.670684 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:53.676895 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:53.690368 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:53.696616 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:53.710149 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:53.716394 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:53.729884 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:53.736152 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:53.749668 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:53.755953 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:53.769456 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:53.775731 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:53.789243 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:53.795443 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:53.808953 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:53.815187 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:53.828872 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:53.835165 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:53.848756 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:53.854967 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:53.868561 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:53.874816 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:53.888433 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:53.894681 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:53.908435 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:53.914688 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:53.928168 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:53.934411 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:53.948178 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:53.954437 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:53.967931 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:53.974214 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:53.987911 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:53.994150 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:54.007872 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:54.014108 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:54.027748 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:54.034043 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:54.047548 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:54.053806 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:54.067470 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:54.073831 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:54.087423 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:54.093683 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:54.107337 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:54.113745 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:54.127381 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:54.133604 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:54.147091 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:54.153394 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:54.167340 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:54.173821 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:54.187403 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:54.193646 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:54.207186 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:54.213445 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:54.227202 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:54.233614 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:54.247429 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:54.253813 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:54.267552 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:54.273933 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:54.287552 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:54.294158 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:54.307827 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:54.314214 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:54.327764 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:54.334200 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:54.353406 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:54.360023 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:54.373745 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:54.380117 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:54.393804 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:54.400129 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:54.413704 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:54.420199 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:54.433858 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:54.440182 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:54.453654 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:54.459887 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:54.473539 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:54.479701 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:54.493224 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:54.499558 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:54.513117 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:54.519455 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:54.533553 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:54.539875 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:54.553842 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:54.560133 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:54.573820 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:54.580043 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:54.593818 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:54.600130 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:54.613757 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:54.620095 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:54.633652 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:54.639863 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:54.653589 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:54.659844 run                             mass: Checking if sockets are in the filesystem
22:48:54.672443 run                osmo-ms-mob/00000: Starting mobile
22:48:54.686088 run       osmo-ms-mob/00000(pid=134): Launched
22:48:54.698876 run                             mass: MS start registered  {at=1249040.402214985, delay=0.0065336020197719336, ms=00000}
22:48:58.872898 run                osmo-ms-mob/00001: Starting mobile
22:48:58.885828 run       osmo-ms-mob/00001(pid=135): Launched
22:48:58.896786 run                             mass: MS start registered  {at=1249044.6001276, delay=0.004827856784686446, ms=00001}
22:49:00.675165 run                osmo-ms-mob/00002: Starting mobile
22:49:00.689093 run       osmo-ms-mob/00002(pid=136): Launched
22:49:00.701042 run                             mass: MS start registered  {at=1249046.404378589, delay=0.005171474069356918, ms=00002}
22:49:00.973238 run                             mass: MS performed LU  {at=1249046.67654001, lu_delay=6.274325024802238, ms=00000}
22:49:01.977679 run                osmo-ms-mob/00003: Starting mobile
22:49:01.990539 run       osmo-ms-mob/00003(pid=137): Launched
22:49:02.001729 run                             mass: MS start registered  {at=1249047.705070195, delay=0.004928870126605034, ms=00003}
22:49:03.089714 run                osmo-ms-mob/00004: Starting mobile
22:49:03.103406 run       osmo-ms-mob/00004(pid=138): Launched
22:49:03.114520 run                             mass: MS start registered  {at=1249048.817866259, delay=0.004970672074705362, ms=00004}
22:49:04.071594 run                osmo-ms-mob/00005: Starting mobile
22:49:04.085265 run       osmo-ms-mob/00005(pid=139): Launched
22:49:04.096414 run                             mass: MS start registered  {at=1249049.799759926, delay=0.0048730201087892056, ms=00005}
22:49:04.738879 run                             mass: MS performed LU  {at=1249050.442209288, lu_delay=5.842081688111648, ms=00001}
22:49:04.972249 run                osmo-ms-mob/00006: Starting mobile
22:49:04.987480 run       osmo-ms-mob/00006(pid=140): Launched
22:49:04.998607 run                             mass: MS start registered  {at=1249050.701955296, delay=0.004881837172433734, ms=00006}
22:49:05.923526 run                osmo-ms-mob/00007: Starting mobile
22:49:05.939939 run       osmo-ms-mob/00007(pid=141): Launched
22:49:05.950958 run                             mass: MS start registered  {at=1249051.654305853, delay=0.004715834045782685, ms=00007}
22:49:06.640358 run                             mass: MS performed LU  {at=1249052.343690694, lu_delay=5.939312105067074, ms=00002}
22:49:06.692799 run                osmo-ms-mob/00008: Starting mobile
22:49:06.706112 run       osmo-ms-mob/00008(pid=142): Launched
22:49:06.717100 run                             mass: MS start registered  {at=1249052.420447516, delay=0.004819856025278568, ms=00008}
22:49:07.371569 run                osmo-ms-mob/00009: Starting mobile
22:49:07.386570 run       osmo-ms-mob/00009(pid=143): Launched
22:49:07.397704 run                             mass: MS start registered  {at=1249053.101052163, delay=0.00463822903111577, ms=00009}
22:49:07.609142 run                             mass: MS performed LU  {at=1249053.312473479, lu_delay=5.6074032839387655, ms=00003}
22:49:08.071595 run                osmo-ms-mob/00010: Starting mobile
22:49:08.085269 run       osmo-ms-mob/00010(pid=144): Launched
22:49:08.095975 run                             mass: MS start registered  {at=1249053.799329005, delay=0.0046452239621430635, ms=00010}
22:49:08.505239 run                             mass: MS performed LU  {at=1249054.20856694, lu_delay=5.390700680902228, ms=00004}
22:49:08.672052 run                osmo-ms-mob/00011: Starting mobile
22:49:08.685613 run       osmo-ms-mob/00011(pid=145): Launched
22:49:08.697072 run                             mass: MS start registered  {at=1249054.400417506, delay=0.005202443106099963, ms=00011}
22:49:09.272167 run                osmo-ms-mob/00012: Starting mobile
22:49:09.285748 run       osmo-ms-mob/00012(pid=146): Launched
22:49:09.296487 run                             mass: MS start registered  {at=1249054.999838076, delay=0.004602435044944286, ms=00012}
22:49:09.872372 run                osmo-ms-mob/00013: Starting mobile
22:49:09.886277 run       osmo-ms-mob/00013(pid=147): Launched
22:49:09.897565 run                             mass: MS start registered  {at=1249055.600917568, delay=0.004574140068143606, ms=00013}
22:49:10.406906 run                             mass: MS performed LU  {at=1249056.110221272, lu_delay=6.310461346060038, ms=00005}
22:49:10.425162 run                osmo-ms-mob/00014: Starting mobile
22:49:10.438964 run       osmo-ms-mob/00014(pid=148): Launched
22:49:10.452776 run                             mass: MS performed LU  {at=1249056.156107394, lu_delay=5.454152097925544, ms=00006}
22:49:10.464380 run                             mass: MS start registered  {at=1249056.16773665, delay=0.016612458042800426, ms=00014}
22:49:10.905282 run                             mass: MS performed LU  {at=1249056.608614489, lu_delay=4.954308636020869, ms=00007}
22:49:11.072415 run                osmo-ms-mob/00015: Starting mobile
22:49:11.085791 run       osmo-ms-mob/00015(pid=149): Launched
22:49:11.097252 run                             mass: MS start registered  {at=1249056.800593947, delay=0.005166459130123258, ms=00015}
22:49:11.571699 run                osmo-ms-mob/00016: Starting mobile
22:49:11.585502 run       osmo-ms-mob/00016(pid=150): Launched
22:49:11.597160 run                             mass: MS start registered  {at=1249057.300507398, delay=0.0053594671189785, ms=00016}
22:49:12.075872 run                osmo-ms-mob/00017: Starting mobile
22:49:12.092260 run       osmo-ms-mob/00017(pid=151): Launched
22:49:12.103622 run                             mass: MS start registered  {at=1249057.806970843, delay=0.004955653101205826, ms=00017}
22:49:12.169853 run                             mass: MS performed LU  {at=1249057.873187879, lu_delay=4.772135716164485, ms=00009}
22:49:12.270681 run                             mass: MS performed LU  {at=1249057.974017354, lu_delay=5.553569837938994, ms=00008}
22:49:12.676538 run                osmo-ms-mob/00018: Starting mobile
22:49:12.690350 run       osmo-ms-mob/00018(pid=152): Launched
22:49:12.702948 run                             mass: MS start registered  {at=1249058.406291035, delay=0.005932430969551206, ms=00018}
22:49:13.072459 run                osmo-ms-mob/00019: Starting mobile
22:49:13.085667 run       osmo-ms-mob/00019(pid=153): Launched
22:49:13.097198 run                             mass: MS start registered  {at=1249058.800547973, delay=0.005176040111109614, ms=00019}
22:49:13.572225 run                osmo-ms-mob/00020: Starting mobile
22:49:13.585738 run       osmo-ms-mob/00020(pid=154): Launched
22:49:13.597391 run                             mass: MS start registered  {at=1249059.300736285, delay=0.00483657093718648, ms=00020}
22:49:14.071758 run                osmo-ms-mob/00021: Starting mobile
22:49:14.085275 run       osmo-ms-mob/00021(pid=155): Launched
22:49:14.096336 run                             mass: MS start registered  {at=1249059.79968784, delay=0.004768761107698083, ms=00021}
22:49:14.171918 run                             mass: MS performed LU  {at=1249059.87525136, lu_delay=4.875413283938542, ms=00012}
22:49:14.200115 run                             mass: MS performed LU  {at=1249059.903471625, lu_delay=6.1041426199954, ms=00010}
22:49:14.218484 run                             mass: MS performed LU  {at=1249059.92183294, lu_delay=5.521415434079245, ms=00011}
22:49:14.229320 run                osmo-ms-mob/00022: Starting mobile
22:49:14.242409 run       osmo-ms-mob/00022(pid=156): Launched
22:49:14.253849 run                             mass: MS start registered  {at=1249059.957196974, delay=0.005134043982252479, ms=00022}
22:49:14.972818 run                osmo-ms-mob/00023: Starting mobile
22:49:14.986185 run       osmo-ms-mob/00023(pid=157): Launched
22:49:14.997571 run                             mass: MS start registered  {at=1249060.70092929, delay=1.819082535803318e-05, ms=00023}
22:49:15.372175 run                osmo-ms-mob/00024: Starting mobile
22:49:15.387006 run       osmo-ms-mob/00024(pid=158): Launched
22:49:15.398672 run                             mass: MS start registered  {at=1249061.102014672, delay=0.004247118951752782, ms=00024}
22:49:15.874098 run                osmo-ms-mob/00025: Starting mobile
22:49:15.887175 run       osmo-ms-mob/00025(pid=159): Launched
22:49:15.898349 run                             mass: MS start registered  {at=1249061.601695559, delay=0.004835295025259256, ms=00025}
22:49:15.934852 run                             mass: MS performed LU  {at=1249061.63819853, lu_delay=5.470461880089715, ms=00014}
22:49:15.953858 run                             mass: MS performed LU  {at=1249061.657195965, lu_delay=4.856602018000558, ms=00015}
22:49:16.036459 run                             mass: MS performed LU  {at=1249061.739790509, lu_delay=6.1388729410246015, ms=00013}
22:49:16.047988 run                osmo-ms-mob/00026: Starting mobile
22:49:16.061821 run       osmo-ms-mob/00026(pid=160): Launched
22:49:16.073595 run                             mass: MS start registered  {at=1249061.776932829, delay=0.005391331156715751, ms=00026}
22:49:16.443145 run                             mass: MS performed LU  {at=1249062.146481002, lu_delay=4.845973603893071, ms=00016}
22:49:16.677558 run                osmo-ms-mob/00027: Starting mobile
22:49:16.703374 run       osmo-ms-mob/00027(pid=161): Launched
22:49:16.719686 run                             mass: MS start registered  {at=1249062.423028318, delay=0.004311403026804328, ms=00027}
22:49:17.077364 run                osmo-ms-mob/00028: Starting mobile
22:49:17.102920 run       osmo-ms-mob/00028(pid=162): Launched
22:49:17.122299 run                             mass: MS start registered  {at=1249062.825615222, delay=0.007369256112724543, ms=00028}
22:49:17.472067 run                osmo-ms-mob/00029: Starting mobile
22:49:17.485616 run       osmo-ms-mob/00029(pid=163): Launched
22:49:17.500168 run                             mass: MS start registered  {at=1249063.203497928, delay=0.008192013017833233, ms=00029}
22:49:17.871612 run                osmo-ms-mob/00030: Starting mobile
22:49:17.885360 run       osmo-ms-mob/00030(pid=164): Launched
22:49:17.896993 run                             mass: MS start registered  {at=1249063.600341761, delay=0.005126209929585457, ms=00030}
22:49:17.937632 run                             mass: MS performed LU  {at=1249063.64098339, lu_delay=5.234692354919389, ms=00018}
22:49:17.965283 run                             mass: MS performed LU  {at=1249063.668638188, lu_delay=4.86809021490626, ms=00019}
22:49:17.984780 run                             mass: MS performed LU  {at=1249063.688125709, lu_delay=5.881154865957797, ms=00017}
22:49:17.996142 run                osmo-ms-mob/00031: Starting mobile
22:49:18.010053 run       osmo-ms-mob/00031(pid=165): Launched
22:49:18.021634 run                             mass: MS start registered  {at=1249063.724981047, delay=0.00519617204554379, ms=00031}
22:49:18.571826 run                osmo-ms-mob/00032: Starting mobile
22:49:18.585764 run       osmo-ms-mob/00032(pid=166): Launched
22:49:18.597038 run                             mass: MS start registered  {at=1249064.300387905, delay=0.004919921047985554, ms=00032}
22:49:18.971572 run                osmo-ms-mob/00033: Starting mobile
22:49:18.985147 run       osmo-ms-mob/00033(pid=167): Launched
22:49:18.996966 run                             mass: MS start registered  {at=1249064.700310266, delay=0.005609629210084677, ms=00033}
22:49:19.372114 run                osmo-ms-mob/00034: Starting mobile
22:49:19.385667 run       osmo-ms-mob/00034(pid=168): Launched
22:49:19.397014 run                             mass: MS start registered  {at=1249065.100367306, delay=0.005111590027809143, ms=00034}
22:49:19.672069 run                osmo-ms-mob/00035: Starting mobile
22:49:19.685648 run       osmo-ms-mob/00035(pid=169): Launched
22:49:19.697107 run                             mass: MS start registered  {at=1249065.400453238, delay=0.005124716088175774, ms=00035}
22:49:19.703483 run                             mass: MS performed LU  {at=1249065.406841326, lu_delay=4.705912036122754, ms=00023}
22:49:19.719415 run                             mass: MS performed LU  {at=1249065.422761697, lu_delay=5.623073857044801, ms=00021}
22:49:19.802483 run                             mass: MS performed LU  {at=1249065.505816807, lu_delay=5.548619833076373, ms=00022}
22:49:19.814283 run                osmo-ms-mob/00036: Starting mobile
22:49:19.827871 run       osmo-ms-mob/00036(pid=170): Launched
22:49:19.839054 run                             mass: MS start registered  {at=1249065.542404349, delay=0.004959106910973787, ms=00036}
22:49:19.973412 run                             mass: MS performed LU  {at=1249065.676744964, lu_delay=6.376008678926155, ms=00020}
22:49:20.227546 run                             mass: MS performed LU  {at=1249065.930880145, lu_delay=4.828865472925827, ms=00024}
22:49:20.472072 run                osmo-ms-mob/00037: Starting mobile
22:49:20.486327 run       osmo-ms-mob/00037(pid=171): Launched
22:49:20.497547 run                             mass: MS start registered  {at=1249066.200896849, delay=0.004972490016371012, ms=00037}
22:49:20.771584 run                osmo-ms-mob/00038: Starting mobile
22:49:20.785042 run       osmo-ms-mob/00038(pid=172): Launched
22:49:20.796304 run                             mass: MS start registered  {at=1249066.49965386, delay=0.004726189887151122, ms=00038}
22:49:21.074851 run                osmo-ms-mob/00039: Starting mobile
22:49:21.088593 run       osmo-ms-mob/00039(pid=173): Launched
22:49:21.100333 run                             mass: MS start registered  {at=1249066.803674069, delay=0.004774321103468537, ms=00039}
22:49:21.472750 run                osmo-ms-mob/00040: Starting mobile
22:49:21.485826 run       osmo-ms-mob/00040(pid=174): Launched
22:49:21.496962 run                             mass: MS start registered  {at=1249067.200314085, delay=0.00508154509589076, ms=00040}
22:49:21.703589 run                             mass: MS performed LU  {at=1249067.406923967, lu_delay=5.805228407960385, ms=00025}
22:49:21.715250 run                osmo-ms-mob/00041: Starting mobile
22:49:21.728969 run       osmo-ms-mob/00041(pid=175): Launched
22:49:21.735517 run                             mass: MS performed LU  {at=1249067.438873436, lu_delay=5.01584511809051, ms=00027}
22:49:21.741531 run                             mass: MS start registered  {at=1249067.444895784, delay=0.006042520981281996, ms=00041}
22:49:21.749795 run                             mass: MS performed LU  {at=1249067.453143708, lu_delay=5.676210878882557, ms=00026}
22:49:21.761248 run                osmo-ms-mob/00042: Starting mobile
22:49:21.775202 run       osmo-ms-mob/00042(pid=176): Launched
22:49:21.786264 run                             mass: MS start registered  {at=1249067.489615288, delay=0.004827964119613171, ms=00042}
22:49:21.892948 run                             mass: MS performed LU  {at=1249067.596283421, lu_delay=4.7706681988202035, ms=00028}
22:49:22.472562 run                osmo-ms-mob/00043: Starting mobile
22:49:22.486131 run       osmo-ms-mob/00043(pid=177): Launched
22:49:22.497394 run                             mass: MS start registered  {at=1249068.20074385, delay=0.005017556017264724, ms=00043}
22:49:22.772829 run                osmo-ms-mob/00044: Starting mobile
22:49:22.786474 run       osmo-ms-mob/00044(pid=178): Launched
22:49:22.798414 run                             mass: MS start registered  {at=1249068.501761586, delay=0.005449744872748852, ms=00044}
22:49:23.072616 run                osmo-ms-mob/00045: Starting mobile
22:49:23.085865 run       osmo-ms-mob/00045(pid=179): Launched
22:49:23.097156 run                             mass: MS start registered  {at=1249068.800485473, delay=0.004990240791812539, ms=00045}
22:49:23.372339 run                osmo-ms-mob/00046: Starting mobile
22:49:23.385882 run       osmo-ms-mob/00046(pid=180): Launched
22:49:23.397293 run                             mass: MS start registered  {at=1249069.10062955, delay=0.005020489916205406, ms=00046}
22:49:23.466713 run                             mass: MS performed LU  {at=1249069.170046646, lu_delay=5.569704884896055, ms=00030}
22:49:23.485320 run                             mass: MS performed LU  {at=1249069.18866579, lu_delay=4.888277885038406, ms=00032}
22:49:23.497117 run                osmo-ms-mob/00047: Starting mobile
22:49:23.511091 run       osmo-ms-mob/00047(pid=181): Launched
22:49:23.522573 run                             mass: MS start registered  {at=1249069.225913111, delay=0.005126583855599165, ms=00047}
22:49:23.568091 run                             mass: MS performed LU  {at=1249069.27142325, lu_delay=4.5711129838600755, ms=00033}
22:49:23.738651 run                             mass: MS performed LU  {at=1249069.441983409, lu_delay=6.238485480891541, ms=00029}
22:49:23.749892 run                osmo-ms-mob/00048: Starting mobile
22:49:23.763398 run       osmo-ms-mob/00048(pid=182): Launched
22:49:23.769688 run                             mass: MS performed LU  {at=1249069.473048408, lu_delay=5.748067361069843, ms=00031}
22:49:23.775629 run                             mass: MS start registered  {at=1249069.478996019, delay=0.005966749042272568, ms=00048}
22:49:24.272822 run                osmo-ms-mob/00049: Starting mobile
22:49:24.286864 run       osmo-ms-mob/00049(pid=183): Launched
22:49:24.298725 run                             mass: MS start registered  {at=1249070.002072447, delay=0.005483458982780576, ms=00049}
22:49:24.571753 run                osmo-ms-mob/00050: Starting mobile
22:49:24.585595 run       osmo-ms-mob/00050(pid=184): Launched
22:49:24.596900 run                             mass: MS start registered  {at=1249070.300247327, delay=0.005121425027027726, ms=00050}
22:49:24.972589 run                osmo-ms-mob/00051: Starting mobile
22:49:24.986731 run       osmo-ms-mob/00051(pid=185): Launched
22:49:24.997736 run                             mass: MS start registered  {at=1249070.70108645, delay=0.004806027980521321, ms=00051}
22:49:25.272081 run                osmo-ms-mob/00052: Starting mobile
22:49:25.286000 run       osmo-ms-mob/00052(pid=186): Launched
22:49:25.297120 run                             mass: MS start registered  {at=1249071.000472123, delay=0.0047999119851738214, ms=00052}
22:49:25.470180 run                             mass: MS performed LU  {at=1249071.173503217, lu_delay=4.673849357059225, ms=00038}
22:49:25.492355 run                osmo-ms-mob/00053: Starting mobile
22:49:25.509391 run       osmo-ms-mob/00053(pid=187): Launched
22:49:25.521320 run                             mass: MS performed LU  {at=1249071.224659385, lu_delay=5.023762536002323, ms=00037}
22:49:25.533211 run                             mass: MS performed LU  {at=1249071.236565625, lu_delay=6.136198319029063, ms=00034}
22:49:25.545358 run                             mass: MS start registered  {at=1249071.248712053, delay=0.024090208113193512, ms=00053}
22:49:25.560679 run                osmo-ms-mob/00054: Starting mobile
22:49:25.574512 run       osmo-ms-mob/00054(pid=188): Launched
22:49:25.589684 run                             mass: MS start registered  {at=1249071.293012773, delay=0.008268762845546007, ms=00054}
22:49:25.659905 run                             mass: MS performed LU  {at=1249071.363223902, lu_delay=5.820819552987814, ms=00036}
22:49:25.677087 run                             mass: MS performed LU  {at=1249071.380426326, lu_delay=5.979973088018596, ms=00035}
22:49:25.689327 run                osmo-ms-mob/00055: Starting mobile
22:49:25.703662 run       osmo-ms-mob/00055(pid=189): Launched
22:49:25.715926 run                             mass: MS start registered  {at=1249071.419273113, delay=0.005091228988021612, ms=00055}
22:49:26.472320 run                osmo-ms-mob/00056: Starting mobile
22:49:26.486871 run       osmo-ms-mob/00056(pid=190): Launched
22:49:26.498234 run                             mass: MS start registered  {at=1249072.201579505, delay=0.005018203053623438, ms=00056}
22:49:26.772489 run                osmo-ms-mob/00057: Starting mobile
22:49:26.785786 run       osmo-ms-mob/00057(pid=191): Launched
22:49:26.797015 run                             mass: MS start registered  {at=1249072.500358531, delay=0.004857698921114206, ms=00057}
22:49:27.172286 run                osmo-ms-mob/00058: Starting mobile
22:49:27.185970 run       osmo-ms-mob/00058(pid=192): Launched
22:49:27.197438 run                             mass: MS start registered  {at=1249072.900787566, delay=0.005254266085103154, ms=00058}
22:49:27.232961 run                             mass: MS performed LU  {at=1249072.93630029, lu_delay=5.446685001952574, ms=00042}
22:49:27.251085 run                             mass: MS performed LU  {at=1249072.954428764, lu_delay=6.150754695059732, ms=00039}
22:49:27.262946 run                osmo-ms-mob/00059: Starting mobile
22:49:27.276611 run       osmo-ms-mob/00059(pid=193): Launched
22:49:27.282855 run                             mass: MS performed LU  {at=1249072.986212808, lu_delay=5.541317024035379, ms=00041}
22:49:27.289397 run                             mass: MS start registered  {at=1249072.992760205, delay=0.006565890973433852, ms=00059}
22:49:27.523789 run                             mass: MS performed LU  {at=1249073.227123195, lu_delay=5.026379344984889, ms=00043}
22:49:27.535037 run                osmo-ms-mob/00060: Starting mobile
22:49:27.549176 run       osmo-ms-mob/00060(pid=194): Launched
22:49:27.560850 run                             mass: MS start registered  {at=1249073.264202662, delay=0.005451326025649905, ms=00060}
22:49:27.579297 run                             mass: MS performed LU  {at=1249073.282634548, lu_delay=4.780872961971909, ms=00044}
22:49:28.172451 run                osmo-ms-mob/00061: Starting mobile
22:49:28.187902 run       osmo-ms-mob/00061(pid=195): Launched
22:49:28.199740 run                             mass: MS start registered  {at=1249073.903089742, delay=0.00482742884196341, ms=00061}
22:49:28.294176 run                             mass: MS performed LU  {at=1249073.997512138, lu_delay=6.797198052983731, ms=00040}
22:49:28.427578 run                             mass: MS performed LU  {at=1249074.130912861, lu_delay=4.1288404141087085, ms=00049}
22:49:28.439846 run                osmo-ms-mob/00062: Starting mobile
22:49:28.453834 run       osmo-ms-mob/00062(pid=196): Launched
22:49:28.465119 run                             mass: MS start registered  {at=1249074.168463153, delay=0.00491231307387352, ms=00062}
22:49:28.772602 run                osmo-ms-mob/00063: Starting mobile
22:49:28.786245 run       osmo-ms-mob/00063(pid=197): Launched
22:49:28.798118 run                             mass: MS start registered  {at=1249074.501461735, delay=0.0052544958889484406, ms=00063}
22:49:29.176825 run                osmo-ms-mob/00064: Starting mobile
22:49:29.196360 run       osmo-ms-mob/00064(pid=198): Launched
22:49:29.204192 run                             mass: MS performed LU  {at=1249074.907545669, lu_delay=6.107060196110979, ms=00045}
22:49:29.212089 run                             mass: MS performed LU  {at=1249074.91544935, lu_delay=5.689536239020526, ms=00047}
22:49:29.219561 run                             mass: MS start registered  {at=1249074.922924299, delay=0.015401897020637989, ms=00064}
22:49:29.281476 run                             mass: MS performed LU  {at=1249074.9847854, lu_delay=5.5057893809862435, ms=00048}
22:49:29.308037 run                osmo-ms-mob/00065: Starting mobile
22:49:29.334336 run       osmo-ms-mob/00065(pid=199): Launched
22:49:29.351174 run                             mass: MS start registered  {at=1249075.054511731, delay=0.007677335990592837, ms=00065}
22:49:29.480374 run                             mass: MS performed LU  {at=1249075.183708253, lu_delay=4.883460926124826, ms=00050}
22:49:29.874010 run                osmo-ms-mob/00066: Starting mobile
22:49:29.898936 run       osmo-ms-mob/00066(pid=200): Launched
22:49:29.913734 run                             mass: MS start registered  {at=1249075.617072847, delay=0.00010378495790064335, ms=00066}
22:49:30.057196 run                             mass: MS performed LU  {at=1249075.760523339, lu_delay=6.659893789095804, ms=00046}
22:49:30.273422 run                osmo-ms-mob/00067: Starting mobile
22:49:30.290145 run       osmo-ms-mob/00067(pid=201): Launched
22:49:30.298127 run                             mass: MS performed LU  {at=1249076.001478752, lu_delay=5.001006628852338, ms=00052}
22:49:30.308005 run                             mass: MS start registered  {at=1249076.011357045, delay=0.009902752004563808, ms=00067}
22:49:30.329646 run                             mass: MS performed LU  {at=1249076.032986861, lu_delay=3.831407355843112, ms=00056}
22:49:30.341884 run                osmo-ms-mob/00068: Starting mobile
22:49:30.356782 run       osmo-ms-mob/00068(pid=202): Launched
22:49:30.369374 run                             mass: MS start registered  {at=1249076.072702231, delay=0.005758481798693538, ms=00068}
22:49:30.978677 run                osmo-ms-mob/00069: Starting mobile
22:49:31.011586 run       osmo-ms-mob/00069(pid=203): Launched
22:49:31.035176 run                             mass: MS start registered  {at=1249076.738504655, delay=0.007830651011317968, ms=00069}
22:49:31.049786 run                             mass: MS performed LU  {at=1249076.753124811, lu_delay=5.504412757931277, ms=00053}
22:49:31.064424 run                             mass: MS performed LU  {at=1249076.767776832, lu_delay=5.47476405906491, ms=00054}
22:49:31.109018 run                             mass: MS performed LU  {at=1249076.812319827, lu_delay=6.111233377130702, ms=00051}
22:49:31.124834 run                osmo-ms-mob/00070: Starting mobile
22:49:31.142702 run       osmo-ms-mob/00070(pid=204): Launched
22:49:31.158021 run                             mass: MS start registered  {at=1249076.861360937, delay=3.554578870534897e-05, ms=00070}
22:49:31.354003 run                             mass: MS performed LU  {at=1249077.057338347, lu_delay=4.556979815941304, ms=00057}
22:49:31.772784 run                osmo-ms-mob/00071: Starting mobile
22:49:31.786558 run       osmo-ms-mob/00071(pid=205): Launched
22:49:31.798507 run                             mass: MS start registered  {at=1249077.501851904, delay=0.005452615907415748, ms=00071}
22:49:32.014434 run                             mass: MS performed LU  {at=1249077.717749233, lu_delay=6.298476119991392, ms=00055}
22:49:32.172527 run                osmo-ms-mob/00072: Starting mobile
22:49:32.186355 run       osmo-ms-mob/00072(pid=206): Launched
22:49:32.192971 run                             mass: MS performed LU  {at=1249077.896328364, lu_delay=3.7278652109671384, ms=00062}
22:49:32.199164 run                             mass: MS start registered  {at=1249077.902528457, delay=0.006220696028321981, ms=00072}
22:49:32.572526 run                osmo-ms-mob/00073: Starting mobile
22:49:32.586486 run       osmo-ms-mob/00073(pid=207): Launched
22:49:32.597933 run                             mass: MS start registered  {at=1249078.301281881, delay=0.005152207100763917, ms=00073}
22:49:32.881804 run                             mass: MS performed LU  {at=1249078.585126821, lu_delay=5.592366616008803, ms=00059}
22:49:32.898745 run                osmo-ms-mob/00074: Starting mobile
22:49:32.917217 run       osmo-ms-mob/00074(pid=208): Launched
22:49:32.935542 run                             mass: MS start registered  {at=1249078.638870742, delay=0.006274771876633167, ms=00074}
22:49:32.973398 run                             mass: MS performed LU  {at=1249078.676702946, lu_delay=5.77591537986882, ms=00058}
22:49:33.047696 run                             mass: MS performed LU  {at=1249078.751013349, lu_delay=5.486810686998069, ms=00060}
22:49:33.246662 run                             mass: MS performed LU  {at=1249078.949970864, lu_delay=5.046881122048944, ms=00061}
22:49:33.261355 run                osmo-ms-mob/00075: Starting mobile
22:49:33.278446 run       osmo-ms-mob/00075(pid=209): Launched
22:49:33.292445 run                             mass: MS start registered  {at=1249078.995787073, delay=0.006213561864569783, ms=00075}
22:49:33.872278 run                osmo-ms-mob/00076: Starting mobile
22:49:33.887723 run       osmo-ms-mob/00076(pid=210): Launched
22:49:33.901447 run                             mass: MS start registered  {at=1249079.604778093, delay=0.006403628038242459, ms=00076}
22:49:34.272439 run                osmo-ms-mob/00077: Starting mobile
22:49:34.286079 run       osmo-ms-mob/00077(pid=211): Launched
22:49:34.297478 run                             mass: MS start registered  {at=1249080.000828562, delay=0.0051323720254004, ms=00077}
22:49:34.772156 run                osmo-ms-mob/00078: Starting mobile
22:49:34.786584 run       osmo-ms-mob/00078(pid=212): Launched
22:49:34.798261 run                             mass: MS start registered  {at=1249080.501608098, delay=0.0051562050357460976, ms=00078}
22:49:34.804527 run                             mass: MS performed LU  {at=1249080.507886367, lu_delay=4.890813519945368, ms=00066}
22:49:34.865836 run                             mass: MS performed LU  {at=1249080.569117523, lu_delay=5.646193224005401, ms=00064}
22:49:34.884179 run                             mass: MS performed LU  {at=1249080.587516519, lu_delay=4.576159473974258, ms=00067}
22:49:34.895559 run                osmo-ms-mob/00079: Starting mobile
22:49:34.909096 run       osmo-ms-mob/00079(pid=213): Launched
22:49:34.920476 run                             mass: MS start registered  {at=1249080.623827143, delay=0.005110331112518907, ms=00079}
22:49:35.056078 run                             mass: MS performed LU  {at=1249080.759387231, lu_delay=5.704875499941409, ms=00065}
22:49:35.073560 run                             mass: MS performed LU  {at=1249080.776889399, lu_delay=6.275427663931623, ms=00063}
22:49:35.110160 run                             mass: MS performed LU  {at=1249080.813492595, lu_delay=4.7407903640996665, ms=00068}
22:49:35.675535 run                osmo-ms-mob/00080: Starting mobile
22:49:35.691962 run       osmo-ms-mob/00080(pid=214): Launched
22:49:35.705115 run                             mass: MS start registered  {at=1249081.408446077, delay=0.005008842097595334, ms=00080}
22:49:36.171844 run                osmo-ms-mob/00081: Starting mobile
22:49:36.185850 run       osmo-ms-mob/00081(pid=215): Launched
22:49:36.197726 run                             mass: MS start registered  {at=1249081.901067268, delay=0.005432559177279472, ms=00081}
22:49:36.572050 run                osmo-ms-mob/00082: Starting mobile
22:49:36.585283 run       osmo-ms-mob/00082(pid=216): Launched
22:49:36.596326 run                             mass: MS start registered  {at=1249082.299676074, delay=0.0048180699814110994, ms=00082}
22:49:36.795428 run                             mass: MS performed LU  {at=1249082.498760842, lu_delay=4.596232384908944, ms=00072}
22:49:36.813695 run                             mass: MS performed LU  {at=1249082.5170494, lu_delay=5.778544744942337, ms=00069}
22:49:36.882358 run                             mass: MS performed LU  {at=1249082.585687984, lu_delay=5.083836080040783, ms=00071}
22:49:36.974934 run                             mass: MS performed LU  {at=1249082.678266569, lu_delay=5.816905632149428, ms=00070}
22:49:36.986450 run                osmo-ms-mob/00083: Starting mobile
22:49:36.999772 run       osmo-ms-mob/00083(pid=217): Launched
22:49:37.011415 run                             mass: MS start registered  {at=1249082.714760262, delay=0.005301176104694605, ms=00083}
22:49:37.673426 run                osmo-ms-mob/00084: Starting mobile
22:49:37.689487 run       osmo-ms-mob/00084(pid=218): Launched
22:49:37.702893 run                             mass: MS start registered  {at=1249083.406209545, delay=0.005868685897439718, ms=00084}
22:49:38.171647 run                osmo-ms-mob/00085: Starting mobile
22:49:38.185900 run       osmo-ms-mob/00085(pid=219): Launched
22:49:38.196820 run                             mass: MS start registered  {at=1249083.900168998, delay=0.004863001871854067, ms=00085}
22:49:38.549067 run                             mass: MS performed LU  {at=1249084.25238946, lu_delay=5.951107579050586, ms=00073}
22:49:38.631639 run                             mass: MS performed LU  {at=1249084.334906616, lu_delay=5.3391195430886, ms=00075}
22:49:38.649757 run                             mass: MS performed LU  {at=1249084.353108752, lu_delay=4.748330659000203, ms=00076}
22:49:38.660926 run                osmo-ms-mob/00086: Starting mobile
22:49:38.674647 run       osmo-ms-mob/00086(pid=220): Launched
22:49:38.686271 run                             mass: MS start registered  {at=1249084.389601088, delay=0.005314194830134511, ms=00086}
22:49:38.802570 run                             mass: MS performed LU  {at=1249084.505902391, lu_delay=5.867031648987904, ms=00074}
22:49:39.374435 run                osmo-ms-mob/00087: Starting mobile
22:49:39.391281 run       osmo-ms-mob/00087(pid=221): Launched
22:49:39.409335 run                             mass: MS start registered  {at=1249085.112647866, delay=0.009550463873893023, ms=00087}
22:49:39.974748 run                osmo-ms-mob/00088: Starting mobile
22:49:39.991714 run       osmo-ms-mob/00088(pid=222): Launched
22:49:40.011101 run                             mass: MS start registered  {at=1249085.714428663, delay=0.011189998127520084, ms=00088}
22:49:40.560939 run                             mass: MS performed LU  {at=1249086.264261111, lu_delay=5.640433967811987, ms=00079}
22:49:40.574112 run                osmo-ms-mob/00089: Starting mobile
22:49:40.587801 run       osmo-ms-mob/00089(pid=223): Launched
22:49:40.594088 run                             mass: MS performed LU  {at=1249086.297445786, lu_delay=6.296617223881185, ms=00077}
22:49:40.600273 run                             mass: MS start registered  {at=1249086.303637756, delay=0.006211302010342479, ms=00089}
22:49:40.648286 run                             mass: MS performed LU  {at=1249086.351616592, lu_delay=5.850008493987843, ms=00078}
22:49:40.704301 run                             mass: MS performed LU  {at=1249086.407611915, lu_delay=4.999165837885812, ms=00080}
22:49:40.722994 run                             mass: MS performed LU  {at=1249086.426331759, lu_delay=4.525264490861446, ms=00081}
22:49:41.172703 run                osmo-ms-mob/00090: Starting mobile
22:49:41.188021 run       osmo-ms-mob/00090(pid=224): Launched
22:49:41.199665 run                             mass: MS start registered  {at=1249086.90300929, delay=0.004542344016954303, ms=00090}
22:49:41.872539 run                osmo-ms-mob/00091: Starting mobile
22:49:41.886496 run       osmo-ms-mob/00091(pid=225): Launched
22:49:41.898249 run                             mass: MS start registered  {at=1249087.601598095, delay=0.005380660993978381, ms=00091}
22:49:42.314650 run                             mass: MS performed LU  {at=1249088.017986423, lu_delay=5.718310349155217, ms=00082}
22:49:42.398103 run                             mass: MS performed LU  {at=1249088.101347492, lu_delay=4.695137947099283, ms=00084}
22:49:42.427649 run                             mass: MS performed LU  {at=1249088.131012817, lu_delay=5.416252554859966, ms=00083}
22:49:42.438882 run                osmo-ms-mob/00092: Starting mobile
22:49:42.452013 run       osmo-ms-mob/00092(pid=226): Launched
22:49:42.463393 run                             mass: MS start registered  {at=1249088.16674803, delay=0.005254282150417566, ms=00092}
22:49:43.373265 run                osmo-ms-mob/00093: Starting mobile
22:49:43.386836 run       osmo-ms-mob/00093(pid=227): Launched
22:49:43.398248 run                             mass: MS start registered  {at=1249089.101587405, delay=0.0052919890731573105, ms=00093}
22:49:44.273847 run                osmo-ms-mob/00094: Starting mobile
22:49:44.287895 run       osmo-ms-mob/00094(pid=228): Launched
22:49:44.300185 run                             mass: MS start registered  {at=1249090.003528077, delay=0.005457274848595262, ms=00094}
22:49:44.326798 run                             mass: MS performed LU  {at=1249090.030105701, lu_delay=5.640504613053054, ms=00086}
22:49:44.345568 run                             mass: MS performed LU  {at=1249090.048894574, lu_delay=6.148725576000288, ms=00085}
22:49:44.414059 run                             mass: MS performed LU  {at=1249090.117392665, lu_delay=5.004744799109176, ms=00087}
22:49:45.172140 run                osmo-ms-mob/00095: Starting mobile
22:49:45.186759 run       osmo-ms-mob/00095(pid=229): Launched
22:49:45.201992 run                             mass: MS start registered  {at=1249090.905328513, delay=0.008863171795383096, ms=00095}
22:49:46.080574 run                             mass: MS performed LU  {at=1249091.78388019, lu_delay=6.069451526971534, ms=00088}
22:49:46.096324 run                osmo-ms-mob/00096: Starting mobile
22:49:46.112490 run       osmo-ms-mob/00096(pid=230): Launched
22:49:46.126427 run                             mass: MS start registered  {at=1249091.829775421, delay=0.005984251853078604, ms=00096}
22:49:46.163926 run                             mass: MS performed LU  {at=1249091.867241648, lu_delay=5.563603891991079, ms=00089}
22:49:46.182127 run                             mass: MS performed LU  {at=1249091.885483426, lu_delay=4.982474135933444, ms=00090}
22:49:47.272646 run                osmo-ms-mob/00097: Starting mobile
22:49:47.287294 run       osmo-ms-mob/00097(pid=231): Launched
22:49:47.300093 run                             mass: MS start registered  {at=1249093.003440423, delay=0.005653772968798876, ms=00097}
22:49:48.092488 run                             mass: MS performed LU  {at=1249093.795822402, lu_delay=6.194224307080731, ms=00091}
22:49:48.110780 run                             mass: MS performed LU  {at=1249093.814121626, lu_delay=4.712534221122041, ms=00093}
22:49:48.179838 run                             mass: MS performed LU  {at=1249093.883172299, lu_delay=5.716424268903211, ms=00092}
22:49:48.577422 run                osmo-ms-mob/00098: Starting mobile
22:49:48.595405 run       osmo-ms-mob/00098(pid=232): Launched
22:49:48.613263 run                             mass: MS start registered  {at=1249094.316580718, delay=0.009093881817534566, ms=00098}
22:49:49.929112 run                             mass: MS performed LU  {at=1249095.632376796, lu_delay=5.628848719177768, ms=00094}
22:49:49.947364 run                             mass: MS performed LU  {at=1249095.650720353, lu_delay=4.7453918401151896, ms=00095}
22:49:50.372780 run                osmo-ms-mob/00099: Starting mobile
22:49:50.387971 run       osmo-ms-mob/00099(pid=233): Launched
22:49:50.395213 run                             mass: All started... {duration=55.729422491043806, too_slow=0}
22:49:50.402786 run                             mass: MS start registered  {at=1249096.106139899, delay=0.007563939085230231, ms=00099}
22:49:51.857965 run                             mass: MS performed LU  {at=1249097.56129915, lu_delay=5.731523729162291, ms=00096}
22:49:51.876214 run                             mass: MS performed LU  {at=1249097.579567527, lu_delay=4.576127103995532, ms=00097}
22:49:53.695493 run                             mass: MS performed LU  {at=1249099.398824641, lu_delay=5.082243923097849, ms=00098}
22:49:55.596223 run                             mass: MS performed LU  {at=1249101.299547873, lu_delay=5.1934079739730805, ms=00099}
22:49:55.603473 run                             mass: Tests done {all_completed=True, max=6.797198052983731, min=3.7278652109671384}
22:49:55.610238 tst         register_default_mass.py: Test passed (84.9 sec)
22:49:55.616957 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:55.621091 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:55.625223 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:55.629302 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:55.633384 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:55.637475 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:55.641599 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:55.645754 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:55.649959 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:55.654709 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:55.658817 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:55.662913 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:55.667031 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:55.671159 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:55.675308 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:55.679465 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:55.683770 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:55.688153 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:55.692552 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:55.697026 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:55.702149 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:55.706803 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:55.711289 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:55.715746 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:55.720121 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:55.724860 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:55.729316 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:55.734510 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:55.738999 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:55.743826 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:55.748290 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:55.752684 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:55.757064 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:55.761425 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:55.765819 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:55.770434 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:55.774829 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:55.779207 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:55.783558 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:55.788222 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:55.792635 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:55.797118 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:55.801652 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:55.806296 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:55.811202 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:55.815725 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:55.820220 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:55.825089 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:55.829348 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:55.833769 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:55.838177 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:55.842518 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:55.846836 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:55.851490 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:55.856934 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:55.861360 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:55.865773 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:55.870150 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:55.874611 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:55.879070 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:55.883758 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:55.888253 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:55.892640 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:55.897070 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:55.901472 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:55.905902 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:55.910440 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:55.915024 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:55.919677 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:55.924176 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:55.928589 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:55.933033 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:55.938144 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:55.942771 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:55.947661 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:55.952317 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:55.957193 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:55.963010 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:55.967443 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:55.971839 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:55.976344 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:55.980760 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:55.985144 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:55.990333 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:55.994994 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:55.999749 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:56.004214 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:56.008580 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:56.012903 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:56.017279 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:56.022256 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:56.026663 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:56.030958 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:56.035351 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:56.039732 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:56.044125 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:56.048491 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:56.052892 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:56.057273 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:56.061652 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:56.066072 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:56.070467 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:56.074867 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:56.079288 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:56.083695 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:56.088075 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:56.092527 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:56.097469 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:56.101826 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:56.106229 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:56.110592 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:56.114965 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:56.119335 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:56.123644 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:56.127913 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:56.132150 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:56.136368 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:56.140469 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:56.144593 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:56.148687 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:56.152694 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:56.156601 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:56.160613 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:56.164608 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:56.168605 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:56.172518 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:56.176323 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:56.180132 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:56.184017 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:56.187911 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:56.191806 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:56.195806 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:56.199935 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:56.204054 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:56.208278 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:56.212720 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:56.216955 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:56.221091 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:56.225248 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:56.229576 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:56.233705 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:56.237808 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:56.241941 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:56.246162 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:56.250384 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:56.254701 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:56.258913 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:56.263149 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:56.267373 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:56.271580 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:56.275795 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:56.279890 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:56.283985 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:56.288110 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:56.292225 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:56.296249 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:56.300285 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:56.304341 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:56.308455 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:56.312555 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:56.316439 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:56.320357 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:56.324263 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:56.328148 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:56.332075 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:56.335978 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:56.339877 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:56.343776 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:56.347669 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:56.351588 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:56.355502 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:56.359487 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:56.363539 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:56.367660 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:56.371995 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:56.376179 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:56.380335 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:56.384552 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:56.388702 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:56.392694 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:56.396690 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:56.400682 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:56.404681 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:56.408680 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:56.412688 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:56.416692 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:56.420601 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:56.424380 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:56.428371 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:56.432161 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:56.435926 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:56.439619 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:56.443242 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:56.446770 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:56.450279 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:56.453801 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:56.457323 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:56.460810 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:56.464324 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:56.467848 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:56.471366 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:56.474868 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:56.478383 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:56.481879 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:56.485504 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:56.489088 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:56.492694 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:56.496386 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:56.500077 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:56.503765 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:56.507492 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:56.511208 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:56.515020 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:56.518930 ---      ParallelTerminationStrategy: PID 21 died...
22:49:56.520700 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:56.525013 ---      ParallelTerminationStrategy: PID 22 died...
22:49:56.526762 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:56.531137 ---      ParallelTerminationStrategy: PID 23 died...
22:49:56.532891 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:56.537236 ---      ParallelTerminationStrategy: PID 24 died...
22:49:56.538983 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:56.543349 ---      ParallelTerminationStrategy: PID 25 died...
22:49:56.545099 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:56.549477 ---      ParallelTerminationStrategy: PID 26 died...
22:49:56.551244 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:56.555563 ---      ParallelTerminationStrategy: PID 27 died...
22:49:56.557306 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:56.561617 ---      ParallelTerminationStrategy: PID 28 died...
22:49:56.563350 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:56.567576 ---      ParallelTerminationStrategy: PID 29 died...
22:49:56.569297 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:56.573520 ---      ParallelTerminationStrategy: PID 30 died...
22:49:56.575228 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:56.579462 ---      ParallelTerminationStrategy: PID 31 died...
22:49:56.581186 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:56.585425 ---      ParallelTerminationStrategy: PID 32 died...
22:49:56.587156 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:56.591404 ---      ParallelTerminationStrategy: PID 34 died...
22:49:56.593139 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:56.597395 ---      ParallelTerminationStrategy: PID 35 died...
22:49:56.599123 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:56.603376 ---      ParallelTerminationStrategy: PID 36 died...
22:49:56.605147 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:56.609491 ---      ParallelTerminationStrategy: PID 37 died...
22:49:56.611250 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:56.615705 ---      ParallelTerminationStrategy: PID 38 died...
22:49:56.617527 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:56.621991 ---      ParallelTerminationStrategy: PID 39 died...
22:49:56.623802 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:56.628265 ---      ParallelTerminationStrategy: PID 40 died...
22:49:56.630115 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:56.634599 ---      ParallelTerminationStrategy: PID 41 died...
22:49:56.636404 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:56.640842 ---      ParallelTerminationStrategy: PID 42 died...
22:49:56.642655 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:56.647246 ---      ParallelTerminationStrategy: PID 43 died...
22:49:56.649090 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:56.653652 ---      ParallelTerminationStrategy: PID 44 died...
22:49:56.655416 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:56.659719 ---      ParallelTerminationStrategy: PID 45 died...
22:49:56.661550 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:56.665835 ---      ParallelTerminationStrategy: PID 46 died...
22:49:56.667576 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:56.671885 ---      ParallelTerminationStrategy: PID 47 died...
22:49:56.673633 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:56.677958 ---      ParallelTerminationStrategy: PID 48 died...
22:49:56.679687 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:56.683978 ---      ParallelTerminationStrategy: PID 49 died...
22:49:56.697024 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:56.701100 ---      ParallelTerminationStrategy: PID 50 died...
22:49:56.702748 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:56.706787 ---      ParallelTerminationStrategy: PID 51 died...
22:49:56.708430 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:56.712873 ---      ParallelTerminationStrategy: PID 52 died...
22:49:56.714596 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:56.718856 ---      ParallelTerminationStrategy: PID 53 died...
22:49:56.720594 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:56.725036 ---      ParallelTerminationStrategy: PID 54 died...
22:49:56.726844 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:56.731288 ---      ParallelTerminationStrategy: PID 55 died...
22:49:56.733094 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:56.737568 ---      ParallelTerminationStrategy: PID 56 died...
22:49:56.739298 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:56.743527 ---      ParallelTerminationStrategy: PID 57 died...
22:49:56.745245 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:56.749492 ---      ParallelTerminationStrategy: PID 58 died...
22:49:56.751202 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:56.755440 ---      ParallelTerminationStrategy: PID 59 died...
22:49:56.757176 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:56.761438 ---      ParallelTerminationStrategy: PID 60 died...
22:49:56.763158 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:56.767417 ---      ParallelTerminationStrategy: PID 61 died...
22:49:56.769148 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:56.773429 ---      ParallelTerminationStrategy: PID 62 died...
22:49:56.775119 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:56.779269 ---      ParallelTerminationStrategy: PID 63 died...
22:49:56.780950 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:56.785073 ---      ParallelTerminationStrategy: PID 64 died...
22:49:56.786740 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:56.790906 ---      ParallelTerminationStrategy: PID 65 died...
22:49:56.792548 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:56.796493 ---      ParallelTerminationStrategy: PID 66 died...
22:49:56.798079 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:56.802041 ---      ParallelTerminationStrategy: PID 67 died...
22:49:56.803639 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:56.807626 ---      ParallelTerminationStrategy: PID 68 died...
22:49:56.809232 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:56.813178 ---      ParallelTerminationStrategy: PID 69 died...
22:49:56.814790 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:56.818716 ---      ParallelTerminationStrategy: PID 70 died...
22:49:56.820318 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:56.824292 ---      ParallelTerminationStrategy: PID 71 died...
22:49:56.825916 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:56.829926 ---      ParallelTerminationStrategy: PID 72 died...
22:49:56.831567 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:56.835741 ---      ParallelTerminationStrategy: PID 73 died...
22:49:56.837451 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:56.841663 ---      ParallelTerminationStrategy: PID 74 died...
22:49:56.843332 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:56.847582 ---      ParallelTerminationStrategy: PID 75 died...
22:49:56.849344 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:56.853717 ---      ParallelTerminationStrategy: PID 76 died...
22:49:56.855474 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:56.859817 ---      ParallelTerminationStrategy: PID 77 died...
22:49:56.861600 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:56.866050 ---      ParallelTerminationStrategy: PID 78 died...
22:49:56.867858 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:56.872338 ---      ParallelTerminationStrategy: PID 79 died...
22:49:56.874143 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:56.878599 ---      ParallelTerminationStrategy: PID 80 died...
22:49:56.880395 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:56.884668 ---      ParallelTerminationStrategy: PID 81 died...
22:49:56.886379 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:56.890636 ---      ParallelTerminationStrategy: PID 82 died...
22:49:56.892361 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:56.896593 ---      ParallelTerminationStrategy: PID 83 died...
22:49:56.898317 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:56.902574 ---      ParallelTerminationStrategy: PID 84 died...
22:49:56.904295 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:56.908538 ---      ParallelTerminationStrategy: PID 85 died...
22:49:56.910259 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:56.914479 ---      ParallelTerminationStrategy: PID 86 died...
22:49:56.916199 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:56.920439 ---      ParallelTerminationStrategy: PID 87 died...
22:49:56.922174 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:56.926440 ---      ParallelTerminationStrategy: PID 88 died...
22:49:56.928195 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:56.932588 ---      ParallelTerminationStrategy: PID 89 died...
22:49:56.934348 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:56.938694 ---      ParallelTerminationStrategy: PID 90 died...
22:49:56.940453 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:56.944834 ---      ParallelTerminationStrategy: PID 91 died...
22:49:56.946594 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:56.950943 ---      ParallelTerminationStrategy: PID 92 died...
22:49:56.952690 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:56.957044 ---      ParallelTerminationStrategy: PID 93 died...
22:49:56.958793 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:56.963169 ---      ParallelTerminationStrategy: PID 94 died...
22:49:56.964935 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:56.969282 ---      ParallelTerminationStrategy: PID 95 died...
22:49:56.971039 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:56.975395 ---      ParallelTerminationStrategy: PID 96 died...
22:49:56.977166 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:56.981509 ---      ParallelTerminationStrategy: PID 97 died...
22:49:56.983272 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:56.987623 ---      ParallelTerminationStrategy: PID 98 died...
22:49:56.989379 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:56.993789 ---      ParallelTerminationStrategy: PID 99 died...
22:49:56.995542 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:56.999844 ---      ParallelTerminationStrategy: PID 100 died...
22:49:57.001580 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:57.005882 ---      ParallelTerminationStrategy: PID 101 died...
22:49:57.007624 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:57.012006 ---      ParallelTerminationStrategy: PID 102 died...
22:49:57.013797 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:57.018212 ---      ParallelTerminationStrategy: PID 103 died...
22:49:57.020010 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:57.024404 ---      ParallelTerminationStrategy: PID 104 died...
22:49:57.026216 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:57.030636 ---      ParallelTerminationStrategy: PID 105 died...
22:49:57.032421 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:57.036691 ---      ParallelTerminationStrategy: PID 106 died...
22:49:57.038379 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:57.042576 ---      ParallelTerminationStrategy: PID 107 died...
22:49:57.044271 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:57.048482 ---      ParallelTerminationStrategy: PID 108 died...
22:49:57.050180 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:57.054396 ---      ParallelTerminationStrategy: PID 109 died...
22:49:57.056091 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:57.060395 ---      ParallelTerminationStrategy: PID 110 died...
22:49:57.062145 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:57.066446 ---      ParallelTerminationStrategy: PID 111 died...
22:49:57.068179 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:57.072522 ---      ParallelTerminationStrategy: PID 112 died...
22:49:57.074269 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:57.078574 ---      ParallelTerminationStrategy: PID 113 died...
22:49:57.080312 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:57.084613 ---      ParallelTerminationStrategy: PID 114 died...
22:49:57.086416 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:57.090717 ---      ParallelTerminationStrategy: PID 115 died...
22:49:57.092454 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:57.096786 ---      ParallelTerminationStrategy: PID 116 died...
22:49:57.098530 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:57.102925 ---      ParallelTerminationStrategy: PID 117 died...
22:49:57.104739 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:57.109160 ---      ParallelTerminationStrategy: PID 118 died...
22:49:57.110968 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:57.115381 ---      ParallelTerminationStrategy: PID 119 died...
22:49:57.117191 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:57.121597 ---      ParallelTerminationStrategy: PID 120 died...
22:49:57.123383 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:57.127804 ---      ParallelTerminationStrategy: PID 121 died...
22:49:57.129593 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:57.134036 ---      ParallelTerminationStrategy: PID 122 died...
22:49:57.135829 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:57.140246 ---      ParallelTerminationStrategy: PID 123 died...
22:49:57.142032 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:57.146460 ---      ParallelTerminationStrategy: PID 124 died...
22:49:57.148245 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:57.152675 ---      ParallelTerminationStrategy: PID 125 died...
22:49:57.154488 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:57.158955 ---      ParallelTerminationStrategy: PID 126 died...
22:49:57.160764 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:57.165177 ---      ParallelTerminationStrategy: PID 127 died...
22:49:57.166989 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:57.171442 ---      ParallelTerminationStrategy: PID 128 died...
22:49:57.173248 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:57.177818 ---      ParallelTerminationStrategy: PID 129 died...
22:49:57.179687 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:57.184293 ---      ParallelTerminationStrategy: PID 130 died...
22:49:57.186168 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:57.190764 ---      ParallelTerminationStrategy: PID 131 died...
22:49:57.192615 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:57.197193 ---      ParallelTerminationStrategy: PID 132 died...
22:49:57.199133 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:57.203828 ---      ParallelTerminationStrategy: PID 133 died...
22:49:57.205742 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:57.210336 ---      ParallelTerminationStrategy: PID 134 died...
22:49:57.212190 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:57.216795 ---      ParallelTerminationStrategy: PID 135 died...
22:49:57.218651 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:57.223329 ---      ParallelTerminationStrategy: PID 136 died...
22:49:57.225221 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:57.229861 ---      ParallelTerminationStrategy: PID 137 died...
22:49:57.231726 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:57.236319 ---      ParallelTerminationStrategy: PID 138 died...
22:49:57.238195 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:57.242793 ---      ParallelTerminationStrategy: PID 139 died...
22:49:57.244737 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:57.249348 ---      ParallelTerminationStrategy: PID 140 died...
22:49:57.251246 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:57.255952 ---      ParallelTerminationStrategy: PID 141 died...
22:49:57.257818 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:57.262383 ---      ParallelTerminationStrategy: PID 142 died...
22:49:57.264230 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:57.268849 ---      ParallelTerminationStrategy: PID 143 died...
22:49:57.270685 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:57.275280 ---      ParallelTerminationStrategy: PID 144 died...
22:49:57.277143 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:57.281840 ---      ParallelTerminationStrategy: PID 145 died...
22:49:57.283712 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:57.288355 ---      ParallelTerminationStrategy: PID 146 died...
22:49:57.290232 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:57.294830 ---      ParallelTerminationStrategy: PID 147 died...
22:49:57.296673 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:57.301287 ---      ParallelTerminationStrategy: PID 148 died...
22:49:57.303135 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:57.307703 ---      ParallelTerminationStrategy: PID 149 died...
22:49:57.309573 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:57.314152 ---      ParallelTerminationStrategy: PID 150 died...
22:49:57.315990 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:57.320611 ---      ParallelTerminationStrategy: PID 151 died...
22:49:57.322466 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:57.326989 ---      ParallelTerminationStrategy: PID 152 died...
22:49:57.328767 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:57.333223 ---      ParallelTerminationStrategy: PID 153 died...
22:49:57.335010 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:57.339462 ---      ParallelTerminationStrategy: PID 154 died...
22:49:57.341277 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:57.345765 ---      ParallelTerminationStrategy: PID 155 died...
22:49:57.347541 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:57.352025 ---      ParallelTerminationStrategy: PID 156 died...
22:49:57.353842 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:57.358349 ---      ParallelTerminationStrategy: PID 157 died...
22:49:57.360161 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:57.364697 ---      ParallelTerminationStrategy: PID 158 died...
22:49:57.366495 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:57.371178 ---      ParallelTerminationStrategy: PID 159 died...
22:49:57.373076 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:57.377692 ---      ParallelTerminationStrategy: PID 160 died...
22:49:57.379543 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:57.384184 ---      ParallelTerminationStrategy: PID 161 died...
22:49:57.386074 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:57.390757 ---      ParallelTerminationStrategy: PID 162 died...
22:49:57.392644 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:57.397295 ---      ParallelTerminationStrategy: PID 163 died...
22:49:57.399165 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:57.403769 ---      ParallelTerminationStrategy: PID 164 died...
22:49:57.405694 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:57.410360 ---      ParallelTerminationStrategy: PID 165 died...
22:49:57.412214 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:57.416876 ---      ParallelTerminationStrategy: PID 166 died...
22:49:57.418743 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:57.423320 ---      ParallelTerminationStrategy: PID 167 died...
22:49:57.425190 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:57.429773 ---      ParallelTerminationStrategy: PID 168 died...
22:49:57.431609 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:57.436263 ---      ParallelTerminationStrategy: PID 169 died...
22:49:57.438154 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:57.442750 ---      ParallelTerminationStrategy: PID 170 died...
22:49:57.444595 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:57.449252 ---      ParallelTerminationStrategy: PID 171 died...
22:49:57.451103 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:57.455729 ---      ParallelTerminationStrategy: PID 172 died...
22:49:57.457579 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:57.462161 ---      ParallelTerminationStrategy: PID 173 died...
22:49:57.463999 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:57.468622 ---      ParallelTerminationStrategy: PID 174 died...
22:49:57.470498 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:57.475095 ---      ParallelTerminationStrategy: PID 175 died...
22:49:57.476973 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:57.481713 ---      ParallelTerminationStrategy: PID 176 died...
22:49:57.483630 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:57.488491 ---      ParallelTerminationStrategy: PID 177 died...
22:49:57.490463 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:57.495292 ---      ParallelTerminationStrategy: PID 178 died...
22:49:57.497198 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:57.501971 ---      ParallelTerminationStrategy: PID 179 died...
22:49:57.503880 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:57.508545 ---      ParallelTerminationStrategy: PID 180 died...
22:49:57.510384 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:57.514945 ---      ParallelTerminationStrategy: PID 181 died...
22:49:57.516799 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:57.521337 ---      ParallelTerminationStrategy: PID 182 died...
22:49:57.523201 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:57.527696 ---      ParallelTerminationStrategy: PID 183 died...
22:49:57.529451 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:57.533896 ---      ParallelTerminationStrategy: PID 184 died...
22:49:57.535722 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:57.540178 ---      ParallelTerminationStrategy: PID 185 died...
22:49:57.542053 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:57.546557 ---      ParallelTerminationStrategy: PID 186 died...
22:49:57.548423 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:57.553055 ---      ParallelTerminationStrategy: PID 187 died...
22:49:57.554910 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:57.559486 ---      ParallelTerminationStrategy: PID 188 died...
22:49:57.561345 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:57.565990 ---      ParallelTerminationStrategy: PID 189 died...
22:49:57.567924 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:57.572565 ---      ParallelTerminationStrategy: PID 190 died...
22:49:57.574471 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:57.579089 ---      ParallelTerminationStrategy: PID 191 died...
22:49:57.581003 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:57.585592 ---      ParallelTerminationStrategy: PID 192 died...
22:49:57.587423 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:57.592027 ---      ParallelTerminationStrategy: PID 193 died...
22:49:57.593896 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:57.598470 ---      ParallelTerminationStrategy: PID 194 died...
22:49:57.600344 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:57.605002 ---      ParallelTerminationStrategy: PID 195 died...
22:49:57.606830 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:57.611443 ---      ParallelTerminationStrategy: PID 196 died...
22:49:57.613317 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:57.617888 ---      ParallelTerminationStrategy: PID 197 died...
22:49:57.619670 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:57.624161 ---      ParallelTerminationStrategy: PID 198 died...
22:49:57.625966 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:57.630461 ---      ParallelTerminationStrategy: PID 199 died...
22:49:57.632259 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:57.636745 ---      ParallelTerminationStrategy: PID 200 died...
22:49:57.638534 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:57.642998 ---      ParallelTerminationStrategy: PID 201 died...
22:49:57.644784 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:57.649257 ---      ParallelTerminationStrategy: PID 202 died...
22:49:57.651105 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:57.655607 ---      ParallelTerminationStrategy: PID 203 died...
22:49:57.657406 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:57.661901 ---      ParallelTerminationStrategy: PID 204 died...
22:49:57.663753 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:57.668481 ---      ParallelTerminationStrategy: PID 205 died...
22:49:57.670358 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:57.675003 ---      ParallelTerminationStrategy: PID 206 died...
22:49:57.676851 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:57.681482 ---      ParallelTerminationStrategy: PID 207 died...
22:49:57.683346 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:57.687958 ---      ParallelTerminationStrategy: PID 208 died...
22:49:57.689822 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:57.694426 ---      ParallelTerminationStrategy: PID 209 died...
22:49:57.696283 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:57.700886 ---      ParallelTerminationStrategy: PID 210 died...
22:49:57.702715 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:57.707275 ---      ParallelTerminationStrategy: PID 211 died...
22:49:57.709114 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:57.713721 ---      ParallelTerminationStrategy: PID 212 died...
22:49:57.715621 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:57.720223 ---      ParallelTerminationStrategy: PID 213 died...
22:49:57.722068 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:57.726683 ---      ParallelTerminationStrategy: PID 214 died...
22:49:57.728546 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:57.733139 ---      ParallelTerminationStrategy: PID 215 died...
22:49:57.735069 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:57.739700 ---      ParallelTerminationStrategy: PID 216 died...
22:49:57.741567 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:57.746129 ---      ParallelTerminationStrategy: PID 217 died...
22:49:57.747980 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:57.752602 ---      ParallelTerminationStrategy: PID 218 died...
22:49:57.754492 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:57.759086 ---      ParallelTerminationStrategy: PID 219 died...
22:49:57.760947 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:57.765510 ---      ParallelTerminationStrategy: PID 220 died...
22:49:57.767343 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:57.771943 ---      ParallelTerminationStrategy: PID 221 died...
22:49:57.773789 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:57.778416 ---      ParallelTerminationStrategy: PID 222 died...
22:49:57.780275 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:57.784904 ---      ParallelTerminationStrategy: PID 223 died...
22:49:57.786749 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:57.791343 ---      ParallelTerminationStrategy: PID 224 died...
22:49:57.793280 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:57.797888 ---      ParallelTerminationStrategy: PID 225 died...
22:49:57.799731 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:57.804328 ---      ParallelTerminationStrategy: PID 226 died...
22:49:57.806194 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:57.810789 ---      ParallelTerminationStrategy: PID 227 died...
22:49:57.812623 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:57.817279 ---      ParallelTerminationStrategy: PID 228 died...
22:49:57.819128 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:57.823752 ---      ParallelTerminationStrategy: PID 229 died...
22:49:57.825607 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:57.830192 ---      ParallelTerminationStrategy: PID 230 died...
22:49:57.832028 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:57.836741 ---      ParallelTerminationStrategy: PID 231 died...
22:49:57.838588 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:57.843469 ---      ParallelTerminationStrategy: PID 232 died...
22:49:57.845369 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:57.850009 ---      ParallelTerminationStrategy: PID 233 died...
22:49:57.851856 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:50:01.256122 ---      ParallelTerminationStrategy: PID 33 died...
22:50:01.257964 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7859 netreg_mass PASS
---------------------------------------------------------------------
22:50:01.347853 tst                       trial-7859: Storing JUnit report in /build/trial-7859/run.2025-01-27_22-48-30/trial-7859.xml

--------------------------------------------------------------------------------------------
trial-7859 PASS
--------------------------------------------------------------------------------------------
22:50:01.361129 tst                       trial-7859: trial-7859: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-7859/inst
+ cd trial-7859
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-27 22:48:30
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7859-run.tgz run.2025-01-27_22-48-30
+ tar czf /build/trial-7859-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-27_13_28_28.tgz osmo-bts-oc2g.build-2025-01-27_00_51_22.tgz osmo-bts-sysmo.build-2025-01-27_00_51_23.tgz osmo-bts.build-2025-01-27_00_51_36.tgz osmo-ggsn.build-2025-01-27_20_42_18.tgz osmo-hlr.build-2025-01-27_16_36_52.tgz osmo-hnbgw.build-2025-01-27_18_47_31.tgz osmo-mgw.build-2025-01-27_08_33_15.tgz osmo-msc.build-2025-01-27_20_37_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-27_07_40_46.tgz osmo-pcu-sysmo.build-2025-01-27_07_40_41.tgz osmo-pcu.build-2025-01-27_07_40_43.tgz osmo-sgsn.build-2025-01-27_20_48_33.tgz osmo-stp.build-2025-01-27_13_25_17.tgz osmo-trx.build-2025-01-27_18_52_42.tgz osmocom-bb.build-2025-01-27_21_17_11.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