Skip to content
Success

Console Output

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

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

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

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

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

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

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

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

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

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

#10 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#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 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#12 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:edf1a45489c6fac27f84f445a3c904a6834d34b9eea1be69faede701a221c78c 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=8103 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-09-28 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8103
+ mkdir -p trial-8103
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-28_13_26_23.tgz osmo-bts-oc2g.build-2025-09-28_00_51_40.tgz osmo-bts-sysmo.build-2025-09-28_00_51_42.tgz osmo-bts.build-2025-09-28_00_51_48.tgz osmo-ggsn.build-2025-09-28_20_42_28.tgz osmo-hlr.build-2025-09-28_16_36_54.tgz osmo-hnbgw.build-2025-09-28_13_30_20.tgz osmo-mgw.build-2025-09-28_08_33_13.tgz osmo-msc.build-2025-09-28_13_32_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-28_07_34_05.tgz osmo-pcu-sysmo.build-2025-09-28_07_36_24.tgz osmo-pcu.build-2025-09-28_07_36_29.tgz osmo-sgsn.build-2025-09-28_20_48_08.tgz osmo-stp.build-2025-09-28_13_25_14.tgz osmo-trx.build-2025-09-28_14_26_54.tgz osmocom-bb.build-2025-09-28_21_17_45.tgz srslte.build-19.tgz trial-8103
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-28_13_26_23.md5 osmo-bts-oc2g.build-2025-09-28_00_51_40.md5 osmo-bts-sysmo.build-2025-09-28_00_51_42.md5 osmo-bts.build-2025-09-28_00_51_48.md5 osmo-ggsn.build-2025-09-28_20_42_28.md5 osmo-hlr.build-2025-09-28_16_36_54.md5 osmo-hnbgw.build-2025-09-28_13_30_20.md5 osmo-mgw.build-2025-09-28_08_33_13.md5 osmo-msc.build-2025-09-28_13_32_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-28_07_34_05.md5 osmo-pcu-sysmo.build-2025-09-28_07_36_24.md5 osmo-pcu.build-2025-09-28_07_36_29.md5 osmo-sgsn.build-2025-09-28_20_48_08.md5 osmo-stp.build-2025-09-28_13_25_14.md5 osmo-trx.build-2025-09-28_14_26_54.md5 osmocom-bb.build-2025-09-28_21_17_45.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-28_13_26_23.md5 osmo-bts-oc2g.build-2025-09-28_00_51_40.md5 osmo-bts-sysmo.build-2025-09-28_00_51_42.md5 osmo-bts.build-2025-09-28_00_51_48.md5 osmo-ggsn.build-2025-09-28_20_42_28.md5 osmo-hlr.build-2025-09-28_16_36_54.md5 osmo-hnbgw.build-2025-09-28_13_30_20.md5 osmo-mgw.build-2025-09-28_08_33_13.md5 osmo-msc.build-2025-09-28_13_32_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-28_07_34_05.md5 osmo-pcu-sysmo.build-2025-09-28_07_36_24.md5 osmo-pcu.build-2025-09-28_07_36_29.md5 osmo-sgsn.build-2025-09-28_20_48_08.md5 osmo-stp.build-2025-09-28_13_25_14.md5 osmo-trx.build-2025-09-28_14_26_54.md5 osmocom-bb.build-2025-09-28_21_17_45.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-8103 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8103'
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-8103
--------------------------------------------------------------------------------------------
22:48:16.378958 tst                       trial-8103: Detailed log at /build/trial-8103/run.2025-09-28_22-48-16/log

---------------------------------------------------------------------
trial-8103 netreg_mass
---------------------------------------------------------------------
22:48:16.589589 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.589958 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.590769 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.591975 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.636986 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.637869 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.639039 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.727451 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-8103 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.728296 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.744551 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.745156 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.745635 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.746088 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.746540 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.747017 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.747473 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.798801 tst         register_default_mass.py: using LAC 2
22:48:16.837997 tst         register_default_mass.py: using RAC 2
22:48:16.874913 tst         register_default_mass.py: using CellId 2
22:48:16.909132 tst         register_default_mass.py: using BVCI 3
22:48:16.915175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.915845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.916400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.916989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.917518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.918045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.918557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.919080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.919630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.920144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.920660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.921167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.921699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.922217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.922723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.923234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.923749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.924261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.924775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.925297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.925799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.926303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.926823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.927331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.927829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.928347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.929026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.929549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.930058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.930575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.931105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.931614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.932125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.932671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.933191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.933691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.934209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.934723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.935226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.935728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.936237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.936755 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.937276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.937793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.938295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.938806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.939320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.939828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.940331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.940861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.941379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.941898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.942404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.942906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.943421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.943935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.944436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.944970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.945478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.945974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.946490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.947006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.947512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.948011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.948525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.949080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.949578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.950100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.950605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.951105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.951613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.952111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.952716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.953234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.953733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.954225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.954716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.955220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.955725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.956220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.956737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.957236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.957744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.958246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.958741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.959234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.959746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.960244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.960754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.961274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.961774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.962286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.962814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.963344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.963844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.964339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.964867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.965383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.965884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.966372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.966875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.967438 tst      register_default_mass.py:21: Launching a simple network
22:48:16.977582 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.103207 run            create_hlr_db(pid=20): Launched
22:48:18.113275 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.130977 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.147018 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.153058 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.339930 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.355994 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.362128 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.802251 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.818441 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.829216 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.949173 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.964245 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.970102 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.994406 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.010203 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.016257 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.341907 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.357437 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.374600 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.528046 run         osmo-bts-virtual(pid=34): Launched
22:48:29.577788 tst         register_default_mass.py: using MSISDN 1001
22:48:29.583854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.676568 tst         register_default_mass.py: using MSISDN 1002
22:48:29.682381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.757036 tst         register_default_mass.py: using MSISDN 1003
22:48:29.762976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.835367 tst         register_default_mass.py: using MSISDN 1004
22:48:29.842229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.915066 tst         register_default_mass.py: using MSISDN 1005
22:48:29.920768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.991294 tst         register_default_mass.py: using MSISDN 1006
22:48:29.997283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.068936 tst         register_default_mass.py: using MSISDN 1007
22:48:30.075081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.142694 tst         register_default_mass.py: using MSISDN 1008
22:48:30.152152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.213120 tst         register_default_mass.py: using MSISDN 1009
22:48:30.222417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.284334 tst         register_default_mass.py: using MSISDN 1010
22:48:30.290281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.361547 tst         register_default_mass.py: using MSISDN 1011
22:48:30.367582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.436867 tst         register_default_mass.py: using MSISDN 1012
22:48:30.442903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.514781 tst         register_default_mass.py: using MSISDN 1013
22:48:30.520743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.589502 tst         register_default_mass.py: using MSISDN 1014
22:48:30.595560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.692144 tst         register_default_mass.py: using MSISDN 1015
22:48:30.698120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.769186 tst         register_default_mass.py: using MSISDN 1016
22:48:30.775151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.847032 tst         register_default_mass.py: using MSISDN 1017
22:48:30.853037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.925072 tst         register_default_mass.py: using MSISDN 1018
22:48:30.931197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.992391 tst         register_default_mass.py: using MSISDN 1019
22:48:30.998200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.095220 tst         register_default_mass.py: using MSISDN 1020
22:48:31.101291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.187604 tst         register_default_mass.py: using MSISDN 1021
22:48:31.193636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.267575 tst         register_default_mass.py: using MSISDN 1022
22:48:31.273538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.335756 tst         register_default_mass.py: using MSISDN 1023
22:48:31.341766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.408259 tst         register_default_mass.py: using MSISDN 1024
22:48:31.414675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.490653 tst         register_default_mass.py: using MSISDN 1025
22:48:31.496666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.560393 tst         register_default_mass.py: using MSISDN 1026
22:48:31.566309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.629595 tst         register_default_mass.py: using MSISDN 1027
22:48:31.635920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.708012 tst         register_default_mass.py: using MSISDN 1028
22:48:31.713986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.786870 tst         register_default_mass.py: using MSISDN 1029
22:48:31.792807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.863121 tst         register_default_mass.py: using MSISDN 1030
22:48:31.868987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.933066 tst         register_default_mass.py: using MSISDN 1031
22:48:31.939036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.005788 tst         register_default_mass.py: using MSISDN 1032
22:48:32.011429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.080170 tst         register_default_mass.py: using MSISDN 1033
22:48:32.087552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.166053 tst         register_default_mass.py: using MSISDN 1034
22:48:32.171977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.247535 tst         register_default_mass.py: using MSISDN 1035
22:48:32.254215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.328848 tst         register_default_mass.py: using MSISDN 1036
22:48:32.336767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.398149 tst         register_default_mass.py: using MSISDN 1037
22:48:32.403894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.475663 tst         register_default_mass.py: using MSISDN 1038
22:48:32.481670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.547246 tst         register_default_mass.py: using MSISDN 1039
22:48:32.553277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.626835 tst         register_default_mass.py: using MSISDN 1040
22:48:32.632705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.706351 tst         register_default_mass.py: using MSISDN 1041
22:48:32.713857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.783567 tst         register_default_mass.py: using MSISDN 1042
22:48:32.792069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.852466 tst         register_default_mass.py: using MSISDN 1043
22:48:32.858493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.923898 tst         register_default_mass.py: using MSISDN 1044
22:48:32.929847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.998028 tst         register_default_mass.py: using MSISDN 1045
22:48:33.004047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.081122 tst         register_default_mass.py: using MSISDN 1046
22:48:33.087153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.154852 tst         register_default_mass.py: using MSISDN 1047
22:48:33.163417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.238229 tst         register_default_mass.py: using MSISDN 1048
22:48:33.247694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.313985 tst         register_default_mass.py: using MSISDN 1049
22:48:33.321927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.398162 tst         register_default_mass.py: using MSISDN 1050
22:48:33.404214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.479262 tst         register_default_mass.py: using MSISDN 1051
22:48:33.486058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.566821 tst         register_default_mass.py: using MSISDN 1052
22:48:33.572665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.652438 tst         register_default_mass.py: using MSISDN 1053
22:48:33.660529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.728778 tst         register_default_mass.py: using MSISDN 1054
22:48:33.734619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.815114 tst         register_default_mass.py: using MSISDN 1055
22:48:33.820990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.896190 tst         register_default_mass.py: using MSISDN 1056
22:48:33.901914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.977814 tst         register_default_mass.py: using MSISDN 1057
22:48:33.983770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.060758 tst         register_default_mass.py: using MSISDN 1058
22:48:34.066534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.130839 tst         register_default_mass.py: using MSISDN 1059
22:48:34.136998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.215677 tst         register_default_mass.py: using MSISDN 1060
22:48:34.221495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.289902 tst         register_default_mass.py: using MSISDN 1061
22:48:34.295590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.363092 tst         register_default_mass.py: using MSISDN 1062
22:48:34.368765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.443032 tst         register_default_mass.py: using MSISDN 1063
22:48:34.449094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.518597 tst         register_default_mass.py: using MSISDN 1064
22:48:34.524710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.601584 tst         register_default_mass.py: using MSISDN 1065
22:48:34.607607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.675156 tst         register_default_mass.py: using MSISDN 1066
22:48:34.680882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.762743 tst         register_default_mass.py: using MSISDN 1067
22:48:34.768364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.835987 tst         register_default_mass.py: using MSISDN 1068
22:48:34.841649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.908126 tst         register_default_mass.py: using MSISDN 1069
22:48:34.914223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.982274 tst         register_default_mass.py: using MSISDN 1070
22:48:34.988305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.073602 tst         register_default_mass.py: using MSISDN 1071
22:48:35.079702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.142885 tst         register_default_mass.py: using MSISDN 1072
22:48:35.148565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.214756 tst         register_default_mass.py: using MSISDN 1073
22:48:35.223405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.294626 tst         register_default_mass.py: using MSISDN 1074
22:48:35.300386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.372559 tst         register_default_mass.py: using MSISDN 1075
22:48:35.380277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.454354 tst         register_default_mass.py: using MSISDN 1076
22:48:35.463081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.534189 tst         register_default_mass.py: using MSISDN 1077
22:48:35.540217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.658139 tst         register_default_mass.py: using MSISDN 1078
22:48:35.664024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.737520 tst         register_default_mass.py: using MSISDN 1079
22:48:35.743276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.818677 tst         register_default_mass.py: using MSISDN 1080
22:48:35.824687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.898127 tst         register_default_mass.py: using MSISDN 1081
22:48:35.907245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.975171 tst         register_default_mass.py: using MSISDN 1082
22:48:35.981040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:36.053664 tst         register_default_mass.py: using MSISDN 1083
22:48:36.059985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:36.125711 tst         register_default_mass.py: using MSISDN 1084
22:48:36.131663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:36.202209 tst         register_default_mass.py: using MSISDN 1085
22:48:36.208090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:36.273433 tst         register_default_mass.py: using MSISDN 1086
22:48:36.281103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:36.352894 tst         register_default_mass.py: using MSISDN 1087
22:48:36.358876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:36.436048 tst         register_default_mass.py: using MSISDN 1088
22:48:36.443903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:36.517686 tst         register_default_mass.py: using MSISDN 1089
22:48:36.523660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:36.595262 tst         register_default_mass.py: using MSISDN 1090
22:48:36.602092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:36.670386 tst         register_default_mass.py: using MSISDN 1091
22:48:36.676920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.751664 tst         register_default_mass.py: using MSISDN 1092
22:48:36.757671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.832259 tst         register_default_mass.py: using MSISDN 1093
22:48:36.838280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.921042 tst         register_default_mass.py: using MSISDN 1094
22:48:36.927625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:37.026559 tst         register_default_mass.py: using MSISDN 1095
22:48:37.032318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:37.280068 tst         register_default_mass.py: using MSISDN 1096
22:48:37.288103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:37.354013 tst         register_default_mass.py: using MSISDN 1097
22:48:37.359881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:37.428150 tst         register_default_mass.py: using MSISDN 1098
22:48:37.433903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:37.500796 tst         register_default_mass.py: using MSISDN 1099
22:48:37.507389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:37.571543 tst         register_default_mass.py: using MSISDN 1100
22:48:37.577491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:37.689546 run                             mass: Starting testcase
22:48:37.695443 run                             mass: Pre-launching all virtphy's
22:48:37.700965 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:37.714355 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:37.720511 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:37.733644 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:37.740028 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:37.753712 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:37.759982 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:37.773690 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:37.779797 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:37.792911 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:37.799314 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:37.813185 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:37.819678 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:37.833687 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:37.840103 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:37.853732 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:37.860238 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:37.874169 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:37.880613 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:37.894258 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:37.900746 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:37.914380 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:37.920700 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:37.934018 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:37.940215 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:37.953402 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:37.959570 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:37.972770 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:37.979108 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:37.992814 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:37.999229 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.012798 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.019242 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.033165 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.039569 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.053302 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.059629 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.072853 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.079278 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.092977 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.099326 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.113044 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.119282 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.132945 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.139221 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.152331 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.158377 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:38.171528 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:38.177529 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:38.190764 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:38.196765 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:38.209807 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:38.215820 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:38.229016 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:38.235149 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:38.248211 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:38.254347 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:38.268029 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:38.274423 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:38.288105 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:38.294702 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:38.308301 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:38.314619 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:38.327989 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:38.334227 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:38.347263 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:38.353356 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:38.367038 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:38.373372 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:38.387105 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:38.393408 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:38.407061 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:38.413321 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:38.427049 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:38.433328 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:38.447004 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:38.453281 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:38.466991 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:38.473274 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:38.486623 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:38.492642 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:38.505795 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:38.511853 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:38.524990 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:38.531026 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:38.544120 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:38.550192 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:38.563315 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:38.569435 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:38.582571 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:38.588612 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:38.601651 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:38.607692 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:38.620822 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:38.627029 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:38.640256 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:38.646361 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:38.659520 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:38.665589 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:38.678931 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:38.685332 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:38.699058 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:38.705743 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:38.719762 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:38.726210 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:38.740108 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:38.746475 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:38.760676 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:38.767106 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:38.781009 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:38.787299 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:38.800925 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:38.807223 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:38.820906 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:38.827176 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:38.840754 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:38.846966 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:38.860013 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:38.866297 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:38.879969 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:38.886262 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:38.899842 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:38.906125 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:38.919898 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:38.926147 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:38.939646 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:38.945838 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:38.958982 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:38.965049 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:38.978582 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:38.984748 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:38.997819 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:39.003960 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:39.017068 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:39.023091 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:39.036061 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:39.042125 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:39.055192 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:39.061246 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:39.074252 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:39.080329 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:39.093774 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:39.100096 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:39.113717 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:39.120160 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:39.133527 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:39.139961 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:39.153855 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:39.160216 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:39.173975 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:39.180389 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:39.194393 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:39.200631 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:39.214091 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:39.220452 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:39.234221 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:39.240527 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:39.254079 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:39.260344 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:39.273992 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:39.280346 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:39.294022 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:39.300326 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:39.314169 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:39.323705 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:39.337434 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:39.343981 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:39.357904 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:39.364243 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:39.377804 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:39.384144 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:39.397822 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:39.404228 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:39.417627 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:39.423899 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:39.437183 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:39.443355 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:39.456730 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:39.462896 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:39.476712 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:39.486947 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:39.500788 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:39.507344 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:39.521183 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:39.533056 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:39.546901 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:39.553433 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:39.567360 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:39.573875 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:39.587795 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:39.594249 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:39.608215 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:39.614730 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:39.629038 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:39.635961 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:39.650030 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:39.656526 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:39.670731 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:39.677237 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:39.719142 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:39.725190 run                             mass: Checking if sockets are in the filesystem
22:48:39.737366 run                osmo-ms-mob/00000: Starting mobile
22:48:39.750686 run       osmo-ms-mob/00000(pid=135): Launched
22:48:39.763161 run                             mass: MS start registered  {at=22330625.46650101, delay=0.006329502910375595, ms=00000}
22:48:43.937001 run                osmo-ms-mob/00001: Starting mobile
22:48:43.950963 run       osmo-ms-mob/00001(pid=136): Launched
22:48:43.961945 run                             mass: MS start registered  {at=22330629.665294908, delay=0.004764989018440247, ms=00001}
22:48:45.120810 run                             mass: MS performed LU  {at=22330630.824135307, lu_delay=5.357634298503399, ms=00000}
22:48:45.740491 run                osmo-ms-mob/00002: Starting mobile
22:48:45.755934 run       osmo-ms-mob/00002(pid=137): Launched
22:48:45.767306 run                             mass: MS start registered  {at=22330631.470648378, delay=0.004340566694736481, ms=00002}
22:48:47.041783 run                osmo-ms-mob/00003: Starting mobile
22:48:47.056539 run       osmo-ms-mob/00003(pid=138): Launched
22:48:47.067711 run                             mass: MS start registered  {at=22330632.771061394, delay=0.005211237818002701, ms=00003}
22:48:48.137831 run                osmo-ms-mob/00004: Starting mobile
22:48:48.151812 run       osmo-ms-mob/00004(pid=139): Launched
22:48:48.163125 run                             mass: MS start registered  {at=22330633.866471007, delay=0.0044222623109817505, ms=00004}
22:48:48.886520 run                             mass: MS performed LU  {at=22330634.5898501, lu_delay=4.924555193632841, ms=00001}
22:48:49.136566 run                osmo-ms-mob/00005: Starting mobile
22:48:49.149770 run       osmo-ms-mob/00005(pid=140): Launched
22:48:49.160550 run                             mass: MS start registered  {at=22330634.86389913, delay=0.004756074398756027, ms=00005}
22:48:50.037849 run                osmo-ms-mob/00006: Starting mobile
22:48:50.051588 run       osmo-ms-mob/00006(pid=141): Launched
22:48:50.062595 run                             mass: MS start registered  {at=22330635.7659365, delay=0.004641473293304443, ms=00006}
22:48:50.788557 run                             mass: MS performed LU  {at=22330636.491888877, lu_delay=5.021240498870611, ms=00002}
22:48:50.936987 run                osmo-ms-mob/00007: Starting mobile
22:48:50.950495 run       osmo-ms-mob/00007(pid=142): Launched
22:48:50.961989 run                             mass: MS start registered  {at=22330636.665330682, delay=0.00515863299369812, ms=00007}
22:48:51.741833 run                osmo-ms-mob/00008: Starting mobile
22:48:51.756534 run       osmo-ms-mob/00008(pid=143): Launched
22:48:51.767830 run                             mass: MS start registered  {at=22330637.471173786, delay=0.004567783325910568, ms=00008}
22:48:52.437035 run                osmo-ms-mob/00009: Starting mobile
22:48:52.450692 run       osmo-ms-mob/00009(pid=144): Launched
22:48:52.462129 run                             mass: MS start registered  {at=22330638.165474717, delay=0.00498613715171814, ms=00009}
22:48:52.652393 run                             mass: MS performed LU  {at=22330638.355726324, lu_delay=5.5846649296581745, ms=00003}
22:48:53.137311 run                osmo-ms-mob/00010: Starting mobile
22:48:53.151392 run       osmo-ms-mob/00010(pid=145): Launched
22:48:53.162761 run                             mass: MS start registered  {at=22330638.866109114, delay=0.0049651265144348145, ms=00010}
22:48:53.169596 run                             mass: MS performed LU  {at=22330638.872947093, lu_delay=5.0064760856330395, ms=00004}
22:48:53.737870 run                osmo-ms-mob/00011: Starting mobile
22:48:53.752043 run       osmo-ms-mob/00011(pid=146): Launched
22:48:53.763810 run                             mass: MS start registered  {at=22330639.467153355, delay=0.0049657151103019714, ms=00011}
22:48:54.337511 run                osmo-ms-mob/00012: Starting mobile
22:48:54.351398 run       osmo-ms-mob/00012(pid=147): Launched
22:48:54.362683 run                             mass: MS start registered  {at=22330640.066028595, delay=0.005015801638364792, ms=00012}
22:48:54.554475 run                             mass: MS performed LU  {at=22330640.25780346, lu_delay=5.393904328346252, ms=00005}
22:48:54.937464 run                osmo-ms-mob/00013: Starting mobile
22:48:54.950910 run       osmo-ms-mob/00013(pid=148): Launched
22:48:54.962483 run                             mass: MS start registered  {at=22330640.66582366, delay=0.0050687529146671295, ms=00013}
22:48:55.070856 run                             mass: MS performed LU  {at=22330640.7741852, lu_delay=5.008248697966337, ms=00006}
22:48:55.537894 run                osmo-ms-mob/00014: Starting mobile
22:48:55.551802 run       osmo-ms-mob/00014(pid=149): Launched
22:48:55.562808 run                             mass: MS start registered  {at=22330641.26615679, delay=0.004787098616361618, ms=00014}
22:48:56.137836 run                osmo-ms-mob/00015: Starting mobile
22:48:56.151382 run       osmo-ms-mob/00015(pid=150): Launched
22:48:56.164866 run                             mass: MS start registered  {at=22330641.868217263, delay=0.004072714596986771, ms=00015}
22:48:56.418176 run                             mass: MS performed LU  {at=22330642.12150626, lu_delay=4.650332473218441, ms=00008}
22:48:56.464486 run                             mass: MS performed LU  {at=22330642.167832583, lu_delay=5.502501901239157, ms=00007}
22:48:56.637368 run                osmo-ms-mob/00016: Starting mobile
22:48:56.650702 run       osmo-ms-mob/00016(pid=151): Launched
22:48:56.661858 run                             mass: MS start registered  {at=22330642.365211412, delay=0.004695761948823929, ms=00016}
22:48:57.137425 run                osmo-ms-mob/00017: Starting mobile
22:48:57.151362 run       osmo-ms-mob/00017(pid=152): Launched
22:48:57.162467 run                             mass: MS start registered  {at=22330642.865818314, delay=0.004664015024900436, ms=00017}
22:48:57.736885 run                osmo-ms-mob/00018: Starting mobile
22:48:57.750535 run       osmo-ms-mob/00018(pid=153): Launched
22:48:57.761784 run                             mass: MS start registered  {at=22330643.465132024, delay=0.005069848150014877, ms=00018}
22:48:58.136836 run                osmo-ms-mob/00019: Starting mobile
22:48:58.150560 run       osmo-ms-mob/00019(pid=154): Launched
22:48:58.161632 run                             mass: MS start registered  {at=22330643.86498143, delay=0.004628695547580719, ms=00019}
22:48:58.320015 run                             mass: MS performed LU  {at=22330644.023336794, lu_delay=5.857862077653408, ms=00009}
22:48:58.366461 run                             mass: MS performed LU  {at=22330644.069785807, lu_delay=5.20367669314146, ms=00010}
22:48:58.637217 run                osmo-ms-mob/00020: Starting mobile
22:48:58.651221 run       osmo-ms-mob/00020(pid=155): Launched
22:48:58.662397 run                             mass: MS start registered  {at=22330644.36574205, delay=0.00475851446390152, ms=00020}
22:48:58.670422 run                             mass: MS performed LU  {at=22330644.37377402, lu_delay=4.906620662659407, ms=00011}
22:48:59.137630 run                osmo-ms-mob/00021: Starting mobile
22:48:59.152245 run       osmo-ms-mob/00021(pid=156): Launched
22:48:59.163743 run                             mass: MS start registered  {at=22330644.867087416, delay=0.004916895180940628, ms=00021}
22:48:59.539859 run                osmo-ms-mob/00022: Starting mobile
22:48:59.554298 run       osmo-ms-mob/00022(pid=157): Launched
22:48:59.565644 run                             mass: MS start registered  {at=22330645.26899579, delay=0.004926566034555435, ms=00022}
22:49:00.037238 run                osmo-ms-mob/00023: Starting mobile
22:49:00.050532 run       osmo-ms-mob/00023(pid=158): Launched
22:49:00.061719 run                             mass: MS start registered  {at=22330645.765064724, delay=0.004936240613460541, ms=00023}
22:49:00.184195 run                             mass: MS performed LU  {at=22330645.887526367, lu_delay=5.221702706068754, ms=00013}
22:49:00.231114 run                             mass: MS performed LU  {at=22330645.93444902, lu_delay=5.868420425802469, ms=00012}
22:49:00.336629 run                             mass: MS performed LU  {at=22330646.039958127, lu_delay=4.77380133792758, ms=00014}
22:49:00.348958 run                osmo-ms-mob/00024: Starting mobile
22:49:00.362793 run       osmo-ms-mob/00024(pid=159): Launched
22:49:00.374679 run                             mass: MS start registered  {at=22330646.07802118, delay=0.005319494754076004, ms=00024}
22:49:00.937678 run                osmo-ms-mob/00025: Starting mobile
22:49:00.951504 run       osmo-ms-mob/00025(pid=160): Launched
22:49:00.962697 run                             mass: MS start registered  {at=22330646.666052595, delay=0.004447266459465027, ms=00025}
22:49:01.338870 run                osmo-ms-mob/00026: Starting mobile
22:49:01.352782 run       osmo-ms-mob/00026(pid=161): Launched
22:49:01.364240 run                             mass: MS start registered  {at=22330647.06758067, delay=0.005144722759723663, ms=00026}
22:49:01.738257 run                osmo-ms-mob/00027: Starting mobile
22:49:01.753056 run       osmo-ms-mob/00027(pid=162): Launched
22:49:01.767625 run                             mass: MS start registered  {at=22330647.470914554, delay=0.00012554600834846497, ms=00027}
22:49:02.085977 run                             mass: MS performed LU  {at=22330647.789288018, lu_delay=5.424076605588198, ms=00016}
22:49:02.108122 run                osmo-ms-mob/00028: Starting mobile
22:49:02.124600 run       osmo-ms-mob/00028(pid=163): Launched
22:49:02.132526 run                             mass: MS performed LU  {at=22330647.83587246, lu_delay=5.967655196785927, ms=00015}
22:49:02.138883 run                             mass: MS start registered  {at=22330647.842248652, delay=0.007777255028486252, ms=00028}
22:49:02.201081 run                             mass: MS performed LU  {at=22330647.90441923, lu_delay=5.038600914180279, ms=00017}
22:49:02.473424 run                             mass: MS performed LU  {at=22330648.176753286, lu_delay=4.7116212621331215, ms=00018}
22:49:02.487342 run                osmo-ms-mob/00029: Starting mobile
22:49:02.504294 run       osmo-ms-mob/00029(pid=164): Launched
22:49:02.519105 run                             mass: MS start registered  {at=22330648.222447917, delay=0.0003724135458469391, ms=00029}
22:49:02.937273 run                osmo-ms-mob/00030: Starting mobile
22:49:02.950800 run       osmo-ms-mob/00030(pid=165): Launched
22:49:02.961869 run                             mass: MS start registered  {at=22330648.66521476, delay=0.004967153072357178, ms=00030}
22:49:03.337526 run                osmo-ms-mob/00031: Starting mobile
22:49:03.350872 run       osmo-ms-mob/00031(pid=166): Launched
22:49:03.362509 run                             mass: MS start registered  {at=22330649.06584161, delay=0.005272369831800461, ms=00031}
22:49:03.637972 run                osmo-ms-mob/00032: Starting mobile
22:49:03.652786 run       osmo-ms-mob/00032(pid=167): Launched
22:49:03.665252 run                             mass: MS start registered  {at=22330649.368600026, delay=0.005529362708330154, ms=00032}
22:49:03.867227 run                             mass: MS performed LU  {at=22330649.570539873, lu_delay=4.703452456742525, ms=00021}
22:49:03.950756 run                             mass: MS performed LU  {at=22330649.654062487, lu_delay=5.288320437073708, ms=00020}
22:49:03.962699 run                osmo-ms-mob/00033: Starting mobile
22:49:03.976653 run       osmo-ms-mob/00033(pid=168): Launched
22:49:03.988317 run                             mass: MS start registered  {at=22330649.691654466, delay=0.005210418254137039, ms=00033}
22:49:03.996436 run                             mass: MS performed LU  {at=22330649.699783884, lu_delay=5.8348024524748325, ms=00019}
22:49:04.437120 run                osmo-ms-mob/00034: Starting mobile
22:49:04.450545 run       osmo-ms-mob/00034(pid=169): Launched
22:49:04.461564 run                             mass: MS start registered  {at=22330650.164911, delay=0.004823718219995499, ms=00034}
22:49:04.736851 run                osmo-ms-mob/00035: Starting mobile
22:49:04.750274 run       osmo-ms-mob/00035(pid=170): Launched
22:49:04.761178 run                             mass: MS start registered  {at=22330650.464530885, delay=0.004675835371017456, ms=00035}
22:49:05.137778 run                osmo-ms-mob/00036: Starting mobile
22:49:05.151652 run       osmo-ms-mob/00036(pid=171): Launched
22:49:05.162978 run                             mass: MS start registered  {at=22330650.86632532, delay=0.004835058003664017, ms=00036}
22:49:05.537861 run                osmo-ms-mob/00037: Starting mobile
22:49:05.551824 run       osmo-ms-mob/00037(pid=172): Launched
22:49:05.563154 run                             mass: MS start registered  {at=22330651.266504087, delay=0.004665054380893707, ms=00037}
22:49:05.837370 run                osmo-ms-mob/00038: Starting mobile
22:49:05.851721 run       osmo-ms-mob/00038(pid=173): Launched
22:49:05.858764 run                             mass: MS performed LU  {at=22330651.562121097, lu_delay=6.293125305324793, ms=00022}
22:49:05.864902 run                             mass: MS start registered  {at=22330651.568267662, delay=0.006165560334920883, ms=00038}
22:49:05.898104 run                             mass: MS performed LU  {at=22330651.601446602, lu_delay=5.836381878703833, ms=00023}
22:49:05.910014 run                osmo-ms-mob/00039: Starting mobile
22:49:05.923879 run       osmo-ms-mob/00039(pid=174): Launched
22:49:05.935314 run                             mass: MS start registered  {at=22330651.638662834, delay=0.005111183971166611, ms=00039}
22:49:05.966744 run                             mass: MS performed LU  {at=22330651.670078795, lu_delay=5.00402620062232, ms=00025}
22:49:06.003852 run                             mass: MS performed LU  {at=22330651.707182497, lu_delay=5.629161316901445, ms=00024}
22:49:06.258349 run                             mass: MS performed LU  {at=22330651.96168514, lu_delay=4.894104469567537, ms=00026}
22:49:06.270199 run                osmo-ms-mob/00040: Starting mobile
22:49:06.284093 run       osmo-ms-mob/00040(pid=175): Launched
22:49:06.295115 run                             mass: MS start registered  {at=22330651.998465568, delay=0.004858028143644333, ms=00040}
22:49:06.837396 run                osmo-ms-mob/00041: Starting mobile
22:49:06.851581 run       osmo-ms-mob/00041(pid=176): Launched
22:49:06.863067 run                             mass: MS start registered  {at=22330652.56641616, delay=0.005099385976791382, ms=00041}
22:49:07.142627 run                osmo-ms-mob/00042: Starting mobile
22:49:07.169648 run       osmo-ms-mob/00042(pid=177): Launched
22:49:07.189074 run                             mass: MS start registered  {at=22330652.89241556, delay=0.0030860938131809235, ms=00042}
22:49:07.537877 run                osmo-ms-mob/00043: Starting mobile
22:49:07.553159 run       osmo-ms-mob/00043(pid=178): Launched
22:49:07.565750 run                             mass: MS start registered  {at=22330653.269093663, delay=0.005420684814453125, ms=00043}
22:49:07.632852 run                             mass: MS performed LU  {at=22330653.336186163, lu_delay=4.670971404761076, ms=00030}
22:49:07.716262 run                             mass: MS performed LU  {at=22330653.41959283, lu_delay=5.197144914418459, ms=00029}
22:49:07.729120 run                osmo-ms-mob/00044: Starting mobile
22:49:07.744174 run       osmo-ms-mob/00044(pid=179): Launched
22:49:07.756021 run                             mass: MS start registered  {at=22330653.459373333, delay=0.005126886069774628, ms=00044}
22:49:07.762806 run                             mass: MS performed LU  {at=22330653.46616193, lu_delay=5.623913276940584, ms=00028}
22:49:07.923625 run                             mass: MS performed LU  {at=22330653.626959547, lu_delay=6.156044993549585, ms=00027}
22:49:07.934933 run                osmo-ms-mob/00045: Starting mobile
22:49:07.948158 run       osmo-ms-mob/00045(pid=180): Launched
22:49:07.959790 run                             mass: MS start registered  {at=22330653.663117036, delay=0.004643112421035767, ms=00045}
22:49:08.437366 run                osmo-ms-mob/00046: Starting mobile
22:49:08.451424 run       osmo-ms-mob/00046(pid=181): Launched
22:49:08.462876 run                             mass: MS start registered  {at=22330654.16621708, delay=0.004972532391548157, ms=00046}
22:49:08.737592 run                osmo-ms-mob/00047: Starting mobile
22:49:08.751714 run       osmo-ms-mob/00047(pid=182): Launched
22:49:08.763186 run                             mass: MS start registered  {at=22330654.46652319, delay=0.004941187798976898, ms=00047}
22:49:09.038182 run                osmo-ms-mob/00048: Starting mobile
22:49:09.052021 run       osmo-ms-mob/00048(pid=183): Launched
22:49:09.063844 run                             mass: MS start registered  {at=22330654.767184842, delay=0.005151502788066864, ms=00048}
22:49:09.337673 run                osmo-ms-mob/00049: Starting mobile
22:49:09.351546 run       osmo-ms-mob/00049(pid=184): Launched
22:49:09.362845 run                             mass: MS start registered  {at=22330655.06619617, delay=0.0031832419335842133, ms=00049}
22:49:09.617131 run                             mass: MS performed LU  {at=22330655.320456814, lu_delay=6.25461520254612, ms=00031}
22:49:09.628406 run                osmo-ms-mob/00050: Starting mobile
22:49:09.641591 run       osmo-ms-mob/00050(pid=185): Launched
22:49:09.652457 run                             mass: MS start registered  {at=22330655.3558076, delay=0.004772849380970001, ms=00050}
22:49:09.664067 run                             mass: MS performed LU  {at=22330655.36740587, lu_delay=5.998805843293667, ms=00032}
22:49:09.734570 run                             mass: MS performed LU  {at=22330655.43780691, lu_delay=5.746152445673943, ms=00033}
22:49:09.769587 run                             mass: MS performed LU  {at=22330655.47291189, lu_delay=5.308000892400742, ms=00034}
22:49:09.781106 run                osmo-ms-mob/00051: Starting mobile
22:49:09.795192 run       osmo-ms-mob/00051(pid=186): Launched
22:49:09.801563 run                             mass: MS performed LU  {at=22330655.50491982, lu_delay=5.040388934314251, ms=00035}
22:49:09.807891 run                             mass: MS start registered  {at=22330655.511255383, delay=0.006356462836265564, ms=00051}
22:49:10.061858 run                             mass: MS performed LU  {at=22330655.76512663, lu_delay=4.898801311850548, ms=00036}
22:49:10.089697 run                osmo-ms-mob/00052: Starting mobile
22:49:10.103162 run       osmo-ms-mob/00052(pid=187): Launched
22:49:10.113842 run                             mass: MS start registered  {at=22330655.817194782, delay=0.004449810832738876, ms=00052}
22:49:10.639867 run                osmo-ms-mob/00053: Starting mobile
22:49:10.653201 run       osmo-ms-mob/00053(pid=188): Launched
22:49:10.664058 run                             mass: MS start registered  {at=22330656.36740788, delay=0.0046377405524253845, ms=00053}
22:49:10.937221 run                osmo-ms-mob/00054: Starting mobile
22:49:10.951428 run       osmo-ms-mob/00054(pid=189): Launched
22:49:10.962648 run                             mass: MS start registered  {at=22330656.66599661, delay=0.0047490037977695465, ms=00054}
22:49:11.237466 run                osmo-ms-mob/00055: Starting mobile
22:49:11.251947 run       osmo-ms-mob/00055(pid=190): Launched
22:49:11.263740 run                             mass: MS start registered  {at=22330656.967082474, delay=0.004394594579935074, ms=00055}
22:49:11.399256 run                             mass: MS performed LU  {at=22330657.102570403, lu_delay=5.534302741289139, ms=00038}
22:49:11.482685 run                             mass: MS performed LU  {at=22330657.1859517, lu_delay=5.919447612017393, ms=00037}
22:49:11.502462 run                osmo-ms-mob/00056: Starting mobile
22:49:11.519955 run       osmo-ms-mob/00056(pid=191): Launched
22:49:11.528072 run                             mass: MS performed LU  {at=22330657.231409866, lu_delay=5.5927470326423645, ms=00039}
22:49:11.534962 run                             mass: MS start registered  {at=22330657.238324072, delay=0.007365193217992783, ms=00056}
22:49:11.690234 run                             mass: MS performed LU  {at=22330657.393567268, lu_delay=5.395101699978113, ms=00040}
22:49:11.701971 run                osmo-ms-mob/00057: Starting mobile
22:49:11.715485 run       osmo-ms-mob/00057(pid=192): Launched
22:49:11.727087 run                             mass: MS performed LU  {at=22330657.4304016, lu_delay=4.863985441625118, ms=00041}
22:49:11.734129 run                             mass: MS start registered  {at=22330657.437495016, delay=0.012033987790346146, ms=00057}
22:49:12.241585 run                osmo-ms-mob/00058: Starting mobile
22:49:12.256005 run       osmo-ms-mob/00058(pid=193): Launched
22:49:12.270854 run                             mass: MS start registered  {at=22330657.974190913, delay=0.008203614503145218, ms=00058}
22:49:12.537526 run                osmo-ms-mob/00059: Starting mobile
22:49:12.551333 run       osmo-ms-mob/00059(pid=194): Launched
22:49:12.563090 run                             mass: MS start registered  {at=22330658.26642786, delay=0.005216337740421295, ms=00059}
22:49:12.836877 run                osmo-ms-mob/00060: Starting mobile
22:49:12.851130 run       osmo-ms-mob/00060(pid=195): Launched
22:49:12.863013 run                             mass: MS start registered  {at=22330658.566350684, delay=0.00544574111700058, ms=00060}
22:49:13.238029 run                osmo-ms-mob/00061: Starting mobile
22:49:13.251513 run       osmo-ms-mob/00061(pid=196): Launched
22:49:13.262825 run                             mass: MS start registered  {at=22330658.96617133, delay=0.004690840840339661, ms=00061}
22:49:13.383572 run                             mass: MS performed LU  {at=22330659.086904798, lu_delay=5.627531465142965, ms=00044}
22:49:13.429695 run                             mass: MS performed LU  {at=22330659.133031305, lu_delay=6.240615744143724, ms=00042}
22:49:13.441680 run                osmo-ms-mob/00062: Starting mobile
22:49:13.455434 run       osmo-ms-mob/00062(pid=197): Launched
22:49:13.466719 run                             mass: MS start registered  {at=22330659.17007086, delay=0.004920989274978638, ms=00062}
22:49:13.498506 run                             mass: MS performed LU  {at=22330659.201838695, lu_delay=5.932745032012463, ms=00043}
22:49:13.535734 run                             mass: MS performed LU  {at=22330659.239063542, lu_delay=4.772540353238583, ms=00047}
22:49:13.548706 run                osmo-ms-mob/00063: Starting mobile
22:49:13.565569 run       osmo-ms-mob/00063(pid=198): Launched
22:49:13.573410 run                             mass: MS performed LU  {at=22330659.27676217, lu_delay=5.110545087605715, ms=00046}
22:49:13.580906 run                             mass: MS start registered  {at=22330659.28426995, delay=0.0075334832072257996, ms=00063}
22:49:13.591277 run                             mass: MS performed LU  {at=22330659.29462075, lu_delay=5.631503712385893, ms=00045}
22:49:13.862916 run                             mass: MS performed LU  {at=22330659.56624955, lu_delay=4.799064707010984, ms=00048}
22:49:13.875953 run                osmo-ms-mob/00064: Starting mobile
22:49:13.892729 run       osmo-ms-mob/00064(pid=199): Launched
22:49:13.905789 run                             mass: MS start registered  {at=22330659.609110396, delay=0.005404312163591385, ms=00064}
22:49:14.639238 run                osmo-ms-mob/00065: Starting mobile
22:49:14.657094 run       osmo-ms-mob/00065(pid=200): Launched
22:49:14.671085 run                             mass: MS start registered  {at=22330660.37441325, delay=0.005843035876750946, ms=00065}
22:49:14.940781 run                osmo-ms-mob/00066: Starting mobile
22:49:14.957747 run       osmo-ms-mob/00066(pid=201): Launched
22:49:14.971507 run                             mass: MS start registered  {at=22330660.674824294, delay=0.005800269544124603, ms=00066}
22:49:15.165203 run                             mass: MS performed LU  {at=22330660.868520815, lu_delay=5.357265431433916, ms=00051}
22:49:15.247748 run                             mass: MS performed LU  {at=22330660.951058105, lu_delay=5.1338633224368095, ms=00052}
22:49:15.263649 run                osmo-ms-mob/00067: Starting mobile
22:49:15.279442 run       osmo-ms-mob/00067(pid=202): Launched
22:49:15.292135 run                             mass: MS start registered  {at=22330660.99548177, delay=0.005309838801622391, ms=00067}
22:49:15.299355 run                             mass: MS performed LU  {at=22330661.002712503, lu_delay=5.646904904395342, ms=00050}
22:49:15.455651 run                             mass: MS performed LU  {at=22330661.158958077, lu_delay=6.092761907726526, ms=00049}
22:49:15.471054 run                osmo-ms-mob/00068: Starting mobile
22:49:15.487077 run       osmo-ms-mob/00068(pid=203): Launched
22:49:15.494572 run                             mass: MS performed LU  {at=22330661.197926518, lu_delay=4.830518636852503, ms=00053}
22:49:15.501899 run                             mass: MS start registered  {at=22330661.205261897, delay=0.00735965371131897, ms=00068}
22:49:16.038648 run                osmo-ms-mob/00069: Starting mobile
22:49:16.055607 run       osmo-ms-mob/00069(pid=204): Launched
22:49:16.069198 run                             mass: MS start registered  {at=22330661.7725337, delay=0.00446135550737381, ms=00069}
22:49:16.438950 run                osmo-ms-mob/00070: Starting mobile
22:49:16.455623 run       osmo-ms-mob/00070(pid=205): Launched
22:49:16.469567 run                             mass: MS start registered  {at=22330662.172886066, delay=0.005773942917585373, ms=00070}
22:49:16.839452 run                osmo-ms-mob/00071: Starting mobile
22:49:16.853093 run       osmo-ms-mob/00071(pid=206): Launched
22:49:16.864026 run                             mass: MS start registered  {at=22330662.567377996, delay=0.004731900990009308, ms=00071}
22:49:17.028973 run                             mass: MS performed LU  {at=22330662.732308593, lu_delay=5.7652261182665825, ms=00055}
22:49:17.066537 run                             mass: MS performed LU  {at=22330662.769870065, lu_delay=5.3323750495910645, ms=00057}
22:49:17.149353 run                             mass: MS performed LU  {at=22330662.852687664, lu_delay=5.614363592118025, ms=00056}
22:49:17.161579 run                osmo-ms-mob/00072: Starting mobile
22:49:17.176051 run       osmo-ms-mob/00072(pid=207): Launched
22:49:17.187659 run                             mass: MS start registered  {at=22330662.891008202, delay=0.005050256848335266, ms=00072}
22:49:17.320357 run                             mass: MS performed LU  {at=22330663.02369327, lu_delay=5.049502357840538, ms=00058}
22:49:17.356786 run                             mass: MS performed LU  {at=22330663.060123395, lu_delay=4.793695535510778, ms=00059}
22:49:17.638802 run                osmo-ms-mob/00073: Starting mobile
22:49:17.655036 run       osmo-ms-mob/00073(pid=208): Launched
22:49:17.668061 run                             mass: MS start registered  {at=22330663.371399477, delay=0.005835585296154022, ms=00073}
22:49:18.037273 run                osmo-ms-mob/00074: Starting mobile
22:49:18.051576 run       osmo-ms-mob/00074(pid=209): Launched
22:49:18.063195 run                             mass: MS start registered  {at=22330663.766515102, delay=0.00520671159029007, ms=00074}
22:49:18.071912 run                             mass: MS performed LU  {at=22330663.775255594, lu_delay=7.109258983284235, ms=00054}
22:49:18.437918 run                osmo-ms-mob/00075: Starting mobile
22:49:18.453366 run       osmo-ms-mob/00075(pid=210): Launched
22:49:18.466741 run                             mass: MS start registered  {at=22330664.17007407, delay=0.006206858903169632, ms=00075}
22:49:18.930217 run                             mass: MS performed LU  {at=22330664.633549094, lu_delay=5.667377762496471, ms=00061}
22:49:18.944064 run                osmo-ms-mob/00076: Starting mobile
22:49:18.960109 run       osmo-ms-mob/00076(pid=211): Launched
22:49:18.973482 run                             mass: MS start registered  {at=22330664.6768304, delay=0.005193300545215607, ms=00076}
22:49:18.987281 run                             mass: MS performed LU  {at=22330664.6906143, lu_delay=5.406344350427389, ms=00063}
22:49:19.059717 run                             mass: MS performed LU  {at=22330664.76305325, lu_delay=5.592982389032841, ms=00062}
22:49:19.258725 run                             mass: MS performed LU  {at=22330664.962055158, lu_delay=5.352944761514664, ms=00064}
22:49:19.271781 run                osmo-ms-mob/00077: Starting mobile
22:49:19.287328 run       osmo-ms-mob/00077(pid=212): Launched
22:49:19.294339 run                             mass: MS performed LU  {at=22330664.997694384, lu_delay=6.431343700736761, ms=00060}
22:49:19.301493 run                             mass: MS start registered  {at=22330665.004855145, delay=0.007182594388723373, ms=00077}
22:49:19.837455 run                osmo-ms-mob/00078: Starting mobile
22:49:19.853422 run       osmo-ms-mob/00078(pid=213): Launched
22:49:19.867691 run                             mass: MS start registered  {at=22330665.571025733, delay=0.0060172416269779205, ms=00078}
22:49:20.238243 run                osmo-ms-mob/00079: Starting mobile
22:49:20.254318 run       osmo-ms-mob/00079(pid=214): Launched
22:49:20.267665 run                             mass: MS start registered  {at=22330665.971005607, delay=0.0044436827301979065, ms=00079}
22:49:20.743404 run                osmo-ms-mob/00080: Starting mobile
22:49:20.761688 run       osmo-ms-mob/00080(pid=215): Launched
22:49:20.775755 run                             mass: MS start registered  {at=22330666.479100935, delay=3.333389759063721e-05, ms=00080}
22:49:20.897121 run                             mass: MS performed LU  {at=22330666.60040885, lu_delay=5.604927077889442, ms=00067}
22:49:20.915331 run                             mass: MS performed LU  {at=22330666.618659314, lu_delay=5.943835020065308, ms=00066}
22:49:21.030969 run                             mass: MS performed LU  {at=22330666.734298594, lu_delay=5.529036697000265, ms=00068}
22:49:21.086141 run                             mass: MS performed LU  {at=22330666.789470263, lu_delay=5.0169365629553795, ms=00069}
22:49:21.100787 run                osmo-ms-mob/00081: Starting mobile
22:49:21.118680 run       osmo-ms-mob/00081(pid=216): Launched
22:49:21.136740 run                             mass: MS start registered  {at=22330666.839997604, delay=0.00820969045162201, ms=00081}
22:49:21.357776 run                             mass: MS performed LU  {at=22330667.06110499, lu_delay=4.888218924403191, ms=00070}
22:49:21.638086 run                osmo-ms-mob/00082: Starting mobile
22:49:21.654932 run       osmo-ms-mob/00082(pid=217): Launched
22:49:21.668528 run                             mass: MS start registered  {at=22330667.371851727, delay=0.00465373694896698, ms=00082}
22:49:22.239688 run                osmo-ms-mob/00083: Starting mobile
22:49:22.257168 run       osmo-ms-mob/00083(pid=218): Launched
22:49:22.270884 run                             mass: MS start registered  {at=22330667.97422762, delay=0.005769308656454086, ms=00083}
22:49:22.696764 run                             mass: MS performed LU  {at=22330668.400099788, lu_delay=5.028700310736895, ms=00073}
22:49:22.708758 run                osmo-ms-mob/00084: Starting mobile
22:49:22.722650 run       osmo-ms-mob/00084(pid=219): Launched
22:49:22.735022 run                             mass: MS start registered  {at=22330668.438362353, delay=0.00564613938331604, ms=00084}
22:49:22.752297 run                             mass: MS performed LU  {at=22330668.455637936, lu_delay=5.5646297335624695, ms=00072}
22:49:22.826121 run                             mass: MS performed LU  {at=22330668.529456623, lu_delay=5.9620786271989346, ms=00071}
22:49:23.023738 run                             mass: MS performed LU  {at=22330668.727073215, lu_delay=4.960558112710714, ms=00074}
22:49:23.236946 run                osmo-ms-mob/00085: Starting mobile
22:49:23.250126 run       osmo-ms-mob/00085(pid=220): Launched
22:49:23.262680 run                             mass: MS start registered  {at=22330668.96602105, delay=0.0061918459832668304, ms=00085}
22:49:23.838293 run                osmo-ms-mob/00086: Starting mobile
22:49:23.855015 run       osmo-ms-mob/00086(pid=221): Launched
22:49:23.869269 run                             mass: MS start registered  {at=22330669.572589792, delay=0.006300155073404312, ms=00086}
22:49:24.437743 run                osmo-ms-mob/00087: Starting mobile
22:49:24.452795 run       osmo-ms-mob/00087(pid=222): Launched
22:49:24.465166 run                             mass: MS start registered  {at=22330670.168515716, delay=0.005304515361785889, ms=00087}
22:49:24.662412 run                             mass: MS performed LU  {at=22330670.365687393, lu_delay=4.794661659747362, ms=00078}
22:49:24.680809 run                             mass: MS performed LU  {at=22330670.384141453, lu_delay=5.379286307841539, ms=00077}
22:49:24.727454 run                             mass: MS performed LU  {at=22330670.430774648, lu_delay=5.753944247961044, ms=00076}
22:49:24.796259 run                             mass: MS performed LU  {at=22330670.49957284, lu_delay=6.329498767852783, ms=00075}
22:49:24.822780 run                osmo-ms-mob/00088: Starting mobile
22:49:24.853613 run       osmo-ms-mob/00088(pid=223): Launched
22:49:24.867673 run                             mass: MS start registered  {at=22330670.571018867, delay=0.00015222281217575073, ms=00088}
22:49:25.087855 run                             mass: MS performed LU  {at=22330670.791162264, lu_delay=4.820156656205654, ms=00079}
22:49:25.641748 run                osmo-ms-mob/00089: Starting mobile
22:49:25.659013 run       osmo-ms-mob/00089(pid=224): Launched
22:49:25.673212 run                             mass: MS start registered  {at=22330671.376549426, delay=0.006508208811283112, ms=00089}
22:49:26.238813 run                osmo-ms-mob/00090: Starting mobile
22:49:26.254907 run       osmo-ms-mob/00090(pid=225): Launched
22:49:26.269841 run                             mass: MS start registered  {at=22330671.973164596, delay=0.006913810968399048, ms=00090}
22:49:26.462066 run                             mass: MS performed LU  {at=22330672.165387794, lu_delay=4.793536067008972, ms=00082}
22:49:26.518453 run                             mass: MS performed LU  {at=22330672.22178621, lu_delay=5.381788603961468, ms=00081}
22:49:26.591763 run                             mass: MS performed LU  {at=22330672.29509456, lu_delay=5.8159936256706715, ms=00080}
22:49:26.938085 run                osmo-ms-mob/00091: Starting mobile
22:49:26.955468 run       osmo-ms-mob/00091(pid=226): Launched
22:49:26.968647 run                             mass: MS start registered  {at=22330672.671980444, delay=0.005405537784099579, ms=00091}
22:49:27.637295 run                osmo-ms-mob/00092: Starting mobile
22:49:27.652200 run       osmo-ms-mob/00092(pid=227): Launched
22:49:27.663777 run                             mass: MS start registered  {at=22330673.367127083, delay=0.005073238164186478, ms=00092}
22:49:28.428343 run                             mass: MS performed LU  {at=22330674.13164552, lu_delay=4.559055726975203, ms=00086}
22:49:28.440047 run                osmo-ms-mob/00093: Starting mobile
22:49:28.453695 run       osmo-ms-mob/00093(pid=228): Launched
22:49:28.460065 run                             mass: MS performed LU  {at=22330674.163421363, lu_delay=5.725059010088444, ms=00084}
22:49:28.466261 run                             mass: MS start registered  {at=22330674.169626836, delay=0.006226658821105957, ms=00093}
22:49:28.493137 run                             mass: MS performed LU  {at=22330674.196476895, lu_delay=5.230455845594406, ms=00085}
22:49:28.562255 run                             mass: MS performed LU  {at=22330674.26559022, lu_delay=6.291362602263689, ms=00083}
22:49:29.353578 run                osmo-ms-mob/00094: Starting mobile
22:49:29.367470 run       osmo-ms-mob/00094(pid=229): Launched
22:49:29.379350 run                             mass: MS start registered  {at=22330675.08269597, delay=0.004914645105600357, ms=00094}
22:49:30.227986 run                             mass: MS performed LU  {at=22330675.931321546, lu_delay=5.360302679240704, ms=00088}
22:49:30.240165 run                osmo-ms-mob/00095: Starting mobile
22:49:30.254112 run       osmo-ms-mob/00095(pid=230): Launched
22:49:30.260552 run                             mass: MS performed LU  {at=22330675.963909388, lu_delay=5.795393671840429, ms=00087}
22:49:30.267131 run                             mass: MS start registered  {at=22330675.970494103, delay=0.006604541093111038, ms=00095}
22:49:30.357868 run                             mass: MS performed LU  {at=22330676.06120122, lu_delay=4.684651792049408, ms=00089}
22:49:31.237534 run                osmo-ms-mob/00096: Starting mobile
22:49:31.251670 run       osmo-ms-mob/00096(pid=231): Launched
22:49:31.263422 run                             mass: MS start registered  {at=22330676.966769807, delay=0.004413332790136337, ms=00096}
22:49:32.193985 run                             mass: MS performed LU  {at=22330677.897284023, lu_delay=5.225303579121828, ms=00091}
22:49:32.212053 run                             mass: MS performed LU  {at=22330677.915384647, lu_delay=5.94222005084157, ms=00090}
22:49:32.232839 run                osmo-ms-mob/00097: Starting mobile
22:49:32.252302 run       osmo-ms-mob/00097(pid=232): Launched
22:49:32.270941 run                             mass: MS start registered  {at=22330677.974262282, delay=0.009179342538118362, ms=00097}
22:49:32.729310 run                             mass: MS performed LU  {at=22330678.432625767, lu_delay=5.065498683601618, ms=00092}
22:49:33.637897 run                osmo-ms-mob/00098: Starting mobile
22:49:33.654447 run       osmo-ms-mob/00098(pid=233): Launched
22:49:33.671857 run                             mass: MS start registered  {at=22330679.375172228, delay=0.008612867444753647, ms=00098}
22:49:33.975441 run                             mass: MS performed LU  {at=22330679.678771455, lu_delay=4.596075486391783, ms=00094}
22:49:34.123536 run                             mass: MS performed LU  {at=22330679.826870702, lu_delay=5.657243866473436, ms=00093}
22:49:35.437371 run                osmo-ms-mob/00099: Starting mobile
22:49:35.454520 run       osmo-ms-mob/00099(pid=234): Launched
22:49:35.463426 run                             mass: All started... {duration=55.732494216412306, too_slow=0}
22:49:35.471905 run                             mass: MS start registered  {at=22330681.175262, delay=0.008476920425891876, ms=00099}
22:49:35.959544 run                             mass: MS performed LU  {at=22330681.662840337, lu_delay=4.696070529520512, ms=00096}
22:49:35.978763 run                             mass: MS performed LU  {at=22330681.68209414, lu_delay=5.711600039154291, ms=00095}
22:49:37.889385 run                             mass: MS performed LU  {at=22330683.592706587, lu_delay=5.618444304913282, ms=00097}
22:49:37.907742 run                             mass: MS performed LU  {at=22330683.611082856, lu_delay=23.2366696074605, ms=00065}
22:49:39.726390 run                             mass: MS performed LU  {at=22330685.429725863, lu_delay=6.054553635418415, ms=00098}
22:49:41.627281 run                             mass: MS performed LU  {at=22330687.330592714, lu_delay=6.155330713838339, ms=00099}
22:49:41.637959 run                             mass: Tests done {all_completed=True, max=23.2366696074605, min=4.559055726975203}
22:49:41.643774 tst         register_default_mass.py: Test passed (84.9 sec)
22:49:41.649572 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:41.653084 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:41.656647 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:41.660136 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:41.663607 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:41.667073 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:41.670564 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:41.674035 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:41.677466 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:41.680807 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:41.684161 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:41.687622 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:41.691074 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:41.694531 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:41.698007 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:41.701478 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:41.704959 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:41.708482 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:41.712012 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:41.715525 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:41.719615 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:41.723106 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:41.726713 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:41.730203 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:41.733652 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:41.737114 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:41.740583 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:41.744083 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:41.747921 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:41.751395 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:41.755233 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:41.758705 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:41.762183 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:41.765642 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:41.769110 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:41.772890 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:41.776372 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:41.779826 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:41.783431 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:41.787465 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:41.790955 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:41.794425 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:41.798166 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:41.801959 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:41.805738 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:41.809251 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:41.812725 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:41.816332 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:41.819828 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:41.823313 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:41.826792 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:41.830808 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:41.834694 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:41.838582 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:41.842412 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:41.845996 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:41.849553 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:41.853122 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:41.856683 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:41.860361 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:41.864092 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:41.867668 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:41.871250 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:41.874835 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:41.878415 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:41.881978 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:41.885530 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:41.889088 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:41.892634 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:41.896106 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:41.899552 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:41.902980 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:41.906406 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:41.909821 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:41.913356 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:41.917013 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:41.921169 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:41.925100 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:41.929266 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:41.933497 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:41.937805 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:41.942080 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:41.946358 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:41.950579 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:41.954868 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:41.959191 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:41.963555 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:41.967859 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:41.972154 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:41.976438 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:41.980718 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:41.985252 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:41.989662 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:41.993950 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:41.998234 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.002531 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.006891 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.011184 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.015446 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.019633 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.023843 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.028137 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.032862 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.037331 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.041583 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.045868 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.050102 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.054415 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.059123 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.063596 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.068016 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.072501 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.076876 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.081255 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.085541 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.089893 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.094154 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.098284 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.102356 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.106422 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.110471 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.114519 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.118555 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.122571 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.126587 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.130554 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.134522 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.138506 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.142482 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.146502 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.150577 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.154569 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.158628 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.162686 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.166854 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.171082 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.175375 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.179568 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.183751 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.187961 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.192277 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.196494 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.200704 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.204893 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.209078 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.213213 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.217271 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.221357 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.225428 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.229401 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.233380 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.237369 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.241281 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.245190 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.249062 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.252910 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.256685 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.260494 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.264282 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.268193 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.272106 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.276163 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.280179 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.284259 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.288294 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.292264 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.296248 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.300228 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.304239 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.308402 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.312569 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.316755 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.320836 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.324887 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.328845 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.332849 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.336902 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.340884 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.344857 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.348840 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.352793 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.356731 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.360709 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.364729 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.368862 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.373041 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.377136 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.381144 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.385124 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.389081 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.393004 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.396897 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.400772 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.404657 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.408602 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.412576 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.416542 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.420524 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.424578 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.428603 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.432558 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.436518 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.440566 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.444648 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.448653 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.452607 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.456560 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.460529 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.464494 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.468458 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.472430 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.476477 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.480551 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.484651 ---      ParallelTerminationStrategy: PID 22 died...
22:49:42.486508 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.491143 ---      ParallelTerminationStrategy: PID 23 died...
22:49:42.493012 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.497565 ---      ParallelTerminationStrategy: PID 24 died...
22:49:42.499416 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.503959 ---      ParallelTerminationStrategy: PID 25 died...
22:49:42.505801 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.510333 ---      ParallelTerminationStrategy: PID 26 died...
22:49:42.512156 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.516830 ---      ParallelTerminationStrategy: PID 27 died...
22:49:42.518710 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.523306 ---      ParallelTerminationStrategy: PID 28 died...
22:49:42.525212 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.529906 ---      ParallelTerminationStrategy: PID 29 died...
22:49:42.531805 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.536492 ---      ParallelTerminationStrategy: PID 30 died...
22:49:42.538395 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.543069 ---      ParallelTerminationStrategy: PID 31 died...
22:49:42.545023 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.549845 ---      ParallelTerminationStrategy: PID 32 died...
22:49:42.551790 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.556519 ---      ParallelTerminationStrategy: PID 33 died...
22:49:42.558427 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:42.563151 ---      ParallelTerminationStrategy: PID 35 died...
22:49:42.565052 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:42.569732 ---      ParallelTerminationStrategy: PID 36 died...
22:49:42.571624 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:42.576351 ---      ParallelTerminationStrategy: PID 37 died...
22:49:42.578236 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:42.582960 ---      ParallelTerminationStrategy: PID 38 died...
22:49:42.584858 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:42.589447 ---      ParallelTerminationStrategy: PID 39 died...
22:49:42.591384 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:42.595823 ---      ParallelTerminationStrategy: PID 40 died...
22:49:42.597638 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:42.602004 ---      ParallelTerminationStrategy: PID 41 died...
22:49:42.603756 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:42.608096 ---      ParallelTerminationStrategy: PID 42 died...
22:49:42.609912 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:42.614340 ---      ParallelTerminationStrategy: PID 43 died...
22:49:42.616109 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:42.620416 ---      ParallelTerminationStrategy: PID 44 died...
22:49:42.622166 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:42.626578 ---      ParallelTerminationStrategy: PID 45 died...
22:49:42.628388 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:42.632868 ---      ParallelTerminationStrategy: PID 46 died...
22:49:42.634683 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:42.639166 ---      ParallelTerminationStrategy: PID 47 died...
22:49:42.640979 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:42.645506 ---      ParallelTerminationStrategy: PID 48 died...
22:49:42.647350 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:42.651790 ---      ParallelTerminationStrategy: PID 49 died...
22:49:42.653623 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:42.658152 ---      ParallelTerminationStrategy: PID 50 died...
22:49:42.659967 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:42.664488 ---      ParallelTerminationStrategy: PID 51 died...
22:49:42.666321 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:42.670728 ---      ParallelTerminationStrategy: PID 52 died...
22:49:42.672517 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:42.676920 ---      ParallelTerminationStrategy: PID 53 died...
22:49:42.678712 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:42.683147 ---      ParallelTerminationStrategy: PID 54 died...
22:49:42.684946 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:42.689491 ---      ParallelTerminationStrategy: PID 55 died...
22:49:42.691308 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:42.695827 ---      ParallelTerminationStrategy: PID 56 died...
22:49:42.697674 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:42.702202 ---      ParallelTerminationStrategy: PID 57 died...
22:49:42.704018 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:42.708570 ---      ParallelTerminationStrategy: PID 58 died...
22:49:42.710400 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:42.714868 ---      ParallelTerminationStrategy: PID 59 died...
22:49:42.716623 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:42.721004 ---      ParallelTerminationStrategy: PID 60 died...
22:49:42.722769 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:42.727167 ---      ParallelTerminationStrategy: PID 61 died...
22:49:42.728938 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:42.733269 ---      ParallelTerminationStrategy: PID 62 died...
22:49:42.734997 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:42.739390 ---      ParallelTerminationStrategy: PID 63 died...
22:49:42.741161 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:42.745530 ---      ParallelTerminationStrategy: PID 64 died...
22:49:42.747300 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:42.751666 ---      ParallelTerminationStrategy: PID 65 died...
22:49:42.753478 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:42.757923 ---      ParallelTerminationStrategy: PID 66 died...
22:49:42.759741 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:42.764235 ---      ParallelTerminationStrategy: PID 67 died...
22:49:42.766047 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:42.770432 ---      ParallelTerminationStrategy: PID 68 died...
22:49:42.772213 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:42.776620 ---      ParallelTerminationStrategy: PID 69 died...
22:49:42.778489 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:42.782978 ---      ParallelTerminationStrategy: PID 70 died...
22:49:42.784765 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:42.789159 ---      ParallelTerminationStrategy: PID 71 died...
22:49:42.790923 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:42.795313 ---      ParallelTerminationStrategy: PID 72 died...
22:49:42.797125 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:42.801493 ---      ParallelTerminationStrategy: PID 73 died...
22:49:42.803247 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:42.807753 ---      ParallelTerminationStrategy: PID 74 died...
22:49:42.809520 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:42.813932 ---      ParallelTerminationStrategy: PID 75 died...
22:49:42.815751 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:42.820281 ---      ParallelTerminationStrategy: PID 76 died...
22:49:42.822172 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:42.826838 ---      ParallelTerminationStrategy: PID 77 died...
22:49:42.828785 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:42.833575 ---      ParallelTerminationStrategy: PID 78 died...
22:49:42.835510 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:42.840276 ---      ParallelTerminationStrategy: PID 79 died...
22:49:42.842196 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:42.846921 ---      ParallelTerminationStrategy: PID 80 died...
22:49:42.848912 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:42.853783 ---      ParallelTerminationStrategy: PID 81 died...
22:49:42.855703 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:42.860437 ---      ParallelTerminationStrategy: PID 82 died...
22:49:42.862380 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:42.867140 ---      ParallelTerminationStrategy: PID 83 died...
22:49:42.869010 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:42.873717 ---      ParallelTerminationStrategy: PID 84 died...
22:49:42.875641 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:42.880407 ---      ParallelTerminationStrategy: PID 85 died...
22:49:42.882350 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:42.887047 ---      ParallelTerminationStrategy: PID 86 died...
22:49:42.888923 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:42.893562 ---      ParallelTerminationStrategy: PID 87 died...
22:49:42.895400 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:42.899913 ---      ParallelTerminationStrategy: PID 88 died...
22:49:42.901743 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:42.906287 ---      ParallelTerminationStrategy: PID 89 died...
22:49:42.908162 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:42.912772 ---      ParallelTerminationStrategy: PID 90 died...
22:49:42.914655 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:42.919290 ---      ParallelTerminationStrategy: PID 91 died...
22:49:42.921156 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:42.925785 ---      ParallelTerminationStrategy: PID 92 died...
22:49:42.927654 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:42.932275 ---      ParallelTerminationStrategy: PID 93 died...
22:49:42.934136 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:42.938753 ---      ParallelTerminationStrategy: PID 94 died...
22:49:42.940617 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:42.945239 ---      ParallelTerminationStrategy: PID 95 died...
22:49:42.947112 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:42.951675 ---      ParallelTerminationStrategy: PID 96 died...
22:49:42.953526 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:42.958170 ---      ParallelTerminationStrategy: PID 97 died...
22:49:42.960042 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:42.969909 ---      ParallelTerminationStrategy: PID 98 died...
22:49:42.973626 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:42.982387 ---      ParallelTerminationStrategy: PID 99 died...
22:49:42.986059 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:42.994949 ---      ParallelTerminationStrategy: PID 100 died...
22:49:42.998556 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.007403 ---      ParallelTerminationStrategy: PID 101 died...
22:49:43.010972 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.019817 ---      ParallelTerminationStrategy: PID 102 died...
22:49:43.023398 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.032197 ---      ParallelTerminationStrategy: PID 103 died...
22:49:43.035789 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.044608 ---      ParallelTerminationStrategy: PID 104 died...
22:49:43.048178 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.055149 ---      ParallelTerminationStrategy: PID 105 died...
22:49:43.057140 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.062092 ---      ParallelTerminationStrategy: PID 106 died...
22:49:43.064083 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.069013 ---      ParallelTerminationStrategy: PID 107 died...
22:49:43.070952 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.075750 ---      ParallelTerminationStrategy: PID 108 died...
22:49:43.077687 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.082506 ---      ParallelTerminationStrategy: PID 109 died...
22:49:43.084438 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.089263 ---      ParallelTerminationStrategy: PID 110 died...
22:49:43.091194 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.095968 ---      ParallelTerminationStrategy: PID 111 died...
22:49:43.097903 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.102702 ---      ParallelTerminationStrategy: PID 112 died...
22:49:43.104629 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.109400 ---      ParallelTerminationStrategy: PID 113 died...
22:49:43.111359 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.116188 ---      ParallelTerminationStrategy: PID 114 died...
22:49:43.118118 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.122856 ---      ParallelTerminationStrategy: PID 115 died...
22:49:43.124776 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.129563 ---      ParallelTerminationStrategy: PID 116 died...
22:49:43.131496 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.136272 ---      ParallelTerminationStrategy: PID 117 died...
22:49:43.138221 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.143082 ---      ParallelTerminationStrategy: PID 118 died...
22:49:43.145124 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.149981 ---      ParallelTerminationStrategy: PID 119 died...
22:49:43.151991 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.157142 ---      ParallelTerminationStrategy: PID 120 died...
22:49:43.159127 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.164046 ---      ParallelTerminationStrategy: PID 121 died...
22:49:43.165983 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.170720 ---      ParallelTerminationStrategy: PID 122 died...
22:49:43.172634 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.177406 ---      ParallelTerminationStrategy: PID 123 died...
22:49:43.179331 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.184086 ---      ParallelTerminationStrategy: PID 124 died...
22:49:43.186001 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.190737 ---      ParallelTerminationStrategy: PID 125 died...
22:49:43.192658 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.197383 ---      ParallelTerminationStrategy: PID 126 died...
22:49:43.199299 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.204043 ---      ParallelTerminationStrategy: PID 127 died...
22:49:43.205988 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.210738 ---      ParallelTerminationStrategy: PID 128 died...
22:49:43.212659 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.217489 ---      ParallelTerminationStrategy: PID 129 died...
22:49:43.219468 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.224355 ---      ParallelTerminationStrategy: PID 130 died...
22:49:43.226350 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.231119 ---      ParallelTerminationStrategy: PID 131 died...
22:49:43.233064 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.237831 ---      ParallelTerminationStrategy: PID 132 died...
22:49:43.239785 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.244517 ---      ParallelTerminationStrategy: PID 133 died...
22:49:43.246460 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.251276 ---      ParallelTerminationStrategy: PID 134 died...
22:49:43.253201 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.257971 ---      ParallelTerminationStrategy: PID 135 died...
22:49:43.259897 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.264680 ---      ParallelTerminationStrategy: PID 136 died...
22:49:43.266622 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.271400 ---      ParallelTerminationStrategy: PID 137 died...
22:49:43.273333 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.278109 ---      ParallelTerminationStrategy: PID 138 died...
22:49:43.280040 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.284858 ---      ParallelTerminationStrategy: PID 139 died...
22:49:43.286774 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.291564 ---      ParallelTerminationStrategy: PID 140 died...
22:49:43.293489 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.298300 ---      ParallelTerminationStrategy: PID 141 died...
22:49:43.300241 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.305050 ---      ParallelTerminationStrategy: PID 142 died...
22:49:43.306974 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.311746 ---      ParallelTerminationStrategy: PID 143 died...
22:49:43.313677 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.318471 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.320397 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.325180 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.327131 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.331941 ---      ParallelTerminationStrategy: PID 146 died...
22:49:43.333895 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.338732 ---      ParallelTerminationStrategy: PID 147 died...
22:49:43.340688 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.345527 ---      ParallelTerminationStrategy: PID 148 died...
22:49:43.347460 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.352291 ---      ParallelTerminationStrategy: PID 149 died...
22:49:43.354239 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.359032 ---      ParallelTerminationStrategy: PID 150 died...
22:49:43.360965 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.365725 ---      ParallelTerminationStrategy: PID 151 died...
22:49:43.367648 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.372406 ---      ParallelTerminationStrategy: PID 152 died...
22:49:43.374344 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.379094 ---      ParallelTerminationStrategy: PID 153 died...
22:49:43.381020 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.385820 ---      ParallelTerminationStrategy: PID 154 died...
22:49:43.387739 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.392489 ---      ParallelTerminationStrategy: PID 155 died...
22:49:43.394399 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.399182 ---      ParallelTerminationStrategy: PID 156 died...
22:49:43.401122 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.405902 ---      ParallelTerminationStrategy: PID 157 died...
22:49:43.407831 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.412597 ---      ParallelTerminationStrategy: PID 158 died...
22:49:43.414548 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.419332 ---      ParallelTerminationStrategy: PID 159 died...
22:49:43.421252 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.426047 ---      ParallelTerminationStrategy: PID 160 died...
22:49:43.427975 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.432773 ---      ParallelTerminationStrategy: PID 161 died...
22:49:43.434684 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.439410 ---      ParallelTerminationStrategy: PID 162 died...
22:49:43.441340 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.446115 ---      ParallelTerminationStrategy: PID 163 died...
22:49:43.448035 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.452846 ---      ParallelTerminationStrategy: PID 164 died...
22:49:43.454773 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.459541 ---      ParallelTerminationStrategy: PID 165 died...
22:49:43.461485 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.466343 ---      ParallelTerminationStrategy: PID 166 died...
22:49:43.468321 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.473117 ---      ParallelTerminationStrategy: PID 167 died...
22:49:43.475047 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.479847 ---      ParallelTerminationStrategy: PID 168 died...
22:49:43.481791 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.486604 ---      ParallelTerminationStrategy: PID 169 died...
22:49:43.488543 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.493334 ---      ParallelTerminationStrategy: PID 170 died...
22:49:43.495263 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.500082 ---      ParallelTerminationStrategy: PID 171 died...
22:49:43.502013 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.506825 ---      ParallelTerminationStrategy: PID 172 died...
22:49:43.508761 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.513591 ---      ParallelTerminationStrategy: PID 173 died...
22:49:43.515516 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.520400 ---      ParallelTerminationStrategy: PID 174 died...
22:49:43.522377 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.527150 ---      ParallelTerminationStrategy: PID 175 died...
22:49:43.529071 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.534057 ---      ParallelTerminationStrategy: PID 176 died...
22:49:43.538093 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.547347 ---      ParallelTerminationStrategy: PID 177 died...
22:49:43.551131 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.560280 ---      ParallelTerminationStrategy: PID 178 died...
22:49:43.564002 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.573141 ---      ParallelTerminationStrategy: PID 179 died...
22:49:43.576848 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.583660 ---      ParallelTerminationStrategy: PID 180 died...
22:49:43.585670 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.590620 ---      ParallelTerminationStrategy: PID 181 died...
22:49:43.592632 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.597625 ---      ParallelTerminationStrategy: PID 182 died...
22:49:43.599641 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.604770 ---      ParallelTerminationStrategy: PID 183 died...
22:49:43.606823 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.611891 ---      ParallelTerminationStrategy: PID 184 died...
22:49:43.613955 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.619035 ---      ParallelTerminationStrategy: PID 185 died...
22:49:43.621088 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.626187 ---      ParallelTerminationStrategy: PID 186 died...
22:49:43.628231 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.633314 ---      ParallelTerminationStrategy: PID 187 died...
22:49:43.635376 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.640676 ---      ParallelTerminationStrategy: PID 188 died...
22:49:43.642798 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.651328 ---      ParallelTerminationStrategy: PID 189 died...
22:49:43.655495 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.665316 ---      ParallelTerminationStrategy: PID 190 died...
22:49:43.669309 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.678968 ---      ParallelTerminationStrategy: PID 191 died...
22:49:43.681850 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.686521 ---      ParallelTerminationStrategy: PID 192 died...
22:49:43.688407 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.693119 ---      ParallelTerminationStrategy: PID 193 died...
22:49:43.695033 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.699718 ---      ParallelTerminationStrategy: PID 194 died...
22:49:43.701644 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.706424 ---      ParallelTerminationStrategy: PID 195 died...
22:49:43.708330 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.713018 ---      ParallelTerminationStrategy: PID 196 died...
22:49:43.714907 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.719607 ---      ParallelTerminationStrategy: PID 197 died...
22:49:43.721502 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.726202 ---      ParallelTerminationStrategy: PID 198 died...
22:49:43.728097 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.732770 ---      ParallelTerminationStrategy: PID 199 died...
22:49:43.734651 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.739342 ---      ParallelTerminationStrategy: PID 200 died...
22:49:43.741245 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.745924 ---      ParallelTerminationStrategy: PID 201 died...
22:49:43.747828 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.752456 ---      ParallelTerminationStrategy: PID 202 died...
22:49:43.754354 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.759026 ---      ParallelTerminationStrategy: PID 203 died...
22:49:43.760942 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:43.765597 ---      ParallelTerminationStrategy: PID 204 died...
22:49:43.767481 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:43.772158 ---      ParallelTerminationStrategy: PID 205 died...
22:49:43.774038 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:43.778803 ---      ParallelTerminationStrategy: PID 206 died...
22:49:43.780700 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:43.785631 ---      ParallelTerminationStrategy: PID 207 died...
22:49:43.787539 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:43.792207 ---      ParallelTerminationStrategy: PID 208 died...
22:49:43.794101 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:43.798798 ---      ParallelTerminationStrategy: PID 209 died...
22:49:43.800704 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:43.805383 ---      ParallelTerminationStrategy: PID 210 died...
22:49:43.807255 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:43.811864 ---      ParallelTerminationStrategy: PID 211 died...
22:49:43.813696 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:43.818262 ---      ParallelTerminationStrategy: PID 212 died...
22:49:43.820090 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:43.824639 ---      ParallelTerminationStrategy: PID 213 died...
22:49:43.826540 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:43.831132 ---      ParallelTerminationStrategy: PID 214 died...
22:49:43.833040 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:43.837646 ---      ParallelTerminationStrategy: PID 215 died...
22:49:43.839474 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:43.844008 ---      ParallelTerminationStrategy: PID 216 died...
22:49:43.845844 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:43.850436 ---      ParallelTerminationStrategy: PID 217 died...
22:49:43.852315 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:43.856988 ---      ParallelTerminationStrategy: PID 218 died...
22:49:43.858884 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:43.863563 ---      ParallelTerminationStrategy: PID 219 died...
22:49:43.865419 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:43.869961 ---      ParallelTerminationStrategy: PID 220 died...
22:49:43.871791 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:43.876323 ---      ParallelTerminationStrategy: PID 221 died...
22:49:43.878159 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:43.882737 ---      ParallelTerminationStrategy: PID 222 died...
22:49:43.884562 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:43.889093 ---      ParallelTerminationStrategy: PID 223 died...
22:49:43.890914 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:43.895466 ---      ParallelTerminationStrategy: PID 224 died...
22:49:43.897297 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:43.901848 ---      ParallelTerminationStrategy: PID 225 died...
22:49:43.903689 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:43.908330 ---      ParallelTerminationStrategy: PID 226 died...
22:49:43.910172 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:43.914705 ---      ParallelTerminationStrategy: PID 227 died...
22:49:43.916536 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:43.921104 ---      ParallelTerminationStrategy: PID 228 died...
22:49:43.922940 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:43.927488 ---      ParallelTerminationStrategy: PID 229 died...
22:49:43.929334 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:43.933873 ---      ParallelTerminationStrategy: PID 230 died...
22:49:43.935699 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:43.940234 ---      ParallelTerminationStrategy: PID 231 died...
22:49:43.942091 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:43.946640 ---      ParallelTerminationStrategy: PID 232 died...
22:49:43.948487 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:43.953148 ---      ParallelTerminationStrategy: PID 233 died...
22:49:43.955021 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:43.959697 ---      ParallelTerminationStrategy: PID 234 died...
22:49:43.961603 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.365912 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.369263 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8103 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.475511 tst                       trial-8103: Storing JUnit report in /build/trial-8103/run.2025-09-28_22-48-16/trial-8103.xml

--------------------------------------------------------------------------------------------
trial-8103 PASS
--------------------------------------------------------------------------------------------
22:49:47.492489 tst                       trial-8103: trial-8103: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-8103/inst
+ cd trial-8103
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-28 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8103-run.tgz run.2025-09-28_22-48-16
+ tar czf /build/trial-8103-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-28_13_26_23.tgz osmo-bts-oc2g.build-2025-09-28_00_51_40.tgz osmo-bts-sysmo.build-2025-09-28_00_51_42.tgz osmo-bts.build-2025-09-28_00_51_48.tgz osmo-ggsn.build-2025-09-28_20_42_28.tgz osmo-hlr.build-2025-09-28_16_36_54.tgz osmo-hnbgw.build-2025-09-28_13_30_20.tgz osmo-mgw.build-2025-09-28_08_33_13.tgz osmo-msc.build-2025-09-28_13_32_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-28_07_34_05.tgz osmo-pcu-sysmo.build-2025-09-28_07_36_24.tgz osmo-pcu.build-2025-09-28_07_36_29.tgz osmo-sgsn.build-2025-09-28_20_48_08.tgz osmo-stp.build-2025-09-28_13_25_14.tgz osmo-trx.build-2025-09-28_14_26_54.tgz osmocom-bb.build-2025-09-28_21_17_45.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