Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7860
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4449191660045477964.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-8338
+ 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
2e9b710 debian-trixie-build: add tshark
+ 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 M3UA_TESTTOOL_BRANCH=osmocom/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 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

#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.0s

#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.0s

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

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

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

#9 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#9 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0a3e3487942017a43ae6e06d68e12cbcaccb9142efadc774c2876fab66e66eb3 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
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=8339 -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=2026-05-22 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8339
+ mkdir -p trial-8339
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-22_13_26_39.tgz osmo-bts-oc2g.build-2026-05-22_00_52_00.tgz osmo-bts-sysmo.build-2026-05-22_00_52_08.tgz osmo-bts.build-2026-05-22_00_52_13.tgz osmo-ggsn.build-2026-05-22_20_42_48.tgz osmo-hlr.build-2026-05-22_16_36_52.tgz osmo-hnbgw.build-2026-05-22_13_31_45.tgz osmo-mgw.build-2026-05-22_08_33_07.tgz osmo-msc.build-2026-05-22_13_36_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-22_07_35_04.tgz osmo-pcu-sysmo.build-2026-05-22_07_35_01.tgz osmo-pcu.build-2026-05-22_07_35_03.tgz osmo-sgsn.build-2026-05-22_20_48_32.tgz osmo-stp.build-2026-05-22_13_25_27.tgz osmo-trx.build-2026-05-22_14_22_06.tgz osmocom-bb.build-2026-05-22_21_17_22.tgz srslte.build-19.tgz trial-8339
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-22_13_26_39.md5 osmo-bts-oc2g.build-2026-05-22_00_52_00.md5 osmo-bts-sysmo.build-2026-05-22_00_52_08.md5 osmo-bts.build-2026-05-22_00_52_13.md5 osmo-ggsn.build-2026-05-22_20_42_48.md5 osmo-hlr.build-2026-05-22_16_36_52.md5 osmo-hnbgw.build-2026-05-22_13_31_45.md5 osmo-mgw.build-2026-05-22_08_33_07.md5 osmo-msc.build-2026-05-22_13_36_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-22_07_35_04.md5 osmo-pcu-sysmo.build-2026-05-22_07_35_01.md5 osmo-pcu.build-2026-05-22_07_35_03.md5 osmo-sgsn.build-2026-05-22_20_48_32.md5 osmo-stp.build-2026-05-22_13_25_27.md5 osmo-trx.build-2026-05-22_14_22_06.md5 osmocom-bb.build-2026-05-22_21_17_22.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-22_13_26_39.md5 osmo-bts-oc2g.build-2026-05-22_00_52_00.md5 osmo-bts-sysmo.build-2026-05-22_00_52_08.md5 osmo-bts.build-2026-05-22_00_52_13.md5 osmo-ggsn.build-2026-05-22_20_42_48.md5 osmo-hlr.build-2026-05-22_16_36_52.md5 osmo-hnbgw.build-2026-05-22_13_31_45.md5 osmo-mgw.build-2026-05-22_08_33_07.md5 osmo-msc.build-2026-05-22_13_36_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-22_07_35_04.md5 osmo-pcu-sysmo.build-2026-05-22_07_35_01.md5 osmo-pcu.build-2026-05-22_07_35_03.md5 osmo-sgsn.build-2026-05-22_20_48_32.md5 osmo-stp.build-2026-05-22_13_25_27.md5 osmo-trx.build-2026-05-22_14_22_06.md5 osmocom-bb.build-2026-05-22_21_17_22.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-8339 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8339'
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-8339
--------------------------------------------------------------------------------------------
22:48:17.372329 tst                       trial-8339: Detailed log at /build/trial-8339/run.2026-05-22_22-48-17/log

---------------------------------------------------------------------
trial-8339 netreg_mass
---------------------------------------------------------------------
22:48:17.579153 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.579511 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.580297 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.581470 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.623277 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.624141 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.625292 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.700472 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-8339 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.701237 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.716010 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.716531 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.716983 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.717426 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.717858 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.718324 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.718771 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.749541 tst         register_default_mass.py: using LAC 2
22:48:17.771384 tst         register_default_mass.py: using RAC 2
22:48:17.797282 tst         register_default_mass.py: using CellId 2
22:48:17.826102 tst         register_default_mass.py: using BVCI 3
22:48:17.839653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.840357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.840957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.841489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.842012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.842540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.845172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.845700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.848349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.848866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.851484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.852006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.852517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.853052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.853570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.854085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.854624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.855147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.855656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.856183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.856709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.857235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.857765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.858287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.858800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.859326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.859841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.860351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.860859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.861378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.861895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.862405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.862931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.863448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.863958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.864482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.864998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.865498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.866020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.866539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.867050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.867554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.868065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.868573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.869080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.869599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.870123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.870634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.871144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.871669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.872181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.872700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.873216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.873726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.874241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.874769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.875290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.875795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.876320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.876843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.877407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.877930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.878447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.878946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.879456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.879965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.880471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.880958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.881471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.881976 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.882514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.883026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.883529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.884042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.884547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.885046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.885567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.886079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.886585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.887104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.887616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.888114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.888613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.889118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.889622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.890135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.890652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.891163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.891665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.892242 tst      register_default_mass.py:21: Launching a simple network
22:48:17.902067 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.021344 run            create_hlr_db(pid=20): Launched
22:48:19.036187 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.052038 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.066732 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.072272 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.261235 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.275659 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.281069 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.699620 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.714286 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.728620 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.868615 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.883120 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.888652 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.911535 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.926000 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.931457 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.246804 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.261591 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.293944 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.466699 run         osmo-bts-virtual(pid=34): Launched
22:48:30.502585 tst         register_default_mass.py: using MSISDN 1001
22:48:30.516850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.556459 tst         register_default_mass.py: using MSISDN 1002
22:48:30.574177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.605238 tst         register_default_mass.py: using MSISDN 1003
22:48:30.620138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.651039 tst         register_default_mass.py: using MSISDN 1004
22:48:30.665712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.696620 tst         register_default_mass.py: using MSISDN 1005
22:48:30.711193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.742225 tst         register_default_mass.py: using MSISDN 1006
22:48:30.756894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.787527 tst         register_default_mass.py: using MSISDN 1007
22:48:30.801982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.832629 tst         register_default_mass.py: using MSISDN 1008
22:48:30.847040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.877506 tst         register_default_mass.py: using MSISDN 1009
22:48:30.891857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.922203 tst         register_default_mass.py: using MSISDN 1010
22:48:30.936575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.966804 tst         register_default_mass.py: using MSISDN 1011
22:48:30.981028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.011255 tst         register_default_mass.py: using MSISDN 1012
22:48:31.025517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.055744 tst         register_default_mass.py: using MSISDN 1013
22:48:31.070051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.100847 tst         register_default_mass.py: using MSISDN 1014
22:48:31.115402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.146015 tst         register_default_mass.py: using MSISDN 1015
22:48:31.160420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.190911 tst         register_default_mass.py: using MSISDN 1016
22:48:31.205292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.235728 tst         register_default_mass.py: using MSISDN 1017
22:48:31.250125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.280311 tst         register_default_mass.py: using MSISDN 1018
22:48:31.294625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.324996 tst         register_default_mass.py: using MSISDN 1019
22:48:31.339312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.369788 tst         register_default_mass.py: using MSISDN 1020
22:48:31.384254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.414489 tst         register_default_mass.py: using MSISDN 1021
22:48:31.428830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.459536 tst         register_default_mass.py: using MSISDN 1022
22:48:31.473947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.504000 tst         register_default_mass.py: using MSISDN 1023
22:48:31.518225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.548794 tst         register_default_mass.py: using MSISDN 1024
22:48:31.563274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.593485 tst         register_default_mass.py: using MSISDN 1025
22:48:31.607818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.638259 tst         register_default_mass.py: using MSISDN 1026
22:48:31.652673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.683398 tst         register_default_mass.py: using MSISDN 1027
22:48:31.697899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.728418 tst         register_default_mass.py: using MSISDN 1028
22:48:31.742873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.773592 tst         register_default_mass.py: using MSISDN 1029
22:48:31.788167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.817940 tst         register_default_mass.py: using MSISDN 1030
22:48:31.832110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.861981 tst         register_default_mass.py: using MSISDN 1031
22:48:31.876153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.906007 tst         register_default_mass.py: using MSISDN 1032
22:48:31.920085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.950279 tst         register_default_mass.py: using MSISDN 1033
22:48:31.964502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.995011 tst         register_default_mass.py: using MSISDN 1034
22:48:32.009393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.039981 tst         register_default_mass.py: using MSISDN 1035
22:48:32.054352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.084912 tst         register_default_mass.py: using MSISDN 1036
22:48:32.099329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.129666 tst         register_default_mass.py: using MSISDN 1037
22:48:32.144136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.178232 tst         register_default_mass.py: using MSISDN 1038
22:48:32.194297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.224710 tst         register_default_mass.py: using MSISDN 1039
22:48:32.239198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.269367 tst         register_default_mass.py: using MSISDN 1040
22:48:32.283697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.314219 tst         register_default_mass.py: using MSISDN 1041
22:48:32.328733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.358896 tst         register_default_mass.py: using MSISDN 1042
22:48:32.373240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.507339 tst         register_default_mass.py: using MSISDN 1043
22:48:32.513085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.694312 tst         register_default_mass.py: using MSISDN 1044
22:48:32.716582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.747869 tst         register_default_mass.py: using MSISDN 1045
22:48:32.763267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.794259 tst         register_default_mass.py: using MSISDN 1046
22:48:32.809032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.840272 tst         register_default_mass.py: using MSISDN 1047
22:48:32.855126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.886447 tst         register_default_mass.py: using MSISDN 1048
22:48:32.901302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.932640 tst         register_default_mass.py: using MSISDN 1049
22:48:32.947545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.978877 tst         register_default_mass.py: using MSISDN 1050
22:48:32.993817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.025159 tst         register_default_mass.py: using MSISDN 1051
22:48:33.040096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.071259 tst         register_default_mass.py: using MSISDN 1052
22:48:33.086012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.117116 tst         register_default_mass.py: using MSISDN 1053
22:48:33.131831 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.163137 tst         register_default_mass.py: using MSISDN 1054
22:48:33.177774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.208980 tst         register_default_mass.py: using MSISDN 1055
22:48:33.223784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.255252 tst         register_default_mass.py: using MSISDN 1056
22:48:33.270141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.301037 tst         register_default_mass.py: using MSISDN 1057
22:48:33.315792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.347060 tst         register_default_mass.py: using MSISDN 1058
22:48:33.361996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.392947 tst         register_default_mass.py: using MSISDN 1059
22:48:33.407650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.438856 tst         register_default_mass.py: using MSISDN 1060
22:48:33.453701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.485044 tst         register_default_mass.py: using MSISDN 1061
22:48:33.499975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.531391 tst         register_default_mass.py: using MSISDN 1062
22:48:33.546356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.577748 tst         register_default_mass.py: using MSISDN 1063
22:48:33.592730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.623961 tst         register_default_mass.py: using MSISDN 1064
22:48:33.638802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.670314 tst         register_default_mass.py: using MSISDN 1065
22:48:33.685358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.716444 tst         register_default_mass.py: using MSISDN 1066
22:48:33.731463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.762086 tst         register_default_mass.py: using MSISDN 1067
22:48:33.776639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.807795 tst         register_default_mass.py: using MSISDN 1068
22:48:33.822555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.853960 tst         register_default_mass.py: using MSISDN 1069
22:48:33.868899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.900044 tst         register_default_mass.py: using MSISDN 1070
22:48:33.914839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.946089 tst         register_default_mass.py: using MSISDN 1071
22:48:33.961009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.992357 tst         register_default_mass.py: using MSISDN 1072
22:48:34.007356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.038710 tst         register_default_mass.py: using MSISDN 1073
22:48:34.053594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.084952 tst         register_default_mass.py: using MSISDN 1074
22:48:34.099834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.130738 tst         register_default_mass.py: using MSISDN 1075
22:48:34.145427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.176600 tst         register_default_mass.py: using MSISDN 1076
22:48:34.186621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.217512 tst         register_default_mass.py: using MSISDN 1077
22:48:34.232699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.264081 tst         register_default_mass.py: using MSISDN 1078
22:48:34.278389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.309645 tst         register_default_mass.py: using MSISDN 1079
22:48:34.324005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.355069 tst         register_default_mass.py: using MSISDN 1080
22:48:34.369515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.401002 tst         register_default_mass.py: using MSISDN 1081
22:48:34.410873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.441765 tst         register_default_mass.py: using MSISDN 1082
22:48:34.457576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.489007 tst         register_default_mass.py: using MSISDN 1083
22:48:34.503998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.535396 tst         register_default_mass.py: using MSISDN 1084
22:48:34.550179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.581248 tst         register_default_mass.py: using MSISDN 1085
22:48:34.595981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.627186 tst         register_default_mass.py: using MSISDN 1086
22:48:34.641919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.673093 tst         register_default_mass.py: using MSISDN 1087
22:48:34.687821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.719202 tst         register_default_mass.py: using MSISDN 1088
22:48:34.734108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.765579 tst         register_default_mass.py: using MSISDN 1089
22:48:34.780555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.811982 tst         register_default_mass.py: using MSISDN 1090
22:48:34.826912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.858322 tst         register_default_mass.py: using MSISDN 1091
22:48:34.873359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.904551 tst         register_default_mass.py: using MSISDN 1092
22:48:34.919357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.950536 tst         register_default_mass.py: using MSISDN 1093
22:48:34.965377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.996491 tst         register_default_mass.py: using MSISDN 1094
22:48:35.011259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.042648 tst         register_default_mass.py: using MSISDN 1095
22:48:35.057619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.088854 tst         register_default_mass.py: using MSISDN 1096
22:48:35.103701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.134850 tst         register_default_mass.py: using MSISDN 1097
22:48:35.149511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.180684 tst         register_default_mass.py: using MSISDN 1098
22:48:35.195506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.226900 tst         register_default_mass.py: using MSISDN 1099
22:48:35.241837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.272952 tst         register_default_mass.py: using MSISDN 1100
22:48:35.287755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.379860 run                             mass: Starting testcase
22:48:35.385264 run                             mass: Pre-launching all virtphy's
22:48:35.390631 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.403532 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.409432 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.422006 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.427844 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.440468 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.446411 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.459173 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.465057 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.477684 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.483624 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.496246 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.502115 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.514673 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.520466 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.532992 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.538844 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.551502 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.557321 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.569969 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.575863 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.588519 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.594384 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.606979 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.612821 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.625397 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.631251 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.643902 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.649739 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.662446 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.668312 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.681019 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.686898 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.699620 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.705479 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.718144 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.724027 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.736762 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.742629 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.755326 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.761181 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.773859 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.779804 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.792504 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.798392 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.811130 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.816995 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.829757 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.835672 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.848524 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.854392 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.867261 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.873138 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.885882 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.891781 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.904599 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.910459 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.923245 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.929096 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.941829 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.947744 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.960415 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.966303 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.979079 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.984991 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.997694 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.003598 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.016305 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.022261 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.034919 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.040810 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.053509 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.059435 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.072153 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.078002 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.090875 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.096749 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.109541 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.115436 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.128168 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.134061 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.146788 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.152737 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.165439 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.171299 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.184004 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.189874 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.202655 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.208534 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.221238 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.227118 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.239856 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.245806 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.258591 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.264453 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.277137 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.283060 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.295734 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.301600 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.314315 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.320284 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.332989 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.338950 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.351705 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.357608 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.370418 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.376299 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.389196 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.395101 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.407789 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.413657 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.426395 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.432296 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.444981 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.450848 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.463548 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.469386 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.482034 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.487895 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.500502 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.506385 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.519033 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.524877 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.537499 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.543398 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.556223 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.562077 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.574844 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.580647 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.593273 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.599322 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.612115 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.618124 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.630907 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.636750 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.649495 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.655412 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.668182 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.674063 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.686836 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.692749 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.705556 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.711429 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.724149 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.730015 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.742782 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.748681 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.761398 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.767237 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.779852 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.785702 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.798474 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.804298 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.817158 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.823030 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.835908 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.841836 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.854691 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.860626 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.873368 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.879279 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.892214 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.898108 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.910782 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.916679 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.929419 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.935299 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.948052 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.953956 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.966691 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.972588 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.985266 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.991171 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.003906 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.009856 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.022617 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.028678 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.041561 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.047532 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.060304 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.066164 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.079046 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.084884 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.097680 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.103564 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.116287 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.122140 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.134817 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.140701 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.153411 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.159253 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.171896 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.177732 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.190416 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.196268 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.208938 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.214821 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.227545 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.233424 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.246186 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.252062 run                             mass: Checking if sockets are in the filesystem
22:48:37.284674 run                osmo-ms-mob/00000: Starting mobile
22:48:37.297469 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.309670 run                             mass: MS start registered  {at=401045.603492819, delay=0.006344404013361782, ms=00000}
22:48:41.468064 run                osmo-ms-mob/00001: Starting mobile
22:48:41.480767 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.491307 run                             mass: MS start registered  {at=401049.785130326, delay=0.0045797560014761984, ms=00001}
22:48:42.295174 run                             mass: MS performed LU  {at=401050.588882684, lu_delay=4.985389865003526, ms=00000}
22:48:43.298718 run                osmo-ms-mob/00002: Starting mobile
22:48:43.315452 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.325950 run                             mass: MS start registered  {at=401051.619773892, delay=0.004624477005563676, ms=00002}
22:48:44.597813 run                osmo-ms-mob/00003: Starting mobile
22:48:44.614420 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.625169 run                             mass: MS start registered  {at=401052.9189933, delay=0.0046868459903635085, ms=00003}
22:48:45.668181 run                osmo-ms-mob/00004: Starting mobile
22:48:45.681177 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.691824 run                             mass: MS start registered  {at=401053.985650601, delay=0.004618312988895923, ms=00004}
22:48:46.532049 run                             mass: MS performed LU  {at=401054.825770321, lu_delay=5.040639995015226, ms=00001}
22:48:46.714367 run                osmo-ms-mob/00005: Starting mobile
22:48:46.731830 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.742689 run                             mass: MS start registered  {at=401055.036511057, delay=0.004964782972820103, ms=00005}
22:48:47.568177 run                osmo-ms-mob/00006: Starting mobile
22:48:47.580982 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.591827 run                             mass: MS start registered  {at=401055.88565546, delay=0.0047232399811036885, ms=00006}
22:48:48.433440 run                             mass: MS performed LU  {at=401056.727152661, lu_delay=5.107378769025672, ms=00002}
22:48:48.486886 run                osmo-ms-mob/00007: Starting mobile
22:48:48.501756 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.512755 run                             mass: MS start registered  {at=401056.806585378, delay=0.004617063037585467, ms=00007}
22:48:49.287712 run                osmo-ms-mob/00008: Starting mobile
22:48:49.300536 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.311448 run                             mass: MS start registered  {at=401057.6052719, delay=0.004904177039861679, ms=00008}
22:48:49.827762 run                             mass: MS performed LU  {at=401058.121478113, lu_delay=5.202484812994953, ms=00003}
22:48:50.000252 run                osmo-ms-mob/00009: Starting mobile
22:48:50.017108 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.027756 run                             mass: MS start registered  {at=401058.321584654, delay=0.004719292977824807, ms=00009}
22:48:50.688086 run                osmo-ms-mob/00010: Starting mobile
22:48:50.707213 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.717862 run                             mass: MS start registered  {at=401059.011691814, delay=0.004682586994022131, ms=00010}
22:48:51.299223 run                osmo-ms-mob/00011: Starting mobile
22:48:51.315444 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.326168 run                             mass: MS start registered  {at=401059.619988562, delay=0.00481745001161471, ms=00011}
22:48:51.728882 run                             mass: MS performed LU  {at=401060.022600111, lu_delay=4.986089054029435, ms=00005}
22:48:51.756235 run                             mass: MS performed LU  {at=401060.049956464, lu_delay=6.064305862993933, ms=00004}
22:48:51.803966 run                osmo-ms-mob/00012: Starting mobile
22:48:51.818803 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.829465 run                             mass: MS start registered  {at=401060.123294174, delay=0.004758024995680898, ms=00012}
22:48:52.499786 run                osmo-ms-mob/00013: Starting mobile
22:48:52.516662 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.527907 run                             mass: MS start registered  {at=401060.821724939, delay=0.005277733958791941, ms=00013}
22:48:53.099599 run                osmo-ms-mob/00014: Starting mobile
22:48:53.116192 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.127388 run                             mass: MS start registered  {at=401061.421213031, delay=0.0049255379708483815, ms=00014}
22:48:53.593480 run                             mass: MS performed LU  {at=401061.887200829, lu_delay=5.080615450977348, ms=00007}
22:48:53.624751 run                osmo-ms-mob/00015: Starting mobile
22:48:53.639217 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.649770 run                             mass: MS start registered  {at=401061.943595931, delay=0.004638832004275173, ms=00015}
22:48:53.656180 run                             mass: MS performed LU  {at=401061.950010936, lu_delay=6.0643554760026745, ms=00006}
22:48:54.199370 run                osmo-ms-mob/00016: Starting mobile
22:48:54.216653 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.227764 run                             mass: MS start registered  {at=401062.521587082, delay=0.005128692020662129, ms=00016}
22:48:54.668672 run                osmo-ms-mob/00017: Starting mobile
22:48:54.681756 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.692477 run                             mass: MS start registered  {at=401062.986304495, delay=0.0048305580276064575, ms=00017}
22:48:55.298772 run                osmo-ms-mob/00018: Starting mobile
22:48:55.315469 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.326213 run                             mass: MS start registered  {at=401063.620039236, delay=0.004875111975707114, ms=00018}
22:48:55.494783 run                             mass: MS performed LU  {at=401063.78850933, lu_delay=4.776817516016308, ms=00010}
22:48:55.609573 run                             mass: MS performed LU  {at=401063.90330406, lu_delay=6.298032159975264, ms=00008}
22:48:55.625238 run                osmo-ms-mob/00019: Starting mobile
22:48:55.638173 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.648922 run                             mass: MS start registered  {at=401063.942751439, delay=0.004803297983016819, ms=00019}
22:48:56.207940 run                osmo-ms-mob/00020: Starting mobile
22:48:56.223938 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.234963 run                             mass: MS start registered  {at=401064.528790325, delay=0.004921352956444025, ms=00020}
22:48:56.668172 run                osmo-ms-mob/00021: Starting mobile
22:48:56.681274 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.692067 run                             mass: MS start registered  {at=401064.98589721, delay=0.004836733045522124, ms=00021}
22:48:57.099691 run                osmo-ms-mob/00022: Starting mobile
22:48:57.116192 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.127825 run                             mass: MS start registered  {at=401065.421647195, delay=0.005515181983355433, ms=00022}
22:48:57.276132 run                             mass: MS performed LU  {at=401065.569834224, lu_delay=4.748109285021201, ms=00013}
22:48:57.358868 run                             mass: MS performed LU  {at=401065.652594264, lu_delay=6.032605701999273, ms=00011}
22:48:57.423085 run                             mass: MS performed LU  {at=401065.716811954, lu_delay=5.593517780012917, ms=00012}
22:48:57.465910 run                osmo-ms-mob/00023: Starting mobile
22:48:57.479594 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.490518 run                             mass: MS start registered  {at=401065.784344704, delay=0.005031595996115357, ms=00023}
22:48:57.981173 run                osmo-ms-mob/00024: Starting mobile
22:48:57.995014 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.005923 run                             mass: MS start registered  {at=401066.299750402, delay=0.004871193959843367, ms=00024}
22:48:58.468277 run                osmo-ms-mob/00025: Starting mobile
22:48:58.481202 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.492683 run                             mass: MS start registered  {at=401066.786508267, delay=0.005541605001781136, ms=00025}
22:48:58.897330 run                osmo-ms-mob/00026: Starting mobile
22:48:58.912888 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.923807 run                             mass: MS start registered  {at=401067.217632692, delay=0.004878080042544752, ms=00026}
22:48:59.139927 run                             mass: MS performed LU  {at=401067.433652942, lu_delay=5.490057011018507, ms=00015}
22:48:59.177233 run                             mass: MS performed LU  {at=401067.47098452, lu_delay=4.484680024965201, ms=00017}
22:48:59.224820 run                osmo-ms-mob/00027: Starting mobile
22:48:59.239448 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.250162 run                             mass: MS start registered  {at=401067.543982107, delay=0.004723592021036893, ms=00027}
22:48:59.258403 run                             mass: MS performed LU  {at=401067.552233407, lu_delay=6.131020375993103, ms=00014}
22:48:59.430953 run                             mass: MS performed LU  {at=401067.724681022, lu_delay=5.203093939984683, ms=00016}
22:48:59.696973 run                osmo-ms-mob/00028: Starting mobile
22:48:59.712077 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.723089 run                             mass: MS start registered  {at=401068.016916663, delay=0.005012340960092843, ms=00028}
22:49:00.067811 run                osmo-ms-mob/00029: Starting mobile
22:49:00.080893 run       osmo-ms-mob/00029(pid=164): Launched
22:49:00.092501 run                             mass: MS start registered  {at=401068.386324986, delay=0.0054474949720315635, ms=00029}
22:49:00.468409 run                osmo-ms-mob/00030: Starting mobile
22:49:00.481206 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.492227 run                             mass: MS start registered  {at=401068.786054745, delay=0.0049735140055418015, ms=00030}
22:49:00.891297 run                osmo-ms-mob/00031: Starting mobile
22:49:00.907377 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.918343 run                             mass: MS start registered  {at=401069.212168887, delay=0.004991872003301978, ms=00031}
22:49:01.040797 run                             mass: MS performed LU  {at=401069.334524022, lu_delay=4.805733697023243, ms=00020}
22:49:01.124882 run                             mass: MS performed LU  {at=401069.418618821, lu_delay=5.798579585039988, ms=00018}
22:49:01.153174 run                osmo-ms-mob/00032: Starting mobile
22:49:01.166003 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.176904 run                             mass: MS start registered  {at=401069.470732393, delay=0.004896156955510378, ms=00032}
22:49:01.188239 run                             mass: MS performed LU  {at=401069.482068719, lu_delay=5.539317279995885, ms=00019}
22:49:01.332640 run                             mass: MS performed LU  {at=401069.626364813, lu_delay=4.64046760299243, ms=00021}
22:49:01.599072 run                osmo-ms-mob/00033: Starting mobile
22:49:01.615738 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.626834 run                             mass: MS start registered  {at=401069.920661178, delay=0.005116991989780217, ms=00033}
22:49:01.981747 run                osmo-ms-mob/00034: Starting mobile
22:49:01.995707 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.006821 run                             mass: MS start registered  {at=401070.300648631, delay=0.005094151012599468, ms=00034}
22:49:02.280918 run                osmo-ms-mob/00035: Starting mobile
22:49:02.294641 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.306136 run                             mass: MS start registered  {at=401070.599960227, delay=0.005363468953873962, ms=00035}
22:49:02.667707 run                osmo-ms-mob/00036: Starting mobile
22:49:02.681005 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.692043 run                             mass: MS start registered  {at=401070.985876178, delay=0.00488040701020509, ms=00036}
22:49:03.026732 run                             mass: MS performed LU  {at=401071.320458658, lu_delay=4.533950390992686, ms=00025}
22:49:03.065867 run                osmo-ms-mob/00037: Starting mobile
22:49:03.078661 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.084565 run                             mass: MS performed LU  {at=401071.378400293, lu_delay=5.078649891016539, ms=00024}
22:49:03.090464 run                             mass: MS start registered  {at=401071.384306186, delay=0.005922826996538788, ms=00037}
22:49:03.141563 run                             mass: MS performed LU  {at=401071.435267091, lu_delay=5.650922386965249, ms=00023}
22:49:03.166451 run                osmo-ms-mob/00038: Starting mobile
22:49:03.179667 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.185595 run                             mass: MS performed LU  {at=401071.479418161, lu_delay=6.057770965970121, ms=00022}
22:49:03.191292 run                             mass: MS start registered  {at=401071.485133946, delay=0.005731650977395475, ms=00038}
22:49:03.707429 run                osmo-ms-mob/00039: Starting mobile
22:49:03.724081 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.735902 run                             mass: MS start registered  {at=401072.029726294, delay=0.005738754000049084, ms=00039}
22:49:04.079582 run                osmo-ms-mob/00040: Starting mobile
22:49:04.093421 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.104646 run                             mass: MS start registered  {at=401072.39847092, delay=0.005084550008177757, ms=00040}
22:49:04.379758 run                osmo-ms-mob/00041: Starting mobile
22:49:04.393418 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.404711 run                             mass: MS start registered  {at=401072.698538021, delay=0.005348692997358739, ms=00041}
22:49:04.679696 run                osmo-ms-mob/00042: Starting mobile
22:49:04.693262 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.704422 run                             mass: MS start registered  {at=401072.998244471, delay=0.005238312995061278, ms=00042}
22:49:04.806581 run                             mass: MS performed LU  {at=401073.100310488, lu_delay=5.556328381004278, ms=00027}
22:49:04.890080 run                             mass: MS performed LU  {at=401073.183828378, lu_delay=5.966195685963612, ms=00026}
22:49:04.955355 run                             mass: MS performed LU  {at=401073.249082038, lu_delay=4.862757052003872, ms=00029}
22:49:05.009313 run                osmo-ms-mob/00043: Starting mobile
22:49:05.024302 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.035456 run                             mass: MS start registered  {at=401073.329278989, delay=0.005170997988898307, ms=00043}
22:49:05.080422 run                             mass: MS performed LU  {at=401073.374162778, lu_delay=5.357246115047019, ms=00028}
22:49:05.098534 run                             mass: MS performed LU  {at=401073.392372498, lu_delay=4.606317752972245, ms=00030}
22:49:05.109437 run                osmo-ms-mob/00044: Starting mobile
22:49:05.122451 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.133643 run                             mass: MS start registered  {at=401073.427470605, delay=0.00504407798871398, ms=00044}
22:49:05.685377 run                osmo-ms-mob/00045: Starting mobile
22:49:05.704255 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.715587 run                             mass: MS start registered  {at=401074.009415758, delay=0.005271308007650077, ms=00045}
22:49:05.981283 run                osmo-ms-mob/00046: Starting mobile
22:49:05.995715 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.006918 run                             mass: MS start registered  {at=401074.30074484, delay=0.005165936017874628, ms=00046}
22:49:06.281008 run                osmo-ms-mob/00047: Starting mobile
22:49:06.294644 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.306217 run                             mass: MS start registered  {at=401074.600030869, delay=0.00555011403048411, ms=00047}
22:49:06.597459 run                osmo-ms-mob/00048: Starting mobile
22:49:06.612508 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.623474 run                             mass: MS start registered  {at=401074.917300609, delay=0.00504591001663357, ms=00048}
22:49:06.791200 run                             mass: MS performed LU  {at=401075.084926168, lu_delay=4.484965941053815, ms=00035}
22:49:06.806289 run                osmo-ms-mob/00049: Starting mobile
22:49:06.819217 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.825066 run                             mass: MS performed LU  {at=401075.118904306, lu_delay=5.906735418946482, ms=00031}
22:49:06.830781 run                             mass: MS start registered  {at=401075.124623195, delay=0.0057335259625688195, ms=00049}
22:49:06.906880 run                             mass: MS performed LU  {at=401075.200606751, lu_delay=5.27994557301281, ms=00033}
22:49:06.935945 run                osmo-ms-mob/00050: Starting mobile
22:49:06.948863 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.954843 run                             mass: MS performed LU  {at=401075.24867887, lu_delay=4.948030238971114, ms=00034}
22:49:06.960702 run                             mass: MS start registered  {at=401075.254538555, delay=0.005875659000594169, ms=00050}
22:49:06.998248 run                             mass: MS performed LU  {at=401075.292029515, lu_delay=5.821297122049145, ms=00032}
22:49:07.568270 run                osmo-ms-mob/00051: Starting mobile
22:49:07.580979 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.593424 run                             mass: MS start registered  {at=401075.887240693, delay=0.006489481951575726, ms=00051}
22:49:07.881337 run                osmo-ms-mob/00052: Starting mobile
22:49:07.895044 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.906736 run                             mass: MS start registered  {at=401076.200556654, delay=0.005704233015421778, ms=00052}
22:49:08.180299 run                osmo-ms-mob/00053: Starting mobile
22:49:08.194602 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.205813 run                             mass: MS start registered  {at=401076.499642469, delay=0.005298284988384694, ms=00053}
22:49:08.467860 run                osmo-ms-mob/00054: Starting mobile
22:49:08.480601 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.491916 run                             mass: MS start registered  {at=401076.785745199, delay=0.005197122984100133, ms=00054}
22:49:08.572505 run                             mass: MS performed LU  {at=401076.866231368, lu_delay=5.381097421981394, ms=00038}
22:49:08.656707 run                             mass: MS performed LU  {at=401076.950432628, lu_delay=5.9645564499660395, ms=00036}
22:49:08.670558 run                osmo-ms-mob/00055: Starting mobile
22:49:08.683213 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.694367 run                             mass: MS start registered  {at=401076.988193906, delay=0.005263914004899561, ms=00055}
22:49:08.720693 run                             mass: MS performed LU  {at=401077.01449999, lu_delay=4.9847736959927715, ms=00039}
22:49:08.846414 run                             mass: MS performed LU  {at=401077.140126892, lu_delay=5.755820706021041, ms=00037}
22:49:08.875827 run                osmo-ms-mob/00056: Starting mobile
22:49:08.888788 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.895013 run                             mass: MS performed LU  {at=401077.188848209, lu_delay=4.79037728899857, ms=00040}
22:49:08.900742 run                             mass: MS start registered  {at=401077.194584399, delay=0.005753938981797546, ms=00056}
22:49:09.410423 run                osmo-ms-mob/00057: Starting mobile
22:49:09.428791 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.439917 run                             mass: MS start registered  {at=401077.733745279, delay=0.0051326960092410445, ms=00057}
22:49:09.766869 run                osmo-ms-mob/00058: Starting mobile
22:49:09.779876 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.791250 run                             mass: MS start registered  {at=401078.085076541, delay=0.004986686981283128, ms=00058}
22:49:10.081912 run                osmo-ms-mob/00059: Starting mobile
22:49:10.095791 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.106725 run                             mass: MS start registered  {at=401078.40054899, delay=0.004959298996254802, ms=00059}
22:49:10.367191 run                osmo-ms-mob/00060: Starting mobile
22:49:10.379959 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.390955 run                             mass: MS start registered  {at=401078.684783482, delay=0.005051629967056215, ms=00060}
22:49:10.474038 run                             mass: MS performed LU  {at=401078.76776437, lu_delay=5.3402937650098465, ms=00044}
22:49:10.585039 run                             mass: MS performed LU  {at=401078.878741619, lu_delay=4.577996779000387, ms=00046}
22:49:10.782210 run                osmo-ms-mob/00061: Starting mobile
22:49:10.796510 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.802619 run                             mass: MS performed LU  {at=401079.096453004, lu_delay=6.397914982982911, ms=00041}
22:49:10.808467 run                             mass: MS performed LU  {at=401079.102308481, lu_delay=6.104064010025468, ms=00042}
22:49:10.814167 run                             mass: MS start registered  {at=401079.108009591, delay=0.011576659977436066, ms=00061}
22:49:10.824916 run                osmo-ms-mob/00062: Starting mobile
22:49:10.837738 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.848717 run                             mass: MS start registered  {at=401079.142546428, delay=0.005121624039020389, ms=00062}
22:49:11.381246 run                osmo-ms-mob/00063: Starting mobile
22:49:11.395379 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.407009 run                             mass: MS start registered  {at=401079.700833154, delay=0.005309457017574459, ms=00063}
22:49:11.479994 run                             mass: MS performed LU  {at=401079.773703151, lu_delay=5.764287392958067, ms=00045}
22:49:11.619014 run                             mass: MS performed LU  {at=401079.912749139, lu_delay=3.7121924849925563, ms=00052}
22:49:11.644248 run                             mass: MS performed LU  {at=401079.938084032, lu_delay=21.61649937799666, ms=00009}
22:49:11.655277 run                osmo-ms-mob/00064: Starting mobile
22:49:11.668343 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.679541 run                             mass: MS start registered  {at=401079.973363035, delay=0.005067393998615444, ms=00064}
22:49:12.208235 run                osmo-ms-mob/00065: Starting mobile
22:49:12.224328 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.235375 run                             mass: MS start registered  {at=401080.529203522, delay=0.004990468034520745, ms=00065}
22:49:12.339303 run                             mass: MS performed LU  {at=401080.633014192, lu_delay=5.5083909970126115, ms=00049}
22:49:12.375657 run                             mass: MS performed LU  {at=401080.669402789, lu_delay=5.414864233986009, ms=00050}
22:49:12.392912 run                osmo-ms-mob/00066: Starting mobile
22:49:12.406309 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.412167 run                             mass: MS performed LU  {at=401080.706003277, lu_delay=5.788702667981852, ms=00048}
22:49:12.418338 run                             mass: MS start registered  {at=401080.712178741, delay=0.006192435976117849, ms=00066}
22:49:12.685060 run                             mass: MS performed LU  {at=401080.978786495, lu_delay=6.378755625977647, ms=00047}
22:49:12.907787 run                osmo-ms-mob/00067: Starting mobile
22:49:12.923956 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.935272 run                             mass: MS start registered  {at=401081.229098769, delay=0.005076125031337142, ms=00067}
22:49:13.182708 run                osmo-ms-mob/00068: Starting mobile
22:49:13.196961 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.208401 run                             mass: MS start registered  {at=401081.502223114, delay=0.005036309012211859, ms=00068}
22:49:13.299130 run                             mass: MS performed LU  {at=401081.592755386, lu_delay=5.705514693050645, ms=00051}
22:49:13.324317 run                             mass: MS performed LU  {at=401081.618152652, lu_delay=4.6299587459652685, ms=00055}
22:49:13.462021 run                             mass: MS performed LU  {at=401081.755758573, lu_delay=5.256116104021203, ms=00053}
22:49:13.489953 run                osmo-ms-mob/00069: Starting mobile
22:49:13.503211 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.514791 run                             mass: MS start registered  {at=401081.80861635, delay=0.005429368990007788, ms=00069}
22:49:13.997413 run                osmo-ms-mob/00070: Starting mobile
22:49:14.012759 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.024182 run                             mass: MS start registered  {at=401082.318003383, delay=0.005187352013308555, ms=00070}
22:49:14.295338 run                             mass: MS performed LU  {at=401082.589065014, lu_delay=5.394480614981148, ms=00056}
22:49:14.326494 run                osmo-ms-mob/00071: Starting mobile
22:49:14.339519 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.345443 run                             mass: MS performed LU  {at=401082.639277897, lu_delay=5.853532698005438, ms=00054}
22:49:14.351395 run                             mass: MS start registered  {at=401082.645234719, delay=0.005973361956421286, ms=00071}
22:49:14.540802 run                             mass: MS performed LU  {at=401082.834492669, lu_delay=4.7494161279755645, ms=00058}
22:49:14.804415 run                osmo-ms-mob/00072: Starting mobile
22:49:14.822813 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.833779 run                             mass: MS start registered  {at=401083.127606234, delay=0.005025163001846522, ms=00072}
22:49:15.184209 run                osmo-ms-mob/00073: Starting mobile
22:49:15.197990 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.204529 run                             mass: MS performed LU  {at=401083.498361107, lu_delay=5.764615827996749, ms=00057}
22:49:15.210459 run                             mass: MS start registered  {at=401083.504300584, delay=0.0059597770450636744, ms=00073}
22:49:15.357006 run                             mass: MS performed LU  {at=401083.65070107, lu_delay=3.9498679159441963, ms=00063}
22:49:15.378795 run                             mass: MS performed LU  {at=401083.672618558, lu_delay=3.6992555229808204, ms=00064}
22:49:15.390488 run                osmo-ms-mob/00074: Starting mobile
22:49:15.403730 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.414991 run                             mass: MS start registered  {at=401083.708817817, delay=0.0049781869747675955, ms=00074}
22:49:16.006670 run                osmo-ms-mob/00075: Starting mobile
22:49:16.022975 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.034012 run                             mass: MS start registered  {at=401084.327839451, delay=0.005098840047139674, ms=00075}
22:49:16.122610 run                             mass: MS performed LU  {at=401084.416344423, lu_delay=5.273797995003406, ms=00062}
22:49:16.146709 run                             mass: MS performed LU  {at=401084.440547062, lu_delay=5.3325374710257165, ms=00061}
22:49:16.158690 run                             mass: MS performed LU  {at=401084.452517126, lu_delay=5.767733643995598, ms=00060}
22:49:16.451018 run                             mass: MS performed LU  {at=401084.744746196, lu_delay=6.344197206024546, ms=00059}
22:49:16.482746 run                osmo-ms-mob/00076: Starting mobile
22:49:16.497507 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.508557 run                             mass: MS start registered  {at=401084.802383079, delay=0.005074095039162785, ms=00076}
22:49:16.906907 run                osmo-ms-mob/00077: Starting mobile
22:49:16.922776 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.933799 run                             mass: MS start registered  {at=401085.227628342, delay=0.0050812059780582786, ms=00077}
22:49:17.384943 run                osmo-ms-mob/00078: Starting mobile
22:49:17.398972 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.410060 run                             mass: MS start registered  {at=401085.703888558, delay=0.00517112499801442, ms=00078}
22:49:17.805981 run                osmo-ms-mob/00079: Starting mobile
22:49:17.822090 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.833403 run                             mass: MS start registered  {at=401086.12722881, delay=0.005187442991882563, ms=00079}
22:49:18.071016 run                             mass: MS performed LU  {at=401086.364737842, lu_delay=4.556121492001694, ms=00069}
22:49:18.088656 run                             mass: MS performed LU  {at=401086.382408016, lu_delay=4.880184901994653, ms=00068}
22:49:18.105200 run                osmo-ms-mob/00080: Starting mobile
22:49:18.117921 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.129158 run                             mass: MS start registered  {at=401086.422989071, delay=0.005266965017654002, ms=00080}
22:49:18.205051 run                             mass: MS performed LU  {at=401086.498784442, lu_delay=5.78660570102511, ms=00066}
22:49:18.222600 run                             mass: MS performed LU  {at=401086.516357549, lu_delay=5.987154026981443, ms=00065}
22:49:18.297082 run                             mass: MS performed LU  {at=401086.590822246, lu_delay=5.361723476962652, ms=00067}
22:49:18.781241 run                osmo-ms-mob/00081: Starting mobile
22:49:18.794928 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.805990 run                             mass: MS start registered  {at=401087.099818152, delay=0.0051164760370738804, ms=00081}
22:49:19.168394 run                osmo-ms-mob/00082: Starting mobile
22:49:19.189320 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.200963 run                             mass: MS start registered  {at=401087.494775162, delay=0.00559562403941527, ms=00082}
22:49:19.798993 run                osmo-ms-mob/00083: Starting mobile
22:49:19.815591 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.826537 run                             mass: MS start registered  {at=401088.12036662, delay=0.004987262014765292, ms=00083}
22:49:19.888660 run                             mass: MS performed LU  {at=401088.182383776, lu_delay=5.53714905702509, ms=00071}
22:49:20.018737 run                             mass: MS performed LU  {at=401088.312464366, lu_delay=5.184858132037334, ms=00072}
22:49:20.162053 run                             mass: MS performed LU  {at=401088.455780078, lu_delay=4.951479493989609, ms=00073}
22:49:20.190155 run                osmo-ms-mob/00084: Starting mobile
22:49:20.203182 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.209107 run                             mass: MS performed LU  {at=401088.50294408, lu_delay=4.794126263004728, ms=00074}
22:49:20.214808 run                             mass: MS start registered  {at=401088.508650553, delay=0.005723154987208545, ms=00084}
22:49:20.789421 run                osmo-ms-mob/00085: Starting mobile
22:49:20.804532 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.815737 run                             mass: MS start registered  {at=401089.109562877, delay=0.005175489000976086, ms=00085}
22:49:21.382144 run                osmo-ms-mob/00086: Starting mobile
22:49:21.395962 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.407287 run                             mass: MS start registered  {at=401089.701115718, delay=0.005455002014059573, ms=00086}
22:49:21.836959 run                             mass: MS performed LU  {at=401090.13067999, lu_delay=5.328296910971403, ms=00076}
22:49:21.853589 run                             mass: MS performed LU  {at=401090.147389598, lu_delay=5.819550146989059, ms=00075}
22:49:21.894536 run                osmo-ms-mob/00087: Starting mobile
22:49:21.907235 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.913178 run                             mass: MS performed LU  {at=401090.207013697, lu_delay=4.979385355021805, ms=00077}
22:49:21.918940 run                             mass: MS start registered  {at=401090.212780926, delay=0.005785462039057165, ms=00087}
22:49:22.205087 run                             mass: MS performed LU  {at=401090.498812625, lu_delay=4.794924066984095, ms=00078}
22:49:22.581285 run                osmo-ms-mob/00088: Starting mobile
22:49:22.595055 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.606349 run                             mass: MS start registered  {at=401090.900174619, delay=0.005264375999104232, ms=00088}
22:49:23.181342 run                osmo-ms-mob/00089: Starting mobile
22:49:23.195044 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.206380 run                             mass: MS start registered  {at=401091.50020232, delay=0.005434705992229283, ms=00089}
22:49:23.635768 run                             mass: MS performed LU  {at=401091.929494069, lu_delay=5.5065049980184995, ms=00080}
22:49:23.660584 run                             mass: MS performed LU  {at=401091.954420118, lu_delay=4.85460196598433, ms=00081}
22:49:23.671763 run                osmo-ms-mob/00090: Starting mobile
22:49:23.684775 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.696352 run                             mass: MS start registered  {at=401091.990173534, delay=0.005139573011547327, ms=00090}
22:49:23.784636 run                             mass: MS performed LU  {at=401092.078360691, lu_delay=5.951131881040055, ms=00079}
22:49:23.927354 run                             mass: MS performed LU  {at=401092.221084742, lu_delay=4.726309579971712, ms=00082}
22:49:24.500114 run                osmo-ms-mob/00091: Starting mobile
22:49:24.516575 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.527797 run                             mass: MS start registered  {at=401092.821613726, delay=0.005000312987249345, ms=00091}
22:49:25.206606 run                osmo-ms-mob/00092: Starting mobile
22:49:25.222502 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.233664 run                             mass: MS start registered  {at=401093.527493061, delay=0.005255411961115897, ms=00092}
22:49:25.601765 run                             mass: MS performed LU  {at=401093.895468883, lu_delay=4.785906006000005, ms=00085}
22:49:25.620848 run                             mass: MS performed LU  {at=401093.914596479, lu_delay=5.405945925973356, ms=00084}
22:49:25.648409 run                             mass: MS performed LU  {at=401093.942130566, lu_delay=5.821763945976272, ms=00083}
22:49:25.998307 run                osmo-ms-mob/00093: Starting mobile
22:49:26.015387 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.026817 run                             mass: MS start registered  {at=401094.320633194, delay=0.005517959012649953, ms=00093}
22:49:26.867701 run                osmo-ms-mob/00094: Starting mobile
22:49:26.880589 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.891777 run                             mass: MS start registered  {at=401095.185577602, delay=0.005250899004749954, ms=00094}
22:49:27.383295 run                             mass: MS performed LU  {at=401095.67702093, lu_delay=5.9759052119916305, ms=00086}
22:49:27.402308 run                             mass: MS performed LU  {at=401095.696058206, lu_delay=5.4832772800000384, ms=00087}
22:49:27.549891 run                             mass: MS performed LU  {at=401095.843594442, lu_delay=4.943419823015574, ms=00088}
22:49:27.655689 run                             mass: MS performed LU  {at=401095.949414478, lu_delay=22.62013548897812, ms=00043}
22:49:27.711453 run                osmo-ms-mob/00095: Starting mobile
22:49:27.726291 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.737335 run                             mass: MS start registered  {at=401096.031164987, delay=0.005110101017635316, ms=00095}
22:49:28.768452 run                osmo-ms-mob/00096: Starting mobile
22:49:28.781159 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.792400 run                             mass: MS start registered  {at=401097.08622547, delay=0.005213206983171403, ms=00096}
22:49:29.368101 run                             mass: MS performed LU  {at=401097.661830763, lu_delay=5.671657228958793, ms=00090}
22:49:29.388695 run                             mass: MS performed LU  {at=401097.682531965, lu_delay=6.182329645031132, ms=00089}
22:49:29.414255 run                             mass: MS performed LU  {at=401097.707953393, lu_delay=4.886339667020366, ms=00091}
22:49:29.899718 run                osmo-ms-mob/00097: Starting mobile
22:49:29.917798 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.928999 run                             mass: MS start registered  {at=401098.222828368, delay=0.005294641014188528, ms=00097}
22:49:31.149248 run                             mass: MS performed LU  {at=401099.442975401, lu_delay=5.122342207003385, ms=00093}
22:49:31.191614 run                osmo-ms-mob/00098: Starting mobile
22:49:31.207041 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.218030 run                             mass: MS start registered  {at=401099.511860209, delay=0.005055167013779283, ms=00098}
22:49:31.315528 run                             mass: MS performed LU  {at=401099.609255028, lu_delay=6.08176196704153, ms=00092}
22:49:31.638358 run                             mass: MS performed LU  {at=401099.932088186, lu_delay=4.7465105839655735, ms=00094}
22:49:32.998802 run                osmo-ms-mob/00099: Starting mobile
22:49:33.015531 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.021387 run                             mass: All started... {duration=55.76379498298047, too_slow=0}
22:49:33.026909 run                             mass: MS start registered  {at=401101.320741612, delay=0.005512111005373299, ms=00099}
22:49:33.134299 run                             mass: MS performed LU  {at=401101.428028129, lu_delay=5.396863141970243, ms=00095}
22:49:35.035559 run                             mass: MS performed LU  {at=401103.329285961, lu_delay=5.1064575929776765, ms=00097}
22:49:35.062386 run                             mass: MS performed LU  {at=401103.356140577, lu_delay=6.2699151069973595, ms=00096}
22:49:36.899969 run                             mass: MS performed LU  {at=401105.193691482, lu_delay=5.681831273017451, ms=00098}
22:49:37.199535 run                             mass: MS performed LU  {at=401105.493266088, lu_delay=23.175262705015484, ms=00070}
22:49:38.801222 run                             mass: MS performed LU  {at=401107.094947674, lu_delay=5.774206062022131, ms=00099}
22:49:38.811254 run                             mass: Tests done {all_completed=True, max=23.175262705015484, min=3.6992555229808204}
22:49:38.816559 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.821709 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.824866 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.827985 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.831109 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.834230 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.837355 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.840497 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.843662 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.846807 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.849940 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.853077 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.856930 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.860154 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.863357 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.866556 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.869769 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.873064 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.876388 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.879702 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.882938 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.886180 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.889428 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.892754 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.895964 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.899306 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.902551 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.905817 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.909055 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.912337 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.915611 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.918841 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.922127 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.925616 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.928942 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.932220 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.935522 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.938825 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.942101 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.945627 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.948912 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.952227 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.955464 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.958769 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.962057 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.965401 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.968654 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.972113 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.975414 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.978690 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.981957 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.985228 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.988709 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.992128 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.995398 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.998724 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.002012 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.005265 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.008564 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.011802 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.015080 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.018383 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.021614 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.024852 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.028128 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.031481 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.034695 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.038498 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.042236 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.045580 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.048869 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.052161 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.055509 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.058787 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.061997 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.065284 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.068591 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.071866 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.075157 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.078458 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.081663 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.084882 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.088139 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.091435 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.094735 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.098624 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.102354 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.105636 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.108872 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.112179 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.115445 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.118672 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.121948 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.125224 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.128977 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.132225 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.135446 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.139227 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.142476 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.146116 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.149425 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.152813 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.156165 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.159952 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.163237 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.166504 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.169701 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.172958 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.176265 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.179559 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.182778 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.186073 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.189355 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.192644 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.195921 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.199213 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.202408 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.205598 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.208787 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.211992 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.215182 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.218369 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.221552 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.224750 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.227948 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.231145 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.234339 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.237530 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.240718 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.243910 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.247104 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.250304 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.253486 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.256678 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.259859 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.263050 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.266234 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.269424 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.272603 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.275804 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.278994 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.282178 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.285361 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.288554 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.291742 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.294940 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.298126 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.301326 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.304518 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.307706 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.310898 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.314080 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.317272 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.320464 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.323651 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.326834 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.329998 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.333179 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.336371 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.339553 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.342728 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.345910 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.349092 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.352290 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.355467 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.358654 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.361821 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.365003 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.368176 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.371356 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.374539 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.377708 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.380893 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.384075 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.387264 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.390460 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.393640 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.396830 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.400011 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.403192 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.406375 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.409548 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.412728 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.415906 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.419080 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.422262 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.425424 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.428610 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.431805 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.434977 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.438144 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.441319 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.444498 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.447679 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.450854 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.454028 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.457193 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.460373 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.463546 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.466741 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.469918 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.473099 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.476273 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.479449 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.482638 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.485823 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.489013 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.492203 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.495385 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.498561 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.501741 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.504933 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.508116 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.511289 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.514488 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.515929 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.519462 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.520892 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.524407 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.525836 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.529368 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.530802 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.534327 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.535757 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.539336 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.540776 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.544318 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.545742 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.549290 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.550865 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.554489 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.555941 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.559504 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.560945 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.564540 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.565989 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.569581 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.571035 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.574626 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.576090 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.579680 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.581137 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.584719 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.586170 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.589733 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.591208 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.594783 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.596227 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.599808 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.601251 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.604818 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.606273 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.609809 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.611249 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.614802 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.616233 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.619771 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.621200 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.624728 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.626156 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.629682 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.631135 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.634658 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.636086 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.639605 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.641025 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.644555 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.645982 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.649519 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.650950 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.654481 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.655902 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.659427 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.660858 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.664397 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.665829 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.669360 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.670802 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.674332 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.675759 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.679315 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.680753 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.684282 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.685713 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.689235 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.690670 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.694246 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.695690 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.699224 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.700657 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.704185 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.705615 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.709166 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.710618 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.714133 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.715565 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.719083 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.720505 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.724047 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.725472 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.729033 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.730466 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.733981 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.735412 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.738955 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.740382 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.743910 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.745337 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.748873 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.750305 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.753836 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.755294 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.758835 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.760268 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.763805 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.765233 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.768781 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.770220 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.773748 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.775195 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.778753 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.780189 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.783731 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.785161 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.788696 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.790127 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.793661 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.795106 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.798627 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.800057 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.803577 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.805004 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.808539 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.809971 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.813521 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.814956 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.818509 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.819951 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.823501 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.824935 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.828490 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.829924 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.833481 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.834926 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.838463 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.839897 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.843477 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.844916 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.848459 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.849897 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.853445 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.854890 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.858436 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.859876 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.863401 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.864838 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.868370 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.869800 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.873343 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.874795 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.878322 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.879755 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.883288 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.884724 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.888211 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.889618 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.893111 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.894522 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.897982 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.899398 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.902857 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.904263 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.907742 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.909144 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.912600 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.914005 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.917491 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.918902 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.922370 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.923782 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.927242 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.928647 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.932125 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.933529 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.936998 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.938409 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.941857 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.943262 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.946733 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.948139 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.951606 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.953008 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.956477 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.957887 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.961341 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.962767 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.966223 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.967632 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.971074 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.972485 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.975955 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.977372 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.980923 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.982346 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.985853 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.987277 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.990779 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.992210 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.995771 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.997197 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.000728 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.002165 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.005696 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.007124 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.010638 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.012065 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.015577 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.017003 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.020544 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.021968 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.025504 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.026932 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.030445 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.031871 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.035405 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.036828 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.040346 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.041774 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.045303 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.046725 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.050254 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.051678 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.055208 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.056637 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.060176 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.061606 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.065150 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.066583 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.070102 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.071534 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.075077 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.076498 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.080056 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.081477 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.085006 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.086431 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.089972 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.091404 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.094958 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.096388 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.099911 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.101338 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.104885 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.106313 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.109866 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.111326 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.114868 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.116290 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.119845 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.121272 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.124862 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.126297 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.129828 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.131272 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.134819 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.136244 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.139783 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.141210 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.144764 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.146198 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.149741 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.151172 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.154703 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.156136 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.159689 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.161112 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.164651 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.166074 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.169614 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.171044 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.174586 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.176010 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.179550 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.180980 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.184526 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.185948 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.189484 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.190919 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.194455 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.195878 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.199414 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.200838 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.204380 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.205804 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.209360 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.210781 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.214321 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.215743 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.219281 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.220703 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.224252 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.225683 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.229226 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.230648 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.234185 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.235606 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.239157 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.240583 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.244124 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.245545 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.249087 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.250523 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.254056 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.255498 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.259036 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.260460 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.264005 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.265427 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.268973 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.270428 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.273958 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.275379 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.278922 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.280343 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.283885 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.285305 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.288870 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.290300 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.293844 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.295276 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.298821 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.300249 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.303814 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.305240 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.308784 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.310207 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.313750 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.315181 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.318741 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.320163 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.323703 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.325126 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.328655 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.330075 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.333618 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.335053 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.338600 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.340021 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.343593 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.345011 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.348552 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.350003 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.353565 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.354997 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.358529 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.359946 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.363490 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.364911 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.368480 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.369911 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.373444 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.374865 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.378399 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.379826 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.383372 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.384797 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.388341 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.389766 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.393292 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.394711 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.398244 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.399673 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.403213 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.404633 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.408164 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.409581 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.413122 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.414570 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.418103 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.419529 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.423075 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.424498 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.428032 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.429453 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.433013 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.434443 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.437971 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.439395 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.442945 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.444374 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.447935 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.449363 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.452913 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.454365 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.457901 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.459325 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.462860 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.464283 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.467807 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.469234 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.472787 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.474212 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.477749 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.479176 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.482716 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.484145 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.487694 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.489116 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.492655 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.494075 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.497633 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.499059 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.502594 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.504016 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.507549 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.508970 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.512505 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.513929 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.517490 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.518915 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.522463 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.523887 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.527432 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.528847 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.532370 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.533790 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.537325 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.538747 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.542295 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.543714 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.547254 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.548678 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.552208 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.553634 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.557163 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.558604 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.562146 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.563576 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.967889 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.973611 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8339 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.039665 tst                       trial-8339: Storing JUnit report in /build/trial-8339/run.2026-05-22_22-48-17/trial-8339.xml

--------------------------------------------------------------------------------------------
trial-8339 PASS
--------------------------------------------------------------------------------------------
22:49:44.051116 tst                       trial-8339: trial-8339: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8339/inst
+ cd trial-8339
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-22 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8339-run.tgz run.2026-05-22_22-48-17
+ tar czf /build/trial-8339-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-22_13_26_39.tgz osmo-bts-oc2g.build-2026-05-22_00_52_00.tgz osmo-bts-sysmo.build-2026-05-22_00_52_08.tgz osmo-bts.build-2026-05-22_00_52_13.tgz osmo-ggsn.build-2026-05-22_20_42_48.tgz osmo-hlr.build-2026-05-22_16_36_52.tgz osmo-hnbgw.build-2026-05-22_13_31_45.tgz osmo-mgw.build-2026-05-22_08_33_07.tgz osmo-msc.build-2026-05-22_13_36_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-22_07_35_04.tgz osmo-pcu-sysmo.build-2026-05-22_07_35_01.tgz osmo-pcu.build-2026-05-22_07_35_03.tgz osmo-sgsn.build-2026-05-22_20_48_32.tgz osmo-stp.build-2026-05-22_13_25_27.tgz osmo-trx.build-2026-05-22_14_22_06.tgz osmocom-bb.build-2026-05-22_21_17_22.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