Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9683143062099559623.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-7935
+ 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
a626a92 Remove ttcn3 testsuites ported to testenv, part 3
+ 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 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#8 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f8170ed58ab5db57ec6784dd60b8a68b59c6205341294abc198e2c5741f9a919 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=7936 -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-04-14 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7936
+ mkdir -p trial-7936
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-14_13_26_23.tgz osmo-bts-oc2g.build-2025-04-14_00_51_31.tgz osmo-bts-sysmo.build-2025-04-14_00_51_35.tgz osmo-bts.build-2025-04-14_00_51_38.tgz osmo-ggsn.build-2025-04-14_20_42_35.tgz osmo-hlr.build-2025-04-14_16_36_55.tgz osmo-hnbgw.build-2025-04-14_13_30_11.tgz osmo-mgw.build-2025-04-14_08_33_14.tgz osmo-msc.build-2025-04-14_13_32_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-14_07_34_03.tgz osmo-pcu-sysmo.build-2025-04-14_07_34_03.tgz osmo-pcu.build-2025-04-14_07_34_02.tgz osmo-sgsn.build-2025-04-14_20_48_32.tgz osmo-stp.build-2025-04-14_13_25_15.tgz osmo-trx.build-2025-04-14_14_26_49.tgz osmocom-bb.build-2025-04-14_21_17_23.tgz srslte.build-19.tgz trial-7936
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-14_13_26_23.md5 osmo-bts-oc2g.build-2025-04-14_00_51_31.md5 osmo-bts-sysmo.build-2025-04-14_00_51_35.md5 osmo-bts.build-2025-04-14_00_51_38.md5 osmo-ggsn.build-2025-04-14_20_42_35.md5 osmo-hlr.build-2025-04-14_16_36_55.md5 osmo-hnbgw.build-2025-04-14_13_30_11.md5 osmo-mgw.build-2025-04-14_08_33_14.md5 osmo-msc.build-2025-04-14_13_32_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-14_07_34_03.md5 osmo-pcu-sysmo.build-2025-04-14_07_34_03.md5 osmo-pcu.build-2025-04-14_07_34_02.md5 osmo-sgsn.build-2025-04-14_20_48_32.md5 osmo-stp.build-2025-04-14_13_25_15.md5 osmo-trx.build-2025-04-14_14_26_49.md5 osmocom-bb.build-2025-04-14_21_17_23.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-14_13_26_23.md5 osmo-bts-oc2g.build-2025-04-14_00_51_31.md5 osmo-bts-sysmo.build-2025-04-14_00_51_35.md5 osmo-bts.build-2025-04-14_00_51_38.md5 osmo-ggsn.build-2025-04-14_20_42_35.md5 osmo-hlr.build-2025-04-14_16_36_55.md5 osmo-hnbgw.build-2025-04-14_13_30_11.md5 osmo-mgw.build-2025-04-14_08_33_14.md5 osmo-msc.build-2025-04-14_13_32_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-14_07_34_03.md5 osmo-pcu-sysmo.build-2025-04-14_07_34_03.md5 osmo-pcu.build-2025-04-14_07_34_02.md5 osmo-sgsn.build-2025-04-14_20_48_32.md5 osmo-stp.build-2025-04-14_13_25_15.md5 osmo-trx.build-2025-04-14_14_26_49.md5 osmocom-bb.build-2025-04-14_21_17_23.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-7936 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7936'
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-7936
--------------------------------------------------------------------------------------------
22:48:20.597924 tst                       trial-7936: Detailed log at /build/trial-7936/run.2025-04-14_22-48-20/log

---------------------------------------------------------------------
trial-7936 netreg_mass
---------------------------------------------------------------------
22:48:20.809262 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.809636 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.810444 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.811701 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.855314 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.856187 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.857456 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.940170 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-7936 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.941004 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.956874 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.957432 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.957920 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.958392 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.958859 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.959357 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.959834 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.024720 tst         register_default_mass.py: using LAC 2
22:48:21.062169 tst         register_default_mass.py: using RAC 2
22:48:21.097692 tst         register_default_mass.py: using CellId 2
22:48:21.133431 tst         register_default_mass.py: using BVCI 3
22:48:21.139501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.140187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.140785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.141371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.141918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.142554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.143103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.143650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.144190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.144746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.145283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.145804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.146333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.146885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.147416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.147940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.148472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.149039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.149563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.150096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.150619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.151152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.151792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.152368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.152915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.153460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.153997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.154523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.155046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.155592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.156121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.156643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.157193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.157741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.158281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.158820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.159347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.159881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.160432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.160962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.161481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.162028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.162560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.163085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.163628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.164156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.164685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.165242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.165769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.166297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.166848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.167380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.167919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.168455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.169000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.169525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.170052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.170600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.171122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.171635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.172160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.172688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.173213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.173751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.174271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.174793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.175315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.175848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.176363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.176900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.177424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.177947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.178555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.179079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.179606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.180129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.180669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.181226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.181747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.182264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.182788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.183305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.183825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.184345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.184870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.185377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.185881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.186406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.186928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.187448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.187978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.188496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.189037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.189591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.190107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.190617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.191147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.191666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.192174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.192714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.193232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.193809 tst      register_default_mass.py:21: Launching a simple network
22:48:21.203853 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.325885 run            create_hlr_db(pid=20): Launched
22:48:22.335696 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.352096 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.367219 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.373072 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.551644 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.567688 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.573556 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.000039 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.015882 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.026448 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.143172 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.158761 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.164903 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.189699 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.205601 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.211552 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.522927 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.538895 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.557335 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.707382 run         osmo-bts-virtual(pid=34): Launched
22:48:33.751113 tst         register_default_mass.py: using MSISDN 1001
22:48:33.756764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.841075 tst         register_default_mass.py: using MSISDN 1002
22:48:33.848552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.919408 tst         register_default_mass.py: using MSISDN 1003
22:48:33.926068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.000109 tst         register_default_mass.py: using MSISDN 1004
22:48:34.005937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.076221 tst         register_default_mass.py: using MSISDN 1005
22:48:34.082013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.158021 tst         register_default_mass.py: using MSISDN 1006
22:48:34.163983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.236114 tst         register_default_mass.py: using MSISDN 1007
22:48:34.242016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.321850 tst         register_default_mass.py: using MSISDN 1008
22:48:34.332505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.401340 tst         register_default_mass.py: using MSISDN 1009
22:48:34.408787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.472849 tst         register_default_mass.py: using MSISDN 1010
22:48:34.482470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.568896 tst         register_default_mass.py: using MSISDN 1011
22:48:34.574858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.645736 tst         register_default_mass.py: using MSISDN 1012
22:48:34.651673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.727108 tst         register_default_mass.py: using MSISDN 1013
22:48:34.733068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.807480 tst         register_default_mass.py: using MSISDN 1014
22:48:34.813579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.884835 tst         register_default_mass.py: using MSISDN 1015
22:48:34.890540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.953144 tst         register_default_mass.py: using MSISDN 1016
22:48:34.958994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.039879 tst         register_default_mass.py: using MSISDN 1017
22:48:35.046471 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.117028 tst         register_default_mass.py: using MSISDN 1018
22:48:35.123023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.197628 tst         register_default_mass.py: using MSISDN 1019
22:48:35.203663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.289327 tst         register_default_mass.py: using MSISDN 1020
22:48:35.295474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.363545 tst         register_default_mass.py: using MSISDN 1021
22:48:35.371924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.443135 tst         register_default_mass.py: using MSISDN 1022
22:48:35.449678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.513326 tst         register_default_mass.py: using MSISDN 1023
22:48:35.519126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.581305 tst         register_default_mass.py: using MSISDN 1024
22:48:35.588918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.660113 tst         register_default_mass.py: using MSISDN 1025
22:48:35.666176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.736847 tst         register_default_mass.py: using MSISDN 1026
22:48:35.742679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.864379 tst         register_default_mass.py: using MSISDN 1027
22:48:35.870075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.935168 tst         register_default_mass.py: using MSISDN 1028
22:48:35.945746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.023972 tst         register_default_mass.py: using MSISDN 1029
22:48:36.030343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.100407 tst         register_default_mass.py: using MSISDN 1030
22:48:36.106439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.186825 tst         register_default_mass.py: using MSISDN 1031
22:48:36.192932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.263987 tst         register_default_mass.py: using MSISDN 1032
22:48:36.270124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.338428 tst         register_default_mass.py: using MSISDN 1033
22:48:36.344067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.405627 tst         register_default_mass.py: using MSISDN 1034
22:48:36.411467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.485403 tst         register_default_mass.py: using MSISDN 1035
22:48:36.491160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.570892 tst         register_default_mass.py: using MSISDN 1036
22:48:36.576633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.659142 tst         register_default_mass.py: using MSISDN 1037
22:48:36.665130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.735874 tst         register_default_mass.py: using MSISDN 1038
22:48:36.741753 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.806762 tst         register_default_mass.py: using MSISDN 1039
22:48:36.812938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.887273 tst         register_default_mass.py: using MSISDN 1040
22:48:36.893196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.960103 tst         register_default_mass.py: using MSISDN 1041
22:48:36.965694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.037702 tst         register_default_mass.py: using MSISDN 1042
22:48:37.043497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.111410 tst         register_default_mass.py: using MSISDN 1043
22:48:37.117264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.183735 tst         register_default_mass.py: using MSISDN 1044
22:48:37.189525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.256738 tst         register_default_mass.py: using MSISDN 1045
22:48:37.262403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.323093 tst         register_default_mass.py: using MSISDN 1046
22:48:37.328997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.399217 tst         register_default_mass.py: using MSISDN 1047
22:48:37.404961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.470891 tst         register_default_mass.py: using MSISDN 1048
22:48:37.477694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.549842 tst         register_default_mass.py: using MSISDN 1049
22:48:37.555907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.626447 tst         register_default_mass.py: using MSISDN 1050
22:48:37.632383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.699164 tst         register_default_mass.py: using MSISDN 1051
22:48:37.704777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.781627 tst         register_default_mass.py: using MSISDN 1052
22:48:37.788955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.854899 tst         register_default_mass.py: using MSISDN 1053
22:48:37.861713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.932863 tst         register_default_mass.py: using MSISDN 1054
22:48:37.942476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.008399 tst         register_default_mass.py: using MSISDN 1055
22:48:38.014269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.081879 tst         register_default_mass.py: using MSISDN 1056
22:48:38.089456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.164816 tst         register_default_mass.py: using MSISDN 1057
22:48:38.170768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.237459 tst         register_default_mass.py: using MSISDN 1058
22:48:38.243230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.321083 tst         register_default_mass.py: using MSISDN 1059
22:48:38.327071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.405904 tst         register_default_mass.py: using MSISDN 1060
22:48:38.411678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.487064 tst         register_default_mass.py: using MSISDN 1061
22:48:38.492754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.560218 tst         register_default_mass.py: using MSISDN 1062
22:48:38.566106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.636668 tst         register_default_mass.py: using MSISDN 1063
22:48:38.642643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.708371 tst         register_default_mass.py: using MSISDN 1064
22:48:38.714223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.786475 tst         register_default_mass.py: using MSISDN 1065
22:48:38.792614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.878405 tst         register_default_mass.py: using MSISDN 1066
22:48:38.885965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.960080 tst         register_default_mass.py: using MSISDN 1067
22:48:38.966045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.043696 tst         register_default_mass.py: using MSISDN 1068
22:48:39.049483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.131053 tst         register_default_mass.py: using MSISDN 1069
22:48:39.137668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.211346 tst         register_default_mass.py: using MSISDN 1070
22:48:39.217061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.282592 tst         register_default_mass.py: using MSISDN 1071
22:48:39.289537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.366980 tst         register_default_mass.py: using MSISDN 1072
22:48:39.375620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.438819 tst         register_default_mass.py: using MSISDN 1073
22:48:39.444721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.509070 tst         register_default_mass.py: using MSISDN 1074
22:48:39.515045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.577996 tst         register_default_mass.py: using MSISDN 1075
22:48:39.584097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.667452 tst         register_default_mass.py: using MSISDN 1076
22:48:39.673520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.748978 tst         register_default_mass.py: using MSISDN 1077
22:48:39.754729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.828915 tst         register_default_mass.py: using MSISDN 1078
22:48:39.834676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.897075 tst         register_default_mass.py: using MSISDN 1079
22:48:39.902865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.975853 tst         register_default_mass.py: using MSISDN 1080
22:48:39.981900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.062253 tst         register_default_mass.py: using MSISDN 1081
22:48:40.068005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.131892 tst         register_default_mass.py: using MSISDN 1082
22:48:40.137775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.204422 tst         register_default_mass.py: using MSISDN 1083
22:48:40.210113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.285930 tst         register_default_mass.py: using MSISDN 1084
22:48:40.291550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.366482 tst         register_default_mass.py: using MSISDN 1085
22:48:40.372332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.446815 tst         register_default_mass.py: using MSISDN 1086
22:48:40.452631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.520273 tst         register_default_mass.py: using MSISDN 1087
22:48:40.526373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.606464 tst         register_default_mass.py: using MSISDN 1088
22:48:40.612347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.686843 tst         register_default_mass.py: using MSISDN 1089
22:48:40.693645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.758520 tst         register_default_mass.py: using MSISDN 1090
22:48:40.767182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.839485 tst         register_default_mass.py: using MSISDN 1091
22:48:40.845479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.919884 tst         register_default_mass.py: using MSISDN 1092
22:48:40.925665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.000135 tst         register_default_mass.py: using MSISDN 1093
22:48:41.008152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.071344 tst         register_default_mass.py: using MSISDN 1094
22:48:41.077942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.155745 tst         register_default_mass.py: using MSISDN 1095
22:48:41.165786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.242305 tst         register_default_mass.py: using MSISDN 1096
22:48:41.247983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.327128 tst         register_default_mass.py: using MSISDN 1097
22:48:41.333325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.399249 tst         register_default_mass.py: using MSISDN 1098
22:48:41.407509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.485454 tst         register_default_mass.py: using MSISDN 1099
22:48:41.491252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.573456 tst         register_default_mass.py: using MSISDN 1100
22:48:41.579158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.698982 run                             mass: Starting testcase
22:48:41.704780 run                             mass: Pre-launching all virtphy's
22:48:41.710388 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.724102 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.730449 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.743800 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.750170 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.763809 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.770086 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.783754 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.790095 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.803645 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:41.809958 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.823230 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:41.829548 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.843121 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:41.849425 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.862954 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:41.869357 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:41.882997 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:41.889300 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:41.902883 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:41.909252 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:41.922767 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:41.929452 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:41.942834 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:41.949097 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:41.962426 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:41.968760 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:41.982890 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:41.989338 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.003446 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.010129 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.023185 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.029298 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.042247 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.048241 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.061127 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.067195 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.080171 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.086177 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.099022 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.105034 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.117863 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.123893 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.136882 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.142950 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.156195 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.162445 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.175938 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.182220 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.195550 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.201666 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.214880 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.221033 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.234147 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.240185 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.253306 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.259381 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.272324 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.278337 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.291511 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.297761 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.310905 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.316988 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.330003 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.336078 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.349407 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.355505 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.369126 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.375391 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.388724 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.394938 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.408695 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.414941 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.428176 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.434418 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.447665 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.453743 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.466796 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.472818 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.485830 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.491889 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.505134 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.511217 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.524318 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.530380 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.543928 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.550268 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.563906 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.570186 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.583616 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.589717 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.602887 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.608958 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.622114 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.628193 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.641238 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.647272 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.660235 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.666330 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.679489 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.685697 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.699055 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.705118 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.718195 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.724437 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.738132 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.744396 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.758359 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.764791 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.778701 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.785121 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.798986 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:42.805413 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.819112 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:42.825538 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.839145 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:42.845385 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:42.858905 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:42.865215 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:42.879226 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:42.885555 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:42.898886 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:42.905328 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:42.919083 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:42.925471 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:42.939180 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:42.945488 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.959307 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:42.965667 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.979339 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:42.985712 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.999381 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.005859 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.019512 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.025817 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.039602 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.045945 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.059664 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.066027 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.079729 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.085993 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.099783 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.106044 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.119446 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.125788 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.139589 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.145800 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.159101 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.165362 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.178613 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.184727 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.197957 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.204218 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.217633 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.223983 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.237665 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.244011 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.257790 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:43.264066 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.277418 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:43.283488 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.296765 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:43.302925 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.316099 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:43.322189 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.335576 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:43.341757 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.355138 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:43.361394 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.374749 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:43.380892 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.394984 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.401147 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.414391 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.420622 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.433835 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.439928 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.453391 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.459488 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.472769 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.478878 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.492203 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.498414 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.511714 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.518028 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.531757 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.538100 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.551830 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.558205 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.571608 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.577987 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.591797 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.598131 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.611987 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.618314 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.632121 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.638501 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.652343 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.658862 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.672812 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.679264 run                             mass: Checking if sockets are in the filesystem
22:48:43.692086 run                osmo-ms-mob/00000: Starting mobile
22:48:43.706197 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.717312 run                             mass: MS start registered  {at=7901829.420665132, delay=0.004632696509361267, ms=00000}
22:48:47.892724 run                osmo-ms-mob/00001: Starting mobile
22:48:47.906819 run       osmo-ms-mob/00001(pid=136): Launched
22:48:47.917976 run                             mass: MS start registered  {at=7901833.621322805, delay=0.0035740118473768234, ms=00001}
22:48:49.300299 run                             mass: MS performed LU  {at=7901835.003611788, lu_delay=5.582946656271815, ms=00000}
22:48:49.696622 run                osmo-ms-mob/00002: Starting mobile
22:48:49.722896 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.741572 run                             mass: MS start registered  {at=7901835.444887142, delay=0.0063049569725990295, ms=00002}
22:48:50.994519 run                osmo-ms-mob/00003: Starting mobile
22:48:51.007764 run       osmo-ms-mob/00003(pid=138): Launched
22:48:51.018385 run                             mass: MS start registered  {at=7901836.721732866, delay=0.004495030269026756, ms=00003}
22:48:52.092593 run                osmo-ms-mob/00004: Starting mobile
22:48:52.107158 run       osmo-ms-mob/00004(pid=139): Launched
22:48:52.118370 run                             mass: MS start registered  {at=7901837.821717466, delay=0.004847200587391853, ms=00004}
22:48:53.065695 run                             mass: MS performed LU  {at=7901838.769004726, lu_delay=5.147681920789182, ms=00001}
22:48:53.078803 run                osmo-ms-mob/00005: Starting mobile
22:48:53.093138 run       osmo-ms-mob/00005(pid=140): Launched
22:48:53.104368 run                             mass: MS start registered  {at=7901838.807703853, delay=0.004872569814324379, ms=00005}
22:48:53.992932 run                osmo-ms-mob/00006: Starting mobile
22:48:54.006850 run       osmo-ms-mob/00006(pid=141): Launched
22:48:54.018701 run                             mass: MS start registered  {at=7901839.722031838, delay=0.004428619518876076, ms=00006}
22:48:54.893153 run                osmo-ms-mob/00007: Starting mobile
22:48:54.907117 run       osmo-ms-mob/00007(pid=142): Launched
22:48:54.918642 run                             mass: MS start registered  {at=7901840.621988187, delay=0.0051446156576275826, ms=00007}
22:48:54.967368 run                             mass: MS performed LU  {at=7901840.670671327, lu_delay=5.225784185342491, ms=00002}
22:48:55.693218 run                osmo-ms-mob/00008: Starting mobile
22:48:55.708353 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.720738 run                             mass: MS start registered  {at=7901841.424075128, delay=0.00553525984287262, ms=00008}
22:48:56.391262 run                osmo-ms-mob/00009: Starting mobile
22:48:56.404247 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.415262 run                             mass: MS start registered  {at=7901842.118615222, delay=0.0019175251945853233, ms=00009}
22:48:56.831871 run                             mass: MS performed LU  {at=7901842.535199947, lu_delay=4.713482480496168, ms=00004}
22:48:56.878659 run                             mass: MS performed LU  {at=7901842.581993569, lu_delay=5.8602607026696205, ms=00003}
22:48:57.092081 run                osmo-ms-mob/00010: Starting mobile
22:48:57.106130 run       osmo-ms-mob/00010(pid=145): Launched
22:48:57.117533 run                             mass: MS start registered  {at=7901842.820873714, delay=0.0052299536764621735, ms=00010}
22:48:57.697304 run                osmo-ms-mob/00011: Starting mobile
22:48:57.716900 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.736053 run                             mass: MS start registered  {at=7901843.43935769, delay=0.00781765952706337, ms=00011}
22:48:58.293669 run                osmo-ms-mob/00012: Starting mobile
22:48:58.310879 run       osmo-ms-mob/00012(pid=147): Launched
22:48:58.323926 run                             mass: MS start registered  {at=7901844.027250934, delay=0.00530615821480751, ms=00012}
22:48:58.733436 run                             mass: MS performed LU  {at=7901844.436767378, lu_delay=5.629063525237143, ms=00005}
22:48:58.779152 run                             mass: MS performed LU  {at=7901844.482486511, lu_delay=4.760454672388732, ms=00006}
22:48:58.791082 run                osmo-ms-mob/00013: Starting mobile
22:48:58.805048 run       osmo-ms-mob/00013(pid=148): Launched
22:48:58.817367 run                             mass: MS start registered  {at=7901844.520706768, delay=0.005660705268383026, ms=00013}
22:48:59.492564 run                osmo-ms-mob/00014: Starting mobile
22:48:59.509558 run       osmo-ms-mob/00014(pid=149): Launched
22:48:59.523217 run                             mass: MS start registered  {at=7901845.226561944, delay=0.0056289443746209145, ms=00014}
22:49:00.101204 run                osmo-ms-mob/00015: Starting mobile
22:49:00.136215 run       osmo-ms-mob/00015(pid=150): Launched
22:49:00.157558 run                             mass: MS start registered  {at=7901845.860865955, delay=0.0059012845158576965, ms=00015}
22:49:00.593862 run                osmo-ms-mob/00016: Starting mobile
22:49:00.611415 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.619200 run                             mass: MS performed LU  {at=7901846.322550388, lu_delay=4.898475260473788, ms=00008}
22:49:00.627511 run                             mass: MS start registered  {at=7901846.330871686, delay=0.00834732037037611, ms=00016}
22:49:00.644078 run                             mass: MS performed LU  {at=7901846.347397628, lu_delay=5.725409441627562, ms=00007}
22:49:01.103239 run                osmo-ms-mob/00017: Starting mobile
22:49:01.117923 run       osmo-ms-mob/00017(pid=152): Launched
22:49:01.129053 run                             mass: MS start registered  {at=7901846.832404255, delay=0.0046943360939621925, ms=00017}
22:49:01.696107 run                osmo-ms-mob/00018: Starting mobile
22:49:01.710157 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.721723 run                             mass: MS start registered  {at=7901847.425059792, delay=0.0051694270223379135, ms=00018}
22:49:02.091750 run                osmo-ms-mob/00019: Starting mobile
22:49:02.104982 run       osmo-ms-mob/00019(pid=154): Launched
22:49:02.115781 run                             mass: MS start registered  {at=7901847.819133277, delay=0.004673183895647526, ms=00019}
22:49:02.499699 run                             mass: MS performed LU  {at=7901848.203031738, lu_delay=6.084416516125202, ms=00009}
22:49:02.511164 run                osmo-ms-mob/00020: Starting mobile
22:49:02.525155 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.536268 run                             mass: MS start registered  {at=7901848.239621705, delay=0.004788877442479134, ms=00020}
22:49:02.545275 run                             mass: MS performed LU  {at=7901848.248629834, lu_delay=5.427756119519472, ms=00010}
22:49:02.615010 run                             mass: MS performed LU  {at=7901848.318339896, lu_delay=4.8789822068065405, ms=00011}
22:49:03.091393 run                osmo-ms-mob/00021: Starting mobile
22:49:03.105686 run       osmo-ms-mob/00021(pid=156): Launched
22:49:03.117179 run                             mass: MS start registered  {at=7901848.820527591, delay=0.004231716506183147, ms=00021}
22:49:03.493079 run                osmo-ms-mob/00022: Starting mobile
22:49:03.506670 run       osmo-ms-mob/00022(pid=157): Launched
22:49:03.519369 run                             mass: MS start registered  {at=7901849.222711902, delay=0.004399698227643967, ms=00022}
22:49:03.991557 run                osmo-ms-mob/00023: Starting mobile
22:49:04.005168 run       osmo-ms-mob/00023(pid=158): Launched
22:49:04.016281 run                             mass: MS start registered  {at=7901849.719639014, delay=0.0011742766946554184, ms=00023}
22:49:04.280240 run                             mass: MS performed LU  {at=7901849.983562817, lu_delay=5.956311882473528, ms=00012}
22:49:04.364182 run                             mass: MS performed LU  {at=7901850.067503511, lu_delay=5.5467967428267, ms=00013}
22:49:04.377385 run                osmo-ms-mob/00024: Starting mobile
22:49:04.393389 run       osmo-ms-mob/00024(pid=159): Launched
22:49:04.409979 run                             mass: MS performed LU  {at=7901850.113308068, lu_delay=4.886746124364436, ms=00014}
22:49:04.418089 run                             mass: MS start registered  {at=7901850.121451599, delay=0.015973701141774654, ms=00024}
22:49:04.892139 run                osmo-ms-mob/00025: Starting mobile
22:49:04.907322 run       osmo-ms-mob/00025(pid=160): Launched
22:49:04.919165 run                             mass: MS start registered  {at=7901850.622502374, delay=0.005255961790680885, ms=00025}
22:49:05.291588 run                osmo-ms-mob/00026: Starting mobile
22:49:05.306611 run       osmo-ms-mob/00026(pid=161): Launched
22:49:05.319056 run                             mass: MS start registered  {at=7901851.02239875, delay=0.005491636693477631, ms=00026}
22:49:05.692839 run                osmo-ms-mob/00027: Starting mobile
22:49:05.707149 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.719350 run                             mass: MS start registered  {at=7901851.42267929, delay=0.005507216788828373, ms=00027}
22:49:06.092905 run                osmo-ms-mob/00028: Starting mobile
22:49:06.118381 run       osmo-ms-mob/00028(pid=163): Launched
22:49:06.130775 run                             mass: MS start registered  {at=7901851.834122147, delay=0.003773811273276806, ms=00028}
22:49:06.265631 run                             mass: MS performed LU  {at=7901851.968881488, lu_delay=4.543821696192026, ms=00018}
22:49:06.383848 run                             mass: MS performed LU  {at=7901852.087210892, lu_delay=6.226344936527312, ms=00015}
22:49:06.417461 run                             mass: MS performed LU  {at=7901852.120798098, lu_delay=5.78992641158402, ms=00016}
22:49:06.429105 run                osmo-ms-mob/00029: Starting mobile
22:49:06.443256 run       osmo-ms-mob/00029(pid=164): Launched
22:49:06.455332 run                             mass: MS start registered  {at=7901852.15867943, delay=2.865958958864212e-05, ms=00029}
22:49:06.891428 run                osmo-ms-mob/00030: Starting mobile
22:49:06.904812 run       osmo-ms-mob/00030(pid=165): Launched
22:49:06.916362 run                             mass: MS start registered  {at=7901852.619696972, delay=0.004897600971162319, ms=00030}
22:49:07.291653 run                osmo-ms-mob/00031: Starting mobile
22:49:07.305087 run       osmo-ms-mob/00031(pid=166): Launched
22:49:07.316270 run                             mass: MS start registered  {at=7901853.019628091, delay=0.0012856731191277504, ms=00031}
22:49:07.591563 run                osmo-ms-mob/00032: Starting mobile
22:49:07.606248 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.618736 run                             mass: MS start registered  {at=7901853.32207214, delay=0.005273167043924332, ms=00032}
22:49:08.004235 run                osmo-ms-mob/00033: Starting mobile
22:49:08.018352 run       osmo-ms-mob/00033(pid=168): Launched
22:49:08.029391 run                             mass: MS start registered  {at=7901853.732740679, delay=0.004939547739923, ms=00033}
22:49:08.046423 run                             mass: MS performed LU  {at=7901853.749764149, lu_delay=5.510142443701625, ms=00020}
22:49:08.129280 run                             mass: MS performed LU  {at=7901853.832613627, lu_delay=5.012086036615074, ms=00021}
22:49:08.176155 run                             mass: MS performed LU  {at=7901853.879488886, lu_delay=6.060355609282851, ms=00019}
22:49:08.187346 run                osmo-ms-mob/00034: Starting mobile
22:49:08.200488 run       osmo-ms-mob/00034(pid=169): Launched
22:49:08.211707 run                             mass: MS start registered  {at=7901853.915055439, delay=0.005025850608944893, ms=00034}
22:49:08.319071 run                             mass: MS performed LU  {at=7901854.022398069, lu_delay=4.799686166457832, ms=00022}
22:49:08.695456 run                osmo-ms-mob/00035: Starting mobile
22:49:08.709676 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.721363 run                             mass: MS start registered  {at=7901854.424711508, delay=0.004930725321173668, ms=00035}
22:49:09.092205 run                osmo-ms-mob/00036: Starting mobile
22:49:09.105977 run       osmo-ms-mob/00036(pid=171): Launched
22:49:09.117367 run                             mass: MS start registered  {at=7901854.820701203, delay=0.005037243478000164, ms=00036}
22:49:09.491787 run                osmo-ms-mob/00037: Starting mobile
22:49:09.506220 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.518862 run                             mass: MS start registered  {at=7901855.222188273, delay=0.006259439513087273, ms=00037}
22:49:09.801467 run                osmo-ms-mob/00038: Starting mobile
22:49:09.816926 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.828676 run                             mass: MS start registered  {at=7901855.531981112, delay=0.00529423076659441, ms=00038}
22:49:09.911458 run                             mass: MS performed LU  {at=7901855.61471572, lu_delay=5.895076705142856, ms=00023}
22:49:09.947615 run                             mass: MS performed LU  {at=7901855.650943603, lu_delay=5.529492004774511, ms=00024}
22:49:09.959239 run                osmo-ms-mob/00039: Starting mobile
22:49:09.973418 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.985194 run                             mass: MS start registered  {at=7901855.688526998, delay=0.005397646687924862, ms=00039}
22:49:10.031122 run                             mass: MS performed LU  {at=7901855.734453956, lu_delay=4.7120552053675056, ms=00026}
22:49:10.220326 run                             mass: MS performed LU  {at=7901855.923657245, lu_delay=5.301154870539904, ms=00025}
22:49:10.500360 run                osmo-ms-mob/00040: Starting mobile
22:49:10.521188 run       osmo-ms-mob/00040(pid=175): Launched
22:49:10.533023 run                             mass: MS start registered  {at=7901856.236363316, delay=0.005411303602159023, ms=00040}
22:49:10.792552 run                osmo-ms-mob/00041: Starting mobile
22:49:10.806542 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.818745 run                             mass: MS start registered  {at=7901856.522096323, delay=0.005578663200139999, ms=00041}
22:49:11.092097 run                osmo-ms-mob/00042: Starting mobile
22:49:11.106403 run       osmo-ms-mob/00042(pid=177): Launched
22:49:11.118338 run                             mass: MS start registered  {at=7901856.821676986, delay=0.005477725528180599, ms=00042}
22:49:11.491895 run                osmo-ms-mob/00043: Starting mobile
22:49:11.505563 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.516692 run                             mass: MS start registered  {at=7901857.220041073, delay=0.0048050060868263245, ms=00043}
22:49:12.062255 run                osmo-ms-mob/00044: Starting mobile
22:49:12.079374 run       osmo-ms-mob/00044(pid=179): Launched
22:49:12.086557 run                             mass: Starting too slowly. Moving on {now=7901857.789919451, sleep=-0.2012597369030118, target=7901857.588659714}
22:49:12.092553 run                             mass: MS performed LU  {at=7901857.795911216, lu_delay=5.1762142442166805, ms=00030}
22:49:12.098361 run                             mass: Starting too slowly. Moving on {now=7901857.801731405, sleep=-0.11307169124484062, target=7901857.688659714}
22:49:12.104263 run                             mass: MS performed LU  {at=7901857.807622364, lu_delay=5.973500216379762, ms=00028}
22:49:12.110243 run                             mass: Starting too slowly. Moving on {now=7901857.813613705, sleep=-0.02495399210602045, target=7901857.788659713}
22:49:12.116076 run                             mass: MS performed LU  {at=7901857.819438586, lu_delay=6.396759295836091, ms=00027}
22:49:12.148903 run                osmo-ms-mob/00045: Starting mobile
22:49:12.162405 run       osmo-ms-mob/00045(pid=180): Launched
22:49:12.168685 run                             mass: MS performed LU  {at=7901857.872044624, lu_delay=5.713365193456411, ms=00029}
22:49:12.174684 run                             mass: MS start registered  {at=7901857.878051068, delay=0.08813480380922556, ms=00044}
22:49:12.180862 run                             mass: MS performed LU  {at=7901857.884224008, lu_delay=4.864595917053521, ms=00031}
22:49:12.192099 run                osmo-ms-mob/00046: Starting mobile
22:49:12.205876 run       osmo-ms-mob/00046(pid=181): Launched
22:49:12.212181 run                             mass: MS start registered  {at=7901857.915540437, delay=0.043514396995306015, ms=00045}
22:49:12.218371 run                             mass: MS start registered  {at=7901857.921731686, delay=0.006210743449628353, ms=00046}
22:49:12.691544 run                osmo-ms-mob/00047: Starting mobile
22:49:12.705439 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.716973 run                             mass: MS start registered  {at=7901858.42030421, delay=0.0049493759870529175, ms=00047}
22:49:12.992253 run                osmo-ms-mob/00048: Starting mobile
22:49:13.006300 run       osmo-ms-mob/00048(pid=183): Launched
22:49:13.017809 run                             mass: MS start registered  {at=7901858.721159266, delay=0.004951484501361847, ms=00048}
22:49:13.292099 run                osmo-ms-mob/00049: Starting mobile
22:49:13.306256 run       osmo-ms-mob/00049(pid=184): Launched
22:49:13.317798 run                             mass: MS start registered  {at=7901859.021144894, delay=0.0052169254049658775, ms=00049}
22:49:13.591947 run                osmo-ms-mob/00050: Starting mobile
22:49:13.605951 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.618610 run                             mass: MS start registered  {at=7901859.321954747, delay=0.006093882955610752, ms=00050}
22:49:13.796805 run                             mass: MS performed LU  {at=7901859.50013105, lu_delay=4.679429846815765, ms=00036}
22:49:13.842595 run                             mass: MS performed LU  {at=7901859.545916768, lu_delay=6.223844627849758, ms=00032}
22:49:13.855671 run                osmo-ms-mob/00051: Starting mobile
22:49:13.869750 run       osmo-ms-mob/00051(pid=186): Launched
22:49:13.881460 run                             mass: MS start registered  {at=7901859.584796023, delay=0.0052672503516077995, ms=00051}
22:49:13.912595 run                             mass: MS performed LU  {at=7901859.615929778, lu_delay=5.70087433885783, ms=00034}
22:49:13.948936 run                             mass: MS performed LU  {at=7901859.652265014, lu_delay=5.22755350638181, ms=00035}
22:49:13.960949 run                osmo-ms-mob/00052: Starting mobile
22:49:13.977818 run       osmo-ms-mob/00052(pid=187): Launched
22:49:13.985993 run                             mass: MS performed LU  {at=7901859.689335283, lu_delay=5.956594604067504, ms=00033}
22:49:13.992342 run                             mass: MS start registered  {at=7901859.695705947, delay=0.008038355968892574, ms=00052}
22:49:14.591767 run                osmo-ms-mob/00053: Starting mobile
22:49:14.605527 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.616839 run                             mass: MS start registered  {at=7901860.320192137, delay=0.005010583437979221, ms=00053}
22:49:14.891143 run                osmo-ms-mob/00054: Starting mobile
22:49:14.904478 run       osmo-ms-mob/00054(pid=189): Launched
22:49:14.916360 run                             mass: MS start registered  {at=7901860.619707009, delay=0.0051484182476997375, ms=00054}
22:49:15.191833 run                osmo-ms-mob/00055: Starting mobile
22:49:15.205673 run       osmo-ms-mob/00055(pid=190): Launched
22:49:15.217073 run                             mass: MS start registered  {at=7901860.920425437, delay=0.005097345449030399, ms=00055}
22:49:15.490942 run                osmo-ms-mob/00056: Starting mobile
22:49:15.504532 run       osmo-ms-mob/00056(pid=191): Launched
22:49:15.515911 run                             mass: MS start registered  {at=7901861.219256998, delay=0.005060561932623386, ms=00056}
22:49:15.578455 run                             mass: MS performed LU  {at=7901861.281789493, lu_delay=5.593262494541705, ms=00039}
22:49:15.661466 run                             mass: MS performed LU  {at=7901861.364797702, lu_delay=5.83281658962369, ms=00038}
22:49:15.673291 run                osmo-ms-mob/00057: Starting mobile
22:49:15.686646 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.697822 run                             mass: MS start registered  {at=7901861.401174599, delay=0.00486097764223814, ms=00057}
22:49:15.706908 run                             mass: MS performed LU  {at=7901861.410255446, lu_delay=6.188067172653973, ms=00037}
22:49:15.850846 run                             mass: MS performed LU  {at=7901861.554169306, lu_delay=5.032072982750833, ms=00041}
22:49:15.887835 run                             mass: MS performed LU  {at=7901861.591167647, lu_delay=5.354804331436753, ms=00040}
22:49:15.899818 run                osmo-ms-mob/00058: Starting mobile
22:49:15.913654 run       osmo-ms-mob/00058(pid=193): Launched
22:49:15.920069 run                             mass: MS performed LU  {at=7901861.623425306, lu_delay=4.801748319528997, ms=00042}
22:49:15.926169 run                             mass: MS start registered  {at=7901861.629535018, delay=0.006132038310170174, ms=00058}
22:49:16.492373 run                osmo-ms-mob/00059: Starting mobile
22:49:16.506080 run       osmo-ms-mob/00059(pid=194): Launched
22:49:16.517431 run                             mass: MS start registered  {at=7901862.220783159, delay=0.004692639224231243, ms=00059}
22:49:16.791659 run                osmo-ms-mob/00060: Starting mobile
22:49:16.805398 run       osmo-ms-mob/00060(pid=195): Launched
22:49:16.824215 run                             mass: MS start registered  {at=7901862.52756492, delay=2.7234666049480438e-05, ms=00060}
22:49:17.191294 run                osmo-ms-mob/00061: Starting mobile
22:49:17.204954 run       osmo-ms-mob/00061(pid=196): Launched
22:49:17.216708 run                             mass: MS start registered  {at=7901862.920051429, delay=0.0040357355028390884, ms=00061}
22:49:17.442660 run                             mass: MS performed LU  {at=7901863.145995976, lu_delay=5.230455539189279, ms=00045}
22:49:17.454588 run                osmo-ms-mob/00062: Starting mobile
22:49:17.468259 run       osmo-ms-mob/00062(pid=197): Launched
22:49:17.479053 run                             mass: MS performed LU  {at=7901863.182403306, lu_delay=5.260671619325876, ms=00046}
22:49:17.485271 run                             mass: MS start registered  {at=7901863.188636975, delay=0.01048100646585226, ms=00062}
22:49:17.561990 run                             mass: MS performed LU  {at=7901863.265329514, lu_delay=5.387278445996344, ms=00044}
22:49:17.573949 run                osmo-ms-mob/00063: Starting mobile
22:49:17.587247 run       osmo-ms-mob/00063(pid=198): Launched
22:49:17.598713 run                             mass: MS start registered  {at=7901863.302058039, delay=0.0051459092646837234, ms=00063}
22:49:17.752119 run                             mass: MS performed LU  {at=7901863.45545668, lu_delay=6.235415606759489, ms=00043}
22:49:17.807148 run                             mass: MS performed LU  {at=7901863.51048347, lu_delay=4.789324203506112, ms=00048}
22:49:18.191643 run                osmo-ms-mob/00064: Starting mobile
22:49:18.205379 run       osmo-ms-mob/00064(pid=199): Launched
22:49:18.216469 run                             mass: MS start registered  {at=7901863.919823335, delay=0.004880048334598541, ms=00064}
22:49:18.485815 run                             mass: MS performed LU  {at=7901864.189149898, lu_delay=5.768845687620342, ms=00047}
22:49:18.592107 run                osmo-ms-mob/00065: Starting mobile
22:49:18.605702 run       osmo-ms-mob/00065(pid=200): Launched
22:49:18.617131 run                             mass: MS start registered  {at=7901864.320480354, delay=0.005030219443142414, ms=00065}
22:49:18.623590 run                             mass: MS performed LU  {at=7901864.326949094, lu_delay=3.707242085598409, ms=00054}
22:49:18.891713 run                osmo-ms-mob/00066: Starting mobile
22:49:18.905462 run       osmo-ms-mob/00066(pid=201): Launched
22:49:18.917541 run                             mass: MS start registered  {at=7901864.620889778, delay=0.00542113184928894, ms=00066}
22:49:19.292108 run                osmo-ms-mob/00067: Starting mobile
22:49:19.305394 run       osmo-ms-mob/00067(pid=202): Launched
22:49:19.316951 run                             mass: MS start registered  {at=7901865.020300437, delay=0.005206087604165077, ms=00067}
22:49:19.343664 run                             mass: MS performed LU  {at=7901865.046999283, lu_delay=5.351293336600065, ms=00052}
22:49:19.381069 run                             mass: MS performed LU  {at=7901865.084400985, lu_delay=5.4996049627661705, ms=00051}
22:49:19.392511 run                osmo-ms-mob/00068: Starting mobile
22:49:19.406132 run       osmo-ms-mob/00068(pid=203): Launched
22:49:19.417164 run                             mass: MS start registered  {at=7901865.120518047, delay=0.004702636040747166, ms=00068}
22:49:19.472822 run                             mass: MS performed LU  {at=7901865.17615435, lu_delay=4.855962213128805, ms=00053}
22:49:19.652618 run                             mass: MS performed LU  {at=7901865.355953171, lu_delay=6.334808276966214, ms=00049}
22:49:19.671203 run                             mass: MS performed LU  {at=7901865.374549945, lu_delay=6.0525951981544495, ms=00050}
22:49:19.682985 run                osmo-ms-mob/00069: Starting mobile
22:49:19.696767 run       osmo-ms-mob/00069(pid=204): Launched
22:49:19.709227 run                             mass: MS start registered  {at=7901865.412561062, delay=0.0058713071048259735, ms=00069}
22:49:20.391320 run                osmo-ms-mob/00070: Starting mobile
22:49:20.406093 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.418327 run                             mass: MS start registered  {at=7901866.121639263, delay=0.00540914386510849, ms=00070}
22:49:20.802745 run                osmo-ms-mob/00071: Starting mobile
22:49:20.817838 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.830120 run                             mass: MS start registered  {at=7901866.533466955, delay=0.005451429635286331, ms=00071}
22:49:21.191794 run                osmo-ms-mob/00072: Starting mobile
22:49:21.205122 run       osmo-ms-mob/00072(pid=207): Launched
22:49:21.211611 run                             mass: MS performed LU  {at=7901866.914969, lu_delay=5.513794400729239, ms=00057}
22:49:21.218080 run                             mass: MS start registered  {at=7901866.921444056, delay=0.006492773070931435, ms=00072}
22:49:21.245062 run                             mass: MS performed LU  {at=7901866.94840135, lu_delay=5.729144351556897, ms=00056}
22:49:21.310109 run                             mass: MS performed LU  {at=7901867.013443748, lu_delay=5.3839087300002575, ms=00058}
22:49:21.321756 run                osmo-ms-mob/00073: Starting mobile
22:49:21.336043 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.348605 run                             mass: MS start registered  {at=7901867.05194084, delay=0.005616046488285065, ms=00073}
22:49:21.518213 run                             mass: MS performed LU  {at=7901867.221546516, lu_delay=6.301121078431606, ms=00055}
22:49:21.573259 run                             mass: MS performed LU  {at=7901867.276599058, lu_delay=4.749034138396382, ms=00060}
22:49:21.992169 run                osmo-ms-mob/00074: Starting mobile
22:49:22.006753 run       osmo-ms-mob/00074(pid=209): Launched
22:49:22.020213 run                             mass: MS start registered  {at=7901867.723550396, delay=0.00663172360509634, ms=00074}
22:49:22.297275 run                             mass: MS performed LU  {at=7901868.000597359, lu_delay=5.779814199544489, ms=00059}
22:49:22.310155 run                osmo-ms-mob/00075: Starting mobile
22:49:22.326676 run       osmo-ms-mob/00075(pid=210): Launched
22:49:22.340359 run                             mass: MS start registered  {at=7901868.043696586, delay=0.005452432669699192, ms=00075}
22:49:22.454694 run                             mass: MS performed LU  {at=7901868.157994583, lu_delay=4.855936544016004, ms=00063}
22:49:22.495823 run                             mass: MS performed LU  {at=7901868.19915519, lu_delay=21.36675093509257, ms=00017}
22:49:22.892672 run                osmo-ms-mob/00076: Starting mobile
22:49:22.908212 run       osmo-ms-mob/00076(pid=211): Launched
22:49:22.921101 run                             mass: MS start registered  {at=7901868.624442342, delay=0.005352873355150223, ms=00076}
22:49:23.109447 run                             mass: MS performed LU  {at=7901868.81278066, lu_delay=4.492300305515528, ms=00065}
22:49:23.146775 run                             mass: MS performed LU  {at=7901868.850101704, lu_delay=5.9300502743572, ms=00061}
22:49:23.159579 run                osmo-ms-mob/00077: Starting mobile
22:49:23.175119 run       osmo-ms-mob/00077(pid=212): Launched
22:49:23.183174 run                             mass: MS performed LU  {at=7901868.886520461, lu_delay=5.697883485816419, ms=00062}
22:49:23.190491 run                             mass: MS start registered  {at=7901868.893855527, delay=0.007857824675738811, ms=00077}
22:49:23.436872 run                             mass: MS performed LU  {at=7901869.140189355, lu_delay=5.2203660206869245, ms=00064}
22:49:23.791496 run                osmo-ms-mob/00078: Starting mobile
22:49:23.806823 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.819175 run                             mass: MS start registered  {at=7901869.522514686, delay=0.005349029786884785, ms=00078}
22:49:24.192127 run                osmo-ms-mob/00079: Starting mobile
22:49:24.209007 run       osmo-ms-mob/00079(pid=214): Launched
22:49:24.221290 run                             mass: MS start registered  {at=7901869.924634521, delay=0.0052909888327121735, ms=00079}
22:49:24.691493 run                osmo-ms-mob/00080: Starting mobile
22:49:24.705538 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.717189 run                             mass: MS start registered  {at=7901870.42054201, delay=0.005174894817173481, ms=00080}
22:49:24.974685 run                             mass: MS performed LU  {at=7901870.67801541, lu_delay=5.265454348176718, ms=00069}
22:49:25.011219 run                             mass: MS performed LU  {at=7901870.714555383, lu_delay=5.694254945963621, ms=00067}
22:49:25.139945 run                             mass: MS performed LU  {at=7901870.843279844, lu_delay=6.222390065900981, ms=00066}
22:49:25.151877 run                osmo-ms-mob/00081: Starting mobile
22:49:25.165729 run       osmo-ms-mob/00081(pid=216): Launched
22:49:25.177566 run                             mass: MS start registered  {at=7901870.880916245, delay=0.004418306052684784, ms=00081}
22:49:25.283670 run                             mass: MS performed LU  {at=7901870.987003062, lu_delay=5.866485014557838, ms=00068}
22:49:25.591597 run                osmo-ms-mob/00082: Starting mobile
22:49:25.606079 run       osmo-ms-mob/00082(pid=217): Launched
22:49:25.618796 run                             mass: MS start registered  {at=7901871.322142943, delay=0.005415086634457111, ms=00082}
22:49:26.063517 run                             mass: MS performed LU  {at=7901871.766847773, lu_delay=5.645208510570228, ms=00070}
22:49:26.192335 run                osmo-ms-mob/00083: Starting mobile
22:49:26.206831 run       osmo-ms-mob/00083(pid=218): Launched
22:49:26.218938 run                             mass: MS start registered  {at=7901871.922287544, delay=0.005247741937637329, ms=00083}
22:49:26.691615 run                osmo-ms-mob/00084: Starting mobile
22:49:26.706217 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.718142 run                             mass: MS start registered  {at=7901872.421489168, delay=0.005179942585527897, ms=00084}
22:49:26.875940 run                             mass: MS performed LU  {at=7901872.57926871, lu_delay=4.535572123713791, ms=00075}
22:49:26.912675 run                             mass: MS performed LU  {at=7901872.615987223, lu_delay=5.6945431670174, ms=00072}
22:49:26.949249 run                             mass: MS performed LU  {at=7901872.652574297, lu_delay=6.119107342325151, ms=00071}
22:49:27.191942 run                osmo-ms-mob/00085: Starting mobile
22:49:27.206136 run       osmo-ms-mob/00085(pid=220): Launched
22:49:27.213008 run                             mass: MS performed LU  {at=7901872.916365704, lu_delay=5.864424863830209, ms=00073}
22:49:27.219600 run                             mass: MS start registered  {at=7901872.922966029, delay=0.006621131673455238, ms=00085}
22:49:27.226737 run                             mass: MS performed LU  {at=7901872.930096704, lu_delay=5.20654630754143, ms=00074}
22:49:27.792352 run                osmo-ms-mob/00086: Starting mobile
22:49:27.810339 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.823445 run                             mass: MS start registered  {at=7901873.526793671, delay=0.005023560486733913, ms=00086}
22:49:28.391337 run                osmo-ms-mob/00087: Starting mobile
22:49:28.406324 run       osmo-ms-mob/00087(pid=222): Launched
22:49:28.418112 run                             mass: MS start registered  {at=7901874.121460602, delay=0.004955117590725422, ms=00087}
22:49:28.859896 run                             mass: MS performed LU  {at=7901874.563217723, lu_delay=5.938775381073356, ms=00076}
22:49:28.887402 run                             mass: MS performed LU  {at=7901874.590745152, lu_delay=5.068230465985835, ms=00078}
22:49:28.898942 run                osmo-ms-mob/00088: Starting mobile
22:49:28.912860 run       osmo-ms-mob/00088(pid=223): Launched
22:49:28.919656 run                             mass: MS performed LU  {at=7901874.623013043, lu_delay=4.698378521949053, ms=00079}
22:49:28.926417 run                             mass: MS start registered  {at=7901874.629783947, delay=0.006791569292545319, ms=00088}
22:49:28.975492 run                             mass: MS performed LU  {at=7901874.678819539, lu_delay=5.784964011982083, ms=00077}
22:49:29.594960 run                osmo-ms-mob/00089: Starting mobile
22:49:29.609227 run       osmo-ms-mob/00089(pid=224): Launched
22:49:29.621232 run                             mass: MS start registered  {at=7901875.324578991, delay=0.005107862874865532, ms=00089}
22:49:30.191429 run                osmo-ms-mob/00090: Starting mobile
22:49:30.205530 run       osmo-ms-mob/00090(pid=225): Launched
22:49:30.217977 run                             mass: MS start registered  {at=7901875.921325358, delay=0.005571814253926277, ms=00090}
22:49:30.660156 run                             mass: MS performed LU  {at=7901876.363478853, lu_delay=5.482562608085573, ms=00081}
22:49:30.678956 run                             mass: MS performed LU  {at=7901876.382296781, lu_delay=5.060153838247061, ms=00082}
22:49:30.876160 run                             mass: MS performed LU  {at=7901876.579494833, lu_delay=6.158952822908759, ms=00080}
22:49:30.888607 run                osmo-ms-mob/00091: Starting mobile
22:49:30.903168 run       osmo-ms-mob/00091(pid=226): Launched
22:49:30.915517 run                             mass: MS start registered  {at=7901876.618858388, delay=0.005660548806190491, ms=00091}
22:49:30.932813 run                             mass: MS performed LU  {at=7901876.636124869, lu_delay=4.713837324641645, ms=00083}
22:49:31.592150 run                osmo-ms-mob/00092: Starting mobile
22:49:31.607608 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.620552 run                             mass: MS start registered  {at=7901877.323890581, delay=0.005859491415321827, ms=00092}
22:49:32.393718 run                osmo-ms-mob/00093: Starting mobile
22:49:32.407819 run       osmo-ms-mob/00093(pid=228): Launched
22:49:32.420395 run                             mass: MS start registered  {at=7901878.123739885, delay=0.005886562168598175, ms=00093}
22:49:32.607136 run                             mass: MS performed LU  {at=7901878.310462478, lu_delay=4.783668806776404, ms=00086}
22:49:32.626310 run                             mass: MS performed LU  {at=7901878.329661401, lu_delay=5.40669537242502, ms=00085}
22:49:32.889042 run                             mass: MS performed LU  {at=7901878.592377048, lu_delay=6.170887880027294, ms=00084}
22:49:33.325646 run                osmo-ms-mob/00094: Starting mobile
22:49:33.339515 run       osmo-ms-mob/00094(pid=229): Launched
22:49:33.351250 run                             mass: MS start registered  {at=7901879.054587208, delay=0.005402456969022751, ms=00094}
22:49:34.195710 run                osmo-ms-mob/00095: Starting mobile
22:49:34.210840 run       osmo-ms-mob/00095(pid=230): Launched
22:49:34.222160 run                             mass: MS start registered  {at=7901879.925508272, delay=0.00488282460719347, ms=00095}
22:49:34.554750 run                             mass: MS performed LU  {at=7901880.258085531, lu_delay=6.136624929495156, ms=00087}
22:49:34.624151 run                             mass: MS performed LU  {at=7901880.327485007, lu_delay=5.697701060213149, ms=00088}
22:49:34.642612 run                             mass: MS performed LU  {at=7901880.345953634, lu_delay=5.0213746428489685, ms=00089}
22:49:35.193943 run                osmo-ms-mob/00096: Starting mobile
22:49:35.210316 run       osmo-ms-mob/00096(pid=231): Launched
22:49:35.223098 run                             mass: MS start registered  {at=7901880.926445173, delay=0.005478902719914913, ms=00096}
22:49:36.291159 run                osmo-ms-mob/00097: Starting mobile
22:49:36.305405 run       osmo-ms-mob/00097(pid=232): Launched
22:49:36.317036 run                             mass: MS start registered  {at=7901882.020388898, delay=0.0051084253937006, ms=00097}
22:49:36.373364 run                             mass: MS performed LU  {at=7901882.076661384, lu_delay=4.752770802937448, ms=00092}
22:49:36.391684 run                             mass: MS performed LU  {at=7901882.095031231, lu_delay=5.476172843016684, ms=00091}
22:49:36.419173 run                             mass: MS performed LU  {at=7901882.122511258, lu_delay=6.201185900717974, ms=00090}
22:49:37.595012 run                osmo-ms-mob/00098: Starting mobile
22:49:37.608539 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.620203 run                             mass: MS start registered  {at=7901883.323542148, delay=0.005253257229924202, ms=00098}
22:49:38.154786 run                             mass: MS performed LU  {at=7901883.85810994, lu_delay=4.803522732108831, ms=00094}
22:49:38.320210 run                             mass: MS performed LU  {at=7901884.02354694, lu_delay=5.899807054549456, ms=00093}
22:49:39.393162 run                osmo-ms-mob/00099: Starting mobile
22:49:39.407583 run       osmo-ms-mob/00099(pid=234): Launched
22:49:39.414306 run                             mass: All started... {duration=55.72901426907629, too_slow=3}
22:49:39.420694 run                             mass: MS start registered  {at=7901885.124052656, delay=0.006382250227034092, ms=00099}
22:49:40.138552 run                             mass: MS performed LU  {at=7901885.841856462, lu_delay=4.915411288850009, ms=00096}
22:49:40.392467 run                             mass: MS performed LU  {at=7901886.095803163, lu_delay=6.170294891111553, ms=00095}
22:49:42.068452 run                             mass: MS performed LU  {at=7901887.771787335, lu_delay=4.448245187290013, ms=00098}
22:49:42.086673 run                             mass: MS performed LU  {at=7901887.790022986, lu_delay=5.769634087570012, ms=00097}
22:49:44.375913 run                             mass: MS performed LU  {at=7901890.079247119, lu_delay=4.955194463022053, ms=00099}
22:49:44.382454 run                             mass: Tests done {all_completed=True, max=21.36675093509257, min=3.707242085598409}
22:49:44.388244 tst         register_default_mass.py: Test passed (83.4 sec)
22:49:44.394026 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.397580 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.401110 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.404672 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.408206 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.411757 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.415397 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.419011 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.422629 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.426296 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.429999 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.433717 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.437507 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.441343 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.445313 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.449337 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.453451 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.457631 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.461805 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.466060 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.470358 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.474766 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.479116 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.483497 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.487899 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.492261 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.496515 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.500762 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.504994 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.509208 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.513629 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.517966 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.522552 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.526747 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.530965 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.535154 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.539614 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.543864 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.548020 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.552243 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.556484 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.560683 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.565074 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.569369 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.573614 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.577833 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.582043 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.586498 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.590724 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.594933 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.599178 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.603416 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.607658 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.612153 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.616514 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.620923 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.625299 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.629573 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.633808 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.638046 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.642274 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.646740 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.651021 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.655545 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.659831 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.664065 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.668256 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.672364 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.676597 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.680830 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.685058 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.689279 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.693534 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.697762 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.702043 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.706335 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.710635 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.714900 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.719720 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.723971 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.728822 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.733065 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.737351 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.741736 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.746013 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.750304 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.754673 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.758979 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.763269 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.767535 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.771923 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.776386 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.780789 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.785370 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.789746 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.794036 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.798295 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.803282 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.808244 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.812695 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.816968 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.821253 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.825558 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.829937 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.834305 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.838660 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.842924 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.847173 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.851305 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.855530 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.859700 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.863871 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.868105 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.872316 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.876535 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.880750 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.884937 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.888941 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.892879 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.896763 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.900545 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.904343 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.908083 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.911776 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.915488 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.919182 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.922886 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.926496 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.930119 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.933734 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.937346 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.940946 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.944539 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.948157 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.951712 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.955332 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.959248 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.963073 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.966866 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.970898 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.974787 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.978725 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.982556 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.986367 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.990173 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.993891 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.997614 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:45.001328 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:45.004999 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:45.008707 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:45.012436 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:45.016193 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:45.019960 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:45.023922 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:45.027640 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:45.031308 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:45.034981 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:45.038654 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:45.042350 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:45.046066 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:45.049836 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:45.053554 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:45.057264 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:45.060958 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:45.064663 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:45.068411 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:45.072111 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:45.075802 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:45.079498 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:45.083311 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:45.087163 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:45.091192 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:45.095269 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:45.099366 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:45.103462 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:45.107557 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:45.111669 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:45.115834 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:45.120059 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:45.124260 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:45.128477 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:45.132673 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:45.136885 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:45.141003 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:45.145174 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:45.149278 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:45.153378 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:45.157551 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:45.161684 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:45.165786 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:45.169898 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:45.174036 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:45.178203 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:45.182346 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:45.186444 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:45.190650 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:45.194854 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:45.198938 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:45.203090 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:45.207240 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:45.211338 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:45.215500 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:45.219595 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:45.223689 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:45.227788 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.232012 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.236112 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.240207 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.244325 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:45.248459 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:45.252645 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:45.256678 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:45.260675 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:45.264733 ---      ParallelTerminationStrategy: PID 22 died...
22:49:45.266574 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:45.271154 ---      ParallelTerminationStrategy: PID 23 died...
22:49:45.272983 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:45.277385 ---      ParallelTerminationStrategy: PID 24 died...
22:49:45.279176 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:45.283688 ---      ParallelTerminationStrategy: PID 25 died...
22:49:45.285522 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:45.290025 ---      ParallelTerminationStrategy: PID 26 died...
22:49:45.291857 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:45.296463 ---      ParallelTerminationStrategy: PID 27 died...
22:49:45.298330 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:45.302809 ---      ParallelTerminationStrategy: PID 28 died...
22:49:45.304618 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:45.309100 ---      ParallelTerminationStrategy: PID 29 died...
22:49:45.310918 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:45.315440 ---      ParallelTerminationStrategy: PID 30 died...
22:49:45.317288 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:45.321798 ---      ParallelTerminationStrategy: PID 31 died...
22:49:45.323580 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:45.328051 ---      ParallelTerminationStrategy: PID 32 died...
22:49:45.329867 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:45.334429 ---      ParallelTerminationStrategy: PID 33 died...
22:49:45.336303 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:45.340784 ---      ParallelTerminationStrategy: PID 35 died...
22:49:45.342581 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:45.347093 ---      ParallelTerminationStrategy: PID 36 died...
22:49:45.348941 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:45.353449 ---      ParallelTerminationStrategy: PID 37 died...
22:49:45.355235 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:45.359689 ---      ParallelTerminationStrategy: PID 38 died...
22:49:45.361535 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:45.366055 ---      ParallelTerminationStrategy: PID 39 died...
22:49:45.367893 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:45.372361 ---      ParallelTerminationStrategy: PID 40 died...
22:49:45.374191 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.378739 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.380569 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.385034 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.386823 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.391263 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.393052 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.397452 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.399232 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.403634 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.405437 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.409914 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.411714 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.416105 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.417884 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.422302 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.424067 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.428461 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.430236 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.434654 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.436431 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.440726 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.442459 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.446742 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.448471 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.452760 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.454461 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.458649 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.460371 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.493263 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.494754 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.498400 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.499873 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.503529 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.505028 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.508776 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.510302 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.514210 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.515805 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.519847 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.521492 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.525540 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.527175 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.531165 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.532766 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.536706 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.538304 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.542253 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.543856 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.547841 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.549477 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.553506 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.555127 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.559189 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.560819 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.564783 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.566346 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.570239 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.571834 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.575801 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.577426 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.581398 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.582999 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.586985 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.588594 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.592570 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.594201 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.598189 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.599795 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.603800 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.605424 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.609485 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.611129 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.615227 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.616911 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.621024 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.622710 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.626868 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.628563 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.632746 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.634427 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.638503 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.640147 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.644228 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.645841 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.649823 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.651428 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.655448 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.657113 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.661615 ---      ParallelTerminationStrategy: PID 85 died...
22:49:45.663303 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.667359 ---      ParallelTerminationStrategy: PID 86 died...
22:49:45.668939 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.672883 ---      ParallelTerminationStrategy: PID 87 died...
22:49:45.674467 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.678419 ---      ParallelTerminationStrategy: PID 88 died...
22:49:45.680022 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.683992 ---      ParallelTerminationStrategy: PID 89 died...
22:49:45.685611 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.689727 ---      ParallelTerminationStrategy: PID 90 died...
22:49:45.691319 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.695225 ---      ParallelTerminationStrategy: PID 91 died...
22:49:45.696816 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.701004 ---      ParallelTerminationStrategy: PID 92 died...
22:49:45.702674 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.706768 ---      ParallelTerminationStrategy: PID 93 died...
22:49:45.708426 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.712518 ---      ParallelTerminationStrategy: PID 94 died...
22:49:45.714169 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.718273 ---      ParallelTerminationStrategy: PID 95 died...
22:49:45.719947 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.724026 ---      ParallelTerminationStrategy: PID 96 died...
22:49:45.725701 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.729804 ---      ParallelTerminationStrategy: PID 97 died...
22:49:45.731447 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.735518 ---      ParallelTerminationStrategy: PID 98 died...
22:49:45.737174 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.741249 ---      ParallelTerminationStrategy: PID 99 died...
22:49:45.742906 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.747106 ---      ParallelTerminationStrategy: PID 100 died...
22:49:45.748842 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.753140 ---      ParallelTerminationStrategy: PID 101 died...
22:49:45.754881 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.759179 ---      ParallelTerminationStrategy: PID 102 died...
22:49:45.760954 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.765245 ---      ParallelTerminationStrategy: PID 103 died...
22:49:45.766978 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.771283 ---      ParallelTerminationStrategy: PID 104 died...
22:49:45.772989 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.777098 ---      ParallelTerminationStrategy: PID 105 died...
22:49:45.778743 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.782920 ---      ParallelTerminationStrategy: PID 106 died...
22:49:45.784641 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.788874 ---      ParallelTerminationStrategy: PID 107 died...
22:49:45.790601 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.794896 ---      ParallelTerminationStrategy: PID 108 died...
22:49:45.796620 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.800734 ---      ParallelTerminationStrategy: PID 109 died...
22:49:45.802384 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.806529 ---      ParallelTerminationStrategy: PID 110 died...
22:49:45.808200 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.812343 ---      ParallelTerminationStrategy: PID 111 died...
22:49:45.814038 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.818237 ---      ParallelTerminationStrategy: PID 112 died...
22:49:45.819929 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.824152 ---      ParallelTerminationStrategy: PID 113 died...
22:49:45.825860 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.830039 ---      ParallelTerminationStrategy: PID 114 died...
22:49:45.831740 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.835956 ---      ParallelTerminationStrategy: PID 115 died...
22:49:45.837665 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.841856 ---      ParallelTerminationStrategy: PID 116 died...
22:49:45.843556 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.847737 ---      ParallelTerminationStrategy: PID 117 died...
22:49:45.849433 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.853606 ---      ParallelTerminationStrategy: PID 118 died...
22:49:45.855290 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.859478 ---      ParallelTerminationStrategy: PID 119 died...
22:49:45.861179 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.865386 ---      ParallelTerminationStrategy: PID 120 died...
22:49:45.867074 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.871357 ---      ParallelTerminationStrategy: PID 121 died...
22:49:45.873114 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.877388 ---      ParallelTerminationStrategy: PID 122 died...
22:49:45.879127 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.883388 ---      ParallelTerminationStrategy: PID 123 died...
22:49:45.885075 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.889215 ---      ParallelTerminationStrategy: PID 124 died...
22:49:45.890873 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.894962 ---      ParallelTerminationStrategy: PID 125 died...
22:49:45.896629 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.900715 ---      ParallelTerminationStrategy: PID 126 died...
22:49:45.902366 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.906446 ---      ParallelTerminationStrategy: PID 127 died...
22:49:45.908092 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.912280 ---      ParallelTerminationStrategy: PID 128 died...
22:49:45.913983 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.918173 ---      ParallelTerminationStrategy: PID 129 died...
22:49:45.919864 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.924095 ---      ParallelTerminationStrategy: PID 130 died...
22:49:45.925815 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.930034 ---      ParallelTerminationStrategy: PID 131 died...
22:49:45.931713 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.935801 ---      ParallelTerminationStrategy: PID 132 died...
22:49:45.937502 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.941560 ---      ParallelTerminationStrategy: PID 133 died...
22:49:45.943212 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.947306 ---      ParallelTerminationStrategy: PID 134 died...
22:49:45.949005 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.953283 ---      ParallelTerminationStrategy: PID 135 died...
22:49:45.955024 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.959378 ---      ParallelTerminationStrategy: PID 136 died...
22:49:45.961132 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.965472 ---      ParallelTerminationStrategy: PID 137 died...
22:49:45.967205 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.971547 ---      ParallelTerminationStrategy: PID 138 died...
22:49:45.973289 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.977635 ---      ParallelTerminationStrategy: PID 139 died...
22:49:45.979375 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.983718 ---      ParallelTerminationStrategy: PID 140 died...
22:49:45.985480 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.989829 ---      ParallelTerminationStrategy: PID 141 died...
22:49:45.991568 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.995886 ---      ParallelTerminationStrategy: PID 142 died...
22:49:45.997643 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:46.001950 ---      ParallelTerminationStrategy: PID 143 died...
22:49:46.003695 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:46.008002 ---      ParallelTerminationStrategy: PID 144 died...
22:49:46.009760 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:46.014145 ---      ParallelTerminationStrategy: PID 145 died...
22:49:46.015890 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:46.020220 ---      ParallelTerminationStrategy: PID 146 died...
22:49:46.021975 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:46.026283 ---      ParallelTerminationStrategy: PID 147 died...
22:49:46.028035 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:46.032257 ---      ParallelTerminationStrategy: PID 148 died...
22:49:46.033980 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:46.038207 ---      ParallelTerminationStrategy: PID 149 died...
22:49:46.039893 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:46.044104 ---      ParallelTerminationStrategy: PID 150 died...
22:49:46.045802 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:46.050014 ---      ParallelTerminationStrategy: PID 151 died...
22:49:46.051728 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:46.056026 ---      ParallelTerminationStrategy: PID 152 died...
22:49:46.057812 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:46.062114 ---      ParallelTerminationStrategy: PID 153 died...
22:49:46.063961 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:46.068270 ---      ParallelTerminationStrategy: PID 154 died...
22:49:46.070010 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:46.074369 ---      ParallelTerminationStrategy: PID 155 died...
22:49:46.076108 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:46.080410 ---      ParallelTerminationStrategy: PID 156 died...
22:49:46.082158 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:46.086434 ---      ParallelTerminationStrategy: PID 157 died...
22:49:46.088177 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:46.092528 ---      ParallelTerminationStrategy: PID 158 died...
22:49:46.094275 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:46.098608 ---      ParallelTerminationStrategy: PID 159 died...
22:49:46.100340 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:46.104697 ---      ParallelTerminationStrategy: PID 160 died...
22:49:46.106430 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:46.110771 ---      ParallelTerminationStrategy: PID 161 died...
22:49:46.112509 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:46.116831 ---      ParallelTerminationStrategy: PID 162 died...
22:49:46.118571 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:46.122893 ---      ParallelTerminationStrategy: PID 163 died...
22:49:46.124616 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:46.128987 ---      ParallelTerminationStrategy: PID 164 died...
22:49:46.130728 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:46.135052 ---      ParallelTerminationStrategy: PID 165 died...
22:49:46.136803 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:46.141145 ---      ParallelTerminationStrategy: PID 166 died...
22:49:46.142889 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:46.147242 ---      ParallelTerminationStrategy: PID 167 died...
22:49:46.148995 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:46.153326 ---      ParallelTerminationStrategy: PID 168 died...
22:49:46.155082 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:46.159510 ---      ParallelTerminationStrategy: PID 169 died...
22:49:46.161328 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:46.165765 ---      ParallelTerminationStrategy: PID 170 died...
22:49:46.167545 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:46.171980 ---      ParallelTerminationStrategy: PID 171 died...
22:49:46.173786 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:46.178009 ---      ParallelTerminationStrategy: PID 172 died...
22:49:46.179760 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:46.184071 ---      ParallelTerminationStrategy: PID 173 died...
22:49:46.185807 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:46.190182 ---      ParallelTerminationStrategy: PID 174 died...
22:49:46.191931 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:46.196262 ---      ParallelTerminationStrategy: PID 175 died...
22:49:46.198024 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:46.202357 ---      ParallelTerminationStrategy: PID 176 died...
22:49:46.204105 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:46.208430 ---      ParallelTerminationStrategy: PID 177 died...
22:49:46.210184 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:46.214495 ---      ParallelTerminationStrategy: PID 178 died...
22:49:46.216223 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:46.220584 ---      ParallelTerminationStrategy: PID 179 died...
22:49:46.222331 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:46.226667 ---      ParallelTerminationStrategy: PID 180 died...
22:49:46.228408 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:46.236813 ---      ParallelTerminationStrategy: PID 181 died...
22:49:46.238558 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:46.242858 ---      ParallelTerminationStrategy: PID 182 died...
22:49:46.244603 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:46.248991 ---      ParallelTerminationStrategy: PID 183 died...
22:49:46.250745 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:46.255158 ---      ParallelTerminationStrategy: PID 184 died...
22:49:46.256956 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:46.261384 ---      ParallelTerminationStrategy: PID 185 died...
22:49:46.263165 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:46.267369 ---      ParallelTerminationStrategy: PID 186 died...
22:49:46.269108 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:46.273434 ---      ParallelTerminationStrategy: PID 187 died...
22:49:46.275173 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:46.279500 ---      ParallelTerminationStrategy: PID 188 died...
22:49:46.281260 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:46.285603 ---      ParallelTerminationStrategy: PID 189 died...
22:49:46.287344 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:46.291652 ---      ParallelTerminationStrategy: PID 190 died...
22:49:46.293408 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:46.297757 ---      ParallelTerminationStrategy: PID 191 died...
22:49:46.299482 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:46.303778 ---      ParallelTerminationStrategy: PID 192 died...
22:49:46.305523 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:46.309813 ---      ParallelTerminationStrategy: PID 193 died...
22:49:46.311538 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:46.315886 ---      ParallelTerminationStrategy: PID 194 died...
22:49:46.317623 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.321798 ---      ParallelTerminationStrategy: PID 195 died...
22:49:46.323469 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.327557 ---      ParallelTerminationStrategy: PID 196 died...
22:49:46.329240 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.333382 ---      ParallelTerminationStrategy: PID 197 died...
22:49:46.335058 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.339195 ---      ParallelTerminationStrategy: PID 198 died...
22:49:46.340848 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.344974 ---      ParallelTerminationStrategy: PID 199 died...
22:49:46.346631 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:46.350733 ---      ParallelTerminationStrategy: PID 200 died...
22:49:46.352384 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:46.356535 ---      ParallelTerminationStrategy: PID 201 died...
22:49:46.358205 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:46.362307 ---      ParallelTerminationStrategy: PID 202 died...
22:49:46.363964 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:46.368115 ---      ParallelTerminationStrategy: PID 203 died...
22:49:46.369832 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:46.374037 ---      ParallelTerminationStrategy: PID 204 died...
22:49:46.375772 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:46.380139 ---      ParallelTerminationStrategy: PID 205 died...
22:49:46.381885 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:46.386224 ---      ParallelTerminationStrategy: PID 206 died...
22:49:46.387974 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:46.392334 ---      ParallelTerminationStrategy: PID 207 died...
22:49:46.394108 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:46.398561 ---      ParallelTerminationStrategy: PID 208 died...
22:49:46.400338 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:46.404802 ---      ParallelTerminationStrategy: PID 209 died...
22:49:46.406590 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:46.411034 ---      ParallelTerminationStrategy: PID 210 died...
22:49:46.412815 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:46.417252 ---      ParallelTerminationStrategy: PID 211 died...
22:49:46.419028 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:46.423465 ---      ParallelTerminationStrategy: PID 212 died...
22:49:46.425262 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:46.429718 ---      ParallelTerminationStrategy: PID 213 died...
22:49:46.431499 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:46.436005 ---      ParallelTerminationStrategy: PID 214 died...
22:49:46.437805 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:46.442258 ---      ParallelTerminationStrategy: PID 215 died...
22:49:46.444046 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:46.448314 ---      ParallelTerminationStrategy: PID 216 died...
22:49:46.450020 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:46.454257 ---      ParallelTerminationStrategy: PID 217 died...
22:49:46.455957 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:46.460160 ---      ParallelTerminationStrategy: PID 218 died...
22:49:46.461871 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:46.466088 ---      ParallelTerminationStrategy: PID 219 died...
22:49:46.467772 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:46.472026 ---      ParallelTerminationStrategy: PID 220 died...
22:49:46.473727 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:46.477960 ---      ParallelTerminationStrategy: PID 221 died...
22:49:46.479673 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:46.483979 ---      ParallelTerminationStrategy: PID 222 died...
22:49:46.485747 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:46.490065 ---      ParallelTerminationStrategy: PID 223 died...
22:49:46.491797 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:46.496123 ---      ParallelTerminationStrategy: PID 224 died...
22:49:46.497873 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:46.502237 ---      ParallelTerminationStrategy: PID 225 died...
22:49:46.503984 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:46.508350 ---      ParallelTerminationStrategy: PID 226 died...
22:49:46.510102 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:46.514406 ---      ParallelTerminationStrategy: PID 227 died...
22:49:46.516160 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:46.520473 ---      ParallelTerminationStrategy: PID 228 died...
22:49:46.522228 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:46.526542 ---      ParallelTerminationStrategy: PID 229 died...
22:49:46.528285 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:46.532600 ---      ParallelTerminationStrategy: PID 230 died...
22:49:46.534364 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:46.538663 ---      ParallelTerminationStrategy: PID 231 died...
22:49:46.540389 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:46.544718 ---      ParallelTerminationStrategy: PID 232 died...
22:49:46.546456 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.550794 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.552532 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:46.556737 ---      ParallelTerminationStrategy: PID 234 died...
22:49:46.558395 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.962164 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.963789 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7936 netreg_mass PASS
---------------------------------------------------------------------
22:49:50.035716 tst                       trial-7936: Storing JUnit report in /build/trial-7936/run.2025-04-14_22-48-20/trial-7936.xml

--------------------------------------------------------------------------------------------
trial-7936 PASS
--------------------------------------------------------------------------------------------
22:49:50.046707 tst                       trial-7936: trial-7936: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (83.4 sec)
+ exit_code=0
+ rm -rf trial-7936/inst
+ cd trial-7936
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-14 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7936-run.tgz run.2025-04-14_22-48-20
+ tar czf /build/trial-7936-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-14_13_26_23.tgz osmo-bts-oc2g.build-2025-04-14_00_51_31.tgz osmo-bts-sysmo.build-2025-04-14_00_51_35.tgz osmo-bts.build-2025-04-14_00_51_38.tgz osmo-ggsn.build-2025-04-14_20_42_35.tgz osmo-hlr.build-2025-04-14_16_36_55.tgz osmo-hnbgw.build-2025-04-14_13_30_11.tgz osmo-mgw.build-2025-04-14_08_33_14.tgz osmo-msc.build-2025-04-14_13_32_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-14_07_34_03.tgz osmo-pcu-sysmo.build-2025-04-14_07_34_03.tgz osmo-pcu.build-2025-04-14_07_34_02.tgz osmo-sgsn.build-2025-04-14_20_48_32.tgz osmo-stp.build-2025-04-14_13_25_15.tgz osmo-trx.build-2025-04-14_14_26_49.tgz osmocom-bb.build-2025-04-14_21_17_23.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