Skip to content
Success

Console Output

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f6b056ab2530358f83525da7cd0f2830a1918879791ae072569acfa09ed3e70f 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7883 -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-20 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7883
+ mkdir -p trial-7883
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-20_13_28_10.tgz osmo-bts-oc2g.build-2025-02-20_00_51_29.tgz osmo-bts-sysmo.build-2025-02-20_00_51_27.tgz osmo-bts.build-2025-02-20_00_51_41.tgz osmo-ggsn.build-2025-02-20_20_42_38.tgz osmo-hlr.build-2025-02-20_16_37_01.tgz osmo-hnbgw.build-2025-02-20_13_29_05.tgz osmo-mgw.build-2025-02-20_08_33_15.tgz osmo-msc.build-2025-02-20_13_33_00.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-20_07_41_24.tgz osmo-pcu-sysmo.build-2025-02-20_07_41_21.tgz osmo-pcu.build-2025-02-20_07_41_32.tgz osmo-sgsn.build-2025-02-20_20_48_17.tgz osmo-stp.build-2025-02-20_13_25_18.tgz osmo-trx.build-2025-02-20_14_28_33.tgz osmocom-bb.build-2025-02-20_21_17_28.tgz srslte.build-19.tgz trial-7883
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-20_13_28_10.md5 osmo-bts-oc2g.build-2025-02-20_00_51_29.md5 osmo-bts-sysmo.build-2025-02-20_00_51_27.md5 osmo-bts.build-2025-02-20_00_51_41.md5 osmo-ggsn.build-2025-02-20_20_42_38.md5 osmo-hlr.build-2025-02-20_16_37_01.md5 osmo-hnbgw.build-2025-02-20_13_29_05.md5 osmo-mgw.build-2025-02-20_08_33_15.md5 osmo-msc.build-2025-02-20_13_33_00.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-20_07_41_24.md5 osmo-pcu-sysmo.build-2025-02-20_07_41_21.md5 osmo-pcu.build-2025-02-20_07_41_32.md5 osmo-sgsn.build-2025-02-20_20_48_17.md5 osmo-stp.build-2025-02-20_13_25_18.md5 osmo-trx.build-2025-02-20_14_28_33.md5 osmocom-bb.build-2025-02-20_21_17_28.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-20_13_28_10.md5 osmo-bts-oc2g.build-2025-02-20_00_51_29.md5 osmo-bts-sysmo.build-2025-02-20_00_51_27.md5 osmo-bts.build-2025-02-20_00_51_41.md5 osmo-ggsn.build-2025-02-20_20_42_38.md5 osmo-hlr.build-2025-02-20_16_37_01.md5 osmo-hnbgw.build-2025-02-20_13_29_05.md5 osmo-mgw.build-2025-02-20_08_33_15.md5 osmo-msc.build-2025-02-20_13_33_00.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-20_07_41_24.md5 osmo-pcu-sysmo.build-2025-02-20_07_41_21.md5 osmo-pcu.build-2025-02-20_07_41_32.md5 osmo-sgsn.build-2025-02-20_20_48_17.md5 osmo-stp.build-2025-02-20_13_25_18.md5 osmo-trx.build-2025-02-20_14_28_33.md5 osmocom-bb.build-2025-02-20_21_17_28.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-7883 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7883'
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-7883
--------------------------------------------------------------------------------------------
22:48:20.023173 tst                       trial-7883: Detailed log at /build/trial-7883/run.2025-02-20_22-48-20/log

---------------------------------------------------------------------
trial-7883 netreg_mass
---------------------------------------------------------------------
22:48:20.277858 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.278299 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.279240 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.280674 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.329374 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.331116 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.333669 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.456749 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-7883 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.458596 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.476300 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.476972 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.477517 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.478037 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.478546 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.479083 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.479602 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.585578 tst         register_default_mass.py: using LAC 2
22:48:20.677434 tst         register_default_mass.py: using RAC 2
22:48:20.734851 tst         register_default_mass.py: using CellId 2
22:48:20.771736 tst         register_default_mass.py: using BVCI 3
22:48:20.781629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.782290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.782853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.783397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.783926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.784452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.784968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.785511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.786041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.786550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.787081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.787596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.788111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.788646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.789171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.789687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.790194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.790745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.791270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.791818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.792349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.792903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.793460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.793999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.794527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.795056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.795599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.796125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.796664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.797206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.797715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.798229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.798765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.799292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.799904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.800445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.800964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.801527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.802051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.802573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.803097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.803620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.804135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.804678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.805206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.805722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.806250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.806776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.807298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.807829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.808355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.808884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.809425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.809958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.810467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.810997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.811514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.812028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.812557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.813090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.813602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.814134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.814668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.815194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.815722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.816240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.816768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.817290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.817822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.818336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.818857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.819385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.819967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.820482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.821023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.821540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.822051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.822563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.823095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.823607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.824107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.824642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.825161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.825682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.826194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.826697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.827210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.827722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.828230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.828770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.829290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.829799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.830316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.830849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.831354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.831870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.832388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.832916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.833438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.833956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.834465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.835029 tst      register_default_mass.py:21: Launching a simple network
22:48:20.845029 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.968019 run            create_hlr_db(pid=20): Launched
22:48:21.978130 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.995416 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.011398 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.017366 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.210265 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.228875 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.235514 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.758671 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.794679 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.815906 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.935115 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.950903 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.956781 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.980892 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.995825 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.001727 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.313024 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.329449 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.357425 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.517355 run         osmo-bts-virtual(pid=34): Launched
22:48:33.575439 tst         register_default_mass.py: using MSISDN 1001
22:48:33.582091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.710620 tst         register_default_mass.py: using MSISDN 1002
22:48:33.718012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.797388 tst         register_default_mass.py: using MSISDN 1003
22:48:33.805030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.873104 tst         register_default_mass.py: using MSISDN 1004
22:48:33.882967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.947419 tst         register_default_mass.py: using MSISDN 1005
22:48:33.954412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.036651 tst         register_default_mass.py: using MSISDN 1006
22:48:34.042919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.126229 tst         register_default_mass.py: using MSISDN 1007
22:48:34.135060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.199960 tst         register_default_mass.py: using MSISDN 1008
22:48:34.207007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.278403 tst         register_default_mass.py: using MSISDN 1009
22:48:34.287710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.402063 tst         register_default_mass.py: using MSISDN 1010
22:48:34.415836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.535765 tst         register_default_mass.py: using MSISDN 1011
22:48:34.548832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.645551 tst         register_default_mass.py: using MSISDN 1012
22:48:34.658143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.774257 tst         register_default_mass.py: using MSISDN 1013
22:48:34.785823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.930144 tst         register_default_mass.py: using MSISDN 1014
22:48:34.939049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.046967 tst         register_default_mass.py: using MSISDN 1015
22:48:35.052901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.193773 tst         register_default_mass.py: using MSISDN 1016
22:48:35.199817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.314160 tst         register_default_mass.py: using MSISDN 1017
22:48:35.319809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.385063 tst         register_default_mass.py: using MSISDN 1018
22:48:35.390704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.461344 tst         register_default_mass.py: using MSISDN 1019
22:48:35.468727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.534777 tst         register_default_mass.py: using MSISDN 1020
22:48:35.540528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.619984 tst         register_default_mass.py: using MSISDN 1021
22:48:35.628256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.702180 tst         register_default_mass.py: using MSISDN 1022
22:48:35.709522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.801776 tst         register_default_mass.py: using MSISDN 1023
22:48:35.807907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.889844 tst         register_default_mass.py: using MSISDN 1024
22:48:35.895910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.971699 tst         register_default_mass.py: using MSISDN 1025
22:48:35.978248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.047823 tst         register_default_mass.py: using MSISDN 1026
22:48:36.064073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.138551 tst         register_default_mass.py: using MSISDN 1027
22:48:36.153005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.227536 tst         register_default_mass.py: using MSISDN 1028
22:48:36.244229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.356656 tst         register_default_mass.py: using MSISDN 1029
22:48:36.373269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.473687 tst         register_default_mass.py: using MSISDN 1030
22:48:36.488402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.586624 tst         register_default_mass.py: using MSISDN 1031
22:48:36.604102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.712436 tst         register_default_mass.py: using MSISDN 1032
22:48:36.727543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.816566 tst         register_default_mass.py: using MSISDN 1033
22:48:36.834963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.943848 tst         register_default_mass.py: using MSISDN 1034
22:48:36.961211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.049435 tst         register_default_mass.py: using MSISDN 1035
22:48:37.067809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.162957 tst         register_default_mass.py: using MSISDN 1036
22:48:37.181788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.303349 tst         register_default_mass.py: using MSISDN 1037
22:48:37.315151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.399971 tst         register_default_mass.py: using MSISDN 1038
22:48:37.406775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.489457 tst         register_default_mass.py: using MSISDN 1039
22:48:37.497482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.602925 tst         register_default_mass.py: using MSISDN 1040
22:48:37.610716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.773170 tst         register_default_mass.py: using MSISDN 1041
22:48:37.782481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.860827 tst         register_default_mass.py: using MSISDN 1042
22:48:37.866560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.939432 tst         register_default_mass.py: using MSISDN 1043
22:48:37.945383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.031307 tst         register_default_mass.py: using MSISDN 1044
22:48:38.037280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.110930 tst         register_default_mass.py: using MSISDN 1045
22:48:38.119495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.199506 tst         register_default_mass.py: using MSISDN 1046
22:48:38.205513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.303489 tst         register_default_mass.py: using MSISDN 1047
22:48:38.314636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.418814 tst         register_default_mass.py: using MSISDN 1048
22:48:38.431171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.523370 tst         register_default_mass.py: using MSISDN 1049
22:48:38.531641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.608747 tst         register_default_mass.py: using MSISDN 1050
22:48:38.616400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.703956 tst         register_default_mass.py: using MSISDN 1051
22:48:38.710084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.797152 tst         register_default_mass.py: using MSISDN 1052
22:48:38.803177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.889431 tst         register_default_mass.py: using MSISDN 1053
22:48:38.895539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.982864 tst         register_default_mass.py: using MSISDN 1054
22:48:38.988935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.098250 tst         register_default_mass.py: using MSISDN 1055
22:48:39.104264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.183421 tst         register_default_mass.py: using MSISDN 1056
22:48:39.189376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.271694 tst         register_default_mass.py: using MSISDN 1057
22:48:39.277797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.343656 tst         register_default_mass.py: using MSISDN 1058
22:48:39.349695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.412886 tst         register_default_mass.py: using MSISDN 1059
22:48:39.418821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.483572 tst         register_default_mass.py: using MSISDN 1060
22:48:39.492078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.571748 tst         register_default_mass.py: using MSISDN 1061
22:48:39.578160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.825023 tst         register_default_mass.py: using MSISDN 1062
22:48:39.831148 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.898128 tst         register_default_mass.py: using MSISDN 1063
22:48:39.904145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.982018 tst         register_default_mass.py: using MSISDN 1064
22:48:39.991262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.062374 tst         register_default_mass.py: using MSISDN 1065
22:48:40.068314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.154872 tst         register_default_mass.py: using MSISDN 1066
22:48:40.160827 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.236903 tst         register_default_mass.py: using MSISDN 1067
22:48:40.242939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.349622 tst         register_default_mass.py: using MSISDN 1068
22:48:40.359228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.722024 tst         register_default_mass.py: using MSISDN 1069
22:48:40.733019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.847187 tst         register_default_mass.py: using MSISDN 1070
22:48:40.854127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.974271 tst         register_default_mass.py: using MSISDN 1071
22:48:40.981196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.078404 tst         register_default_mass.py: using MSISDN 1072
22:48:41.086023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.212710 tst         register_default_mass.py: using MSISDN 1073
22:48:41.219312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.309882 tst         register_default_mass.py: using MSISDN 1074
22:48:41.315683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.443261 tst         register_default_mass.py: using MSISDN 1075
22:48:41.449269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.521754 tst         register_default_mass.py: using MSISDN 1076
22:48:41.542792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.620898 tst         register_default_mass.py: using MSISDN 1077
22:48:41.627996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.703774 tst         register_default_mass.py: using MSISDN 1078
22:48:41.709680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.781013 tst         register_default_mass.py: using MSISDN 1079
22:48:41.786643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.854924 tst         register_default_mass.py: using MSISDN 1080
22:48:41.860839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.935711 tst         register_default_mass.py: using MSISDN 1081
22:48:41.941466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.011782 tst         register_default_mass.py: using MSISDN 1082
22:48:42.018353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.108498 tst         register_default_mass.py: using MSISDN 1083
22:48:42.117789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.195486 tst         register_default_mass.py: using MSISDN 1084
22:48:42.201403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.284578 tst         register_default_mass.py: using MSISDN 1085
22:48:42.290638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.372370 tst         register_default_mass.py: using MSISDN 1086
22:48:42.378341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.475910 tst         register_default_mass.py: using MSISDN 1087
22:48:42.481875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.554048 tst         register_default_mass.py: using MSISDN 1088
22:48:42.564181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.633701 tst         register_default_mass.py: using MSISDN 1089
22:48:42.639765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.710222 tst         register_default_mass.py: using MSISDN 1090
22:48:42.718672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.802819 tst         register_default_mass.py: using MSISDN 1091
22:48:42.809275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.889625 tst         register_default_mass.py: using MSISDN 1092
22:48:42.896016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.969955 tst         register_default_mass.py: using MSISDN 1093
22:48:42.976069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.090789 tst         register_default_mass.py: using MSISDN 1094
22:48:43.102624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.247918 tst         register_default_mass.py: using MSISDN 1095
22:48:43.258886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.382437 tst         register_default_mass.py: using MSISDN 1096
22:48:43.389259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.485566 tst         register_default_mass.py: using MSISDN 1097
22:48:43.491916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.587269 tst         register_default_mass.py: using MSISDN 1098
22:48:43.593660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.710597 tst         register_default_mass.py: using MSISDN 1099
22:48:43.716726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.797148 tst         register_default_mass.py: using MSISDN 1100
22:48:43.803252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.920883 run                             mass: Starting testcase
22:48:43.926904 run                             mass: Pre-launching all virtphy's
22:48:43.932662 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.946565 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.952937 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.966579 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.973028 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.986798 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.993101 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.006294 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.012566 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.026063 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.032611 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.046347 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.052614 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.065954 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.072147 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.086093 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.092526 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.106438 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.112745 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.126658 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.133303 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.147270 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.153740 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.167515 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.174854 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.188432 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.194819 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.208367 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.214704 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.228299 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.234625 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.248222 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.254572 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.268210 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.274566 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.288169 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.294487 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.308250 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.314607 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.328193 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.334516 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.348168 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.354448 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.368001 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.374281 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.387989 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.394237 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.407749 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.414002 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.427515 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.433821 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.447391 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.453927 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.468825 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.475711 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.490561 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.497427 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.512533 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.519763 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.535474 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.542539 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.558305 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.566469 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.583090 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.590801 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.609372 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.619848 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.636566 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.643995 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.659842 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.666961 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.681947 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.688740 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.703154 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.709833 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.725058 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.731936 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.746767 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.753646 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.768131 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.774676 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.789237 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.795808 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.810049 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.816811 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.831437 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.838010 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.852296 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.859199 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.874395 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.881530 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.896907 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.904060 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.919170 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.926191 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.941229 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.947906 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.962075 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.968546 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.982848 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.989597 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.004308 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.010983 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.025237 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.031771 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.045998 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.052618 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.067064 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.073986 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.089916 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.098778 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.114591 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.121670 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.138191 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.146180 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.162850 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.170403 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.186681 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.193970 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.209875 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.217182 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.233093 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.240937 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.256836 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.264214 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.280339 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.287965 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.304904 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.314461 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.331570 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.339078 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.355456 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.362719 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.377868 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.384682 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.399729 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.406969 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.422898 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.430156 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.445819 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.452864 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.477131 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.484375 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.500131 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.507558 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.523439 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.530766 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.546697 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.554054 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.569694 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.576907 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.592616 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.599903 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.615430 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.622547 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.638381 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.645678 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.661497 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.668635 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.684863 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.692424 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.708552 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.715986 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.731955 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.739471 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.756055 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.779992 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.795202 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.802293 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.818255 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.825874 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.841847 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.849147 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.864988 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.872203 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.887938 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.895417 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.911225 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.918483 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.933978 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.940853 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.955458 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.962385 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.977052 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.983906 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.997883 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.004522 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.020791 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.037119 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.070107 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.085505 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.116654 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.131381 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.163202 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.177971 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.210249 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.225398 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.257430 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.272916 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.305075 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.319909 run                             mass: Checking if sockets are in the filesystem
22:48:46.347369 run                osmo-ms-mob/00000: Starting mobile
22:48:46.376863 run       osmo-ms-mob/00000(pid=135): Launched
22:48:46.399746 run                             mass: MS start registered  {at=3322632.103058815, delay=0.01406899793073535, ms=00000}
22:48:50.540581 run                osmo-ms-mob/00001: Starting mobile
22:48:50.554906 run       osmo-ms-mob/00001(pid=136): Launched
22:48:50.566345 run                             mass: MS start registered  {at=3322636.269675984, delay=0.004737948067486286, ms=00001}
22:48:51.465421 run                             mass: MS performed LU  {at=3322637.168736479, lu_delay=5.0656776637770236, ms=00000}
22:48:52.340918 run                osmo-ms-mob/00002: Starting mobile
22:48:52.355796 run       osmo-ms-mob/00002(pid=137): Launched
22:48:52.369604 run                             mass: MS start registered  {at=3322638.07294478, delay=0.0066272490657866, ms=00002}
22:48:53.639700 run                osmo-ms-mob/00003: Starting mobile
22:48:53.653441 run       osmo-ms-mob/00003(pid=138): Launched
22:48:53.664493 run                             mass: MS start registered  {at=3322639.367839731, delay=0.004780578892678022, ms=00003}
22:48:54.745272 run                osmo-ms-mob/00004: Starting mobile
22:48:54.761816 run       osmo-ms-mob/00004(pid=139): Launched
22:48:54.776358 run                             mass: MS start registered  {at=3322640.479701396, delay=0.0069298408925533295, ms=00004}
22:48:55.787144 run                osmo-ms-mob/00005: Starting mobile
22:48:55.801926 run       osmo-ms-mob/00005(pid=140): Launched
22:48:55.813702 run                             mass: MS start registered  {at=3322641.517053077, delay=0.005085544195026159, ms=00005}
22:48:56.640054 run                osmo-ms-mob/00006: Starting mobile
22:48:56.653951 run       osmo-ms-mob/00006(pid=141): Launched
22:48:56.660359 run                             mass: MS performed LU  {at=3322642.363712348, lu_delay=6.094036363996565, ms=00001}
22:48:56.666728 run                             mass: MS start registered  {at=3322642.370090777, delay=0.0063993679359555244, ms=00006}
22:48:57.539879 run                osmo-ms-mob/00007: Starting mobile
22:48:57.553950 run       osmo-ms-mob/00007(pid=142): Launched
22:48:57.565989 run                             mass: MS start registered  {at=3322643.26933587, delay=0.005163268186151981, ms=00007}
22:48:58.339805 run                osmo-ms-mob/00008: Starting mobile
22:48:58.353549 run       osmo-ms-mob/00008(pid=143): Launched
22:48:58.365348 run                             mass: MS start registered  {at=3322644.068695615, delay=0.005521412938833237, ms=00008}
22:48:58.545474 run                             mass: MS performed LU  {at=3322644.248803242, lu_delay=4.880963511299342, ms=00003}
22:48:58.572786 run                             mass: MS performed LU  {at=3322644.276131856, lu_delay=6.203187075909227, ms=00002}
22:48:59.039940 run                osmo-ms-mob/00009: Starting mobile
22:48:59.053704 run       osmo-ms-mob/00009(pid=144): Launched
22:48:59.065294 run                             mass: MS start registered  {at=3322644.76864547, delay=0.005040490999817848, ms=00009}
22:48:59.740390 run                osmo-ms-mob/00010: Starting mobile
22:48:59.759380 run       osmo-ms-mob/00010(pid=145): Launched
22:48:59.772348 run                             mass: MS start registered  {at=3322645.475690955, delay=0.006129767745733261, ms=00010}
22:49:00.342402 run                osmo-ms-mob/00011: Starting mobile
22:49:00.355361 run       osmo-ms-mob/00011(pid=146): Launched
22:49:00.367514 run                             mass: MS start registered  {at=3322646.070861858, delay=0.005840179044753313, ms=00011}
22:49:00.409383 run                             mass: MS performed LU  {at=3322646.11272068, lu_delay=5.633019283879548, ms=00004}
22:49:00.939958 run                osmo-ms-mob/00012: Starting mobile
22:49:00.953629 run       osmo-ms-mob/00012(pid=147): Launched
22:49:00.960000 run                             mass: MS performed LU  {at=3322646.663356643, lu_delay=5.146303566172719, ms=00005}
22:49:00.966243 run                             mass: MS start registered  {at=3322646.669608742, delay=0.006270905025303364, ms=00012}
22:49:01.540448 run                osmo-ms-mob/00013: Starting mobile
22:49:01.555660 run       osmo-ms-mob/00013(pid=148): Launched
22:49:01.568178 run                             mass: MS start registered  {at=3322647.271523133, delay=0.005564265884459019, ms=00013}
22:49:02.141439 run                osmo-ms-mob/00014: Starting mobile
22:49:02.156828 run       osmo-ms-mob/00014(pid=149): Launched
22:49:02.169551 run                             mass: MS start registered  {at=3322647.872898118, delay=0.0053442311473190784, ms=00014}
22:49:02.311275 run                             mass: MS performed LU  {at=3322648.014578483, lu_delay=5.644487706013024, ms=00006}
22:49:02.338842 run                             mass: MS performed LU  {at=3322648.042179171, lu_delay=4.772843300830573, ms=00007}
22:49:02.740174 run                osmo-ms-mob/00015: Starting mobile
22:49:02.755317 run       osmo-ms-mob/00015(pid=150): Launched
22:49:02.768734 run                             mass: MS start registered  {at=3322648.47208066, delay=0.005713847000151873, ms=00015}
22:49:03.239859 run                osmo-ms-mob/00016: Starting mobile
22:49:03.255267 run       osmo-ms-mob/00016(pid=151): Launched
22:49:03.267690 run                             mass: MS start registered  {at=3322648.971033737, delay=0.00518898805603385, ms=00016}
22:49:03.744465 run                osmo-ms-mob/00017: Starting mobile
22:49:03.759726 run       osmo-ms-mob/00017(pid=152): Launched
22:49:03.774011 run                             mass: MS start registered  {at=3322649.477348693, delay=0.007280305027961731, ms=00017}
22:49:04.175409 run                             mass: MS performed LU  {at=3322649.878744848, lu_delay=5.110099378041923, ms=00009}
22:49:04.240078 run                             mass: MS performed LU  {at=3322649.943411713, lu_delay=5.874716097954661, ms=00008}
22:49:04.252789 run                osmo-ms-mob/00018: Starting mobile
22:49:04.268298 run       osmo-ms-mob/00018(pid=153): Launched
22:49:04.281177 run                             mass: MS start registered  {at=3322649.98451901, delay=0.0056850118562579155, ms=00018}
22:49:04.544442 run                             mass: MS performed LU  {at=3322650.247774585, lu_delay=4.772083630319685, ms=00010}
22:49:04.739713 run                osmo-ms-mob/00019: Starting mobile
22:49:04.754760 run       osmo-ms-mob/00019(pid=154): Launched
22:49:04.767350 run                             mass: MS start registered  {at=3322650.470700442, delay=0.0051912106573581696, ms=00019}
22:49:05.240211 run                osmo-ms-mob/00020: Starting mobile
22:49:05.257175 run       osmo-ms-mob/00020(pid=155): Launched
22:49:05.269961 run                             mass: MS start registered  {at=3322650.97330282, delay=0.005330188199877739, ms=00020}
22:49:05.741620 run                osmo-ms-mob/00021: Starting mobile
22:49:05.757096 run       osmo-ms-mob/00021(pid=156): Launched
22:49:05.769927 run                             mass: MS start registered  {at=3322651.473262163, delay=0.005527711007744074, ms=00021}
22:49:06.076828 run                             mass: MS performed LU  {at=3322651.780149533, lu_delay=5.110540790949017, ms=00012}
22:49:06.090603 run                osmo-ms-mob/00022: Starting mobile
22:49:06.105806 run       osmo-ms-mob/00022(pid=157): Launched
22:49:06.113040 run                             mass: MS performed LU  {at=3322651.816397803, lu_delay=5.745535945054144, ms=00011}
22:49:06.120183 run                             mass: MS start registered  {at=3322651.823548266, delay=0.0071718101389706135, ms=00022}
22:49:06.209929 run                             mass: MS performed LU  {at=3322651.913265515, lu_delay=4.641742382198572, ms=00013}
22:49:06.640458 run                osmo-ms-mob/00023: Starting mobile
22:49:06.655254 run       osmo-ms-mob/00023(pid=158): Launched
22:49:06.667490 run                             mass: MS start registered  {at=3322652.370841157, delay=0.0052080112509429455, ms=00023}
22:49:07.040239 run                osmo-ms-mob/00024: Starting mobile
22:49:07.056090 run       osmo-ms-mob/00024(pid=159): Launched
22:49:07.068915 run                             mass: MS start registered  {at=3322652.7722587, delay=0.005617077928036451, ms=00024}
22:49:07.540647 run                osmo-ms-mob/00025: Starting mobile
22:49:07.555020 run       osmo-ms-mob/00025(pid=160): Launched
22:49:07.566946 run                             mass: MS start registered  {at=3322653.27029861, delay=0.00511774281039834, ms=00025}
22:49:07.941719 run                osmo-ms-mob/00026: Starting mobile
22:49:07.957905 run       osmo-ms-mob/00026(pid=161): Launched
22:49:07.964705 run                             mass: MS performed LU  {at=3322653.668061671, lu_delay=5.795163552742451, ms=00014}
22:49:07.971513 run                             mass: MS start registered  {at=3322653.674879066, delay=0.0068389493972063065, ms=00026}
22:49:08.005457 run                             mass: MS performed LU  {at=3322653.708807748, lu_delay=5.2367270877584815, ms=00015}
22:49:08.074718 run                             mass: MS performed LU  {at=3322653.778060746, lu_delay=4.8070270088501275, ms=00016}
22:49:08.086828 run                osmo-ms-mob/00027: Starting mobile
22:49:08.101548 run       osmo-ms-mob/00027(pid=162): Launched
22:49:08.114170 run                             mass: MS start registered  {at=3322653.817514456, delay=0.005452812649309635, ms=00027}
22:49:08.741092 run                osmo-ms-mob/00028: Starting mobile
22:49:08.757504 run       osmo-ms-mob/00028(pid=163): Launched
22:49:08.770471 run                             mass: MS start registered  {at=3322654.473818706, delay=0.005369747988879681, ms=00028}
22:49:09.141370 run                osmo-ms-mob/00029: Starting mobile
22:49:09.156423 run       osmo-ms-mob/00029(pid=164): Launched
22:49:09.169597 run                             mass: MS start registered  {at=3322654.872944739, delay=0.0055673373863101006, ms=00029}
22:49:09.540263 run                osmo-ms-mob/00030: Starting mobile
22:49:09.555693 run       osmo-ms-mob/00030(pid=165): Launched
22:49:09.568617 run                             mass: MS start registered  {at=3322655.271963969, delay=0.0057588000781834126, ms=00030}
22:49:09.740899 run                             mass: MS performed LU  {at=3322655.444212298, lu_delay=5.9668636047281325, ms=00017}
22:49:09.841870 run                             mass: MS performed LU  {at=3322655.545204886, lu_delay=5.074504443909973, ms=00019}
22:49:09.853941 run                osmo-ms-mob/00031: Starting mobile
22:49:09.868651 run       osmo-ms-mob/00031(pid=166): Launched
22:49:09.875818 run                             mass: MS performed LU  {at=3322655.579176148, lu_delay=5.594657137989998, ms=00018}
22:49:09.882756 run                             mass: MS start registered  {at=3322655.586121064, delay=0.006963163148611784, ms=00031}
22:49:09.994676 run                             mass: MS performed LU  {at=3322655.698012206, lu_delay=4.724709385540336, ms=00020}
22:49:10.007325 run                osmo-ms-mob/00032: Starting mobile
22:49:10.023167 run       osmo-ms-mob/00032(pid=167): Launched
22:49:10.036084 run                             mass: MS start registered  {at=3322655.739404155, delay=0.005511668045073748, ms=00032}
22:49:10.639887 run                osmo-ms-mob/00033: Starting mobile
22:49:10.654864 run       osmo-ms-mob/00033(pid=168): Launched
22:49:10.667108 run                             mass: MS start registered  {at=3322656.370439889, delay=0.005351230967789888, ms=00033}
22:49:11.040262 run                osmo-ms-mob/00034: Starting mobile
22:49:11.056145 run       osmo-ms-mob/00034(pid=169): Launched
22:49:11.069051 run                             mass: MS start registered  {at=3322656.772400403, delay=0.0055919671431183815, ms=00034}
22:49:11.340468 run                osmo-ms-mob/00035: Starting mobile
22:49:11.355207 run       osmo-ms-mob/00035(pid=170): Launched
22:49:11.367470 run                             mass: MS start registered  {at=3322657.070821844, delay=0.0005494239740073681, ms=00035}
22:49:11.706824 run                             mass: MS performed LU  {at=3322657.410151972, lu_delay=5.936889809090644, ms=00021}
22:49:11.719132 run                osmo-ms-mob/00036: Starting mobile
22:49:11.736227 run       osmo-ms-mob/00036(pid=171): Launched
22:49:11.748936 run                             mass: MS start registered  {at=3322657.452286796, delay=0.005389941390603781, ms=00036}
22:49:11.771472 run                             mass: MS performed LU  {at=3322657.474818673, lu_delay=4.702559973113239, ms=00024}
22:49:11.840396 run                             mass: MS performed LU  {at=3322657.5437142, lu_delay=5.172873042989522, ms=00023}
22:49:11.896653 run                             mass: MS performed LU  {at=3322657.599983019, lu_delay=5.776434752624482, ms=00022}
22:49:11.960600 run                osmo-ms-mob/00037: Starting mobile
22:49:11.975977 run       osmo-ms-mob/00037(pid=172): Launched
22:49:11.988106 run                             mass: MS start registered  {at=3322657.691449366, delay=0.00538236927241087, ms=00037}
22:49:12.439850 run                osmo-ms-mob/00038: Starting mobile
22:49:12.454962 run       osmo-ms-mob/00038(pid=173): Launched
22:49:12.467225 run                             mass: MS start registered  {at=3322658.170574371, delay=0.004923163913190365, ms=00038}
22:49:12.739535 run                osmo-ms-mob/00039: Starting mobile
22:49:12.754157 run       osmo-ms-mob/00039(pid=174): Launched
22:49:12.767088 run                             mass: MS start registered  {at=3322658.470433949, delay=0.005703437142074108, ms=00039}
22:49:13.141018 run                osmo-ms-mob/00040: Starting mobile
22:49:13.156449 run       osmo-ms-mob/00040(pid=175): Launched
22:49:13.169772 run                             mass: MS start registered  {at=3322658.873110879, delay=0.006062321364879608, ms=00040}
22:49:13.440458 run                osmo-ms-mob/00041: Starting mobile
22:49:13.455485 run       osmo-ms-mob/00041(pid=176): Launched
22:49:13.468146 run                             mass: MS start registered  {at=3322659.171496877, delay=0.005416492000222206, ms=00041}
22:49:13.506470 run                             mass: MS performed LU  {at=3322659.209815198, lu_delay=4.73599649220705, ms=00028}
22:49:13.608204 run                             mass: MS performed LU  {at=3322659.311537826, lu_delay=6.041239215992391, ms=00025}
22:49:13.620808 run                osmo-ms-mob/00042: Starting mobile
22:49:13.636247 run       osmo-ms-mob/00042(pid=177): Launched
22:49:13.643449 run                             mass: MS performed LU  {at=3322659.346804086, lu_delay=5.671925019938499, ms=00026}
22:49:13.650695 run                             mass: MS start registered  {at=3322659.354058743, delay=0.007276635151356459, ms=00042}
22:49:13.760904 run                             mass: MS performed LU  {at=3322659.464237076, lu_delay=5.646722620353103, ms=00027}
22:49:13.797944 run                             mass: MS performed LU  {at=3322659.501285065, lu_delay=4.628340325783938, ms=00029}
22:49:13.809673 run                osmo-ms-mob/00043: Starting mobile
22:49:13.823902 run       osmo-ms-mob/00043(pid=178): Launched
22:49:13.836211 run                             mass: MS start registered  {at=3322659.539561039, delay=0.005507085006684065, ms=00043}
22:49:14.439945 run                osmo-ms-mob/00044: Starting mobile
22:49:14.455010 run       osmo-ms-mob/00044(pid=179): Launched
22:49:14.468181 run                             mass: MS start registered  {at=3322660.171529323, delay=0.005791643634438515, ms=00044}
22:49:14.739969 run                osmo-ms-mob/00045: Starting mobile
22:49:14.755155 run       osmo-ms-mob/00045(pid=180): Launched
22:49:14.767799 run                             mass: MS start registered  {at=3322660.471145454, delay=0.0054238890297710896, ms=00045}
22:49:15.039967 run                osmo-ms-mob/00046: Starting mobile
22:49:15.054420 run       osmo-ms-mob/00046(pid=181): Launched
22:49:15.067163 run                             mass: MS start registered  {at=3322660.770493374, delay=0.005867007188498974, ms=00046}
22:49:15.340448 run                osmo-ms-mob/00047: Starting mobile
22:49:15.355613 run       osmo-ms-mob/00047(pid=182): Launched
22:49:15.371653 run                             mass: MS start registered  {at=3322661.074993605, delay=0.007745058741420507, ms=00047}
22:49:15.472641 run                             mass: MS performed LU  {at=3322661.175956095, lu_delay=5.9039921262301505, ms=00030}
22:49:15.537354 run                             mass: MS performed LU  {at=3322661.240702614, lu_delay=4.870262725278735, ms=00033}
22:49:15.549268 run                osmo-ms-mob/00048: Starting mobile
22:49:15.564245 run       osmo-ms-mob/00048(pid=183): Launched
22:49:15.577129 run                             mass: MS start registered  {at=3322661.280466831, delay=0.005732191726565361, ms=00048}
22:49:15.607012 run                             mass: MS performed LU  {at=3322661.31035185, lu_delay=5.570947695057839, ms=00032}
22:49:15.662137 run                             mass: MS performed LU  {at=3322661.365469631, lu_delay=5.77934856666252, ms=00031}
22:49:15.673991 run                osmo-ms-mob/00049: Starting mobile
22:49:15.688961 run       osmo-ms-mob/00049(pid=184): Launched
22:49:15.701316 run                             mass: MS start registered  {at=3322661.404663254, delay=0.005567699205130339, ms=00049}
22:49:15.934828 run                             mass: MS performed LU  {at=3322661.63815836, lu_delay=4.865757957100868, ms=00034}
22:49:16.240590 run                osmo-ms-mob/00050: Starting mobile
22:49:16.255605 run       osmo-ms-mob/00050(pid=185): Launched
22:49:16.268005 run                             mass: MS start registered  {at=3322661.971354804, delay=0.005550543777644634, ms=00050}
22:49:16.642497 run                osmo-ms-mob/00051: Starting mobile
22:49:16.659653 run       osmo-ms-mob/00051(pid=186): Launched
22:49:16.671903 run                             mass: MS start registered  {at=3322662.375251936, delay=0.005377938970923424, ms=00051}
22:49:16.940382 run                osmo-ms-mob/00052: Starting mobile
22:49:16.955989 run       osmo-ms-mob/00052(pid=187): Launched
22:49:16.968977 run                             mass: MS start registered  {at=3322662.672328562, delay=0.005671449936926365, ms=00052}
22:49:17.240428 run                osmo-ms-mob/00053: Starting mobile
22:49:17.255230 run       osmo-ms-mob/00053(pid=188): Launched
22:49:17.267709 run                             mass: MS start registered  {at=3322662.971051298, delay=0.005589364096522331, ms=00053}
22:49:17.275181 run                             mass: MS performed LU  {at=3322662.978537278, lu_delay=5.52625048160553, ms=00036}
22:49:17.374353 run                             mass: MS performed LU  {at=3322663.077673522, lu_delay=6.006851677782834, ms=00035}
22:49:17.392978 run                osmo-ms-mob/00054: Starting mobile
22:49:17.412377 run       osmo-ms-mob/00054(pid=189): Launched
22:49:17.419949 run                             mass: MS performed LU  {at=3322663.123305183, lu_delay=5.431855816859752, ms=00037}
22:49:17.427810 run                             mass: MS start registered  {at=3322663.131174022, delay=0.007890773937106133, ms=00054}
22:49:17.526472 run                             mass: MS performed LU  {at=3322663.229785841, lu_delay=5.05921147018671, ms=00038}
22:49:17.539295 run                osmo-ms-mob/00055: Starting mobile
22:49:17.554923 run       osmo-ms-mob/00055(pid=190): Launched
22:49:17.564065 run                             mass: MS performed LU  {at=3322663.267410543, lu_delay=4.796976593788713, ms=00039}
22:49:17.571310 run                             mass: MS start registered  {at=3322663.27467483, delay=0.009434429928660393, ms=00055}
22:49:18.140755 run                osmo-ms-mob/00056: Starting mobile
22:49:18.156165 run       osmo-ms-mob/00056(pid=191): Launched
22:49:18.168657 run                             mass: MS start registered  {at=3322663.872006549, delay=0.005455337930470705, ms=00056}
22:49:18.440806 run                osmo-ms-mob/00057: Starting mobile
22:49:18.456804 run       osmo-ms-mob/00057(pid=192): Launched
22:49:18.470187 run                             mass: MS start registered  {at=3322664.1735338, delay=0.005862580146640539, ms=00057}
22:49:18.840013 run                osmo-ms-mob/00058: Starting mobile
22:49:18.855466 run       osmo-ms-mob/00058(pid=193): Launched
22:49:18.868241 run                             mass: MS start registered  {at=3322664.571589553, delay=0.005590322893112898, ms=00058}
22:49:19.139526 run                osmo-ms-mob/00059: Starting mobile
22:49:19.154558 run       osmo-ms-mob/00059(pid=194): Launched
22:49:19.167672 run                             mass: MS start registered  {at=3322664.871017813, delay=0.00596978235989809, ms=00059}
22:49:19.238259 run                             mass: MS performed LU  {at=3322664.94159378, lu_delay=5.587535037193447, ms=00042}
22:49:19.303505 run                             mass: MS performed LU  {at=3322665.006841218, lu_delay=5.835344341117889, ms=00041}
22:49:19.315511 run                osmo-ms-mob/00060: Starting mobile
22:49:19.330616 run       osmo-ms-mob/00060(pid=195): Launched
22:49:19.343093 run                             mass: MS start registered  {at=3322665.04644347, delay=0.005297213792800903, ms=00060}
22:49:19.372675 run                             mass: MS performed LU  {at=3322665.076025845, lu_delay=6.202914965804666, ms=00040}
22:49:19.428492 run                             mass: MS performed LU  {at=3322665.131822423, lu_delay=5.592261384241283, ms=00043}
22:49:19.464240 run                             mass: MS performed LU  {at=3322665.167575617, lu_delay=4.996046293992549, ms=00044}
22:49:19.476838 run                osmo-ms-mob/00061: Starting mobile
22:49:19.491863 run       osmo-ms-mob/00061(pid=196): Launched
22:49:19.504230 run                             mass: MS start registered  {at=3322665.207580459, delay=0.0053941477090120316, ms=00061}
22:49:19.718344 run                             mass: MS performed LU  {at=3322665.421678802, lu_delay=4.95053334813565, ms=00045}
22:49:20.141227 run                osmo-ms-mob/00062: Starting mobile
22:49:20.156322 run       osmo-ms-mob/00062(pid=197): Launched
22:49:20.169630 run                             mass: MS start registered  {at=3322665.872973417, delay=0.005980215966701508, ms=00062}
22:49:20.440387 run                osmo-ms-mob/00063: Starting mobile
22:49:20.455934 run       osmo-ms-mob/00063(pid=198): Launched
22:49:20.469000 run                             mass: MS start registered  {at=3322666.172347545, delay=0.005578177981078625, ms=00063}
22:49:20.853103 run                osmo-ms-mob/00064: Starting mobile
22:49:21.027904 run       osmo-ms-mob/00064(pid=199): Launched
22:49:21.034936 run                             mass: Starting too slowly. Moving on {now=3322666.738301848, sleep=-0.10139928571879864, target=3322666.6369025623}
22:49:21.041697 run                             mass: MS performed LU  {at=3322666.745052472, lu_delay=5.670058867428452, ms=00047}
22:49:21.048761 run                             mass: Starting too slowly. Moving on {now=3322666.752128722, sleep=-0.01522615971043706, target=3322666.7369025624}
22:49:21.055442 run                             mass: MS start registered  {at=3322666.758804905, delay=0.020505843218415976, ms=00064}
22:49:21.139899 run                             mass: MS performed LU  {at=3322666.843223637, lu_delay=5.5627568061463535, ms=00048}
22:49:21.153118 run                osmo-ms-mob/00065: Starting mobile
22:49:21.168546 run       osmo-ms-mob/00065(pid=200): Launched
22:49:21.175872 run                             mass: MS performed LU  {at=3322666.879227731, lu_delay=5.47456447687, ms=00049}
22:49:21.183074 run                             mass: MS start registered  {at=3322666.886439435, delay=0.007233897224068642, ms=00065}
22:49:21.292436 run                             mass: MS performed LU  {at=3322666.995764846, lu_delay=6.225271471776068, ms=00046}
22:49:21.304895 run                osmo-ms-mob/00066: Starting mobile
22:49:21.320280 run       osmo-ms-mob/00066(pid=201): Launched
22:49:21.329324 run                             mass: MS performed LU  {at=3322667.032669541, lu_delay=5.061314736958593, ms=00050}
22:49:21.336579 run                             mass: MS start registered  {at=3322667.039942957, delay=0.009183939080685377, ms=00066}
22:49:21.384056 run                             mass: MS performed LU  {at=3322667.087393689, lu_delay=4.712141753174365, ms=00051}
22:49:21.941071 run                osmo-ms-mob/00067: Starting mobile
22:49:21.955481 run       osmo-ms-mob/00067(pid=202): Launched
22:49:21.968252 run                             mass: MS start registered  {at=3322667.671590697, delay=0.005824314896017313, ms=00067}
22:49:22.239973 run                osmo-ms-mob/00068: Starting mobile
22:49:22.255415 run       osmo-ms-mob/00068(pid=203): Launched
22:49:22.268546 run                             mass: MS start registered  {at=3322667.971897041, delay=0.005710636731237173, ms=00068}
22:49:22.640582 run                osmo-ms-mob/00069: Starting mobile
22:49:22.655406 run       osmo-ms-mob/00069(pid=204): Launched
22:49:22.668674 run                             mass: MS start registered  {at=3322668.372021418, delay=0.0063031939789652824, ms=00069}
22:49:23.004043 run                             mass: MS performed LU  {at=3322668.707368642, lu_delay=4.835362093057483, ms=00056}
22:49:23.016985 run                osmo-ms-mob/00070: Starting mobile
22:49:23.031629 run       osmo-ms-mob/00070(pid=205): Launched
22:49:23.044723 run                             mass: MS start registered  {at=3322668.748068833, delay=0.005988355726003647, ms=00070}
22:49:23.068924 run                             mass: MS performed LU  {at=3322668.772247929, lu_delay=6.099919367115945, ms=00052}
22:49:23.138545 run                             mass: MS performed LU  {at=3322668.841877879, lu_delay=5.870826581027359, ms=00053}
22:49:23.194202 run                             mass: MS performed LU  {at=3322668.897536944, lu_delay=5.766362922266126, ms=00054}
22:49:23.207108 run                osmo-ms-mob/00071: Starting mobile
22:49:23.223372 run       osmo-ms-mob/00071(pid=206): Launched
22:49:23.231145 run                             mass: MS performed LU  {at=3322668.934501742, lu_delay=5.659826911985874, ms=00055}
22:49:23.238403 run                             mass: MS start registered  {at=3322668.941768419, delay=0.00728595582768321, ms=00071}
22:49:23.484032 run                             mass: MS performed LU  {at=3322669.187354819, lu_delay=5.013821018859744, ms=00057}
22:49:23.840197 run                osmo-ms-mob/00072: Starting mobile
22:49:23.856790 run       osmo-ms-mob/00072(pid=207): Launched
22:49:23.870188 run                             mass: MS start registered  {at=3322669.573537891, delay=0.0060141668654978275, ms=00072}
22:49:24.240252 run                osmo-ms-mob/00073: Starting mobile
22:49:24.256032 run       osmo-ms-mob/00073(pid=208): Launched
22:49:24.269167 run                             mass: MS start registered  {at=3322669.972518688, delay=0.00582259614020586, ms=00073}
22:49:24.639939 run                osmo-ms-mob/00074: Starting mobile
22:49:24.655250 run       osmo-ms-mob/00074(pid=209): Launched
22:49:24.668374 run                             mass: MS start registered  {at=3322670.371725475, delay=0.005636428948491812, ms=00074}
22:49:24.803947 run                             mass: MS performed LU  {at=3322670.507278121, lu_delay=5.299697662238032, ms=00061}
22:49:24.905988 run                             mass: MS performed LU  {at=3322670.60932323, lu_delay=6.0377336773090065, ms=00058}
22:49:24.933713 run                             mass: MS performed LU  {at=3322670.637036212, lu_delay=4.764062794856727, ms=00062}
22:49:24.946373 run                osmo-ms-mob/00075: Starting mobile
22:49:24.961590 run       osmo-ms-mob/00075(pid=210): Launched
22:49:24.974328 run                             mass: MS start registered  {at=3322670.677675657, delay=0.005308188032358885, ms=00075}
22:49:25.058161 run                             mass: MS performed LU  {at=3322670.761485061, lu_delay=5.715041591320187, ms=00060}
22:49:25.095261 run                             mass: MS performed LU  {at=3322670.798596232, lu_delay=5.927578418981284, ms=00059}
22:49:25.150418 run                             mass: MS performed LU  {at=3322670.853765224, lu_delay=4.681417678948492, ms=00063}
22:49:25.540287 run                osmo-ms-mob/00076: Starting mobile
22:49:25.555593 run       osmo-ms-mob/00076(pid=211): Launched
22:49:25.568620 run                             mass: MS start registered  {at=3322671.271959893, delay=0.005898815114051104, ms=00076}
22:49:25.940317 run                osmo-ms-mob/00077: Starting mobile
22:49:25.955462 run       osmo-ms-mob/00077(pid=212): Launched
22:49:25.968348 run                             mass: MS start registered  {at=3322671.671687082, delay=0.006094356998801231, ms=00077}
22:49:26.440071 run                osmo-ms-mob/00078: Starting mobile
22:49:26.454270 run       osmo-ms-mob/00078(pid=213): Launched
22:49:26.467528 run                             mass: MS start registered  {at=3322672.170867283, delay=0.006605994887650013, ms=00078}
22:49:26.769888 run                             mass: MS performed LU  {at=3322672.473220631, lu_delay=5.433277674019337, ms=00066}
22:49:26.782795 run                osmo-ms-mob/00079: Starting mobile
22:49:26.798313 run       osmo-ms-mob/00079(pid=214): Launched
22:49:26.811476 run                             mass: MS start registered  {at=3322672.514818473, delay=0.005649752914905548, ms=00079}
22:49:26.834476 run                             mass: MS performed LU  {at=3322672.53779793, lu_delay=5.778993024956435, ms=00064}
22:49:26.904510 run                             mass: MS performed LU  {at=3322672.607845806, lu_delay=4.936255109030753, ms=00067}
22:49:26.960125 run                             mass: MS performed LU  {at=3322672.663460246, lu_delay=5.777020810637623, ms=00065}
22:49:27.232006 run                             mass: MS performed LU  {at=3322672.935339704, lu_delay=4.963442663196474, ms=00068}
22:49:27.245136 run                osmo-ms-mob/00080: Starting mobile
22:49:27.260104 run       osmo-ms-mob/00080(pid=215): Launched
22:49:27.272650 run                             mass: MS start registered  {at=3322672.975983507, delay=0.005271311849355698, ms=00080}
22:49:27.840439 run                osmo-ms-mob/00081: Starting mobile
22:49:27.855990 run       osmo-ms-mob/00081(pid=216): Launched
22:49:27.868749 run                             mass: MS start registered  {at=3322673.572092304, delay=0.005616291891783476, ms=00081}
22:49:28.239904 run                osmo-ms-mob/00082: Starting mobile
22:49:28.255075 run       osmo-ms-mob/00082(pid=217): Launched
22:49:28.284601 run                             mass: MS start registered  {at=3322673.987945435, delay=0.02200499828904867, ms=00082}
22:49:28.570312 run                             mass: MS performed LU  {at=3322674.273622773, lu_delay=5.525553940329701, ms=00070}
22:49:28.671817 run                             mass: MS performed LU  {at=3322674.375151809, lu_delay=4.801613918039948, ms=00072}
22:49:28.823425 run                             mass: MS performed LU  {at=3322674.526761057, lu_delay=6.154739638790488, ms=00069}
22:49:28.835129 run                osmo-ms-mob/00083: Starting mobile
22:49:28.849432 run       osmo-ms-mob/00083(pid=218): Launched
22:49:28.862567 run                             mass: MS start registered  {at=3322674.565909883, delay=0.006494507193565369, ms=00083}
22:49:29.351116 run                osmo-ms-mob/00084: Starting mobile
22:49:29.367197 run       osmo-ms-mob/00084(pid=219): Launched
22:49:29.381775 run                             mass: MS start registered  {at=3322675.085120176, delay=0.007278758101165295, ms=00084}
22:49:29.840451 run                osmo-ms-mob/00085: Starting mobile
22:49:29.855350 run       osmo-ms-mob/00085(pid=220): Launched
22:49:29.867944 run                             mass: MS start registered  {at=3322675.571290702, delay=0.0056929811835289, ms=00085}
22:49:30.440019 run                osmo-ms-mob/00086: Starting mobile
22:49:30.456477 run       osmo-ms-mob/00086(pid=221): Launched
22:49:30.464394 run                             mass: MS performed LU  {at=3322676.167745843, lu_delay=5.490070186089724, ms=00075}
22:49:30.472035 run                             mass: MS start registered  {at=3322676.175395983, delay=0.0076768710277974606, ms=00086}
22:49:30.490177 run                             mass: MS performed LU  {at=3322676.19351519, lu_delay=6.220996501855552, ms=00073}
22:49:30.600160 run                             mass: MS performed LU  {at=3322676.30348028, lu_delay=5.031520387157798, ms=00076}
22:49:30.744146 run                             mass: MS performed LU  {at=3322676.447465657, lu_delay=6.075740181840956, ms=00074}
22:49:31.040521 run                osmo-ms-mob/00087: Starting mobile
22:49:31.056253 run       osmo-ms-mob/00087(pid=222): Launched
22:49:31.069068 run                             mass: MS start registered  {at=3322676.772413903, delay=0.0056340997107326984, ms=00087}
22:49:31.495671 run                             mass: MS performed LU  {at=3322677.198993132, lu_delay=5.52730605006218, ms=00077}
22:49:31.641144 run                osmo-ms-mob/00088: Starting mobile
22:49:31.658200 run       osmo-ms-mob/00088(pid=223): Launched
22:49:31.672044 run                             mass: MS start registered  {at=3322677.375377645, delay=0.006237426772713661, ms=00088}
22:49:32.240193 run                osmo-ms-mob/00089: Starting mobile
22:49:32.257696 run       osmo-ms-mob/00089(pid=224): Launched
22:49:32.279910 run                             mass: MS start registered  {at=3322677.983247223, delay=0.014556627720594406, ms=00089}
22:49:32.335445 run                             mass: MS performed LU  {at=3322678.038781066, lu_delay=5.0627975589595735, ms=00080}
22:49:32.353985 run                             mass: MS performed LU  {at=3322678.057331818, lu_delay=5.5425133453682065, ms=00079}
22:49:32.409284 run                             mass: MS performed LU  {at=3322678.112606276, lu_delay=5.941738992929459, ms=00078}
22:49:32.663650 run                             mass: MS performed LU  {at=3322678.366938939, lu_delay=4.794846634846181, ms=00081}
22:49:32.848741 run                osmo-ms-mob/00090: Starting mobile
22:49:32.885576 run       osmo-ms-mob/00090(pid=225): Launched
22:49:32.903060 run                             mass: MS start registered  {at=3322678.606395762, delay=0.0001957770437002182, ms=00090}
22:49:33.548337 run                osmo-ms-mob/00091: Starting mobile
22:49:33.576114 run       osmo-ms-mob/00091(pid=226): Launched
22:49:33.593422 run                             mass: MS start registered  {at=3322679.296756489, delay=3.965618088841438e-05, ms=00091}
22:49:34.201119 run                             mass: MS performed LU  {at=3322679.904427281, lu_delay=4.819307105150074, ms=00084}
22:49:34.231211 run                osmo-ms-mob/00092: Starting mobile
22:49:34.268418 run       osmo-ms-mob/00092(pid=227): Launched
22:49:34.287504 run                             mass: MS performed LU  {at=3322679.99083981, lu_delay=6.0028943750076, ms=00082}
22:49:34.303326 run                             mass: MS start registered  {at=3322680.006672814, delay=0.015875724144279957, ms=00092}
22:49:34.367105 run                             mass: MS performed LU  {at=3322680.07040833, lu_delay=5.504498446825892, ms=00083}
22:49:34.790942 run                             mass: MS performed LU  {at=3322680.494249332, lu_delay=4.9229586301371455, ms=00085}
22:49:35.049345 run                osmo-ms-mob/00093: Starting mobile
22:49:35.074748 run       osmo-ms-mob/00093(pid=228): Launched
22:49:35.091237 run                             mass: MS start registered  {at=3322680.794575627, delay=3.694603219628334e-05, ms=00093}
22:49:35.947877 run                osmo-ms-mob/00094: Starting mobile
22:49:35.982537 run       osmo-ms-mob/00094(pid=229): Launched
22:49:36.007753 run                             mass: MS start registered  {at=3322681.711059283, delay=0.007700555957853794, ms=00094}
22:49:36.102057 run                             mass: MS performed LU  {at=3322681.805356768, lu_delay=5.0329428650438786, ms=00087}
22:49:36.230687 run                             mass: MS performed LU  {at=3322681.934000278, lu_delay=5.758604295086116, ms=00086}
22:49:36.355697 run                             mass: MS performed LU  {at=3322682.059010279, lu_delay=4.683632634114474, ms=00088}
22:49:36.853548 run                osmo-ms-mob/00095: Starting mobile
22:49:36.881949 run       osmo-ms-mob/00095(pid=230): Launched
22:49:36.900991 run                             mass: MS start registered  {at=3322682.604325997, delay=4.475424066185951e-05, ms=00095}
22:49:37.849773 run                osmo-ms-mob/00096: Starting mobile
22:49:37.890588 run       osmo-ms-mob/00096(pid=231): Launched
22:49:37.916053 run                             mass: MS start registered  {at=3322683.619354994, delay=0.006017299834638834, ms=00096}
22:49:38.067725 run                             mass: MS performed LU  {at=3322683.770994994, lu_delay=5.1645992319099605, ms=00090}
22:49:38.086116 run                             mass: MS performed LU  {at=3322683.789433864, lu_delay=5.806186641100794, ms=00089}
22:49:38.603006 run                             mass: MS performed LU  {at=3322684.306309577, lu_delay=5.009553087875247, ms=00091}
22:49:38.944694 run                osmo-ms-mob/00097: Starting mobile
22:49:38.968827 run       osmo-ms-mob/00097(pid=232): Launched
22:49:38.993999 run                             mass: MS start registered  {at=3322684.697329666, delay=4.63239848613739e-05, ms=00097}
22:49:39.849427 run                             mass: MS performed LU  {at=3322685.552735586, lu_delay=5.546062772162259, ms=00092}
22:49:39.997112 run                             mass: MS performed LU  {at=3322685.700421006, lu_delay=4.905845378991216, ms=00093}
22:49:40.244333 run                osmo-ms-mob/00098: Starting mobile
22:49:40.265149 run       osmo-ms-mob/00098(pid=233): Launched
22:49:40.282817 run                             mass: MS start registered  {at=3322685.986152711, delay=4.0804967284202576e-05, ms=00098}
22:49:41.834366 run                             mass: MS performed LU  {at=3322687.537687441, lu_delay=5.826628157868981, ms=00094}
22:49:41.852340 run                             mass: MS performed LU  {at=3322687.555683144, lu_delay=4.9513571467250586, ms=00095}
22:49:41.866065 run                osmo-ms-mob/00099: Starting mobile
22:49:41.882554 run       osmo-ms-mob/00099(pid=234): Launched
22:49:41.889894 run                             mass: All started... {duration=55.556359061039984, too_slow=2}
22:49:41.897007 run                             mass: MS start registered  {at=3322687.600363275, delay=0.007105233147740364, ms=00099}
22:49:43.763147 run                             mass: MS performed LU  {at=3322689.46645964, lu_delay=5.8471046457998455, ms=00096}
22:49:43.780671 run                             mass: MS performed LU  {at=3322689.483978492, lu_delay=4.786648826207966, ms=00097}
22:49:45.600406 run                             mass: MS performed LU  {at=3322691.303705931, lu_delay=5.317553220316768, ms=00098}
22:49:45.853427 run                             mass: MS performed LU  {at=3322691.556736788, lu_delay=22.614968368783593, ms=00071}
22:49:47.528954 run                             mass: MS performed LU  {at=3322693.232276918, lu_delay=5.631913642864674, ms=00099}
22:49:47.538044 run                             mass: Tests done {all_completed=True, max=22.614968368783593, min=4.628340325783938}
22:49:47.544558 tst         register_default_mass.py: Test passed (87.1 sec)
22:49:47.551070 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.555080 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.559113 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.563135 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.567245 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.571381 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.575579 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.579822 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.584086 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.588243 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.592481 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.596769 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.600998 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.605722 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.610014 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.614338 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.618806 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.623442 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.631274 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.636269 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.640871 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.646574 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.651470 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.656088 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.661095 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.665999 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.671026 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.676881 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.681470 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.685991 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.690733 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.695164 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.699589 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.704093 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.708702 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.785754 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.792742 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.800205 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.808080 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.816346 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.821323 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.826115 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.830752 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.835147 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.839523 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.843902 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.848399 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.852968 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.857729 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.862902 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.868211 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.872809 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.877321 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.882628 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.887062 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.892113 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.896539 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.901053 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.905627 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.910653 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.915243 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.919780 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.924264 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.929026 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.933497 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.938004 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.942498 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.947033 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.951665 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.956236 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.961431 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.966484 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.971158 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.975716 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.980446 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.984888 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.989366 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.993864 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.998332 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.003539 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.008113 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.012961 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.017509 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.022071 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.027025 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.031749 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.036618 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.041143 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.045877 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.050792 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.055335 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.059845 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.064331 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.069156 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.073972 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.078767 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.083341 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.087896 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.092648 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.097180 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.101566 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.106081 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.110500 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.115023 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.119539 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.124006 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.128563 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.133256 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.138505 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.143306 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.147872 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.152462 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.157059 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.161717 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.166241 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.170777 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.175296 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.179905 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.184211 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.188417 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.192524 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.196603 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.200689 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.204785 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.208868 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.212950 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.217059 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.221234 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.225426 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.229565 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.233768 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.237987 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.242190 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.246396 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.250596 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.254764 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.258860 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.263078 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.267273 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.271613 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.275822 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.280018 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.284206 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.288439 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.292639 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.296843 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.301068 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.305394 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.309664 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.313915 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.318086 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.322222 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.326408 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.330674 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.334983 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.339206 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.343464 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.347822 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.352148 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.356516 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.360910 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.365314 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.369631 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.373920 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.378122 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.382325 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.386512 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.390735 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.394934 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.399121 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.403327 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.407525 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.411678 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.415768 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.419896 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.424046 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.428254 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.432386 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.436484 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.440611 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.444728 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.448853 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.452973 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.457063 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.461161 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.465286 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.469386 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.473528 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.477697 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.481850 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.485953 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.490049 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.494134 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.498222 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.502250 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.506334 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.510383 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.514492 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.518591 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.522614 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.526678 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.530745 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.534746 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.538801 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.542840 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.546881 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.550981 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.555085 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.559180 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.563221 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.567292 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.571299 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.575403 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.579412 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.581281 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.585849 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.587688 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.592203 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.594047 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.598609 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.600448 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.604978 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.606825 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.611520 ---      ParallelTerminationStrategy: PID 27 died...
22:49:48.613439 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.617986 ---      ParallelTerminationStrategy: PID 28 died...
22:49:48.619825 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.624401 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.626253 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.630976 ---      ParallelTerminationStrategy: PID 30 died...
22:49:48.632889 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.637726 ---      ParallelTerminationStrategy: PID 31 died...
22:49:48.639684 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.644584 ---      ParallelTerminationStrategy: PID 32 died...
22:49:48.646554 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.651410 ---      ParallelTerminationStrategy: PID 33 died...
22:49:48.653361 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.658100 ---      ParallelTerminationStrategy: PID 35 died...
22:49:48.659999 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.664788 ---      ParallelTerminationStrategy: PID 36 died...
22:49:48.666703 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.671427 ---      ParallelTerminationStrategy: PID 37 died...
22:49:48.673328 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.678036 ---      ParallelTerminationStrategy: PID 38 died...
22:49:48.679940 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.684662 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.686556 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.691114 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.692961 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.697594 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.699444 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.704030 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.705880 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.710432 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.712273 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.716829 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.718659 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.723335 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.725229 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.729896 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.731802 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.736534 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.738416 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.742965 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.744837 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.749371 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.751195 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.755725 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.757560 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.762164 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.764036 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.768682 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.770549 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.775113 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.776992 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.781666 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.783552 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.788370 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.790310 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.795096 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.796991 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.801688 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.803586 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.808190 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.810020 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.814531 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.816350 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.820869 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.822700 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.827304 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.829255 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.833989 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.835871 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.840500 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.842386 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.847062 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.848937 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.853645 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.855566 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.860392 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.862343 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.867160 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.869116 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.873843 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.875704 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.880342 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.882174 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.886719 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.888556 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.893074 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.894937 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.899568 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.901458 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.906112 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.907973 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.912588 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.914440 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.918991 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.920884 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.925553 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.927480 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.932245 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.934123 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.938794 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.940654 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.945164 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.947009 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.951616 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.953558 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.958238 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.960117 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.964785 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.966949 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.971606 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.973488 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.978121 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.979996 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.984496 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.986439 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.991036 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.992856 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.997366 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.999151 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.003600 ---      ParallelTerminationStrategy: PID 88 died...
22:49:49.005421 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.009925 ---      ParallelTerminationStrategy: PID 89 died...
22:49:49.011748 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.016260 ---      ParallelTerminationStrategy: PID 90 died...
22:49:49.018108 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.022644 ---      ParallelTerminationStrategy: PID 91 died...
22:49:49.024477 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:49.029147 ---      ParallelTerminationStrategy: PID 92 died...
22:49:49.031060 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:49.035852 ---      ParallelTerminationStrategy: PID 93 died...
22:49:49.037785 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:49.042529 ---      ParallelTerminationStrategy: PID 94 died...
22:49:49.044428 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:49.049056 ---      ParallelTerminationStrategy: PID 95 died...
22:49:49.050874 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:49.055500 ---      ParallelTerminationStrategy: PID 96 died...
22:49:49.057371 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:49.061879 ---      ParallelTerminationStrategy: PID 97 died...
22:49:49.063697 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:49.068249 ---      ParallelTerminationStrategy: PID 98 died...
22:49:49.070118 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:49.074625 ---      ParallelTerminationStrategy: PID 99 died...
22:49:49.076487 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:49.081077 ---      ParallelTerminationStrategy: PID 100 died...
22:49:49.082894 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:49.087531 ---      ParallelTerminationStrategy: PID 101 died...
22:49:49.089439 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:49.094161 ---      ParallelTerminationStrategy: PID 102 died...
22:49:49.096064 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.100714 ---      ParallelTerminationStrategy: PID 103 died...
22:49:49.102546 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.107230 ---      ParallelTerminationStrategy: PID 104 died...
22:49:49.109134 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.113703 ---      ParallelTerminationStrategy: PID 105 died...
22:49:49.115546 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.120235 ---      ParallelTerminationStrategy: PID 106 died...
22:49:49.122343 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.127135 ---      ParallelTerminationStrategy: PID 107 died...
22:49:49.129076 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.133712 ---      ParallelTerminationStrategy: PID 108 died...
22:49:49.135618 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.140306 ---      ParallelTerminationStrategy: PID 109 died...
22:49:49.142203 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.146911 ---      ParallelTerminationStrategy: PID 110 died...
22:49:49.148791 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.153343 ---      ParallelTerminationStrategy: PID 111 died...
22:49:49.155150 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.159600 ---      ParallelTerminationStrategy: PID 112 died...
22:49:49.161450 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.165989 ---      ParallelTerminationStrategy: PID 113 died...
22:49:49.167819 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.172364 ---      ParallelTerminationStrategy: PID 114 died...
22:49:49.174238 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.178877 ---      ParallelTerminationStrategy: PID 115 died...
22:49:49.180767 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.185438 ---      ParallelTerminationStrategy: PID 116 died...
22:49:49.187319 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.192014 ---      ParallelTerminationStrategy: PID 117 died...
22:49:49.193898 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.198515 ---      ParallelTerminationStrategy: PID 118 died...
22:49:49.200408 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.205015 ---      ParallelTerminationStrategy: PID 119 died...
22:49:49.206904 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.211469 ---      ParallelTerminationStrategy: PID 120 died...
22:49:49.213317 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.217859 ---      ParallelTerminationStrategy: PID 121 died...
22:49:49.219696 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.224260 ---      ParallelTerminationStrategy: PID 122 died...
22:49:49.226157 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.230788 ---      ParallelTerminationStrategy: PID 123 died...
22:49:49.232651 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.237298 ---      ParallelTerminationStrategy: PID 124 died...
22:49:49.239232 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.243906 ---      ParallelTerminationStrategy: PID 125 died...
22:49:49.245803 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.250491 ---      ParallelTerminationStrategy: PID 126 died...
22:49:49.252376 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.257047 ---      ParallelTerminationStrategy: PID 127 died...
22:49:49.258916 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.263589 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.265524 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.270200 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.272083 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.276737 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.278581 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.283151 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.284984 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.289517 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.291367 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.295929 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.297759 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.302330 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.304170 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.308732 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.310550 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.315077 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.316953 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.321516 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.323354 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.327901 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.329758 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.334289 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.336127 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.340725 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.342643 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.347348 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.349235 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.353824 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.355647 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.360204 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.362055 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.366586 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.368405 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.372967 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.374793 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.379420 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.381332 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.385862 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.387683 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.392217 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.394068 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.398510 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.400309 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.404834 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.406639 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.411154 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.412975 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.417474 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.419294 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.423838 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.425670 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.430311 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.432179 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.436726 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.438552 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.443113 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.444949 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.449475 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.451294 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.455807 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.457633 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.462155 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.463982 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.468507 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.470335 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.474863 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.476718 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.481213 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.483032 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.487557 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.489380 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.493949 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.495780 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.500335 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.502161 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.506688 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.508532 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.513175 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.515044 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.519630 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.521507 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.526201 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.528071 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.537717 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.539538 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.544083 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.545907 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.550480 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.552335 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.556979 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.558853 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.563385 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.565242 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.569850 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.571678 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.576308 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.578178 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.582817 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.584691 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.589235 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.591101 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.595670 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.597480 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.602124 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.603996 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.608610 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.610458 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.615123 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.617013 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.621746 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.623689 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.628483 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.630424 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.635234 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.637176 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.641977 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.643886 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.648601 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.650513 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.655280 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.657192 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.661760 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.663602 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.668182 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.670041 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.674633 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.676479 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.681118 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.683021 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.687728 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.689623 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.694181 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.696022 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.700601 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.702467 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.707043 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.708945 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.713544 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.715377 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.719937 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.721801 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.726392 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.728283 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.733010 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.734863 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.739509 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.741369 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.746029 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.747892 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.752509 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.754380 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.759105 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.761027 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.765737 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.767621 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.772359 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.774277 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.779054 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.780974 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.785658 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.787555 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.792248 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.794094 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.798672 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.800522 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.805182 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.807083 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.811779 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.813621 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.818182 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.820032 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.824617 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.826471 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.831077 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.832930 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.837488 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.839330 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.843961 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.845813 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.850384 ---      ParallelTerminationStrategy: PID 218 died...
22:49:49.852221 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.856854 ---      ParallelTerminationStrategy: PID 219 died...
22:49:49.858697 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.863451 ---      ParallelTerminationStrategy: PID 220 died...
22:49:49.865356 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.869986 ---      ParallelTerminationStrategy: PID 221 died...
22:49:49.871835 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.876415 ---      ParallelTerminationStrategy: PID 222 died...
22:49:49.878277 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.882859 ---      ParallelTerminationStrategy: PID 223 died...
22:49:49.884707 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.889210 ---      ParallelTerminationStrategy: PID 224 died...
22:49:49.891007 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.895573 ---      ParallelTerminationStrategy: PID 225 died...
22:49:49.897374 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.901944 ---      ParallelTerminationStrategy: PID 226 died...
22:49:49.903798 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.908420 ---      ParallelTerminationStrategy: PID 227 died...
22:49:49.910278 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.914869 ---      ParallelTerminationStrategy: PID 228 died...
22:49:49.916742 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.921350 ---      ParallelTerminationStrategy: PID 229 died...
22:49:49.923314 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.927988 ---      ParallelTerminationStrategy: PID 230 died...
22:49:49.929887 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.934673 ---      ParallelTerminationStrategy: PID 231 died...
22:49:49.936580 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.941207 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.943058 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.947634 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.949492 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.954077 ---      ParallelTerminationStrategy: PID 234 died...
22:49:49.955914 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.638972 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.641891 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7883 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.747245 tst                       trial-7883: Storing JUnit report in /build/trial-7883/run.2025-02-20_22-48-20/trial-7883.xml

--------------------------------------------------------------------------------------------
trial-7883 PASS
--------------------------------------------------------------------------------------------
22:49:52.771451 tst                       trial-7883: trial-7883: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.1 sec)
+ exit_code=0
+ rm -rf trial-7883/inst
+ cd trial-7883
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-20 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7883-run.tgz run.2025-02-20_22-48-20
+ tar czf /build/trial-7883-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-20_13_28_10.tgz osmo-bts-oc2g.build-2025-02-20_00_51_29.tgz osmo-bts-sysmo.build-2025-02-20_00_51_27.tgz osmo-bts.build-2025-02-20_00_51_41.tgz osmo-ggsn.build-2025-02-20_20_42_38.tgz osmo-hlr.build-2025-02-20_16_37_01.tgz osmo-hnbgw.build-2025-02-20_13_29_05.tgz osmo-mgw.build-2025-02-20_08_33_15.tgz osmo-msc.build-2025-02-20_13_33_00.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-20_07_41_24.tgz osmo-pcu-sysmo.build-2025-02-20_07_41_21.tgz osmo-pcu.build-2025-02-20_07_41_32.tgz osmo-sgsn.build-2025-02-20_20_48_17.tgz osmo-stp.build-2025-02-20_13_25_18.tgz osmo-trx.build-2025-02-20_14_28_33.tgz osmocom-bb.build-2025-02-20_21_17_28.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