Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16752349631367237984.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-7875
+ 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 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8b40265ed76153cff38a6420eed211dfd2b67de592adf579a048f0eb0b8de0e0 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7876 -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-02-13 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7876
+ mkdir -p trial-7876
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-13_13_28_22.tgz osmo-bts-oc2g.build-2025-02-13_00_52_15.tgz osmo-bts-sysmo.build-2025-02-13_00_51_52.tgz osmo-bts.build-2025-02-13_00_52_27.tgz osmo-ggsn.build-2025-02-13_20_42_33.tgz osmo-hlr.build-2025-02-13_16_37_02.tgz osmo-hnbgw.build-2025-02-13_13_28_46.tgz osmo-mgw.build-2025-02-13_08_33_13.tgz osmo-msc.build-2025-02-13_13_32_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-13_07_41_42.tgz osmo-pcu-sysmo.build-2025-02-13_07_41_35.tgz osmo-pcu.build-2025-02-13_07_41_41.tgz osmo-sgsn.build-2025-02-13_20_48_59.tgz osmo-stp.build-2025-02-13_13_25_17.tgz osmo-trx.build-2025-02-13_14_32_41.tgz osmocom-bb.build-2025-02-13_21_17_10.tgz srslte.build-19.tgz trial-7876
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-13_13_28_22.md5 osmo-bts-oc2g.build-2025-02-13_00_52_15.md5 osmo-bts-sysmo.build-2025-02-13_00_51_52.md5 osmo-bts.build-2025-02-13_00_52_27.md5 osmo-ggsn.build-2025-02-13_20_42_33.md5 osmo-hlr.build-2025-02-13_16_37_02.md5 osmo-hnbgw.build-2025-02-13_13_28_46.md5 osmo-mgw.build-2025-02-13_08_33_13.md5 osmo-msc.build-2025-02-13_13_32_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-13_07_41_42.md5 osmo-pcu-sysmo.build-2025-02-13_07_41_35.md5 osmo-pcu.build-2025-02-13_07_41_41.md5 osmo-sgsn.build-2025-02-13_20_48_59.md5 osmo-stp.build-2025-02-13_13_25_17.md5 osmo-trx.build-2025-02-13_14_32_41.md5 osmocom-bb.build-2025-02-13_21_17_10.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-13_13_28_22.md5 osmo-bts-oc2g.build-2025-02-13_00_52_15.md5 osmo-bts-sysmo.build-2025-02-13_00_51_52.md5 osmo-bts.build-2025-02-13_00_52_27.md5 osmo-ggsn.build-2025-02-13_20_42_33.md5 osmo-hlr.build-2025-02-13_16_37_02.md5 osmo-hnbgw.build-2025-02-13_13_28_46.md5 osmo-mgw.build-2025-02-13_08_33_13.md5 osmo-msc.build-2025-02-13_13_32_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-13_07_41_42.md5 osmo-pcu-sysmo.build-2025-02-13_07_41_35.md5 osmo-pcu.build-2025-02-13_07_41_41.md5 osmo-sgsn.build-2025-02-13_20_48_59.md5 osmo-stp.build-2025-02-13_13_25_17.md5 osmo-trx.build-2025-02-13_14_32_41.md5 osmocom-bb.build-2025-02-13_21_17_10.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-7876 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7876'
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-7876
--------------------------------------------------------------------------------------------
22:48:20.687493 tst                       trial-7876: Detailed log at /build/trial-7876/run.2025-02-13_22-48-20/log

---------------------------------------------------------------------
trial-7876 netreg_mass
---------------------------------------------------------------------
22:48:20.898860 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.899238 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.900053 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.901299 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.990044 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.990879 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.991986 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.082493 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-7876 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.083301 tst       register_default_mass.py:9: Claiming resources for the test
22:48:21.098446 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.099042 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.099494 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.099922 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.100364 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.100838 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.101305 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.148383 tst         register_default_mass.py: using LAC 2
22:48:21.185490 tst         register_default_mass.py: using RAC 2
22:48:21.226439 tst         register_default_mass.py: using CellId 2
22:48:21.262387 tst         register_default_mass.py: using BVCI 3
22:48:21.268326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.268983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.269545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.270090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.270629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.271161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.271677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.272220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.272761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.273280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.273817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.274341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.274863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.275399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.275925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.276447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.276986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.277510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.278021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.278549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.279072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.279599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.280122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.280770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.281302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.281837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.282373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.282900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.283423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.283964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.284474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.284997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.285538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.286069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.286579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.287105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.287634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.288259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.288832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.289363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.289888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.290424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.290954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.291478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.292017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.292551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.293073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.293615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.294142 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.294665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.295192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.295704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.296214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.296743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.297259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.297770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.298276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.298808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.299325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.299836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.300352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.300868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.301383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.301918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.302438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.302942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.303462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.303984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.304494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.304982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.305474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.305969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.306544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.307055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.307541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.308042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.308528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.309029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.309512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.310004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.310488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.310984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.311476 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.311960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.312435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.312942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.313427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.313914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.314402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.322694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.323192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.323693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.324196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.324703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.325217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.325705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.326196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.326695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.327195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.327685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.328179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.328753 tst      register_default_mass.py:21: Launching a simple network
22:48:21.338735 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.461456 run            create_hlr_db(pid=20): Launched
22:48:22.471584 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.488424 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.504036 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.509949 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.683592 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.699109 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.704893 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.127389 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.142622 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.152827 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.267100 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.282752 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.288590 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.313300 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.329459 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.335461 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.644682 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.660221 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.684340 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.839228 run         osmo-bts-virtual(pid=34): Launched
22:48:33.888097 tst         register_default_mass.py: using MSISDN 1001
22:48:33.894133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.033946 tst         register_default_mass.py: using MSISDN 1002
22:48:34.043028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.103844 tst         register_default_mass.py: using MSISDN 1003
22:48:34.110108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.173850 tst         register_default_mass.py: using MSISDN 1004
22:48:34.179450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.259528 tst         register_default_mass.py: using MSISDN 1005
22:48:34.265266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.340809 tst         register_default_mass.py: using MSISDN 1006
22:48:34.346504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.417742 tst         register_default_mass.py: using MSISDN 1007
22:48:34.423236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.501705 tst         register_default_mass.py: using MSISDN 1008
22:48:34.507625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.584564 tst         register_default_mass.py: using MSISDN 1009
22:48:34.590637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.668632 tst         register_default_mass.py: using MSISDN 1010
22:48:34.674691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.749735 tst         register_default_mass.py: using MSISDN 1011
22:48:34.757028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.835910 tst         register_default_mass.py: using MSISDN 1012
22:48:34.841770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.930219 tst         register_default_mass.py: using MSISDN 1013
22:48:34.936128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.016613 tst         register_default_mass.py: using MSISDN 1014
22:48:35.022526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.102132 tst         register_default_mass.py: using MSISDN 1015
22:48:35.108032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.184146 tst         register_default_mass.py: using MSISDN 1016
22:48:35.190028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.283725 tst         register_default_mass.py: using MSISDN 1017
22:48:35.338553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.425741 tst         register_default_mass.py: using MSISDN 1018
22:48:35.431645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.505823 tst         register_default_mass.py: using MSISDN 1019
22:48:35.511627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.598050 tst         register_default_mass.py: using MSISDN 1020
22:48:35.603763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.688659 tst         register_default_mass.py: using MSISDN 1021
22:48:35.694540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.760774 tst         register_default_mass.py: using MSISDN 1022
22:48:35.766531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.855537 tst         register_default_mass.py: using MSISDN 1023
22:48:35.861424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.942024 tst         register_default_mass.py: using MSISDN 1024
22:48:35.947961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.026329 tst         register_default_mass.py: using MSISDN 1025
22:48:36.032269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.243488 tst         register_default_mass.py: using MSISDN 1026
22:48:36.249250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.344298 tst         register_default_mass.py: using MSISDN 1027
22:48:36.350358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.423547 tst         register_default_mass.py: using MSISDN 1028
22:48:36.429395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.518830 tst         register_default_mass.py: using MSISDN 1029
22:48:36.524707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.602162 tst         register_default_mass.py: using MSISDN 1030
22:48:36.607928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.691258 tst         register_default_mass.py: using MSISDN 1031
22:48:36.697379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.766596 tst         register_default_mass.py: using MSISDN 1032
22:48:36.772695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.850627 tst         register_default_mass.py: using MSISDN 1033
22:48:36.857880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.935909 tst         register_default_mass.py: using MSISDN 1034
22:48:36.942422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.010479 tst         register_default_mass.py: using MSISDN 1035
22:48:37.021939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.106780 tst         register_default_mass.py: using MSISDN 1036
22:48:37.117664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.260130 tst         register_default_mass.py: using MSISDN 1037
22:48:37.266145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.392062 tst         register_default_mass.py: using MSISDN 1038
22:48:37.398056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.472002 tst         register_default_mass.py: using MSISDN 1039
22:48:37.477907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.555592 tst         register_default_mass.py: using MSISDN 1040
22:48:37.561364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.622405 tst         register_default_mass.py: using MSISDN 1041
22:48:37.628328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.707528 tst         register_default_mass.py: using MSISDN 1042
22:48:37.713503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.801251 tst         register_default_mass.py: using MSISDN 1043
22:48:37.807256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.879675 tst         register_default_mass.py: using MSISDN 1044
22:48:37.885336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.956842 tst         register_default_mass.py: using MSISDN 1045
22:48:37.962671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.044074 tst         register_default_mass.py: using MSISDN 1046
22:48:38.049930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.129676 tst         register_default_mass.py: using MSISDN 1047
22:48:38.135482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.227693 tst         register_default_mass.py: using MSISDN 1048
22:48:38.233722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.313004 tst         register_default_mass.py: using MSISDN 1049
22:48:38.318694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.406858 tst         register_default_mass.py: using MSISDN 1050
22:48:38.412876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.502570 tst         register_default_mass.py: using MSISDN 1051
22:48:38.508659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.592796 tst         register_default_mass.py: using MSISDN 1052
22:48:38.598383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.670245 tst         register_default_mass.py: using MSISDN 1053
22:48:38.676305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.760964 tst         register_default_mass.py: using MSISDN 1054
22:48:38.768575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.857131 tst         register_default_mass.py: using MSISDN 1055
22:48:38.863122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.948986 tst         register_default_mass.py: using MSISDN 1056
22:48:38.955329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.037490 tst         register_default_mass.py: using MSISDN 1057
22:48:39.044777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.111640 tst         register_default_mass.py: using MSISDN 1058
22:48:39.117321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.194569 tst         register_default_mass.py: using MSISDN 1059
22:48:39.200296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.288899 tst         register_default_mass.py: using MSISDN 1060
22:48:39.294732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.376190 tst         register_default_mass.py: using MSISDN 1061
22:48:39.384178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.458330 tst         register_default_mass.py: using MSISDN 1062
22:48:39.464342 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.529063 tst         register_default_mass.py: using MSISDN 1063
22:48:39.534774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.614110 tst         register_default_mass.py: using MSISDN 1064
22:48:39.619986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.694899 tst         register_default_mass.py: using MSISDN 1065
22:48:39.700945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.768007 tst         register_default_mass.py: using MSISDN 1066
22:48:39.773920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.840012 tst         register_default_mass.py: using MSISDN 1067
22:48:39.845652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.910181 tst         register_default_mass.py: using MSISDN 1068
22:48:39.919680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.984005 tst         register_default_mass.py: using MSISDN 1069
22:48:39.990205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.063970 tst         register_default_mass.py: using MSISDN 1070
22:48:40.069734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.146580 tst         register_default_mass.py: using MSISDN 1071
22:48:40.152667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.234139 tst         register_default_mass.py: using MSISDN 1072
22:48:40.239935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.305325 tst         register_default_mass.py: using MSISDN 1073
22:48:40.310981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.382055 tst         register_default_mass.py: using MSISDN 1074
22:48:40.387895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.450469 tst         register_default_mass.py: using MSISDN 1075
22:48:40.456339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.518174 tst         register_default_mass.py: using MSISDN 1076
22:48:40.524199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.587740 tst         register_default_mass.py: using MSISDN 1077
22:48:40.594181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.657565 tst         register_default_mass.py: using MSISDN 1078
22:48:40.663572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.738551 tst         register_default_mass.py: using MSISDN 1079
22:48:40.744085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.823134 tst         register_default_mass.py: using MSISDN 1080
22:48:40.829305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.890817 tst         register_default_mass.py: using MSISDN 1081
22:48:40.896573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.969274 tst         register_default_mass.py: using MSISDN 1082
22:48:40.975009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.047677 tst         register_default_mass.py: using MSISDN 1083
22:48:41.053656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.117081 tst         register_default_mass.py: using MSISDN 1084
22:48:41.124777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.237536 tst         register_default_mass.py: using MSISDN 1085
22:48:41.243446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.309711 tst         register_default_mass.py: using MSISDN 1086
22:48:41.317547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.387968 tst         register_default_mass.py: using MSISDN 1087
22:48:41.394085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.747505 tst         register_default_mass.py: using MSISDN 1088
22:48:41.753373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.840477 tst         register_default_mass.py: using MSISDN 1089
22:48:41.846145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.916975 tst         register_default_mass.py: using MSISDN 1090
22:48:41.922943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.004191 tst         register_default_mass.py: using MSISDN 1091
22:48:42.010487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.081400 tst         register_default_mass.py: using MSISDN 1092
22:48:42.087456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.221483 tst         register_default_mass.py: using MSISDN 1093
22:48:42.228391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.307302 tst         register_default_mass.py: using MSISDN 1094
22:48:42.313063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.392874 tst         register_default_mass.py: using MSISDN 1095
22:48:42.399009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.479049 tst         register_default_mass.py: using MSISDN 1096
22:48:42.484974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.554772 tst         register_default_mass.py: using MSISDN 1097
22:48:42.560960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.627117 tst         register_default_mass.py: using MSISDN 1098
22:48:42.633117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:42.706533 tst         register_default_mass.py: using MSISDN 1099
22:48:42.713688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.801605 tst         register_default_mass.py: using MSISDN 1100
22:48:42.812349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.926380 run                             mass: Starting testcase
22:48:42.932381 run                             mass: Pre-launching all virtphy's
22:48:42.938247 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:42.952306 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:42.958697 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.971976 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.978177 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.991389 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.997543 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.010756 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.016857 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.029861 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.035969 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.049020 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.055080 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.068166 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.074517 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.088251 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.094561 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.108118 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.114351 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.127855 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.134136 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.147738 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.154055 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.167660 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.173960 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.187518 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.193913 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.207575 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.213848 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.227017 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.233086 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.246102 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.252190 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.265585 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.271773 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.284942 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.290952 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.304554 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.310912 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.324623 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.330917 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.344581 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.350920 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.364506 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:43.370778 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.384365 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:43.390618 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.404220 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.410460 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.423964 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.430251 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.443889 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.450217 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.463589 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.469657 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.482986 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.489305 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.502487 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.508518 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.521813 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.527988 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.541370 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.547719 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.561091 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.567299 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.580237 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.586181 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.599235 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.605401 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.618858 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:43.625108 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.638198 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:43.644356 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.657413 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:43.663429 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:43.676462 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:43.682746 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:43.696488 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:43.703161 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:43.716920 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:43.723189 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:43.736764 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:43.743092 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:43.756808 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:43.763075 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:43.776603 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:43.782913 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:43.796436 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:43.802588 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:43.816059 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:43.822320 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:43.835914 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:43.842224 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:43.855720 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:43.862015 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:43.875529 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:43.881812 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:43.895394 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:43.901631 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:43.915122 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:43.921337 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:43.935050 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:43.941297 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:43.954927 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:43.961148 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:43.974758 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:43.981018 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.994653 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.000921 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.014478 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.020749 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.034326 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.040582 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.053808 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.059980 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.073543 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.079839 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.093461 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.099707 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.113335 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.119586 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.133120 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.139392 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.152946 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.159190 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.172772 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.179064 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.192739 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.199032 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.212490 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.218788 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.232455 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.238771 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.252369 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.258642 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.272235 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.278536 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.292218 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.298494 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.312024 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:44.318297 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.331883 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:44.337918 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.351000 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:44.357179 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:44.370292 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:44.376315 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:44.389762 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:44.396044 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:44.409797 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:44.416211 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.429850 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:44.436139 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.449878 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:44.456143 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.469903 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:44.476218 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.489483 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.495503 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.508712 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.515322 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.529228 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.535705 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.549043 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.555443 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.569226 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:44.575598 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.589137 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:44.595409 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.609376 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:44.616090 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:44.629815 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:44.636573 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:44.650231 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:44.656799 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:44.670436 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:44.676799 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:44.690833 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:44.697332 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.710916 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:44.717309 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.730801 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:44.737097 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.750899 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:44.757388 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:44.771057 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:44.777467 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:44.791113 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:44.797485 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:44.811107 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:44.817376 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:44.830968 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:44.837152 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:44.850442 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:44.856494 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:44.869821 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:44.876215 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:44.890096 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:44.896376 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:44.910010 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:44.916394 run                             mass: Checking if sockets are in the filesystem
22:48:44.929484 run                osmo-ms-mob/00000: Starting mobile
22:48:44.944516 run       osmo-ms-mob/00000(pid=135): Launched
22:48:44.956554 run                             mass: MS start registered  {at=2717830.65990188, delay=0.005198750179260969, ms=00000}
22:48:49.129149 run                osmo-ms-mob/00001: Starting mobile
22:48:49.142184 run       osmo-ms-mob/00001(pid=136): Launched
22:48:49.153648 run                             mass: MS start registered  {at=2717834.856987837, delay=0.00517059164121747, ms=00001}
22:48:49.903191 run                             mass: MS performed LU  {at=2717835.606504329, lu_delay=4.946602448821068, ms=00000}
22:48:50.928810 run                osmo-ms-mob/00002: Starting mobile
22:48:50.942189 run       osmo-ms-mob/00002(pid=137): Launched
22:48:50.953517 run                             mass: MS start registered  {at=2717836.656860523, delay=0.004945459775626659, ms=00002}
22:48:52.244559 run                osmo-ms-mob/00003: Starting mobile
22:48:52.258376 run       osmo-ms-mob/00003(pid=138): Launched
22:48:52.269414 run                             mass: MS start registered  {at=2717837.972758111, delay=0.005009123124182224, ms=00003}
22:48:53.332982 run                osmo-ms-mob/00004: Starting mobile
22:48:53.354140 run       osmo-ms-mob/00004(pid=139): Launched
22:48:53.373098 run                             mass: MS start registered  {at=2717839.076411211, delay=0.010292915161699057, ms=00004}
22:48:54.329919 run                osmo-ms-mob/00005: Starting mobile
22:48:54.343121 run       osmo-ms-mob/00005(pid=140): Launched
22:48:54.354260 run                             mass: MS start registered  {at=2717840.057607385, delay=0.004795139655470848, ms=00005}
22:48:55.081079 run                             mass: MS performed LU  {at=2717840.784396776, lu_delay=5.927408939227462, ms=00001}
22:48:55.241878 run                osmo-ms-mob/00006: Starting mobile
22:48:55.256325 run       osmo-ms-mob/00006(pid=141): Launched
22:48:55.267423 run                             mass: MS start registered  {at=2717840.970768718, delay=0.004800667054951191, ms=00006}
22:48:56.128725 run                osmo-ms-mob/00007: Starting mobile
22:48:56.149112 run       osmo-ms-mob/00007(pid=142): Launched
22:48:56.160086 run                             mass: MS start registered  {at=2717841.863438037, delay=0.004663336090743542, ms=00007}
22:48:56.929346 run                osmo-ms-mob/00008: Starting mobile
22:48:56.946271 run       osmo-ms-mob/00008(pid=143): Launched
22:48:56.957696 run                             mass: MS start registered  {at=2717842.661023119, delay=0.004799014888703823, ms=00008}
22:48:56.981872 run                             mass: MS performed LU  {at=2717842.685211605, lu_delay=6.028351082000881, ms=00002}
22:48:57.481037 run                             mass: MS performed LU  {at=2717843.184357166, lu_delay=5.21159905474633, ms=00003}
22:48:57.633409 run                osmo-ms-mob/00009: Starting mobile
22:48:57.653067 run       osmo-ms-mob/00009(pid=144): Launched
22:48:57.671806 run                             mass: MS start registered  {at=2717843.375142541, delay=0.01102191861718893, ms=00009}
22:48:58.331753 run                osmo-ms-mob/00010: Starting mobile
22:48:58.346708 run       osmo-ms-mob/00010(pid=145): Launched
22:48:58.358892 run                             mass: MS start registered  {at=2717844.062220817, delay=0.005106064956635237, ms=00010}
22:48:58.847515 run                             mass: MS performed LU  {at=2717844.550772666, lu_delay=5.474361455067992, ms=00004}
22:48:58.861858 run                osmo-ms-mob/00011: Starting mobile
22:48:58.875526 run       osmo-ms-mob/00011(pid=146): Launched
22:48:58.886736 run                             mass: MS start registered  {at=2717844.590085743, delay=0.0049384902231395245, ms=00011}
22:48:59.381987 run                             mass: MS performed LU  {at=2717845.085319591, lu_delay=5.027712206356227, ms=00005}
22:48:59.530628 run                osmo-ms-mob/00012: Starting mobile
22:48:59.546178 run       osmo-ms-mob/00012(pid=147): Launched
22:48:59.559192 run                             mass: MS start registered  {at=2717845.262536511, delay=0.005327658727765083, ms=00012}
22:49:00.135356 run                osmo-ms-mob/00013: Starting mobile
22:49:00.165777 run       osmo-ms-mob/00013(pid=148): Launched
22:49:00.179861 run                             mass: MS start registered  {at=2717845.88320255, delay=0.000364476814866066, ms=00013}
22:49:00.730251 run                osmo-ms-mob/00014: Starting mobile
22:49:00.746407 run       osmo-ms-mob/00014(pid=149): Launched
22:49:00.754594 run                             mass: MS performed LU  {at=2717846.457944702, lu_delay=5.487175983842462, ms=00006}
22:49:00.761907 run                             mass: MS start registered  {at=2717846.465268704, delay=0.007348527200520039, ms=00014}
22:49:01.011038 run                             mass: MS performed LU  {at=2717846.714354638, lu_delay=4.8509166007861495, ms=00007}
22:49:01.329217 run                osmo-ms-mob/00015: Starting mobile
22:49:01.344812 run       osmo-ms-mob/00015(pid=150): Launched
22:49:01.357833 run                             mass: MS start registered  {at=2717847.061187635, delay=2.1384097635746002e-05, ms=00015}
22:49:01.836936 run                osmo-ms-mob/00016: Starting mobile
22:49:01.871973 run       osmo-ms-mob/00016(pid=151): Launched
22:49:01.895388 run                             mass: MS start registered  {at=2717847.598713146, delay=0.007357554975897074, ms=00016}
22:49:02.332888 run                osmo-ms-mob/00017: Starting mobile
22:49:02.348388 run       osmo-ms-mob/00017(pid=152): Launched
22:49:02.361762 run                             mass: MS start registered  {at=2717848.065095815, delay=0.005379356909543276, ms=00017}
22:49:02.612224 run                             mass: MS performed LU  {at=2717848.315552251, lu_delay=4.940409710165113, ms=00009}
22:49:02.677373 run                             mass: MS performed LU  {at=2717848.380703719, lu_delay=5.719680599868298, ms=00008}
22:49:02.937780 run                osmo-ms-mob/00018: Starting mobile
22:49:02.972649 run       osmo-ms-mob/00018(pid=153): Launched
22:49:02.997314 run                             mass: MS start registered  {at=2717848.700624334, delay=0.008075610268861055, ms=00018}
22:49:03.335869 run                osmo-ms-mob/00019: Starting mobile
22:49:03.368985 run       osmo-ms-mob/00019(pid=154): Launched
22:49:03.387217 run                             mass: MS start registered  {at=2717849.090561327, delay=0.0019783242605626583, ms=00019}
22:49:03.831405 run                osmo-ms-mob/00020: Starting mobile
22:49:03.848416 run       osmo-ms-mob/00020(pid=155): Launched
22:49:03.867304 run                             mass: MS start registered  {at=2717849.570621201, delay=0.010240912903100252, ms=00020}
22:49:04.329542 run                osmo-ms-mob/00021: Starting mobile
22:49:04.344017 run       osmo-ms-mob/00021(pid=156): Launched
22:49:04.356564 run                             mass: MS start registered  {at=2717850.059872113, delay=0.005527390167117119, ms=00021}
22:49:04.513820 run                             mass: MS performed LU  {at=2717850.217150473, lu_delay=4.954613962210715, ms=00012}
22:49:04.541397 run                             mass: MS performed LU  {at=2717850.24473232, lu_delay=5.654646576847881, ms=00011}
22:49:04.629996 run                             mass: MS performed LU  {at=2717850.333299043, lu_delay=6.271078226156533, ms=00010}
22:49:04.655740 run                osmo-ms-mob/00022: Starting mobile
22:49:04.673376 run       osmo-ms-mob/00022(pid=157): Launched
22:49:04.694839 run                             mass: MS start registered  {at=2717850.398153188, delay=0.011050238274037838, ms=00022}
22:49:05.228906 run                osmo-ms-mob/00023: Starting mobile
22:49:05.242899 run       osmo-ms-mob/00023(pid=158): Launched
22:49:05.254846 run                             mass: MS start registered  {at=2717850.958193957, delay=0.0051527079194784164, ms=00023}
22:49:05.628548 run                osmo-ms-mob/00024: Starting mobile
22:49:05.642263 run       osmo-ms-mob/00024(pid=159): Launched
22:49:05.654250 run                             mass: MS start registered  {at=2717851.357600532, delay=0.005402563139796257, ms=00024}
22:49:06.129338 run                osmo-ms-mob/00025: Starting mobile
22:49:06.143896 run       osmo-ms-mob/00025(pid=160): Launched
22:49:06.155629 run                             mass: MS start registered  {at=2717851.858980676, delay=0.004504752345383167, ms=00025}
22:49:06.295427 run                             mass: MS performed LU  {at=2717851.9987596, lu_delay=4.937571964692324, ms=00015}
22:49:06.378479 run                             mass: MS performed LU  {at=2717852.081789269, lu_delay=5.616520565003157, ms=00014}
22:49:06.443927 run                             mass: MS performed LU  {at=2717852.147254054, lu_delay=6.264051503967494, ms=00013}
22:49:06.465620 run                osmo-ms-mob/00026: Starting mobile
22:49:06.479433 run       osmo-ms-mob/00026(pid=161): Launched
22:49:06.497553 run                             mass: MS start registered  {at=2717852.200868652, delay=0.010076876264065504, ms=00026}
22:49:06.549579 run                             mass: MS performed LU  {at=2717852.25291023, lu_delay=4.65419708378613, ms=00016}
22:49:06.934516 run                osmo-ms-mob/00027: Starting mobile
22:49:06.957597 run       osmo-ms-mob/00027(pid=162): Launched
22:49:06.975157 run                             mass: MS start registered  {at=2717852.678482307, delay=0.008856451138854027, ms=00027}
22:49:07.328839 run                osmo-ms-mob/00028: Starting mobile
22:49:07.343094 run       osmo-ms-mob/00028(pid=163): Launched
22:49:07.354840 run                             mass: MS start registered  {at=2717853.058181244, delay=0.005161747802048922, ms=00028}
22:49:07.728884 run                osmo-ms-mob/00029: Starting mobile
22:49:07.742785 run       osmo-ms-mob/00029(pid=164): Launched
22:49:07.754472 run                             mass: MS start registered  {at=2717853.457819227, delay=0.004663627129048109, ms=00029}
22:49:08.129570 run                osmo-ms-mob/00030: Starting mobile
22:49:08.143783 run       osmo-ms-mob/00030(pid=165): Launched
22:49:08.155209 run                             mass: MS start registered  {at=2717853.858557082, delay=0.005213306751102209, ms=00030}
22:49:08.280273 run                             mass: MS performed LU  {at=2717853.983584033, lu_delay=4.893022705800831, ms=00019}
22:49:08.307859 run                             mass: MS performed LU  {at=2717854.011194184, lu_delay=5.946098369080573, ms=00017}
22:49:08.395136 run                             mass: MS performed LU  {at=2717854.098461529, lu_delay=5.397837194614112, ms=00018}
22:49:08.407890 run                osmo-ms-mob/00031: Starting mobile
22:49:08.423005 run       osmo-ms-mob/00031(pid=166): Launched
22:49:08.435390 run                             mass: MS start registered  {at=2717854.138732786, delay=0.00047190673649311066, ms=00031}
22:49:08.686177 run                             mass: MS performed LU  {at=2717854.389491989, lu_delay=4.818870787974447, ms=00020}
22:49:08.828985 run                osmo-ms-mob/00032: Starting mobile
22:49:08.842742 run       osmo-ms-mob/00032(pid=167): Launched
22:49:08.854573 run                             mass: MS start registered  {at=2717854.557921652, delay=0.005524883046746254, ms=00032}
22:49:09.230074 run                osmo-ms-mob/00033: Starting mobile
22:49:09.246488 run       osmo-ms-mob/00033(pid=168): Launched
22:49:09.261208 run                             mass: MS start registered  {at=2717854.96454075, delay=0.005903985816985369, ms=00033}
22:49:09.629694 run                osmo-ms-mob/00034: Starting mobile
22:49:09.645772 run       osmo-ms-mob/00034(pid=169): Launched
22:49:09.661739 run                             mass: MS start registered  {at=2717855.365080845, delay=3.550387918949127e-05, ms=00034}
22:49:09.929464 run                osmo-ms-mob/00035: Starting mobile
22:49:09.943179 run       osmo-ms-mob/00035(pid=170): Launched
22:49:09.954424 run                             mass: MS start registered  {at=2717855.657773564, delay=0.0048431833274662495, ms=00035}
22:49:10.061579 run                             mass: MS performed LU  {at=2717855.764867869, lu_delay=4.806673912331462, ms=00023}
22:49:10.143933 run                             mass: MS performed LU  {at=2717855.847267274, lu_delay=5.7873951606452465, ms=00021}
22:49:10.209326 run                             mass: MS performed LU  {at=2717855.912612349, lu_delay=5.514459160622209, ms=00022}
22:49:10.222909 run                osmo-ms-mob/00036: Starting mobile
22:49:10.236633 run       osmo-ms-mob/00036(pid=171): Launched
22:49:10.248294 run                             mass: MS start registered  {at=2717855.951624898, delay=0.005412331782281399, ms=00036}
22:49:10.315344 run                             mass: MS performed LU  {at=2717856.018674606, lu_delay=4.661074073985219, ms=00024}
22:49:10.729713 run                osmo-ms-mob/00037: Starting mobile
22:49:10.743312 run       osmo-ms-mob/00037(pid=172): Launched
22:49:10.758785 run                             mass: MS start registered  {at=2717856.462141142, delay=2.050725743174553e-05, ms=00037}
22:49:11.028909 run                osmo-ms-mob/00038: Starting mobile
22:49:11.043237 run       osmo-ms-mob/00038(pid=173): Launched
22:49:11.054537 run                             mass: MS start registered  {at=2717856.757889279, delay=0.005052471999078989, ms=00038}
22:49:11.340760 run                osmo-ms-mob/00039: Starting mobile
22:49:11.367125 run       osmo-ms-mob/00039(pid=174): Launched
22:49:11.379487 run                             mass: MS start registered  {at=2717857.082836019, delay=2.6291701942682266e-05, ms=00039}
22:49:11.728701 run                osmo-ms-mob/00040: Starting mobile
22:49:11.742349 run       osmo-ms-mob/00040(pid=175): Launched
22:49:11.754265 run                             mass: MS start registered  {at=2717857.457612855, delay=0.005298437085002661, ms=00040}
22:49:12.028418 run                osmo-ms-mob/00041: Starting mobile
22:49:12.042226 run       osmo-ms-mob/00041(pid=176): Launched
22:49:12.048927 run                             mass: MS performed LU  {at=2717857.752284196, lu_delay=5.8933035200461745, ms=00025}
22:49:12.054807 run                             mass: MS start registered  {at=2717857.758169663, delay=0.005904707126319408, ms=00041}
22:49:12.073276 run                             mass: MS performed LU  {at=2717857.776596063, lu_delay=4.718414818868041, ms=00028}
22:49:12.096663 run                osmo-ms-mob/00042: Starting mobile
22:49:12.109810 run       osmo-ms-mob/00042(pid=177): Launched
22:49:12.121056 run                             mass: MS start registered  {at=2717857.824406951, delay=0.004914970137178898, ms=00042}
22:49:12.161540 run                             mass: MS performed LU  {at=2717857.86486735, lu_delay=5.186385042965412, ms=00027}
22:49:12.216146 run                             mass: MS performed LU  {at=2717857.919482365, lu_delay=5.718613712582737, ms=00026}
22:49:12.729597 run                osmo-ms-mob/00043: Starting mobile
22:49:12.743950 run       osmo-ms-mob/00043(pid=178): Launched
22:49:12.755553 run                             mass: MS start registered  {at=2717858.458878142, delay=0.0053186859004199505, ms=00043}
22:49:13.029823 run                osmo-ms-mob/00044: Starting mobile
22:49:13.043992 run       osmo-ms-mob/00044(pid=179): Launched
22:49:13.055729 run                             mass: MS start registered  {at=2717858.759065636, delay=0.00541935907676816, ms=00044}
22:49:13.329297 run                osmo-ms-mob/00045: Starting mobile
22:49:13.348665 run       osmo-ms-mob/00045(pid=180): Launched
22:49:13.362645 run                             mass: MS start registered  {at=2717859.065980383, delay=0.006301616318523884, ms=00045}
22:49:13.629788 run                osmo-ms-mob/00046: Starting mobile
22:49:13.647828 run       osmo-ms-mob/00046(pid=181): Launched
22:49:13.659406 run                             mass: MS start registered  {at=2717859.362743557, delay=0.005231061950325966, ms=00046}
22:49:13.827205 run                             mass: MS performed LU  {at=2717859.530537643, lu_delay=4.9726159907877445, ms=00032}
22:49:13.839154 run                osmo-ms-mob/00047: Starting mobile
22:49:13.852946 run       osmo-ms-mob/00047(pid=182): Launched
22:49:13.864908 run                             mass: MS start registered  {at=2717859.568246471, delay=0.005543823353946209, ms=00047}
22:49:13.910562 run                             mass: MS performed LU  {at=2717859.613896121, lu_delay=4.649355371017009, ms=00033}
22:49:13.974494 run                             mass: MS performed LU  {at=2717859.677813186, lu_delay=6.219993958715349, ms=00029}
22:49:13.986608 run                osmo-ms-mob/00048: Starting mobile
22:49:14.000459 run       osmo-ms-mob/00048(pid=183): Launched
22:49:14.012670 run                             mass: MS start registered  {at=2717859.715987511, delay=0.005775300785899162, ms=00048}
22:49:14.080346 run                             mass: MS performed LU  {at=2717859.783680103, lu_delay=5.925123021006584, ms=00030}
22:49:14.117681 run                             mass: MS performed LU  {at=2717859.821013426, lu_delay=5.682280640117824, ms=00031}
22:49:14.130257 run                osmo-ms-mob/00049: Starting mobile
22:49:14.145505 run       osmo-ms-mob/00049(pid=184): Launched
22:49:14.158629 run                             mass: MS start registered  {at=2717859.861974351, delay=0.006029285956174135, ms=00049}
22:49:14.831701 run                osmo-ms-mob/00050: Starting mobile
22:49:14.845626 run       osmo-ms-mob/00050(pid=185): Launched
22:49:14.861190 run                             mass: MS start registered  {at=2717860.564527318, delay=0.009152126032859087, ms=00050}
22:49:15.237188 run                osmo-ms-mob/00051: Starting mobile
22:49:15.251874 run       osmo-ms-mob/00051(pid=186): Launched
22:49:15.263470 run                             mass: MS start registered  {at=2717860.966808252, delay=0.005226687993854284, ms=00051}
22:49:15.541011 run                osmo-ms-mob/00052: Starting mobile
22:49:15.555745 run       osmo-ms-mob/00052(pid=187): Launched
22:49:15.567685 run                             mass: MS start registered  {at=2717861.271018632, delay=0.005616115406155586, ms=00052}
22:49:15.812821 run                             mass: MS performed LU  {at=2717861.51607833, lu_delay=6.150997485034168, ms=00034}
22:49:15.833660 run                osmo-ms-mob/00053: Starting mobile
22:49:15.847132 run       osmo-ms-mob/00053(pid=188): Launched
22:49:15.853233 run                             mass: MS performed LU  {at=2717861.556590646, lu_delay=5.898817081935704, ms=00035}
22:49:15.859111 run                             mass: MS start registered  {at=2717861.562477267, delay=0.005906401667743921, ms=00053}
22:49:15.926624 run                             mass: MS performed LU  {at=2717861.62994102, lu_delay=4.87205174099654, ms=00038}
22:49:15.939200 run                osmo-ms-mob/00054: Starting mobile
22:49:15.953664 run       osmo-ms-mob/00054(pid=189): Launched
22:49:15.965810 run                             mass: MS start registered  {at=2717861.669151977, delay=0.0036370521411299706, ms=00054}
22:49:15.982381 run                             mass: MS performed LU  {at=2717861.685718725, lu_delay=5.223577582743019, ms=00037}
22:49:16.019270 run                             mass: MS performed LU  {at=2717861.72260396, lu_delay=5.770979062188417, ms=00036}
22:49:16.031119 run                osmo-ms-mob/00055: Starting mobile
22:49:16.045608 run       osmo-ms-mob/00055(pid=190): Launched
22:49:16.057527 run                             mass: MS start registered  {at=2717861.76085085, delay=0.004984390921890736, ms=00055}
22:49:16.312774 run                             mass: MS performed LU  {at=2717862.015781488, lu_delay=4.932945468928665, ms=00039}
22:49:16.729563 run                osmo-ms-mob/00056: Starting mobile
22:49:16.743409 run       osmo-ms-mob/00056(pid=191): Launched
22:49:16.754661 run                             mass: MS start registered  {at=2717862.458004557, delay=0.004045380279421806, ms=00056}
22:49:17.029251 run                osmo-ms-mob/00057: Starting mobile
22:49:17.044811 run       osmo-ms-mob/00057(pid=192): Launched
22:49:17.056204 run                             mass: MS start registered  {at=2717862.759546579, delay=0.004956373944878578, ms=00057}
22:49:17.429057 run                osmo-ms-mob/00058: Starting mobile
22:49:17.443240 run       osmo-ms-mob/00058(pid=193): Launched
22:49:17.454832 run                             mass: MS start registered  {at=2717863.158170664, delay=0.005169561132788658, ms=00058}
22:49:17.592809 run                             mass: MS performed LU  {at=2717863.296128109, lu_delay=5.83851525420323, ms=00040}
22:49:17.676022 run                             mass: MS performed LU  {at=2717863.379339446, lu_delay=4.920461304020137, ms=00043}
22:49:17.688283 run                osmo-ms-mob/00059: Starting mobile
22:49:17.701956 run       osmo-ms-mob/00059(pid=194): Launched
22:49:17.717688 run                             mass: MS start registered  {at=2717863.421023192, delay=0.009365322068333626, ms=00059}
22:49:17.740816 run                             mass: MS performed LU  {at=2717863.444138622, lu_delay=5.685968958772719, ms=00041}
22:49:17.846593 run                             mass: MS performed LU  {at=2717863.549911147, lu_delay=5.725504195783287, ms=00042}
22:49:17.862092 run                osmo-ms-mob/00060: Starting mobile
22:49:17.876475 run       osmo-ms-mob/00060(pid=195): Launched
22:49:17.884263 run                             mass: MS performed LU  {at=2717863.587608277, lu_delay=4.828542640898377, ms=00044}
22:49:17.890553 run                             mass: MS start registered  {at=2717863.593919124, delay=0.0077409869991242886, ms=00060}
22:49:18.429275 run                osmo-ms-mob/00061: Starting mobile
22:49:18.443224 run       osmo-ms-mob/00061(pid=196): Launched
22:49:18.454688 run                             mass: MS start registered  {at=2717864.158044408, delay=0.0036814729683101177, ms=00061}
22:49:18.733346 run                osmo-ms-mob/00062: Starting mobile
22:49:18.746843 run       osmo-ms-mob/00062(pid=197): Launched
22:49:18.760406 run                             mass: MS start registered  {at=2717864.463750597, delay=3.1050294637680054e-05, ms=00062}
22:49:19.031325 run                osmo-ms-mob/00063: Starting mobile
22:49:19.045611 run       osmo-ms-mob/00063(pid=198): Launched
22:49:19.057006 run                             mass: MS start registered  {at=2717864.760341159, delay=0.004956061951816082, ms=00063}
22:49:19.429316 run                osmo-ms-mob/00064: Starting mobile
22:49:19.443216 run       osmo-ms-mob/00064(pid=199): Launched
22:49:19.457121 run                             mass: MS performed LU  {at=2717865.160446629, lu_delay=4.5959193110466, ms=00050}
22:49:19.463811 run                             mass: MS start registered  {at=2717865.167174535, delay=0.014139576815068722, ms=00064}
22:49:19.513600 run                             mass: MS performed LU  {at=2717865.216918171, lu_delay=6.150937787722796, ms=00045}
22:49:19.605450 run                             mass: MS performed LU  {at=2717865.308773316, lu_delay=5.59278580499813, ms=00048}
22:49:19.620783 run                osmo-ms-mob/00065: Starting mobile
22:49:19.638035 run       osmo-ms-mob/00065(pid=200): Launched
22:49:19.651331 run                             mass: MS start registered  {at=2717865.35466074, delay=0.005334265995770693, ms=00065}
22:49:19.784981 run                             mass: MS performed LU  {at=2717865.488311779, lu_delay=5.9200653079897165, ms=00047}
22:49:19.803725 run                             mass: MS performed LU  {at=2717865.507062367, lu_delay=6.144318810198456, ms=00046}
22:49:19.840535 run                osmo-ms-mob/00066: Starting mobile
22:49:19.857404 run       osmo-ms-mob/00066(pid=201): Launched
22:49:19.870530 run                             mass: MS start registered  {at=2717865.573879148, delay=0.005333540961146355, ms=00066}
22:49:20.500027 run                             mass: MS performed LU  {at=2717866.203361391, lu_delay=6.341387039981782, ms=00049}
22:49:20.554240 run                osmo-ms-mob/00067: Starting mobile
22:49:20.621523 run       osmo-ms-mob/00067(pid=202): Launched
22:49:20.627764 run                             mass: Starting too slowly. Moving on {now=2717866.331132621, sleep=-0.005323003977537155, target=2717866.325809617}
22:49:20.633929 run                             mass: MS start registered  {at=2717866.337286966, delay=0.0061565907672047615, ms=00067}
22:49:20.837674 run                osmo-ms-mob/00068: Starting mobile
22:49:20.955485 run       osmo-ms-mob/00068(pid=203): Launched
22:49:20.961879 run                             mass: Starting too slowly. Moving on {now=2717866.665247483, sleep=-0.03943786583840847, target=2717866.6258096173}
22:49:20.967700 run                             mass: MS start registered  {at=2717866.671059313, delay=0.0058146510273218155, ms=00068}
22:49:21.229315 run                osmo-ms-mob/00069: Starting mobile
22:49:21.243164 run       osmo-ms-mob/00069(pid=204): Launched
22:49:21.258226 run                             mass: MS start registered  {at=2717866.961564895, delay=0.0070695942267775536, ms=00069}
22:49:21.588949 run                             mass: MS performed LU  {at=2717867.292270645, lu_delay=6.021252012811601, ms=00052}
22:49:21.602863 run                osmo-ms-mob/00070: Starting mobile
22:49:21.622981 run       osmo-ms-mob/00070(pid=205): Launched
22:49:21.629933 run                             mass: MS performed LU  {at=2717867.333290783, lu_delay=4.573744204360992, ms=00057}
22:49:21.637114 run                             mass: MS start registered  {at=2717867.340478365, delay=0.007208415772765875, ms=00070}
22:49:22.033648 run                osmo-ms-mob/00071: Starting mobile
22:49:22.048823 run       osmo-ms-mob/00071(pid=206): Launched
22:49:22.062200 run                             mass: MS start registered  {at=2717867.765540535, delay=0.005875004921108484, ms=00071}
22:49:22.212317 run                             mass: MS performed LU  {at=2717867.915653407, lu_delay=5.457648850046098, ms=00056}
22:49:22.299802 run                             mass: MS performed LU  {at=2717868.003135834, lu_delay=6.242284983862191, ms=00055}
22:49:22.318712 run                             mass: MS performed LU  {at=2717868.02205305, lu_delay=7.0552447978407145, ms=00051}
22:49:22.331234 run                osmo-ms-mob/00072: Starting mobile
22:49:22.346809 run       osmo-ms-mob/00072(pid=207): Launched
22:49:22.356131 run                             mass: MS performed LU  {at=2717868.059474313, lu_delay=6.390322335995734, ms=00054}
22:49:22.363471 run                             mass: MS start registered  {at=2717868.06683346, delay=0.009166272822767496, ms=00072}
22:49:22.829423 run                osmo-ms-mob/00073: Starting mobile
22:49:22.844110 run       osmo-ms-mob/00073(pid=208): Launched
22:49:22.856372 run                             mass: MS start registered  {at=2717868.559722378, delay=0.005299288779497147, ms=00073}
22:49:23.222944 run                             mass: MS performed LU  {at=2717868.926280143, lu_delay=4.768235735129565, ms=00061}
22:49:23.236842 run                osmo-ms-mob/00074: Starting mobile
22:49:23.255481 run       osmo-ms-mob/00074(pid=209): Launched
22:49:23.268672 run                             mass: MS start registered  {at=2717868.971979031, delay=0.005632571876049042, ms=00074}
22:49:23.278786 run                             mass: MS performed LU  {at=2717868.98212966, lu_delay=5.388210535980761, ms=00060}
22:49:23.370961 run                             mass: MS performed LU  {at=2717869.074280008, lu_delay=4.610529411118478, ms=00062}
22:49:23.550621 run                             mass: MS performed LU  {at=2717869.253952809, lu_delay=5.832929617259651, ms=00059}
22:49:23.565148 run                osmo-ms-mob/00075: Starting mobile
22:49:23.582235 run       osmo-ms-mob/00075(pid=210): Launched
22:49:23.589864 run                             mass: MS performed LU  {at=2717869.293217252, lu_delay=6.135046587791294, ms=00058}
22:49:23.597587 run                             mass: MS start registered  {at=2717869.300950014, delay=0.007758165244013071, ms=00075}
22:49:24.128917 run                osmo-ms-mob/00076: Starting mobile
22:49:24.144277 run       osmo-ms-mob/00076(pid=211): Launched
22:49:24.156264 run                             mass: MS start registered  {at=2717869.85961021, delay=0.005131094250828028, ms=00076}
22:49:24.535789 run                osmo-ms-mob/00077: Starting mobile
22:49:24.568657 run       osmo-ms-mob/00077(pid=212): Launched
22:49:24.583177 run                             mass: MS start registered  {at=2717870.286521444, delay=3.410223871469498e-05, ms=00077}
22:49:25.035510 run                osmo-ms-mob/00078: Starting mobile
22:49:25.066956 run       osmo-ms-mob/00078(pid=213): Launched
22:49:25.088516 run                             mass: MS start registered  {at=2717870.791852899, delay=0.0069008138962090015, ms=00078}
22:49:25.124537 run                             mass: MS performed LU  {at=2717870.827847658, lu_delay=5.473186918068677, ms=00065}
22:49:25.207864 run                             mass: MS performed LU  {at=2717870.911174832, lu_delay=5.337295684032142, ms=00066}
22:49:25.272108 run                             mass: MS performed LU  {at=2717870.975420024, lu_delay=6.215078864712268, ms=00063}
22:49:25.288747 run                osmo-ms-mob/00079: Starting mobile
22:49:25.305740 run       osmo-ms-mob/00079(pid=214): Launched
22:49:25.326607 run                             mass: MS start registered  {at=2717871.029924008, delay=0.011468545999377966, ms=00079}
22:49:25.378454 run                             mass: MS performed LU  {at=2717871.081784827, lu_delay=5.914610292296857, ms=00064}
22:49:25.415333 run                             mass: MS performed LU  {at=2717871.11865005, lu_delay=4.7813630839809775, ms=00067}
22:49:25.929434 run                osmo-ms-mob/00080: Starting mobile
22:49:25.945025 run       osmo-ms-mob/00080(pid=215): Launched
22:49:25.957920 run                             mass: MS start registered  {at=2717871.661269915, delay=0.005464148707687855, ms=00080}
22:49:26.428921 run                osmo-ms-mob/00081: Starting mobile
22:49:26.444265 run       osmo-ms-mob/00081(pid=216): Launched
22:49:26.457432 run                             mass: MS start registered  {at=2717872.1607793, delay=0.0057908413000404835, ms=00081}
22:49:26.831351 run                osmo-ms-mob/00082: Starting mobile
22:49:26.848504 run       osmo-ms-mob/00082(pid=217): Launched
22:49:26.862178 run                             mass: MS start registered  {at=2717872.565520844, delay=0.005857289768755436, ms=00082}
22:49:27.109005 run                             mass: MS performed LU  {at=2717872.812335565, lu_delay=4.745502105448395, ms=00072}
22:49:27.136600 run                             mass: MS performed LU  {at=2717872.839927789, lu_delay=5.074387253727764, ms=00071}
22:49:27.224289 run                             mass: MS performed LU  {at=2717872.92762101, lu_delay=5.587142645381391, ms=00070}
22:49:27.279953 run                             mass: MS performed LU  {at=2717872.983284149, lu_delay=6.0217192536219954, ms=00069}
22:49:27.293804 run                osmo-ms-mob/00083: Starting mobile
22:49:27.311208 run       osmo-ms-mob/00083(pid=218): Launched
22:49:27.319275 run                             mass: MS performed LU  {at=2717873.022627846, lu_delay=6.351568532641977, ms=00068}
22:49:27.326842 run                             mass: MS start registered  {at=2717873.030204408, delay=0.007601325865834951, ms=00083}
22:49:27.928921 run                osmo-ms-mob/00084: Starting mobile
22:49:27.945046 run       osmo-ms-mob/00084(pid=219): Launched
22:49:27.957848 run                             mass: MS start registered  {at=2717873.661196777, delay=0.005721311084926128, ms=00084}
22:49:28.430966 run                osmo-ms-mob/00085: Starting mobile
22:49:28.447225 run       osmo-ms-mob/00085(pid=220): Launched
22:49:28.460315 run                             mass: MS start registered  {at=2717874.163647454, delay=0.005672990344464779, ms=00085}
22:49:28.890289 run                             mass: MS performed LU  {at=2717874.593621749, lu_delay=5.621642718091607, ms=00074}
22:49:28.973891 run                             mass: MS performed LU  {at=2717874.677214038, lu_delay=6.117491660173982, ms=00073}
22:49:28.989030 run                osmo-ms-mob/00086: Starting mobile
22:49:29.004444 run       osmo-ms-mob/00086(pid=221): Launched
22:49:29.017063 run                             mass: MS start registered  {at=2717874.720413418, delay=0.005366106051951647, ms=00086}
22:49:29.038317 run                             mass: MS performed LU  {at=2717874.741638454, lu_delay=5.440688440110534, ms=00075}
22:49:29.144070 run                             mass: MS performed LU  {at=2717874.847403087, lu_delay=4.987792877014726, ms=00076}
22:49:29.181706 run                             mass: MS performed LU  {at=2717874.885038208, lu_delay=4.5985167641192675, ms=00077}
22:49:29.629294 run                osmo-ms-mob/00087: Starting mobile
22:49:29.644600 run       osmo-ms-mob/00087(pid=222): Launched
22:49:29.657665 run                             mass: MS start registered  {at=2717875.361004064, delay=0.005999251734465361, ms=00087}
22:49:30.229291 run                osmo-ms-mob/00088: Starting mobile
22:49:30.244115 run       osmo-ms-mob/00088(pid=223): Launched
22:49:30.256666 run                             mass: MS start registered  {at=2717875.960016185, delay=0.00532887177541852, ms=00088}
22:49:30.830485 run                osmo-ms-mob/00089: Starting mobile
22:49:30.847382 run       osmo-ms-mob/00089(pid=224): Launched
22:49:30.860685 run                             mass: MS start registered  {at=2717876.56402959, delay=0.005631711333990097, ms=00089}
22:49:30.874462 run                             mass: MS performed LU  {at=2717876.577776892, lu_delay=4.4169975919649005, ms=00081}
22:49:30.902091 run                             mass: MS performed LU  {at=2717876.605411765, lu_delay=5.8135588662698865, ms=00078}
22:49:30.990755 run                             mass: MS performed LU  {at=2717876.694078964, lu_delay=5.664154956117272, ms=00079}
22:49:31.046610 run                             mass: MS performed LU  {at=2717876.749928003, lu_delay=5.088658088352531, ms=00080}
22:49:31.435592 run                osmo-ms-mob/00090: Starting mobile
22:49:31.467313 run       osmo-ms-mob/00090(pid=225): Launched
22:49:31.485494 run                             mass: MS start registered  {at=2717877.188831806, delay=0.0036171660758554935, ms=00090}
22:49:32.358428 run                osmo-ms-mob/00091: Starting mobile
22:49:32.376774 run       osmo-ms-mob/00091(pid=226): Launched
22:49:32.390610 run                             mass: Starting too slowly. Moving on {now=2717878.093970801, sleep=-0.16816117335110903, target=2717877.925809628}
22:49:32.403625 run                             mass: MS start registered  {at=2717878.106970716, delay=0.01300424663349986, ms=00091}
22:49:32.417342 run                             mass: Starting too slowly. Moving on {now=2717878.120703789, sleep=-0.09489416098222136, target=2717878.025809628}
22:49:32.430919 run                             mass: Starting too slowly. Moving on {now=2717878.134281824, sleep=-0.008472195826470852, target=2717878.125809628}
22:49:32.655822 run                             mass: MS performed LU  {at=2717878.359155911, lu_delay=5.328951503150165, ms=00083}
22:49:32.739012 run                             mass: MS performed LU  {at=2717878.442346531, lu_delay=5.876825687009841, ms=00082}
22:49:32.752211 run                osmo-ms-mob/00092: Starting mobile
22:49:32.768418 run       osmo-ms-mob/00092(pid=227): Launched
22:49:32.783318 run                             mass: MS start registered  {at=2717878.486657221, delay=0.007126180920749903, ms=00092}
22:49:32.804422 run                             mass: MS performed LU  {at=2717878.507749132, lu_delay=4.846552354749292, ms=00084}
22:49:33.630175 run                osmo-ms-mob/00093: Starting mobile
22:49:33.648181 run       osmo-ms-mob/00093(pid=228): Launched
22:49:33.668678 run                             mass: MS start registered  {at=2717879.371998975, delay=0.009614023845642805, ms=00093}
22:49:34.528553 run                osmo-ms-mob/00094: Starting mobile
22:49:34.543298 run       osmo-ms-mob/00094(pid=229): Launched
22:49:34.556763 run                             mass: MS start registered  {at=2717880.260108153, delay=0.005585479084402323, ms=00094}
22:49:34.640970 run                             mass: MS performed LU  {at=2717880.344291098, lu_delay=6.180643643718213, ms=00085}
22:49:34.668647 run                             mass: MS performed LU  {at=2717880.37198007, lu_delay=4.411963885184377, ms=00088}
22:49:34.755877 run                             mass: MS performed LU  {at=2717880.459212454, lu_delay=5.738799036014825, ms=00086}
22:49:34.792774 run                             mass: MS performed LU  {at=2717880.496090647, lu_delay=5.135086582973599, ms=00087}
22:49:35.427952 run                osmo-ms-mob/00095: Starting mobile
22:49:35.442176 run       osmo-ms-mob/00095(pid=230): Launched
22:49:35.454887 run                             mass: MS start registered  {at=2717881.158236793, delay=0.006006211973726749, ms=00095}
22:49:36.433035 run                osmo-ms-mob/00096: Starting mobile
22:49:36.448066 run       osmo-ms-mob/00096(pid=231): Launched
22:49:36.465057 run                             mass: MS start registered  {at=2717882.168381023, delay=0.009481716435402632, ms=00096}
22:49:36.505224 run                             mass: MS performed LU  {at=2717882.208512438, lu_delay=5.019680631812662, ms=00090}
22:49:36.569335 run                             mass: MS performed LU  {at=2717882.272685568, lu_delay=5.7086559776216745, ms=00089}
22:49:37.529204 run                osmo-ms-mob/00097: Starting mobile
22:49:37.542874 run       osmo-ms-mob/00097(pid=232): Launched
22:49:37.554317 run                             mass: MS start registered  {at=2717883.257668228, delay=0.005137711763381958, ms=00097}
22:49:38.406541 run                             mass: MS performed LU  {at=2717884.109870105, lu_delay=4.737871129997075, ms=00093}
22:49:38.434184 run                             mass: MS performed LU  {at=2717884.137513033, lu_delay=6.030542317312211, ms=00091}
22:49:38.522264 run                             mass: MS performed LU  {at=2717884.225589025, lu_delay=5.738931803964078, ms=00092}
22:49:38.539910 run                             mass: MS performed LU  {at=2717884.243250049, lu_delay=22.680772782303393, ms=00053}
22:49:38.829068 run                osmo-ms-mob/00098: Starting mobile
22:49:38.843427 run       osmo-ms-mob/00098(pid=233): Launched
22:49:38.855387 run                             mass: MS start registered  {at=2717884.558739807, delay=0.005298019852489233, ms=00098}
22:49:40.271025 run                             mass: MS performed LU  {at=2717885.974359791, lu_delay=4.816122998017818, ms=00095}
22:49:40.335254 run                             mass: MS performed LU  {at=2717886.03856155, lu_delay=5.778453397098929, ms=00094}
22:49:40.628383 run                osmo-ms-mob/00099: Starting mobile
22:49:40.642477 run       osmo-ms-mob/00099(pid=234): Launched
22:49:40.648969 run                             mass: All started... {duration=55.72652885131538, too_slow=5}
22:49:40.656266 run                             mass: MS start registered  {at=2717886.359623094, delay=0.007287729997187853, ms=00099}
22:49:42.171926 run                             mass: MS performed LU  {at=2717887.875238453, lu_delay=5.706857429817319, ms=00096}
22:49:42.200577 run                             mass: MS performed LU  {at=2717887.90391082, lu_delay=4.646242592018098, ms=00097}
22:49:44.037097 run                             mass: MS performed LU  {at=2717889.740393147, lu_delay=5.18165333988145, ms=00098}
22:49:45.938014 run                             mass: MS performed LU  {at=2717891.641350419, lu_delay=5.281727324705571, ms=00099}
22:49:45.944756 run                             mass: Tests done {all_completed=True, max=22.680772782303393, min=4.411963885184377}
22:49:45.951010 tst         register_default_mass.py: Test passed (84.9 sec)
22:49:45.957400 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:45.961410 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:45.965376 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:45.969248 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:45.973136 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:45.977055 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:45.980954 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:45.984855 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:45.988695 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:45.992579 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:45.996433 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.000307 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.004163 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.008436 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.012337 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.016244 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.020398 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.024653 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.029183 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.033465 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.037712 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.041986 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.046203 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.050307 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.054496 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.058744 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.064272 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.072960 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.077225 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.081882 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.086168 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.090369 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.094674 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.098904 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.103071 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.107252 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.111675 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.115928 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.120208 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.124497 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.129113 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.133486 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.137841 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.142208 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.146534 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.150952 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.155455 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.160010 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.164659 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.169164 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.173731 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.178240 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.182715 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.187330 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.191720 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.196180 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.200415 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.204914 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.209154 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.214576 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.219276 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.223802 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.228134 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.232489 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.236860 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.241215 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.245540 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.249777 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.254127 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.259169 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.263516 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.267819 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.272155 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.276469 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.280769 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.285124 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.289375 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.293691 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.298216 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.302752 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.307656 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.311949 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.316250 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.320493 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.324725 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.328922 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.333028 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.337204 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.341726 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.346158 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.350543 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.355213 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.359588 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.364407 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.368854 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.373232 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.377576 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.381964 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.386344 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.390648 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.394880 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.399007 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.403692 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.407842 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.411960 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.416102 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.420338 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.424570 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.428795 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.432932 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.437094 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.441298 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.445411 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.449527 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.453612 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.457707 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.461749 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.465626 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.469402 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:46.473115 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:46.476799 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:46.480481 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:46.484093 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:46.487683 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:46.491280 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:46.494904 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:46.498515 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:46.502121 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:46.505719 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:46.509302 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:46.512936 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:46.516540 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:46.520147 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:46.523750 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:46.527353 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:46.530906 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:46.534534 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:46.538625 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:46.542378 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:46.546062 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:46.549720 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:46.553348 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:46.556998 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:46.560711 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:46.564440 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:46.568201 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:46.571995 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:46.575876 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:46.579826 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:46.583762 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:46.587677 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:46.591540 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:46.595355 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:46.599191 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:46.603009 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:46.606849 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:46.610700 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:46.614463 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:46.618313 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:46.622518 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:46.626517 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:46.630499 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:46.634495 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:46.638465 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:46.642327 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:46.646141 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:46.649914 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:46.653677 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:46.657409 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:46.661102 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:46.664808 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:46.668489 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:46.672186 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:46.675979 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:46.679730 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:46.683518 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:46.687289 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:46.691071 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:46.694828 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:46.698630 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:46.702424 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:46.706193 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:46.709992 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:46.713949 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:46.717762 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:46.721535 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:46.725308 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:46.729065 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:46.732844 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:46.736518 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:46.740199 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.743878 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.747550 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.751212 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.754937 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.758616 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.762191 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.765684 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.769189 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.772679 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.776187 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.779713 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.783226 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.786739 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.790260 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.793774 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.797300 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.800818 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.804348 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.807936 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.811519 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.815105 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.818682 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.822218 ---      ParallelTerminationStrategy: PID 22 died...
22:49:46.823812 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.827862 ---      ParallelTerminationStrategy: PID 23 died...
22:49:46.829567 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.833779 ---      ParallelTerminationStrategy: PID 24 died...
22:49:46.835521 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.839813 ---      ParallelTerminationStrategy: PID 25 died...
22:49:46.841563 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.845913 ---      ParallelTerminationStrategy: PID 26 died...
22:49:46.847705 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:46.852134 ---      ParallelTerminationStrategy: PID 27 died...
22:49:46.853931 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:46.858357 ---      ParallelTerminationStrategy: PID 28 died...
22:49:46.860201 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:46.864780 ---      ParallelTerminationStrategy: PID 29 died...
22:49:46.866678 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:46.871371 ---      ParallelTerminationStrategy: PID 30 died...
22:49:46.873221 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:46.877837 ---      ParallelTerminationStrategy: PID 31 died...
22:49:46.879734 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:46.884485 ---      ParallelTerminationStrategy: PID 32 died...
22:49:46.886488 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:46.891259 ---      ParallelTerminationStrategy: PID 33 died...
22:49:46.893157 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:46.897829 ---      ParallelTerminationStrategy: PID 35 died...
22:49:46.899689 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:46.904155 ---      ParallelTerminationStrategy: PID 36 died...
22:49:46.905979 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:46.910328 ---      ParallelTerminationStrategy: PID 37 died...
22:49:46.912076 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:46.916424 ---      ParallelTerminationStrategy: PID 38 died...
22:49:46.918188 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:46.922667 ---      ParallelTerminationStrategy: PID 39 died...
22:49:46.924501 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:46.928966 ---      ParallelTerminationStrategy: PID 40 died...
22:49:46.930760 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:46.935193 ---      ParallelTerminationStrategy: PID 41 died...
22:49:46.936993 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:46.941419 ---      ParallelTerminationStrategy: PID 42 died...
22:49:46.943206 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:46.947645 ---      ParallelTerminationStrategy: PID 43 died...
22:49:46.949426 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:46.953805 ---      ParallelTerminationStrategy: PID 44 died...
22:49:46.955585 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:46.960028 ---      ParallelTerminationStrategy: PID 45 died...
22:49:46.961843 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:46.966206 ---      ParallelTerminationStrategy: PID 46 died...
22:49:46.967989 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:46.972355 ---      ParallelTerminationStrategy: PID 47 died...
22:49:46.974095 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:46.978504 ---      ParallelTerminationStrategy: PID 48 died...
22:49:46.980227 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:46.984609 ---      ParallelTerminationStrategy: PID 49 died...
22:49:46.986409 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:46.990745 ---      ParallelTerminationStrategy: PID 50 died...
22:49:46.992505 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:46.996982 ---      ParallelTerminationStrategy: PID 51 died...
22:49:46.998808 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.003350 ---      ParallelTerminationStrategy: PID 52 died...
22:49:47.005191 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.009630 ---      ParallelTerminationStrategy: PID 53 died...
22:49:47.011422 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.015930 ---      ParallelTerminationStrategy: PID 54 died...
22:49:47.017778 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.022305 ---      ParallelTerminationStrategy: PID 55 died...
22:49:47.024137 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.028671 ---      ParallelTerminationStrategy: PID 56 died...
22:49:47.030499 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.035138 ---      ParallelTerminationStrategy: PID 57 died...
22:49:47.036979 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.041644 ---      ParallelTerminationStrategy: PID 58 died...
22:49:47.043518 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.048068 ---      ParallelTerminationStrategy: PID 59 died...
22:49:47.049932 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.054497 ---      ParallelTerminationStrategy: PID 60 died...
22:49:47.056325 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.060767 ---      ParallelTerminationStrategy: PID 61 died...
22:49:47.062541 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.066942 ---      ParallelTerminationStrategy: PID 62 died...
22:49:47.068722 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.073144 ---      ParallelTerminationStrategy: PID 63 died...
22:49:47.074912 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.079291 ---      ParallelTerminationStrategy: PID 64 died...
22:49:47.081012 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.085330 ---      ParallelTerminationStrategy: PID 65 died...
22:49:47.087076 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.091406 ---      ParallelTerminationStrategy: PID 66 died...
22:49:47.093151 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.097381 ---      ParallelTerminationStrategy: PID 67 died...
22:49:47.099070 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.103247 ---      ParallelTerminationStrategy: PID 68 died...
22:49:47.104973 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.109179 ---      ParallelTerminationStrategy: PID 69 died...
22:49:47.110913 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.115129 ---      ParallelTerminationStrategy: PID 70 died...
22:49:47.116829 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.120994 ---      ParallelTerminationStrategy: PID 71 died...
22:49:47.122678 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.126865 ---      ParallelTerminationStrategy: PID 72 died...
22:49:47.128559 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.132740 ---      ParallelTerminationStrategy: PID 73 died...
22:49:47.134430 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.138645 ---      ParallelTerminationStrategy: PID 74 died...
22:49:47.140328 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.144455 ---      ParallelTerminationStrategy: PID 75 died...
22:49:47.146152 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.150452 ---      ParallelTerminationStrategy: PID 76 died...
22:49:47.152182 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.156607 ---      ParallelTerminationStrategy: PID 77 died...
22:49:47.158386 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.162923 ---      ParallelTerminationStrategy: PID 78 died...
22:49:47.164740 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.169131 ---      ParallelTerminationStrategy: PID 79 died...
22:49:47.170922 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.175204 ---      ParallelTerminationStrategy: PID 80 died...
22:49:47.176937 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.181234 ---      ParallelTerminationStrategy: PID 81 died...
22:49:47.182963 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.187136 ---      ParallelTerminationStrategy: PID 82 died...
22:49:47.188840 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.193008 ---      ParallelTerminationStrategy: PID 83 died...
22:49:47.194694 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.198855 ---      ParallelTerminationStrategy: PID 84 died...
22:49:47.200535 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.204731 ---      ParallelTerminationStrategy: PID 85 died...
22:49:47.206420 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.210554 ---      ParallelTerminationStrategy: PID 86 died...
22:49:47.212201 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.216274 ---      ParallelTerminationStrategy: PID 87 died...
22:49:47.217932 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.222008 ---      ParallelTerminationStrategy: PID 88 died...
22:49:47.223694 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.227798 ---      ParallelTerminationStrategy: PID 89 died...
22:49:47.229549 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.233608 ---      ParallelTerminationStrategy: PID 90 died...
22:49:47.235255 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.239371 ---      ParallelTerminationStrategy: PID 91 died...
22:49:47.241014 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.245207 ---      ParallelTerminationStrategy: PID 92 died...
22:49:47.246896 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.251069 ---      ParallelTerminationStrategy: PID 93 died...
22:49:47.252783 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.257093 ---      ParallelTerminationStrategy: PID 94 died...
22:49:47.258831 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.263180 ---      ParallelTerminationStrategy: PID 95 died...
22:49:47.264917 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.269177 ---      ParallelTerminationStrategy: PID 96 died...
22:49:47.270852 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.275024 ---      ParallelTerminationStrategy: PID 97 died...
22:49:47.276708 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.280893 ---      ParallelTerminationStrategy: PID 98 died...
22:49:47.282584 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.286768 ---      ParallelTerminationStrategy: PID 99 died...
22:49:47.288616 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.292922 ---      ParallelTerminationStrategy: PID 100 died...
22:49:47.294703 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.299280 ---      ParallelTerminationStrategy: PID 101 died...
22:49:47.301179 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.305855 ---      ParallelTerminationStrategy: PID 102 died...
22:49:47.307745 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.312421 ---      ParallelTerminationStrategy: PID 103 died...
22:49:47.314317 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.319063 ---      ParallelTerminationStrategy: PID 104 died...
22:49:47.320958 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.325627 ---      ParallelTerminationStrategy: PID 105 died...
22:49:47.327487 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.332046 ---      ParallelTerminationStrategy: PID 106 died...
22:49:47.333853 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.338249 ---      ParallelTerminationStrategy: PID 107 died...
22:49:47.340023 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.344434 ---      ParallelTerminationStrategy: PID 108 died...
22:49:47.346245 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.350645 ---      ParallelTerminationStrategy: PID 109 died...
22:49:47.352419 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.357151 ---      ParallelTerminationStrategy: PID 110 died...
22:49:47.358920 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.363240 ---      ParallelTerminationStrategy: PID 111 died...
22:49:47.364930 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.369089 ---      ParallelTerminationStrategy: PID 112 died...
22:49:47.370770 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.374951 ---      ParallelTerminationStrategy: PID 113 died...
22:49:47.376602 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.380789 ---      ParallelTerminationStrategy: PID 114 died...
22:49:47.382481 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.386753 ---      ParallelTerminationStrategy: PID 115 died...
22:49:47.388493 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.392801 ---      ParallelTerminationStrategy: PID 116 died...
22:49:47.394538 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.398846 ---      ParallelTerminationStrategy: PID 117 died...
22:49:47.400593 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.405023 ---      ParallelTerminationStrategy: PID 118 died...
22:49:47.406811 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.411200 ---      ParallelTerminationStrategy: PID 119 died...
22:49:47.413000 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.417533 ---      ParallelTerminationStrategy: PID 120 died...
22:49:47.419329 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.423752 ---      ParallelTerminationStrategy: PID 121 died...
22:49:47.425486 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.429804 ---      ParallelTerminationStrategy: PID 122 died...
22:49:47.431530 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.435781 ---      ParallelTerminationStrategy: PID 123 died...
22:49:47.437470 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.441648 ---      ParallelTerminationStrategy: PID 124 died...
22:49:47.443340 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.447524 ---      ParallelTerminationStrategy: PID 125 died...
22:49:47.449215 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.453435 ---      ParallelTerminationStrategy: PID 126 died...
22:49:47.455149 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.459457 ---      ParallelTerminationStrategy: PID 127 died...
22:49:47.461214 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.465504 ---      ParallelTerminationStrategy: PID 128 died...
22:49:47.467235 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.471529 ---      ParallelTerminationStrategy: PID 129 died...
22:49:47.473286 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.478881 ---      ParallelTerminationStrategy: PID 130 died...
22:49:47.480620 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.484987 ---      ParallelTerminationStrategy: PID 131 died...
22:49:47.486733 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.491016 ---      ParallelTerminationStrategy: PID 132 died...
22:49:47.492850 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.528672 ---      ParallelTerminationStrategy: PID 133 died...
22:49:47.530217 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.533941 ---      ParallelTerminationStrategy: PID 134 died...
22:49:47.535471 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.539168 ---      ParallelTerminationStrategy: PID 135 died...
22:49:47.540670 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.544396 ---      ParallelTerminationStrategy: PID 136 died...
22:49:47.545901 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.549673 ---      ParallelTerminationStrategy: PID 137 died...
22:49:47.551241 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.555243 ---      ParallelTerminationStrategy: PID 138 died...
22:49:47.556869 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.561046 ---      ParallelTerminationStrategy: PID 139 died...
22:49:47.562736 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.566982 ---      ParallelTerminationStrategy: PID 140 died...
22:49:47.568716 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.573041 ---      ParallelTerminationStrategy: PID 141 died...
22:49:47.574783 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.579127 ---      ParallelTerminationStrategy: PID 142 died...
22:49:47.580898 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:47.585268 ---      ParallelTerminationStrategy: PID 143 died...
22:49:47.587011 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:47.591246 ---      ParallelTerminationStrategy: PID 144 died...
22:49:47.592929 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:47.597175 ---      ParallelTerminationStrategy: PID 145 died...
22:49:47.598901 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:47.603232 ---      ParallelTerminationStrategy: PID 146 died...
22:49:47.604961 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:47.609316 ---      ParallelTerminationStrategy: PID 147 died...
22:49:47.611102 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:47.615468 ---      ParallelTerminationStrategy: PID 148 died...
22:49:47.617268 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:47.621723 ---      ParallelTerminationStrategy: PID 149 died...
22:49:47.623561 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:47.628112 ---      ParallelTerminationStrategy: PID 150 died...
22:49:47.629952 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:47.634422 ---      ParallelTerminationStrategy: PID 151 died...
22:49:47.636193 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:47.640558 ---      ParallelTerminationStrategy: PID 152 died...
22:49:47.642302 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:47.646646 ---      ParallelTerminationStrategy: PID 153 died...
22:49:47.648394 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:47.652824 ---      ParallelTerminationStrategy: PID 154 died...
22:49:47.654598 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:47.659008 ---      ParallelTerminationStrategy: PID 155 died...
22:49:47.660783 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:47.665297 ---      ParallelTerminationStrategy: PID 156 died...
22:49:47.667045 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:47.671345 ---      ParallelTerminationStrategy: PID 157 died...
22:49:47.673126 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:47.677472 ---      ParallelTerminationStrategy: PID 158 died...
22:49:47.679258 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:47.683730 ---      ParallelTerminationStrategy: PID 159 died...
22:49:47.685565 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:47.690107 ---      ParallelTerminationStrategy: PID 160 died...
22:49:47.691960 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:47.696537 ---      ParallelTerminationStrategy: PID 161 died...
22:49:47.698399 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:47.702946 ---      ParallelTerminationStrategy: PID 162 died...
22:49:47.704787 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:47.709377 ---      ParallelTerminationStrategy: PID 163 died...
22:49:47.711208 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:47.715671 ---      ParallelTerminationStrategy: PID 164 died...
22:49:47.717449 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.721889 ---      ParallelTerminationStrategy: PID 165 died...
22:49:47.723669 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.727988 ---      ParallelTerminationStrategy: PID 166 died...
22:49:47.729742 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.734108 ---      ParallelTerminationStrategy: PID 167 died...
22:49:47.735837 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.740154 ---      ParallelTerminationStrategy: PID 168 died...
22:49:47.741939 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.746270 ---      ParallelTerminationStrategy: PID 169 died...
22:49:47.748002 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.752402 ---      ParallelTerminationStrategy: PID 170 died...
22:49:47.754145 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.758500 ---      ParallelTerminationStrategy: PID 171 died...
22:49:47.768092 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.772068 ---      ParallelTerminationStrategy: PID 172 died...
22:49:47.773707 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.777776 ---      ParallelTerminationStrategy: PID 173 died...
22:49:47.779423 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.783610 ---      ParallelTerminationStrategy: PID 174 died...
22:49:47.785316 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.789591 ---      ParallelTerminationStrategy: PID 175 died...
22:49:47.791333 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.795818 ---      ParallelTerminationStrategy: PID 176 died...
22:49:47.797590 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.801970 ---      ParallelTerminationStrategy: PID 177 died...
22:49:47.803707 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.807998 ---      ParallelTerminationStrategy: PID 178 died...
22:49:47.809717 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:47.814018 ---      ParallelTerminationStrategy: PID 179 died...
22:49:47.815772 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:47.820196 ---      ParallelTerminationStrategy: PID 180 died...
22:49:47.822132 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:47.826615 ---      ParallelTerminationStrategy: PID 181 died...
22:49:47.828455 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:47.833096 ---      ParallelTerminationStrategy: PID 182 died...
22:49:47.834993 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:47.839813 ---      ParallelTerminationStrategy: PID 183 died...
22:49:47.841738 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:47.846470 ---      ParallelTerminationStrategy: PID 184 died...
22:49:47.848309 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:47.852836 ---      ParallelTerminationStrategy: PID 185 died...
22:49:47.854662 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:47.859171 ---      ParallelTerminationStrategy: PID 186 died...
22:49:47.860995 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:47.865631 ---      ParallelTerminationStrategy: PID 187 died...
22:49:47.867475 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:47.872042 ---      ParallelTerminationStrategy: PID 188 died...
22:49:47.873876 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:47.878507 ---      ParallelTerminationStrategy: PID 189 died...
22:49:47.880336 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:47.884980 ---      ParallelTerminationStrategy: PID 190 died...
22:49:47.886824 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:47.891437 ---      ParallelTerminationStrategy: PID 191 died...
22:49:47.893309 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:47.897855 ---      ParallelTerminationStrategy: PID 192 died...
22:49:47.899710 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:47.904283 ---      ParallelTerminationStrategy: PID 193 died...
22:49:47.906123 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:47.910727 ---      ParallelTerminationStrategy: PID 194 died...
22:49:47.912555 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:47.917157 ---      ParallelTerminationStrategy: PID 195 died...
22:49:47.919021 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:47.923551 ---      ParallelTerminationStrategy: PID 196 died...
22:49:47.925380 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:47.929974 ---      ParallelTerminationStrategy: PID 197 died...
22:49:47.931813 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:47.936303 ---      ParallelTerminationStrategy: PID 198 died...
22:49:47.938091 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:47.942504 ---      ParallelTerminationStrategy: PID 199 died...
22:49:47.944271 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.948674 ---      ParallelTerminationStrategy: PID 200 died...
22:49:47.950405 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.954630 ---      ParallelTerminationStrategy: PID 201 died...
22:49:47.956315 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.960510 ---      ParallelTerminationStrategy: PID 202 died...
22:49:47.962213 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.966386 ---      ParallelTerminationStrategy: PID 203 died...
22:49:47.968062 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.972210 ---      ParallelTerminationStrategy: PID 204 died...
22:49:47.973862 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.977944 ---      ParallelTerminationStrategy: PID 205 died...
22:49:47.979583 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.983728 ---      ParallelTerminationStrategy: PID 206 died...
22:49:47.985411 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.989619 ---      ParallelTerminationStrategy: PID 207 died...
22:49:47.991302 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.995455 ---      ParallelTerminationStrategy: PID 208 died...
22:49:47.997162 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.001297 ---      ParallelTerminationStrategy: PID 209 died...
22:49:48.002943 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.007033 ---      ParallelTerminationStrategy: PID 210 died...
22:49:48.008682 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.012769 ---      ParallelTerminationStrategy: PID 211 died...
22:49:48.014420 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.018576 ---      ParallelTerminationStrategy: PID 212 died...
22:49:48.020277 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.024542 ---      ParallelTerminationStrategy: PID 213 died...
22:49:48.026268 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.030445 ---      ParallelTerminationStrategy: PID 214 died...
22:49:48.032134 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.036326 ---      ParallelTerminationStrategy: PID 215 died...
22:49:48.038011 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.042264 ---      ParallelTerminationStrategy: PID 216 died...
22:49:48.043992 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.048332 ---      ParallelTerminationStrategy: PID 217 died...
22:49:48.050129 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.054566 ---      ParallelTerminationStrategy: PID 218 died...
22:49:48.056359 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.060812 ---      ParallelTerminationStrategy: PID 219 died...
22:49:48.062589 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.067070 ---      ParallelTerminationStrategy: PID 220 died...
22:49:48.068812 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.073113 ---      ParallelTerminationStrategy: PID 221 died...
22:49:48.074841 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.079117 ---      ParallelTerminationStrategy: PID 222 died...
22:49:48.080797 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.085061 ---      ParallelTerminationStrategy: PID 223 died...
22:49:48.086767 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.091015 ---      ParallelTerminationStrategy: PID 224 died...
22:49:48.092765 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.097003 ---      ParallelTerminationStrategy: PID 225 died...
22:49:48.098693 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.102970 ---      ParallelTerminationStrategy: PID 226 died...
22:49:48.104700 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.108915 ---      ParallelTerminationStrategy: PID 227 died...
22:49:48.110642 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.114897 ---      ParallelTerminationStrategy: PID 228 died...
22:49:48.116577 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.120856 ---      ParallelTerminationStrategy: PID 229 died...
22:49:48.122586 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.126919 ---      ParallelTerminationStrategy: PID 230 died...
22:49:48.128788 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.133136 ---      ParallelTerminationStrategy: PID 231 died...
22:49:48.134866 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.139113 ---      ParallelTerminationStrategy: PID 232 died...
22:49:48.140853 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.145103 ---      ParallelTerminationStrategy: PID 233 died...
22:49:48.146843 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.151141 ---      ParallelTerminationStrategy: PID 234 died...
22:49:48.152881 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.556895 ---      ParallelTerminationStrategy: PID 34 died...
22:49:51.560092 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7876 netreg_mass PASS
---------------------------------------------------------------------
22:49:51.655854 tst                       trial-7876: Storing JUnit report in /build/trial-7876/run.2025-02-13_22-48-20/trial-7876.xml

--------------------------------------------------------------------------------------------
trial-7876 PASS
--------------------------------------------------------------------------------------------
22:49:51.669772 tst                       trial-7876: trial-7876: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-7876/inst
+ cd trial-7876
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-13 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7876-run.tgz run.2025-02-13_22-48-20
+ tar czf /build/trial-7876-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-13_13_28_22.tgz osmo-bts-oc2g.build-2025-02-13_00_52_15.tgz osmo-bts-sysmo.build-2025-02-13_00_51_52.tgz osmo-bts.build-2025-02-13_00_52_27.tgz osmo-ggsn.build-2025-02-13_20_42_33.tgz osmo-hlr.build-2025-02-13_16_37_02.tgz osmo-hnbgw.build-2025-02-13_13_28_46.tgz osmo-mgw.build-2025-02-13_08_33_13.tgz osmo-msc.build-2025-02-13_13_32_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-13_07_41_42.tgz osmo-pcu-sysmo.build-2025-02-13_07_41_35.tgz osmo-pcu.build-2025-02-13_07_41_41.tgz osmo-sgsn.build-2025-02-13_20_48_59.tgz osmo-stp.build-2025-02-13_13_25_17.tgz osmo-trx.build-2025-02-13_14_32_41.tgz osmocom-bb.build-2025-02-13_21_17_10.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