Skip to content
Success

Console Output

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:a563d181f4443baa1460395c43967d13db1ad23487901fb1dd6cfb5130fbfa81 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8070 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-08-26 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8070
+ mkdir -p trial-8070
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-26_13_25_43.tgz osmo-bts-oc2g.build-2025-08-26_00_51_40.tgz osmo-bts-sysmo.build-2025-08-26_00_51_43.tgz osmo-bts.build-2025-08-26_00_51_47.tgz osmo-ggsn.build-2025-08-26_20_42_35.tgz osmo-hlr.build-2025-08-26_16_36_54.tgz osmo-hnbgw.build-2025-08-26_13_39_52.tgz osmo-mgw.build-2025-08-26_08_33_11.tgz osmo-msc.build-2025-08-26_13_41_25.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-26_07_33_58.tgz osmo-pcu-sysmo.build-2025-08-26_07_36_13.tgz osmo-pcu.build-2025-08-26_07_36_21.tgz osmo-sgsn.build-2025-08-26_20_48_33.tgz osmo-stp.build-2025-08-26_13_22_59.tgz osmo-trx.build-2025-08-26_14_30_21.tgz osmocom-bb.build-2025-08-26_21_17_21.tgz srslte.build-19.tgz trial-8070
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-26_13_25_43.md5 osmo-bts-oc2g.build-2025-08-26_00_51_40.md5 osmo-bts-sysmo.build-2025-08-26_00_51_43.md5 osmo-bts.build-2025-08-26_00_51_47.md5 osmo-ggsn.build-2025-08-26_20_42_35.md5 osmo-hlr.build-2025-08-26_16_36_54.md5 osmo-hnbgw.build-2025-08-26_13_39_52.md5 osmo-mgw.build-2025-08-26_08_33_11.md5 osmo-msc.build-2025-08-26_13_41_25.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-26_07_33_58.md5 osmo-pcu-sysmo.build-2025-08-26_07_36_13.md5 osmo-pcu.build-2025-08-26_07_36_21.md5 osmo-sgsn.build-2025-08-26_20_48_33.md5 osmo-stp.build-2025-08-26_13_22_59.md5 osmo-trx.build-2025-08-26_14_30_21.md5 osmocom-bb.build-2025-08-26_21_17_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-26_13_25_43.md5 osmo-bts-oc2g.build-2025-08-26_00_51_40.md5 osmo-bts-sysmo.build-2025-08-26_00_51_43.md5 osmo-bts.build-2025-08-26_00_51_47.md5 osmo-ggsn.build-2025-08-26_20_42_35.md5 osmo-hlr.build-2025-08-26_16_36_54.md5 osmo-hnbgw.build-2025-08-26_13_39_52.md5 osmo-mgw.build-2025-08-26_08_33_11.md5 osmo-msc.build-2025-08-26_13_41_25.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-26_07_33_58.md5 osmo-pcu-sysmo.build-2025-08-26_07_36_13.md5 osmo-pcu.build-2025-08-26_07_36_21.md5 osmo-sgsn.build-2025-08-26_20_48_33.md5 osmo-stp.build-2025-08-26_13_22_59.md5 osmo-trx.build-2025-08-26_14_30_21.md5 osmocom-bb.build-2025-08-26_21_17_21.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-8070 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8070'
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-8070
--------------------------------------------------------------------------------------------
22:48:20.040201 tst                       trial-8070: Detailed log at /build/trial-8070/run.2025-08-26_22-48-20/log

---------------------------------------------------------------------
trial-8070 netreg_mass
---------------------------------------------------------------------
22:48:20.341191 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.341890 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.343421 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.345602 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.397531 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.399805 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.402967 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.550454 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-8070 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.552426 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.580454 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.581461 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.582208 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.582909 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.583625 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.584354 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.585142 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.635550 tst         register_default_mass.py: using LAC 2
22:48:20.674696 tst         register_default_mass.py: using RAC 2
22:48:20.717160 tst         register_default_mass.py: using CellId 2
22:48:20.764758 tst         register_default_mass.py: using BVCI 3
22:48:20.778064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.779295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.780754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.781678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.782704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.783797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.785032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.785911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.786835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.787601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.788344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.789356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.790385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.791313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.792380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.793322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.794170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.794992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.795811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.796699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.797879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.798894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.799724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.800798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.801695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.802614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.803402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.804391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.805189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.806235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.807124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.808270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.809308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.810306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.811154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.812111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.813093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.813908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.814708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.815677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.816660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.817450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.818537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.819832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.820832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.821657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.822521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.823575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.824747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.825530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.826309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.827376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.828243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.829222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.830062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.830873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.831665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.832572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.833482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.834390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.835136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.835893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.836664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.837429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.838172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.838911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.839647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.840415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.841191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.841950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.842719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.843762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.844682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.845508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.846265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.846993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.847913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.848786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.849556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.850411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.851340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.852526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.853419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.854217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.854975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.855714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.856601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.857388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.858131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.858901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.859789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.860581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.861509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.862482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.863315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.864097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.865131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.866132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.866964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.867746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.869083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.870779 tst      register_default_mass.py:21: Launching a simple network
22:48:20.886458 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.134690 run            create_hlr_db(pid=20): Launched
22:48:22.163238 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.215142 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.249495 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.262256 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.600736 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.626973 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.636981 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.457116 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.502272 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.521684 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.750541 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.797814 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.814966 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.856455 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.903999 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.917611 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.636524 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.663362 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.697686 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.036080 run         osmo-bts-virtual(pid=34): Launched
22:48:35.104342 tst         register_default_mass.py: using MSISDN 1001
22:48:35.110951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.202331 tst         register_default_mass.py: using MSISDN 1002
22:48:35.211572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.284009 tst         register_default_mass.py: using MSISDN 1003
22:48:35.292309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.352608 tst         register_default_mass.py: using MSISDN 1004
22:48:35.358812 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.435273 tst         register_default_mass.py: using MSISDN 1005
22:48:35.442407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.510372 tst         register_default_mass.py: using MSISDN 1006
22:48:35.522522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.593661 tst         register_default_mass.py: using MSISDN 1007
22:48:35.606126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.671735 tst         register_default_mass.py: using MSISDN 1008
22:48:35.678885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.779292 tst         register_default_mass.py: using MSISDN 1009
22:48:35.792304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.883389 tst         register_default_mass.py: using MSISDN 1010
22:48:35.895318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.974970 tst         register_default_mass.py: using MSISDN 1011
22:48:35.987825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:36.059341 tst         register_default_mass.py: using MSISDN 1012
22:48:36.068855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.148679 tst         register_default_mass.py: using MSISDN 1013
22:48:36.161154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.233704 tst         register_default_mass.py: using MSISDN 1014
22:48:36.246370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.332989 tst         register_default_mass.py: using MSISDN 1015
22:48:36.341401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.451990 tst         register_default_mass.py: using MSISDN 1016
22:48:36.459163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.573122 tst         register_default_mass.py: using MSISDN 1017
22:48:36.580552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.674709 tst         register_default_mass.py: using MSISDN 1018
22:48:36.687690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.782965 tst         register_default_mass.py: using MSISDN 1019
22:48:36.793674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.868695 tst         register_default_mass.py: using MSISDN 1020
22:48:36.874811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.935097 tst         register_default_mass.py: using MSISDN 1021
22:48:36.941229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:37.017171 tst         register_default_mass.py: using MSISDN 1022
22:48:37.027720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:37.111808 tst         register_default_mass.py: using MSISDN 1023
22:48:37.119417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.216907 tst         register_default_mass.py: using MSISDN 1024
22:48:37.227713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.302771 tst         register_default_mass.py: using MSISDN 1025
22:48:37.309097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.373464 tst         register_default_mass.py: using MSISDN 1026
22:48:37.381661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.474864 tst         register_default_mass.py: using MSISDN 1027
22:48:37.491760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.579578 tst         register_default_mass.py: using MSISDN 1028
22:48:37.597819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.673783 tst         register_default_mass.py: using MSISDN 1029
22:48:37.691566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.785269 tst         register_default_mass.py: using MSISDN 1030
22:48:37.803285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.881365 tst         register_default_mass.py: using MSISDN 1031
22:48:37.899353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.975033 tst         register_default_mass.py: using MSISDN 1032
22:48:37.997091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.075873 tst         register_default_mass.py: using MSISDN 1033
22:48:38.093026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.173895 tst         register_default_mass.py: using MSISDN 1034
22:48:38.190501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.268410 tst         register_default_mass.py: using MSISDN 1035
22:48:38.285847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.366759 tst         register_default_mass.py: using MSISDN 1036
22:48:38.381600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.468098 tst         register_default_mass.py: using MSISDN 1037
22:48:38.484019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.564190 tst         register_default_mass.py: using MSISDN 1038
22:48:38.578606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.673287 tst         register_default_mass.py: using MSISDN 1039
22:48:38.681077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.767229 tst         register_default_mass.py: using MSISDN 1040
22:48:38.774781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.841256 tst         register_default_mass.py: using MSISDN 1041
22:48:38.849748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.924420 tst         register_default_mass.py: using MSISDN 1042
22:48:38.989115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.181603 tst         register_default_mass.py: using MSISDN 1043
22:48:39.194132 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.287726 tst         register_default_mass.py: using MSISDN 1044
22:48:39.302357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.390318 tst         register_default_mass.py: using MSISDN 1045
22:48:39.403833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.480245 tst         register_default_mass.py: using MSISDN 1046
22:48:39.494051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:39.576834 tst         register_default_mass.py: using MSISDN 1047
22:48:39.590992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.666184 tst         register_default_mass.py: using MSISDN 1048
22:48:39.676965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.755768 tst         register_default_mass.py: using MSISDN 1049
22:48:39.769069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.853864 tst         register_default_mass.py: using MSISDN 1050
22:48:39.867047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.935601 tst         register_default_mass.py: using MSISDN 1051
22:48:39.944940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.013127 tst         register_default_mass.py: using MSISDN 1052
22:48:40.026840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.112767 tst         register_default_mass.py: using MSISDN 1053
22:48:40.125664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:40.215708 tst         register_default_mass.py: using MSISDN 1054
22:48:40.228993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:40.323580 tst         register_default_mass.py: using MSISDN 1055
22:48:40.337928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:40.978514 tst         register_default_mass.py: using MSISDN 1056
22:48:40.985908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.068089 tst         register_default_mass.py: using MSISDN 1057
22:48:41.080526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.147258 tst         register_default_mass.py: using MSISDN 1058
22:48:41.156430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.238222 tst         register_default_mass.py: using MSISDN 1059
22:48:41.245870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.305729 tst         register_default_mass.py: using MSISDN 1060
22:48:41.314173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.380471 tst         register_default_mass.py: using MSISDN 1061
22:48:41.387317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.456485 tst         register_default_mass.py: using MSISDN 1062
22:48:41.463370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.534236 tst         register_default_mass.py: using MSISDN 1063
22:48:41.541439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.605904 tst         register_default_mass.py: using MSISDN 1064
22:48:41.618807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.697381 tst         register_default_mass.py: using MSISDN 1065
22:48:41.708172 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:41.776111 tst         register_default_mass.py: using MSISDN 1066
22:48:41.789034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:41.858913 tst         register_default_mass.py: using MSISDN 1067
22:48:41.867234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:41.943326 tst         register_default_mass.py: using MSISDN 1068
22:48:41.950578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.012529 tst         register_default_mass.py: using MSISDN 1069
22:48:42.019826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.100346 tst         register_default_mass.py: using MSISDN 1070
22:48:42.112690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.179807 tst         register_default_mass.py: using MSISDN 1071
22:48:42.193260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.272662 tst         register_default_mass.py: using MSISDN 1072
22:48:42.283562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.354445 tst         register_default_mass.py: using MSISDN 1073
22:48:42.361679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.432785 tst         register_default_mass.py: using MSISDN 1074
22:48:42.439718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.511289 tst         register_default_mass.py: using MSISDN 1075
22:48:42.519081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.591165 tst         register_default_mass.py: using MSISDN 1076
22:48:42.598732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.697023 tst         register_default_mass.py: using MSISDN 1077
22:48:42.704227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.768689 tst         register_default_mass.py: using MSISDN 1078
22:48:42.775800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.855659 tst         register_default_mass.py: using MSISDN 1079
22:48:42.862771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.934076 tst         register_default_mass.py: using MSISDN 1080
22:48:42.940909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.011408 tst         register_default_mass.py: using MSISDN 1081
22:48:43.021624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.097203 tst         register_default_mass.py: using MSISDN 1082
22:48:43.105432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.166397 tst         register_default_mass.py: using MSISDN 1083
22:48:43.172989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.235748 tst         register_default_mass.py: using MSISDN 1084
22:48:43.243399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.318318 tst         register_default_mass.py: using MSISDN 1085
22:48:43.328599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.396762 tst         register_default_mass.py: using MSISDN 1086
22:48:43.404156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.473863 tst         register_default_mass.py: using MSISDN 1087
22:48:43.480306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.563272 tst         register_default_mass.py: using MSISDN 1088
22:48:43.574790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.653881 tst         register_default_mass.py: using MSISDN 1089
22:48:43.665735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.731879 tst         register_default_mass.py: using MSISDN 1090
22:48:43.737954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.818905 tst         register_default_mass.py: using MSISDN 1091
22:48:43.829682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.896066 tst         register_default_mass.py: using MSISDN 1092
22:48:43.902630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.963697 tst         register_default_mass.py: using MSISDN 1093
22:48:43.970250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.039178 tst         register_default_mass.py: using MSISDN 1094
22:48:44.046838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.115904 tst         register_default_mass.py: using MSISDN 1095
22:48:44.130173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.199217 tst         register_default_mass.py: using MSISDN 1096
22:48:44.207249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.301642 tst         register_default_mass.py: using MSISDN 1097
22:48:44.309315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.387081 tst         register_default_mass.py: using MSISDN 1098
22:48:44.397650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.462796 tst         register_default_mass.py: using MSISDN 1099
22:48:44.471837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.555730 tst         register_default_mass.py: using MSISDN 1100
22:48:44.570406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.759867 run                             mass: Starting testcase
22:48:44.774515 run                             mass: Pre-launching all virtphy's
22:48:44.792226 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.826977 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.845065 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.874305 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.883148 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.901780 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.910290 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.928521 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.936571 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.953540 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.961336 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.978044 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.985869 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:45.003382 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:45.011643 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:45.028803 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:45.036688 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:45.053588 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:45.061485 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:45.078547 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:45.087391 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:45.105309 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:45.115346 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:45.133148 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:45.142834 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.159784 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.167439 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.184030 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.191757 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.208558 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.218343 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.235706 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.244432 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.261860 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.270834 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.288152 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.295915 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.312684 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.320431 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.336748 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.344492 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.361124 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.368881 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.385633 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.394296 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.412060 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.420353 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.438681 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.446923 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.464454 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.472407 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.489623 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.497790 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.515346 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.523342 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.540076 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.547672 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.564030 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.571486 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.587876 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.595511 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.612063 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.619581 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.636175 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.643968 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.660536 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.668110 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.684495 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.692221 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.709001 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.716778 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.733277 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.740805 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.757810 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.767020 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.783629 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.790915 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.806520 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.820130 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.835899 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.842871 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.857762 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.864933 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.880301 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.887473 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.903269 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.911863 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.929689 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.938605 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.956416 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.964685 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.982300 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.990319 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:46.007287 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:46.015057 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:46.031806 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:46.039668 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:46.056262 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:46.063938 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:46.080228 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:46.087751 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:46.105276 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.115377 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:46.134150 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:46.144117 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:46.162997 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:46.172695 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:46.191572 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:46.200886 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.219649 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.229274 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.248219 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.258433 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.276843 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.287403 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.306792 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.316865 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.336661 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.347238 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.366592 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.375995 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.395607 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.404999 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.424386 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.433430 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.452572 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.461517 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.480535 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.489767 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.509150 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.519265 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.537750 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.546595 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.564825 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.580114 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.613136 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.628414 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.660043 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.674799 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.704677 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.718617 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.749342 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.764363 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.795910 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.810797 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.842569 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.856744 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.888010 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.902573 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.934710 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.949801 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.981392 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.995623 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:47.026031 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:47.041230 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:47.062135 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:47.076612 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:47.094491 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:47.114680 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:47.132346 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:47.141152 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:47.160532 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:47.168715 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:47.186528 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:47.195929 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:47.213928 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:47.224047 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:47.241696 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:47.249789 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:47.266776 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:47.274310 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:47.291044 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:47.299433 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:47.317486 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:47.325814 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:47.343189 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.351362 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.368065 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.375786 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.392440 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.400388 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.417346 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.425637 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.442123 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.449635 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.465900 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.473697 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.490662 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.498803 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.515972 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.523713 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.540463 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.548382 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.565412 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.573013 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.589463 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.601089 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.617234 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.628648 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.653150 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.660421 run                             mass: Checking if sockets are in the filesystem
22:48:47.675625 run                osmo-ms-mob/00000: Starting mobile
22:48:47.692832 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.710466 run                             mass: MS start registered  {at=19479433.41379682, delay=0.009725034236907959, ms=00000}
22:48:51.874297 run                osmo-ms-mob/00001: Starting mobile
22:48:51.889154 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.901211 run                             mass: MS start registered  {at=19479437.604558192, delay=0.005063667893409729, ms=00001}
22:48:52.525865 run                             mass: MS performed LU  {at=19479438.22918844, lu_delay=4.81539161875844, ms=00000}
22:48:53.679381 run                osmo-ms-mob/00002: Starting mobile
22:48:53.696304 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.709728 run                             mass: MS start registered  {at=19479439.4130501, delay=0.005293816328048706, ms=00002}
22:48:54.974346 run                osmo-ms-mob/00003: Starting mobile
22:48:54.989080 run       osmo-ms-mob/00003(pid=138): Launched
22:48:55.001269 run                             mass: MS start registered  {at=19479440.70461458, delay=0.005223967134952545, ms=00003}
22:48:56.073659 run                osmo-ms-mob/00004: Starting mobile
22:48:56.087669 run       osmo-ms-mob/00004(pid=139): Launched
22:48:56.099106 run                             mass: MS start registered  {at=19479441.80245571, delay=0.0048946812748909, ms=00004}
22:48:57.073574 run                osmo-ms-mob/00005: Starting mobile
22:48:57.086841 run       osmo-ms-mob/00005(pid=140): Launched
22:48:57.098189 run                             mass: MS start registered  {at=19479442.80153486, delay=0.004882056266069412, ms=00005}
22:48:57.974455 run                osmo-ms-mob/00006: Starting mobile
22:48:57.989803 run       osmo-ms-mob/00006(pid=141): Launched
22:48:58.002529 run                             mass: MS start registered  {at=19479443.705849014, delay=0.00542353093624115, ms=00006}
22:48:58.174773 run                             mass: MS performed LU  {at=19479443.878077716, lu_delay=6.2735195234417915, ms=00001}
22:48:58.664353 run                             mass: MS performed LU  {at=19479444.36766861, lu_delay=4.954618509858847, ms=00002}
22:48:58.874256 run                osmo-ms-mob/00007: Starting mobile
22:48:58.888255 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.901060 run                             mass: MS start registered  {at=19479444.604403973, delay=0.006038848310709, ms=00007}
22:48:59.679176 run                osmo-ms-mob/00008: Starting mobile
22:48:59.697968 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.716304 run                             mass: MS start registered  {at=19479445.41963629, delay=0.00758100301027298, ms=00008}
22:49:00.104564 run                             mass: MS performed LU  {at=19479445.807893496, lu_delay=5.103278916329145, ms=00003}
22:49:00.376595 run                osmo-ms-mob/00009: Starting mobile
22:49:00.393256 run       osmo-ms-mob/00009(pid=144): Launched
22:49:00.406392 run                             mass: MS start registered  {at=19479446.10973411, delay=0.005177613347768784, ms=00009}
22:49:01.074364 run                osmo-ms-mob/00010: Starting mobile
22:49:01.088447 run       osmo-ms-mob/00010(pid=145): Launched
22:49:01.100406 run                             mass: MS start registered  {at=19479446.80375748, delay=0.00512053444981575, ms=00010}
22:49:01.679218 run                osmo-ms-mob/00011: Starting mobile
22:49:01.696826 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.710039 run                             mass: MS start registered  {at=19479447.41337582, delay=0.005532059818506241, ms=00011}
22:49:01.940412 run                             mass: MS performed LU  {at=19479447.64374337, lu_delay=5.841287661343813, ms=00004}
22:49:01.959116 run                             mass: MS performed LU  {at=19479447.662436992, lu_delay=4.86090213060379, ms=00005}
22:49:02.273560 run                osmo-ms-mob/00012: Starting mobile
22:49:02.287039 run       osmo-ms-mob/00012(pid=147): Launched
22:49:02.298542 run                             mass: MS start registered  {at=19479448.00188082, delay=0.004935123026371002, ms=00012}
22:49:03.206711 run                osmo-ms-mob/00013: Starting mobile
22:49:03.221397 run       osmo-ms-mob/00013(pid=148): Launched
22:49:03.229292 run                             mass: Starting too slowly. Moving on {now=19479448.932655383, sleep=-0.2617734335362911, target=19479448.67088195}
22:49:03.235584 run                             mass: Starting too slowly. Moving on {now=19479448.93895055, sleep=-0.16806859895586967, target=19479448.77088195}
22:49:03.242960 run                             mass: MS start registered  {at=19479448.946309537, delay=0.013656828552484512, ms=00013}
22:49:03.249619 run                             mass: Starting too slowly. Moving on {now=19479448.952986006, sleep=-0.08210405334830284, target=19479448.870881952}
22:49:03.474075 run                osmo-ms-mob/00014: Starting mobile
22:49:03.488291 run       osmo-ms-mob/00014(pid=149): Launched
22:49:03.502514 run                             mass: MS start registered  {at=19479449.205862682, delay=0.005553264170885086, ms=00014}
22:49:04.077863 run                osmo-ms-mob/00015: Starting mobile
22:49:04.120440 run       osmo-ms-mob/00015(pid=150): Launched
22:49:04.127186 run                             mass: MS performed LU  {at=19479449.83053978, lu_delay=5.2261358089745045, ms=00007}
22:49:04.133455 run                             mass: MS performed LU  {at=19479449.836817425, lu_delay=6.130968410521746, ms=00006}
22:49:04.139589 run                             mass: MS start registered  {at=19479449.842955735, delay=0.012437567114830017, ms=00015}
22:49:04.578796 run                osmo-ms-mob/00016: Starting mobile
22:49:04.596225 run       osmo-ms-mob/00016(pid=151): Launched
22:49:04.607830 run                             mass: MS start registered  {at=19479450.311166357, delay=0.004995554685592651, ms=00016}
22:49:05.074566 run                osmo-ms-mob/00017: Starting mobile
22:49:05.089738 run       osmo-ms-mob/00017(pid=152): Launched
22:49:05.101731 run                             mass: MS start registered  {at=19479450.805069365, delay=0.0047942958772182465, ms=00017}
22:49:05.673627 run                osmo-ms-mob/00018: Starting mobile
22:49:05.687412 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.698734 run                             mass: MS start registered  {at=19479451.40208428, delay=0.004704002290964127, ms=00018}
22:49:05.707092 run                             mass: MS performed LU  {at=19479451.41044538, lu_delay=5.990809090435505, ms=00008}
22:49:05.725612 run                             mass: MS performed LU  {at=19479451.428963482, lu_delay=5.319229371845722, ms=00009}
22:49:06.073781 run                osmo-ms-mob/00019: Starting mobile
22:49:06.087891 run       osmo-ms-mob/00019(pid=154): Launched
22:49:06.094510 run                             mass: MS performed LU  {at=19479451.79786835, lu_delay=4.994110867381096, ms=00010}
22:49:06.101237 run                             mass: MS start registered  {at=19479451.804602586, delay=0.006755612790584564, ms=00019}
22:49:06.575936 run                osmo-ms-mob/00020: Starting mobile
22:49:06.594097 run       osmo-ms-mob/00020(pid=155): Launched
22:49:06.615405 run                             mass: MS start registered  {at=19479452.318743218, delay=0.011565987020730972, ms=00020}
22:49:07.078365 run                osmo-ms-mob/00021: Starting mobile
22:49:07.093936 run       osmo-ms-mob/00021(pid=156): Launched
22:49:07.105190 run                             mass: MS start registered  {at=19479452.808539897, delay=0.004730504006147385, ms=00021}
22:49:07.473644 run                osmo-ms-mob/00022: Starting mobile
22:49:07.488060 run       osmo-ms-mob/00022(pid=157): Launched
22:49:07.500555 run                             mass: MS start registered  {at=19479453.203890007, delay=0.005829833447933197, ms=00022}
22:49:07.635561 run                             mass: MS performed LU  {at=19479453.33889542, lu_delay=5.337014600634575, ms=00012}
22:49:07.654358 run                             mass: MS performed LU  {at=19479453.357713066, lu_delay=5.944337245076895, ms=00011}
22:49:07.974189 run                osmo-ms-mob/00023: Starting mobile
22:49:07.989427 run       osmo-ms-mob/00023(pid=158): Launched
22:49:08.001906 run                             mass: MS start registered  {at=19479453.705246296, delay=0.0050323233008384705, ms=00023}
22:49:08.373472 run                osmo-ms-mob/00024: Starting mobile
22:49:08.387420 run       osmo-ms-mob/00024(pid=159): Launched
22:49:08.398993 run                             mass: MS start registered  {at=19479454.102345098, delay=0.004884641617536545, ms=00024}
22:49:08.875085 run                osmo-ms-mob/00025: Starting mobile
22:49:08.892437 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.905850 run                             mass: MS start registered  {at=19479454.60917647, delay=0.005076278001070023, ms=00025}
22:49:09.274132 run                osmo-ms-mob/00026: Starting mobile
22:49:09.288659 run       osmo-ms-mob/00026(pid=161): Launched
22:49:09.300212 run                             mass: MS start registered  {at=19479455.00356073, delay=0.004861600697040558, ms=00026}
22:49:09.472572 run                             mass: MS performed LU  {at=19479455.175903086, lu_delay=6.229593548923731, ms=00013}
22:49:09.491318 run                             mass: MS performed LU  {at=19479455.19467229, lu_delay=5.988809607923031, ms=00014}
22:49:09.502635 run                osmo-ms-mob/00027: Starting mobile
22:49:09.516268 run       osmo-ms-mob/00027(pid=162): Launched
22:49:09.527482 run                             mass: MS start registered  {at=19479455.230835095, delay=0.005002036690711975, ms=00027}
22:49:09.606010 run                             mass: MS performed LU  {at=19479455.309343927, lu_delay=5.466388192027807, ms=00015}
22:49:09.624981 run                             mass: MS performed LU  {at=19479455.328324586, lu_delay=5.017158228904009, ms=00016}
22:49:09.878474 run                             mass: MS performed LU  {at=19479455.581810504, lu_delay=4.77674113959074, ms=00017}
22:49:09.890608 run                osmo-ms-mob/00028: Starting mobile
22:49:09.905346 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.916982 run                             mass: MS start registered  {at=19479455.620321684, delay=0.0050062984228134155, ms=00028}
22:49:10.474170 run                osmo-ms-mob/00029: Starting mobile
22:49:10.488496 run       osmo-ms-mob/00029(pid=164): Launched
22:49:10.500617 run                             mass: MS start registered  {at=19479456.203959063, delay=0.0054869093000888824, ms=00029}
22:49:10.873615 run                osmo-ms-mob/00030: Starting mobile
22:49:10.887636 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.899091 run                             mass: MS start registered  {at=19479456.602437362, delay=0.005000259727239609, ms=00030}
22:49:11.273825 run                osmo-ms-mob/00031: Starting mobile
22:49:11.288069 run       osmo-ms-mob/00031(pid=166): Launched
22:49:11.299187 run                             mass: MS start registered  {at=19479457.002535705, delay=0.004728157073259354, ms=00031}
22:49:11.309572 run                             mass: MS performed LU  {at=19479457.012922402, lu_delay=5.610838122665882, ms=00018}
22:49:11.402173 run                             mass: MS performed LU  {at=19479457.10547402, lu_delay=4.78673080354929, ms=00020}
22:49:11.415215 run                osmo-ms-mob/00032: Starting mobile
22:49:11.429666 run       osmo-ms-mob/00032(pid=167): Launched
22:49:11.436258 run                             mass: MS performed LU  {at=19479457.139615428, lu_delay=5.3350128419697285, ms=00019}
22:49:11.442581 run                             mass: MS start registered  {at=19479457.145946894, delay=0.006353389471769333, ms=00032}
22:49:11.974036 run                osmo-ms-mob/00033: Starting mobile
22:49:11.988223 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.999555 run                             mass: MS start registered  {at=19479457.70290398, delay=0.0047998689115047455, ms=00033}
22:49:12.374219 run                osmo-ms-mob/00034: Starting mobile
22:49:12.387986 run       osmo-ms-mob/00034(pid=169): Launched
22:49:12.399626 run                             mass: MS start registered  {at=19479458.102964573, delay=0.004801001399755478, ms=00034}
22:49:12.674244 run                osmo-ms-mob/00035: Starting mobile
22:49:12.691068 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.704849 run                             mass: MS start registered  {at=19479458.408187926, delay=0.0055333636701107025, ms=00035}
22:49:13.076271 run                osmo-ms-mob/00036: Starting mobile
22:49:13.091583 run       osmo-ms-mob/00036(pid=171): Launched
22:49:13.104046 run                             mass: MS start registered  {at=19479458.807393003, delay=0.005181074142456055, ms=00036}
22:49:13.238427 run                             mass: MS performed LU  {at=19479458.941743538, lu_delay=5.236497242003679, ms=00023}
22:49:13.257429 run                             mass: MS performed LU  {at=19479458.960761975, lu_delay=4.858416877686977, ms=00024}
22:49:13.372250 run                             mass: MS performed LU  {at=19479459.07557045, lu_delay=6.26703055202961, ms=00021}
22:49:13.386219 run                osmo-ms-mob/00037: Starting mobile
22:49:13.403524 run       osmo-ms-mob/00037(pid=172): Launched
22:49:13.411667 run                             mass: MS performed LU  {at=19479459.115020517, lu_delay=5.9111305102705956, ms=00022}
22:49:13.419395 run                             mass: MS start registered  {at=19479459.122759044, delay=0.0077608004212379456, ms=00037}
22:49:13.644524 run                             mass: MS performed LU  {at=19479459.347856957, lu_delay=4.738680485635996, ms=00025}
22:49:13.660561 run                osmo-ms-mob/00038: Starting mobile
22:49:13.677754 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.691121 run                             mass: MS start registered  {at=19479459.394468386, delay=0.005240309983491898, ms=00038}
22:49:14.074971 run                osmo-ms-mob/00039: Starting mobile
22:49:14.092195 run       osmo-ms-mob/00039(pid=174): Launched
22:49:14.106542 run                             mass: MS start registered  {at=19479459.809860002, delay=0.006379891186952591, ms=00039}
22:49:14.475446 run                osmo-ms-mob/00040: Starting mobile
22:49:14.492995 run       osmo-ms-mob/00040(pid=175): Launched
22:49:14.506668 run                             mass: MS start registered  {at=19479460.209994473, delay=0.005799144506454468, ms=00040}
22:49:14.775048 run                osmo-ms-mob/00041: Starting mobile
22:49:14.790761 run       osmo-ms-mob/00041(pid=176): Launched
22:49:14.803049 run                             mass: MS start registered  {at=19479460.5064055, delay=0.005026388913393021, ms=00041}
22:49:15.075634 run                osmo-ms-mob/00042: Starting mobile
22:49:15.092741 run       osmo-ms-mob/00042(pid=177): Launched
22:49:15.102999 run                             mass: MS performed LU  {at=19479460.80635087, lu_delay=5.575515773147345, ms=00027}
22:49:15.111004 run                             mass: MS start registered  {at=19479460.81436571, delay=0.008040398359298706, ms=00042}
22:49:15.167909 run                             mass: MS performed LU  {at=19479460.871217057, lu_delay=5.867656327784061, ms=00026}
22:49:15.185641 run                             mass: MS performed LU  {at=19479460.888976216, lu_delay=5.268654532730579, ms=00028}
22:49:15.201176 run                osmo-ms-mob/00043: Starting mobile
22:49:15.218910 run       osmo-ms-mob/00043(pid=178): Launched
22:49:15.232956 run                             mass: MS start registered  {at=19479460.93629659, delay=0.00588376447558403, ms=00043}
22:49:15.329471 run                             mass: MS performed LU  {at=19479461.03280296, lu_delay=4.828843899071217, ms=00029}
22:49:15.784921 run                osmo-ms-mob/00044: Starting mobile
22:49:15.825788 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.854319 run                             mass: MS start registered  {at=19479461.557631742, delay=0.00956970825791359, ms=00044}
22:49:16.076901 run                osmo-ms-mob/00045: Starting mobile
22:49:16.095014 run       osmo-ms-mob/00045(pid=180): Launched
22:49:16.112650 run                             mass: MS start registered  {at=19479461.81596094, delay=0.008605483919382095, ms=00045}
22:49:16.375387 run                osmo-ms-mob/00046: Starting mobile
22:49:16.393065 run       osmo-ms-mob/00046(pid=181): Launched
22:49:16.406186 run                             mass: MS start registered  {at=19479462.1094992, delay=0.005179546773433685, ms=00046}
22:49:16.675060 run                osmo-ms-mob/00047: Starting mobile
22:49:16.692205 run       osmo-ms-mob/00047(pid=182): Launched
22:49:16.707492 run                             mass: MS start registered  {at=19479462.41081173, delay=0.003855612128973007, ms=00047}
22:49:16.985382 run                osmo-ms-mob/00048: Starting mobile
22:49:17.026963 run       osmo-ms-mob/00048(pid=183): Launched
22:49:17.046038 run                             mass: MS performed LU  {at=19479462.749372695, lu_delay=5.6034258008003235, ms=00032}
22:49:17.063194 run                             mass: MS performed LU  {at=19479462.766541682, lu_delay=5.06363770365715, ms=00033}
22:49:17.080928 run                             mass: MS start registered  {at=19479462.7842729, delay=0.03494089096784592, ms=00048}
22:49:17.113900 run                osmo-ms-mob/00049: Starting mobile
22:49:17.154777 run       osmo-ms-mob/00049(pid=184): Launched
22:49:17.172669 run                             mass: MS performed LU  {at=19479462.87599496, lu_delay=6.273557599633932, ms=00030}
22:49:17.190397 run                             mass: MS performed LU  {at=19479462.893743582, lu_delay=4.790779009461403, ms=00034}
22:49:17.208216 run                             mass: MS start registered  {at=19479462.91156251, delay=0.0356086790561676, ms=00049}
22:49:17.240165 run                osmo-ms-mob/00050: Starting mobile
22:49:17.279879 run       osmo-ms-mob/00050(pid=185): Launched
22:49:17.298863 run                             mass: MS start registered  {at=19479463.002195597, delay=4.471093416213989e-05, ms=00050}
22:49:17.983983 run                osmo-ms-mob/00051: Starting mobile
22:49:18.022825 run       osmo-ms-mob/00051(pid=186): Launched
22:49:18.049144 run                             mass: MS start registered  {at=19479463.752456423, delay=0.006957691162824631, ms=00051}
22:49:18.283269 run                osmo-ms-mob/00052: Starting mobile
22:49:18.316092 run       osmo-ms-mob/00052(pid=187): Launched
22:49:18.334080 run                             mass: MS start registered  {at=19479464.037429012, delay=2.598389983177185e-05, ms=00052}
22:49:18.580670 run                osmo-ms-mob/00053: Starting mobile
22:49:18.600206 run       osmo-ms-mob/00053(pid=188): Launched
22:49:18.621115 run                             mass: MS start registered  {at=19479464.32442314, delay=0.01033145934343338, ms=00053}
22:49:18.841370 run                             mass: MS performed LU  {at=19479464.54470054, lu_delay=4.33470606803894, ms=00040}
22:49:18.856051 run                osmo-ms-mob/00054: Starting mobile
22:49:18.873863 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.887671 run                             mass: MS start registered  {at=19479464.59101358, delay=0.00551522895693779, ms=00054}
22:49:18.933254 run                             mass: MS performed LU  {at=19479464.636585355, lu_delay=6.22839742898941, ms=00035}
22:49:18.952214 run                             mass: MS performed LU  {at=19479464.6555461, lu_delay=4.845686096698046, ms=00039}
22:49:18.967413 run                osmo-ms-mob/00055: Starting mobile
22:49:18.985091 run       osmo-ms-mob/00055(pid=190): Launched
22:49:19.000146 run                             mass: MS start registered  {at=19479464.703481242, delay=0.005293760448694229, ms=00055}
22:49:19.095730 run                             mass: MS performed LU  {at=19479464.79904226, lu_delay=5.404573872685432, ms=00038}
22:49:19.113129 run                             mass: MS performed LU  {at=19479464.816466335, lu_delay=5.693707291036844, ms=00037}
22:49:19.127966 run                osmo-ms-mob/00056: Starting mobile
22:49:19.146038 run       osmo-ms-mob/00056(pid=191): Launched
22:49:19.154281 run                             mass: MS performed LU  {at=19479464.857634135, lu_delay=6.050241131335497, ms=00036}
22:49:19.167419 run                             mass: MS start registered  {at=19479464.870761044, delay=0.013155467808246613, ms=00056}
22:49:19.780834 run                osmo-ms-mob/00057: Starting mobile
22:49:19.812432 run       osmo-ms-mob/00057(pid=192): Launched
22:49:19.835684 run                             mass: MS start registered  {at=19479465.539002545, delay=0.007915746420621872, ms=00057}
22:49:20.180609 run                osmo-ms-mob/00058: Starting mobile
22:49:20.213113 run       osmo-ms-mob/00058(pid=193): Launched
22:49:20.228989 run                             mass: MS performed LU  {at=19479465.932330538, lu_delay=3.8228313364088535, ms=00046}
22:49:20.243752 run                             mass: MS start registered  {at=19479465.947104737, delay=0.014811258763074875, ms=00058}
22:49:20.477247 run                osmo-ms-mob/00059: Starting mobile
22:49:20.495375 run       osmo-ms-mob/00059(pid=194): Launched
22:49:20.518111 run                             mass: MS start registered  {at=19479466.221428026, delay=0.013726688921451569, ms=00059}
22:49:20.668593 run                             mass: MS performed LU  {at=19479466.371912017, lu_delay=5.557546306401491, ms=00042}
22:49:20.687365 run                osmo-ms-mob/00060: Starting mobile
22:49:20.705767 run       osmo-ms-mob/00060(pid=195): Launched
22:49:20.715570 run                             mass: MS performed LU  {at=19479466.418920923, lu_delay=5.912515424191952, ms=00041}
22:49:20.728402 run                             mass: MS start registered  {at=19479466.431711547, delay=0.012819118797779083, ms=00060}
22:49:20.788706 run                             mass: MS performed LU  {at=19479466.49199194, lu_delay=5.555695351213217, ms=00043}
22:49:21.033069 run                             mass: MS performed LU  {at=19479466.736371525, lu_delay=4.920410584658384, ms=00045}
22:49:21.055900 run                osmo-ms-mob/00061: Starting mobile
22:49:21.079213 run       osmo-ms-mob/00061(pid=196): Launched
22:49:21.096760 run                             mass: MS start registered  {at=19479466.80009821, delay=4.0199607610702515e-05, ms=00061}
22:49:21.480758 run                osmo-ms-mob/00062: Starting mobile
22:49:21.513623 run       osmo-ms-mob/00062(pid=197): Launched
22:49:21.536364 run                             mass: MS start registered  {at=19479467.239686713, delay=0.007048148661851883, ms=00062}
22:49:21.757257 run                             mass: MS performed LU  {at=19479467.4605703, lu_delay=5.902938559651375, ms=00044}
22:49:21.774042 run                osmo-ms-mob/00063: Starting mobile
22:49:21.791913 run       osmo-ms-mob/00063(pid=198): Launched
22:49:21.809236 run                             mass: MS start registered  {at=19479467.512557387, delay=0.008612286299467087, ms=00063}
22:49:22.180591 run                osmo-ms-mob/00064: Starting mobile
22:49:22.211563 run       osmo-ms-mob/00064(pid=199): Launched
22:49:22.233994 run                             mass: MS start registered  {at=19479467.9373183, delay=0.006957363337278366, ms=00064}
22:49:22.579803 run                osmo-ms-mob/00065: Starting mobile
22:49:22.596397 run       osmo-ms-mob/00065(pid=200): Launched
22:49:22.607198 run                             mass: MS performed LU  {at=19479468.310537882, lu_delay=5.398975372314453, ms=00049}
22:49:22.615041 run                             mass: MS start registered  {at=19479468.318401653, delay=0.010819301009178162, ms=00065}
22:49:22.717965 run                             mass: MS performed LU  {at=19479468.42128427, lu_delay=5.419088672846556, ms=00050}
22:49:22.733463 run                osmo-ms-mob/00066: Starting mobile
22:49:22.750279 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.762973 run                             mass: MS start registered  {at=19479468.466307025, delay=0.004983596503734589, ms=00066}
22:49:22.879636 run                             mass: MS performed LU  {at=19479468.582958307, lu_delay=6.172146577388048, ms=00047}
22:49:22.897212 run                             mass: MS performed LU  {at=19479468.60056343, lu_delay=4.848107006400824, ms=00051}
22:49:23.284912 run                osmo-ms-mob/00067: Starting mobile
22:49:23.325291 run       osmo-ms-mob/00067(pid=202): Launched
22:49:23.350824 run                             mass: MS start registered  {at=19479469.054139934, delay=0.006918016821146011, ms=00067}
22:49:23.577325 run                osmo-ms-mob/00068: Starting mobile
22:49:23.613239 run       osmo-ms-mob/00068(pid=203): Launched
22:49:23.637735 run                             mass: MS start registered  {at=19479469.341048785, delay=0.0066641755402088165, ms=00068}
22:49:23.958878 run                             mass: MS performed LU  {at=19479469.662163284, lu_delay=5.071149703115225, ms=00054}
22:49:23.991005 run                osmo-ms-mob/00069: Starting mobile
22:49:24.029163 run       osmo-ms-mob/00069(pid=204): Launched
22:49:24.049396 run                             mass: MS start registered  {at=19479469.75272414, delay=0.003610551357269287, ms=00069}
22:49:24.380719 run                osmo-ms-mob/00070: Starting mobile
22:49:24.400412 run       osmo-ms-mob/00070(pid=205): Launched
22:49:24.418671 run                             mass: MS start registered  {at=19479470.121988785, delay=0.009570855647325516, ms=00070}
22:49:24.434154 run                             mass: MS performed LU  {at=19479470.13748392, lu_delay=5.266722876578569, ms=00056}
22:49:24.554008 run                             mass: MS performed LU  {at=19479470.25732323, lu_delay=4.718320686370134, ms=00057}
22:49:24.582130 run                             mass: MS performed LU  {at=19479470.28544583, lu_delay=4.338341094553471, ms=00058}
22:49:24.596516 run                osmo-ms-mob/00071: Starting mobile
22:49:24.613928 run       osmo-ms-mob/00071(pid=206): Launched
22:49:24.627565 run                             mass: MS start registered  {at=19479470.330912054, delay=0.005372945219278336, ms=00071}
22:49:24.688314 run                             mass: MS performed LU  {at=19479470.391630948, lu_delay=6.067207805812359, ms=00053}
22:49:24.706313 run                             mass: MS performed LU  {at=19479470.40963329, lu_delay=5.70615204796195, ms=00055}
22:49:24.798591 run                             mass: MS performed LU  {at=19479470.501873594, lu_delay=6.4644445814192295, ms=00052}
22:49:24.814250 run                osmo-ms-mob/00072: Starting mobile
22:49:24.833026 run       osmo-ms-mob/00072(pid=207): Launched
22:49:24.851102 run                             mass: MS start registered  {at=19479470.55442857, delay=0.008275754749774933, ms=00072}
22:49:25.578777 run                osmo-ms-mob/00073: Starting mobile
22:49:25.596914 run       osmo-ms-mob/00073(pid=208): Launched
22:49:25.605305 run                             mass: MS performed LU  {at=19479471.308655556, lu_delay=4.508557345718145, ms=00061}
22:49:25.613620 run                             mass: MS start registered  {at=19479471.316980634, delay=0.008351653814315796, ms=00073}
22:49:25.979283 run                osmo-ms-mob/00074: Starting mobile
22:49:25.997455 run       osmo-ms-mob/00074(pid=209): Launched
22:49:26.015092 run                             mass: MS start registered  {at=19479471.718426805, delay=0.008646748960018158, ms=00074}
22:49:26.375653 run                osmo-ms-mob/00075: Starting mobile
22:49:26.393210 run       osmo-ms-mob/00075(pid=210): Launched
22:49:26.402094 run                             mass: MS performed LU  {at=19479472.1054469, lu_delay=5.884018875658512, ms=00059}
22:49:26.410017 run                             mass: MS performed LU  {at=19479472.11337669, lu_delay=4.873689975589514, ms=00062}
22:49:26.417677 run                             mass: MS start registered  {at=19479472.121039014, delay=0.015615876764059067, ms=00075}
22:49:26.427869 run                             mass: MS performed LU  {at=19479472.131212205, lu_delay=4.618654817342758, ms=00063}
22:49:26.875181 run                osmo-ms-mob/00076: Starting mobile
22:49:26.892426 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.906083 run                             mass: MS start registered  {at=19479472.609428987, delay=0.005608007311820984, ms=00076}
22:49:27.275207 run                osmo-ms-mob/00077: Starting mobile
22:49:27.294904 run       osmo-ms-mob/00077(pid=212): Launched
22:49:27.308554 run                             mass: MS start registered  {at=19479473.011898052, delay=0.005439635366201401, ms=00077}
22:49:27.378907 run                             mass: MS performed LU  {at=19479473.082239985, lu_delay=6.650528438389301, ms=00060}
22:49:27.775158 run                osmo-ms-mob/00078: Starting mobile
22:49:27.792272 run       osmo-ms-mob/00078(pid=213): Launched
22:49:27.805820 run                             mass: MS start registered  {at=19479473.509161405, delay=0.0037489868700504303, ms=00078}
22:49:28.174964 run                osmo-ms-mob/00079: Starting mobile
22:49:28.192194 run       osmo-ms-mob/00079(pid=214): Launched
22:49:28.209425 run                             mass: MS start registered  {at=19479473.912724935, delay=0.008707061409950256, ms=00079}
22:49:28.302234 run                             mass: MS performed LU  {at=19479474.005546432, lu_delay=5.539239406585693, ms=00066}
22:49:28.347922 run                             mass: MS performed LU  {at=19479474.051256295, lu_delay=5.732854641973972, ms=00065}
22:49:28.436117 run                             mass: MS performed LU  {at=19479474.139428392, lu_delay=6.202110093086958, ms=00064}
22:49:28.453652 run                             mass: MS performed LU  {at=19479474.156964272, lu_delay=4.815915487706661, ms=00068}
22:49:28.470332 run                osmo-ms-mob/00080: Starting mobile
22:49:28.487686 run       osmo-ms-mob/00080(pid=215): Launched
22:49:28.501468 run                             mass: MS start registered  {at=19479474.204816576, delay=0.005366340279579163, ms=00080}
22:49:29.175985 run                osmo-ms-mob/00081: Starting mobile
22:49:29.195449 run       osmo-ms-mob/00081(pid=216): Launched
22:49:29.218286 run                             mass: MS start registered  {at=19479474.9216187, delay=0.013119064271450043, ms=00081}
22:49:29.582463 run                osmo-ms-mob/00082: Starting mobile
22:49:29.618489 run       osmo-ms-mob/00082(pid=217): Launched
22:49:29.634971 run                             mass: MS start registered  {at=19479475.338311136, delay=4.005804657936096e-05, ms=00082}
22:49:30.158436 run                             mass: MS performed LU  {at=19479475.861742076, lu_delay=5.30731350556016, ms=00072}
22:49:30.178074 run                osmo-ms-mob/00083: Starting mobile
22:49:30.199165 run       osmo-ms-mob/00083(pid=218): Launched
22:49:30.209007 run                             mass: MS performed LU  {at=19479475.912360396, lu_delay=5.790371611714363, ms=00070}
22:49:30.217475 run                             mass: MS performed LU  {at=19479475.92083531, lu_delay=5.58992325514555, ms=00071}
22:49:30.226946 run                             mass: MS start registered  {at=19479475.930306535, delay=0.017972003668546677, ms=00083}
22:49:30.429430 run                             mass: MS performed LU  {at=19479476.132740125, lu_delay=6.380015984177589, ms=00069}
22:49:30.677386 run                osmo-ms-mob/00084: Starting mobile
22:49:30.699499 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.734084 run                             mass: MS start registered  {at=19479476.437392868, delay=0.007541730999946594, ms=00084}
22:49:31.125811 run                             mass: MS performed LU  {at=19479476.829139777, lu_delay=5.512159142643213, ms=00073}
22:49:31.140916 run                osmo-ms-mob/00085: Starting mobile
22:49:31.158621 run       osmo-ms-mob/00085(pid=220): Launched
22:49:31.172820 run                             mass: MS start registered  {at=19479476.876141906, delay=0.006318405270576477, ms=00085}
22:49:31.778786 run                osmo-ms-mob/00086: Starting mobile
22:49:31.795690 run       osmo-ms-mob/00086(pid=221): Launched
22:49:31.809260 run                             mass: MS start registered  {at=19479477.512596156, delay=0.005933459848165512, ms=00086}
22:49:31.965657 run                             mass: MS performed LU  {at=19479477.66898454, lu_delay=5.0595555528998375, ms=00076}
22:49:31.984701 run                             mass: MS performed LU  {at=19479477.68803766, lu_delay=5.96961085498333, ms=00074}
22:49:32.114139 run                             mass: MS performed LU  {at=19479477.817474432, lu_delay=4.805576380342245, ms=00077}
22:49:32.330252 run                             mass: MS performed LU  {at=19479478.033583704, lu_delay=5.9125446900725365, ms=00075}
22:49:32.344481 run                osmo-ms-mob/00087: Starting mobile
22:49:32.361922 run       osmo-ms-mob/00087(pid=222): Launched
22:49:32.375829 run                             mass: MS start registered  {at=19479478.079170294, delay=0.005593940615653992, ms=00087}
22:49:32.975576 run                osmo-ms-mob/00088: Starting mobile
22:49:32.993127 run       osmo-ms-mob/00088(pid=223): Launched
22:49:33.007007 run                             mass: MS start registered  {at=19479478.710345443, delay=0.005911111831665039, ms=00088}
22:49:33.580221 run                osmo-ms-mob/00089: Starting mobile
22:49:33.599947 run       osmo-ms-mob/00089(pid=224): Launched
22:49:33.613864 run                             mass: MS start registered  {at=19479479.317183413, delay=0.00571126863360405, ms=00089}
22:49:33.923097 run                             mass: MS performed LU  {at=19479479.626409344, lu_delay=4.704790644347668, ms=00081}
22:49:34.030400 run                             mass: MS performed LU  {at=19479479.733762316, lu_delay=6.224600911140442, ms=00078}
22:49:34.036425 run                             mass: MS performed LU  {at=19479479.739790656, lu_delay=5.534974079579115, ms=00080}
22:49:34.058432 run                osmo-ms-mob/00090: Starting mobile
22:49:34.072502 run       osmo-ms-mob/00090(pid=225): Launched
22:49:34.083816 run                             mass: MS start registered  {at=19479479.787166625, delay=0.004909548908472061, ms=00090}
22:49:34.177012 run                             mass: MS performed LU  {at=19479479.880323745, lu_delay=5.967598810791969, ms=00079}
22:49:34.191391 run                             mass: MS performed LU  {at=19479479.894743472, lu_delay=22.892207767814398, ms=00031}
22:49:34.880245 run                osmo-ms-mob/00091: Starting mobile
22:49:34.900664 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.923339 run                             mass: MS start registered  {at=19479480.62667029, delay=0.01460333913564682, ms=00091}
22:49:35.579173 run                osmo-ms-mob/00092: Starting mobile
22:49:35.597094 run       osmo-ms-mob/00092(pid=227): Launched
22:49:35.615310 run                             mass: MS start registered  {at=19479481.318623934, delay=0.009273134171962738, ms=00092}
22:49:35.731667 run                             mass: MS performed LU  {at=19479481.43496325, lu_delay=5.5046567134559155, ms=00083}
22:49:35.750745 run                             mass: MS performed LU  {at=19479481.454057086, lu_delay=6.115745950490236, ms=00082}
22:49:35.879297 run                             mass: MS performed LU  {at=19479481.582629435, lu_delay=5.145236566662788, ms=00084}
22:49:36.004488 run                             mass: MS performed LU  {at=19479481.70782149, lu_delay=4.831679582595825, ms=00085}
22:49:36.375158 run                osmo-ms-mob/00093: Starting mobile
22:49:36.393950 run       osmo-ms-mob/00093(pid=228): Launched
22:49:36.408074 run                             mass: MS start registered  {at=19479482.111396734, delay=0.005500573664903641, ms=00093}
22:49:37.274558 run                osmo-ms-mob/00094: Starting mobile
22:49:37.290442 run       osmo-ms-mob/00094(pid=229): Launched
22:49:37.303406 run                             mass: MS start registered  {at=19479483.006755017, delay=0.005427833646535873, ms=00094}
22:49:37.716729 run                             mass: MS performed LU  {at=19479483.419992857, lu_delay=4.709647413343191, ms=00088}
22:49:37.735083 run                             mass: MS performed LU  {at=19479483.438427746, lu_delay=5.925831589847803, ms=00086}
22:49:38.175103 run                osmo-ms-mob/00095: Starting mobile
22:49:38.192684 run       osmo-ms-mob/00095(pid=230): Launched
22:49:38.206372 run                             mass: MS start registered  {at=19479483.909717586, delay=0.005847614258527756, ms=00095}
22:49:39.175927 run                osmo-ms-mob/00096: Starting mobile
22:49:39.193042 run       osmo-ms-mob/00096(pid=231): Launched
22:49:39.207031 run                             mass: MS start registered  {at=19479484.910367746, delay=0.006177306175231934, ms=00096}
22:49:39.498392 run                             mass: MS performed LU  {at=19479485.201717366, lu_delay=5.414550740271807, ms=00090}
22:49:39.516638 run                             mass: MS performed LU  {at=19479485.2199655, lu_delay=5.9027820862829685, ms=00089}
22:49:39.644944 run                             mass: MS performed LU  {at=19479485.34827738, lu_delay=4.721607089042664, ms=00091}
22:49:39.769392 run                             mass: MS performed LU  {at=19479485.472725216, lu_delay=22.688452314585447, ms=00048}
22:49:40.274455 run                osmo-ms-mob/00097: Starting mobile
22:49:40.289637 run       osmo-ms-mob/00097(pid=232): Launched
22:49:40.301583 run                             mass: MS start registered  {at=19479486.00493403, delay=0.005110003054141998, ms=00097}
22:49:41.482649 run                             mass: MS performed LU  {at=19479487.185918465, lu_delay=5.867294531315565, ms=00092}
22:49:41.494533 run                osmo-ms-mob/00098: Starting mobile
22:49:41.508919 run       osmo-ms-mob/00098(pid=233): Launched
22:49:41.515419 run                             mass: MS performed LU  {at=19479487.21877859, lu_delay=5.107381857931614, ms=00093}
22:49:41.521751 run                             mass: MS start registered  {at=19479487.225117765, delay=0.006358541548252106, ms=00098}
22:49:43.263586 run                             mass: MS performed LU  {at=19479488.966906544, lu_delay=5.057188957929611, ms=00095}
22:49:43.374198 run                osmo-ms-mob/00099: Starting mobile
22:49:43.390061 run       osmo-ms-mob/00099(pid=234): Launched
22:49:43.397632 run                             mass: All started... {duration=55.73011813312769, too_slow=3}
22:49:43.405077 run                             mass: MS start registered  {at=19479489.108434815, delay=0.007438424974679947, ms=00099}
22:49:43.412906 run                             mass: MS performed LU  {at=19479489.116261806, lu_delay=6.109506789594889, ms=00094}
22:49:45.954479 run                             mass: MS performed LU  {at=19479491.657768484, lu_delay=6.747400738298893, ms=00096}
22:49:45.972755 run                             mass: MS performed LU  {at=19479491.67610787, lu_delay=5.671173837035894, ms=00097}
22:49:46.724713 run                             mass: MS performed LU  {at=19479492.428048838, lu_delay=23.373908903449774, ms=00067}
22:49:48.589263 run                             mass: MS performed LU  {at=19479494.292598903, lu_delay=7.067481137812138, ms=00098}
22:49:49.249515 run                             mass: MS performed LU  {at=19479494.95285168, lu_delay=5.844416864216328, ms=00099}
22:49:54.897617 run                             mass: MS performed LU  {at=19479500.60091118, lu_delay=22.52174088731408, ms=00087}
22:49:54.905474 run                             mass: Tests done {all_completed=True, max=23.373908903449774, min=3.8228313364088535}
22:49:54.911241 tst         register_default_mass.py: Test passed (94.4 sec)
22:49:54.916778 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:54.920145 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:54.923500 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:54.926829 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:54.930224 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:54.933737 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:54.937118 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:54.940544 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:54.944186 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:54.947718 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:54.951262 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:54.954836 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:54.958426 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:54.962021 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:54.965638 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:54.969244 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:54.972861 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:54.976496 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:54.979995 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:54.983430 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:54.986832 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:54.990265 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:54.993705 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:54.997254 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:55.000722 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:55.004601 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:55.008091 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:55.011499 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:55.014902 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:55.018256 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:55.021655 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:55.025031 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:55.028425 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:55.031793 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:55.035205 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:55.038666 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:55.042398 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:55.045847 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:55.049303 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:55.053167 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:55.056539 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:55.060191 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:55.063722 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:55.067276 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:55.070784 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:55.074441 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:55.077977 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:55.081555 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:55.085023 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:55.088760 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:55.093017 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:55.096771 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:55.100358 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:55.103928 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:55.107918 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:55.112543 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:55.116767 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:55.120792 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:55.124823 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:55.128938 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:55.133644 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:55.137865 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:55.141997 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:55.146186 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:55.150397 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:55.154503 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:55.159315 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:55.164044 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:55.168214 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:55.172333 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:55.176337 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:55.180347 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:55.184363 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:55.188975 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:55.193239 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:55.197494 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:55.201738 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:55.205959 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:55.210190 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:55.214432 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:55.219419 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:55.223749 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:55.228051 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:55.232404 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:55.236706 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:55.240928 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:55.245168 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:55.249375 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:55.253478 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:55.257560 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:55.261730 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:55.266343 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:55.270490 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:55.274611 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:55.278898 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:55.283165 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:55.287502 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:55.291831 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:55.296228 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:55.300563 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:55.304898 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:55.309222 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:55.313986 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:55.318518 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:55.322762 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:55.327000 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:55.331301 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:55.335900 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:55.340185 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:55.344551 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:55.348853 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:55.353128 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:55.357346 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:55.361559 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:55.365711 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:55.369818 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:55.373836 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:55.377769 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:55.381466 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:55.385059 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:55.388563 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:55.392099 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:55.395653 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:55.399239 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:55.402801 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:55.406328 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:55.409790 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:55.413235 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:55.416678 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:55.420132 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:55.423590 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:55.427108 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:55.430644 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:55.434170 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:55.437619 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:55.441146 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:55.444833 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:55.448366 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:55.451903 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:55.455437 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:55.459065 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:55.462749 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:55.466450 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:55.470166 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:55.473840 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:55.477585 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:55.481365 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:55.485151 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:55.488936 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:55.492712 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:55.496490 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:55.500262 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:55.504072 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:55.508002 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:55.511927 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:55.515821 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:55.519706 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:55.523584 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:55.527459 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:55.531381 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:55.535378 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:55.539307 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:55.543201 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:55.547070 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:55.551251 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:55.555260 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:55.559191 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:55.563055 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:55.566848 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:55.570564 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:55.574370 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:55.578142 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:55.581848 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:55.585557 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:55.589269 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:55.592924 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:55.596566 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:55.600225 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:55.603870 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:55.607495 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:55.611149 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:55.614828 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:55.618480 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:55.622117 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:55.625746 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:55.629384 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:55.633037 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:55.636768 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:55.640405 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:55.644021 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:55.647702 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:55.651433 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:55.655113 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:55.658822 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:55.662520 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:55.666242 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:55.669974 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:55.673703 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:55.677452 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:55.681202 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:55.684861 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:55.688493 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:55.692174 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:55.695843 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:55.699560 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:55.703269 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:55.706972 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:55.710602 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:55.714321 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:55.718065 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:55.721864 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:55.725750 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:55.729743 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:55.733919 ---      ParallelTerminationStrategy: PID 22 died...
22:49:55.735857 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:55.740519 ---      ParallelTerminationStrategy: PID 23 died...
22:49:55.742429 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:55.747169 ---      ParallelTerminationStrategy: PID 24 died...
22:49:55.749061 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:55.753725 ---      ParallelTerminationStrategy: PID 25 died...
22:49:55.755634 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:55.760243 ---      ParallelTerminationStrategy: PID 26 died...
22:49:55.762141 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:55.766799 ---      ParallelTerminationStrategy: PID 27 died...
22:49:55.768685 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:55.773346 ---      ParallelTerminationStrategy: PID 28 died...
22:49:55.775261 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:55.779941 ---      ParallelTerminationStrategy: PID 29 died...
22:49:55.781844 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:55.786555 ---      ParallelTerminationStrategy: PID 30 died...
22:49:55.788405 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:55.792972 ---      ParallelTerminationStrategy: PID 31 died...
22:49:55.794826 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:55.799442 ---      ParallelTerminationStrategy: PID 32 died...
22:49:55.801338 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:55.805930 ---      ParallelTerminationStrategy: PID 33 died...
22:49:55.807796 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:55.812362 ---      ParallelTerminationStrategy: PID 35 died...
22:49:55.814240 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:55.818804 ---      ParallelTerminationStrategy: PID 36 died...
22:49:55.820609 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:55.825054 ---      ParallelTerminationStrategy: PID 37 died...
22:49:55.826856 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:55.831396 ---      ParallelTerminationStrategy: PID 38 died...
22:49:55.833256 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:55.837832 ---      ParallelTerminationStrategy: PID 39 died...
22:49:55.839681 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:55.844180 ---      ParallelTerminationStrategy: PID 40 died...
22:49:55.845986 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:55.850477 ---      ParallelTerminationStrategy: PID 41 died...
22:49:55.852267 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:55.856733 ---      ParallelTerminationStrategy: PID 42 died...
22:49:55.858641 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:55.863174 ---      ParallelTerminationStrategy: PID 43 died...
22:49:55.865030 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:55.869581 ---      ParallelTerminationStrategy: PID 44 died...
22:49:55.871430 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:55.875992 ---      ParallelTerminationStrategy: PID 45 died...
22:49:55.877838 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:55.882389 ---      ParallelTerminationStrategy: PID 46 died...
22:49:55.884249 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:55.888783 ---      ParallelTerminationStrategy: PID 47 died...
22:49:55.890585 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:55.895099 ---      ParallelTerminationStrategy: PID 48 died...
22:49:55.896927 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:55.901471 ---      ParallelTerminationStrategy: PID 49 died...
22:49:55.903262 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:55.907696 ---      ParallelTerminationStrategy: PID 50 died...
22:49:55.909488 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:55.913917 ---      ParallelTerminationStrategy: PID 51 died...
22:49:55.915688 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:55.919980 ---      ParallelTerminationStrategy: PID 52 died...
22:49:55.921727 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:55.926055 ---      ParallelTerminationStrategy: PID 53 died...
22:49:55.927838 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:55.932284 ---      ParallelTerminationStrategy: PID 54 died...
22:49:55.934117 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:55.938674 ---      ParallelTerminationStrategy: PID 55 died...
22:49:55.940519 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:55.945108 ---      ParallelTerminationStrategy: PID 56 died...
22:49:55.947010 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:55.951712 ---      ParallelTerminationStrategy: PID 57 died...
22:49:55.953612 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:55.958334 ---      ParallelTerminationStrategy: PID 58 died...
22:49:55.960244 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:55.964932 ---      ParallelTerminationStrategy: PID 59 died...
22:49:55.966844 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:55.971628 ---      ParallelTerminationStrategy: PID 60 died...
22:49:55.973532 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:55.978116 ---      ParallelTerminationStrategy: PID 61 died...
22:49:55.979949 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:55.984511 ---      ParallelTerminationStrategy: PID 62 died...
22:49:55.986355 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:55.990921 ---      ParallelTerminationStrategy: PID 63 died...
22:49:55.992790 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:55.997423 ---      ParallelTerminationStrategy: PID 64 died...
22:49:55.999315 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:56.004160 ---      ParallelTerminationStrategy: PID 65 died...
22:49:56.006109 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:56.010708 ---      ParallelTerminationStrategy: PID 66 died...
22:49:56.012590 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:56.017322 ---      ParallelTerminationStrategy: PID 67 died...
22:49:56.019179 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:56.023801 ---      ParallelTerminationStrategy: PID 68 died...
22:49:56.025666 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:56.030269 ---      ParallelTerminationStrategy: PID 69 died...
22:49:56.032111 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:56.036643 ---      ParallelTerminationStrategy: PID 70 died...
22:49:56.038479 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:56.043017 ---      ParallelTerminationStrategy: PID 71 died...
22:49:56.044863 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:56.049290 ---      ParallelTerminationStrategy: PID 72 died...
22:49:56.051130 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:56.055518 ---      ParallelTerminationStrategy: PID 73 died...
22:49:56.057266 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:56.061546 ---      ParallelTerminationStrategy: PID 74 died...
22:49:56.063279 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:56.067592 ---      ParallelTerminationStrategy: PID 75 died...
22:49:56.069379 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:56.073689 ---      ParallelTerminationStrategy: PID 76 died...
22:49:56.075421 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:56.079690 ---      ParallelTerminationStrategy: PID 77 died...
22:49:56.081455 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:56.085741 ---      ParallelTerminationStrategy: PID 78 died...
22:49:56.087468 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:56.091686 ---      ParallelTerminationStrategy: PID 79 died...
22:49:56.093380 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:56.097586 ---      ParallelTerminationStrategy: PID 80 died...
22:49:56.099310 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:56.103707 ---      ParallelTerminationStrategy: PID 81 died...
22:49:56.105555 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:56.110152 ---      ParallelTerminationStrategy: PID 82 died...
22:49:56.111977 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:56.116494 ---      ParallelTerminationStrategy: PID 83 died...
22:49:56.118294 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:56.122676 ---      ParallelTerminationStrategy: PID 84 died...
22:49:56.124463 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:56.128748 ---      ParallelTerminationStrategy: PID 85 died...
22:49:56.130495 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:56.134761 ---      ParallelTerminationStrategy: PID 86 died...
22:49:56.136452 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:56.140712 ---      ParallelTerminationStrategy: PID 87 died...
22:49:56.142416 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:56.146540 ---      ParallelTerminationStrategy: PID 88 died...
22:49:56.148207 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:56.152306 ---      ParallelTerminationStrategy: PID 89 died...
22:49:56.153987 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:56.158013 ---      ParallelTerminationStrategy: PID 90 died...
22:49:56.159625 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:56.163633 ---      ParallelTerminationStrategy: PID 91 died...
22:49:56.165255 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:56.169300 ---      ParallelTerminationStrategy: PID 92 died...
22:49:56.170911 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:56.174810 ---      ParallelTerminationStrategy: PID 93 died...
22:49:56.176418 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:56.180401 ---      ParallelTerminationStrategy: PID 94 died...
22:49:56.182017 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:56.186009 ---      ParallelTerminationStrategy: PID 95 died...
22:49:56.187624 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:56.191626 ---      ParallelTerminationStrategy: PID 96 died...
22:49:56.193207 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:56.197137 ---      ParallelTerminationStrategy: PID 97 died...
22:49:56.198818 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:56.204980 ---      ParallelTerminationStrategy: PID 98 died...
22:49:56.208067 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:56.212106 ---      ParallelTerminationStrategy: PID 99 died...
22:49:56.213855 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:56.218154 ---      ParallelTerminationStrategy: PID 100 died...
22:49:56.219872 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:56.224075 ---      ParallelTerminationStrategy: PID 101 died...
22:49:56.225783 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:56.230019 ---      ParallelTerminationStrategy: PID 102 died...
22:49:56.231715 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:56.235898 ---      ParallelTerminationStrategy: PID 103 died...
22:49:56.237595 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:56.241785 ---      ParallelTerminationStrategy: PID 104 died...
22:49:56.243498 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:56.247767 ---      ParallelTerminationStrategy: PID 105 died...
22:49:56.249527 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:56.253836 ---      ParallelTerminationStrategy: PID 106 died...
22:49:56.255594 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:56.260020 ---      ParallelTerminationStrategy: PID 107 died...
22:49:56.261810 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:56.266315 ---      ParallelTerminationStrategy: PID 108 died...
22:49:56.268152 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:56.272700 ---      ParallelTerminationStrategy: PID 109 died...
22:49:56.274577 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:56.279172 ---      ParallelTerminationStrategy: PID 110 died...
22:49:56.280998 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:56.285527 ---      ParallelTerminationStrategy: PID 111 died...
22:49:56.287354 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:56.291850 ---      ParallelTerminationStrategy: PID 112 died...
22:49:56.293698 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:56.298205 ---      ParallelTerminationStrategy: PID 113 died...
22:49:56.299980 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:56.304471 ---      ParallelTerminationStrategy: PID 114 died...
22:49:56.306297 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:56.310869 ---      ParallelTerminationStrategy: PID 115 died...
22:49:56.312738 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:56.317243 ---      ParallelTerminationStrategy: PID 116 died...
22:49:56.319075 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:56.323566 ---      ParallelTerminationStrategy: PID 117 died...
22:49:56.325346 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:56.329720 ---      ParallelTerminationStrategy: PID 118 died...
22:49:56.331449 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:56.335722 ---      ParallelTerminationStrategy: PID 119 died...
22:49:56.337452 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:56.341648 ---      ParallelTerminationStrategy: PID 120 died...
22:49:56.343333 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:56.347494 ---      ParallelTerminationStrategy: PID 121 died...
22:49:56.349207 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:56.353273 ---      ParallelTerminationStrategy: PID 122 died...
22:49:56.354932 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:56.359012 ---      ParallelTerminationStrategy: PID 123 died...
22:49:56.360821 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:56.367028 ---      ParallelTerminationStrategy: PID 124 died...
22:49:56.368662 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:56.372758 ---      ParallelTerminationStrategy: PID 125 died...
22:49:56.374454 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:56.378636 ---      ParallelTerminationStrategy: PID 126 died...
22:49:56.380343 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:56.384539 ---      ParallelTerminationStrategy: PID 127 died...
22:49:56.386219 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:56.390427 ---      ParallelTerminationStrategy: PID 128 died...
22:49:56.392128 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:56.396407 ---      ParallelTerminationStrategy: PID 129 died...
22:49:56.398136 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:56.402417 ---      ParallelTerminationStrategy: PID 130 died...
22:49:56.404162 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:56.408433 ---      ParallelTerminationStrategy: PID 131 died...
22:49:56.410205 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:56.414655 ---      ParallelTerminationStrategy: PID 132 died...
22:49:56.416423 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:56.420845 ---      ParallelTerminationStrategy: PID 133 died...
22:49:56.422632 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:56.427005 ---      ParallelTerminationStrategy: PID 134 died...
22:49:56.428788 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:56.433166 ---      ParallelTerminationStrategy: PID 135 died...
22:49:56.434944 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:56.439393 ---      ParallelTerminationStrategy: PID 136 died...
22:49:56.441166 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:56.445581 ---      ParallelTerminationStrategy: PID 137 died...
22:49:56.447360 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:56.451824 ---      ParallelTerminationStrategy: PID 138 died...
22:49:56.453676 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:56.458207 ---      ParallelTerminationStrategy: PID 139 died...
22:49:56.460021 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:56.464582 ---      ParallelTerminationStrategy: PID 140 died...
22:49:56.466416 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:56.470954 ---      ParallelTerminationStrategy: PID 141 died...
22:49:56.472780 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:56.477404 ---      ParallelTerminationStrategy: PID 142 died...
22:49:56.479281 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:56.484049 ---      ParallelTerminationStrategy: PID 143 died...
22:49:56.486020 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:56.490651 ---      ParallelTerminationStrategy: PID 144 died...
22:49:56.492508 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:56.497176 ---      ParallelTerminationStrategy: PID 145 died...
22:49:56.499042 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:56.503687 ---      ParallelTerminationStrategy: PID 146 died...
22:49:56.505581 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:56.510226 ---      ParallelTerminationStrategy: PID 147 died...
22:49:56.512102 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:56.516824 ---      ParallelTerminationStrategy: PID 148 died...
22:49:56.518711 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:56.523372 ---      ParallelTerminationStrategy: PID 149 died...
22:49:56.525253 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:56.529904 ---      ParallelTerminationStrategy: PID 150 died...
22:49:56.531765 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:56.536452 ---      ParallelTerminationStrategy: PID 151 died...
22:49:56.538342 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:56.543016 ---      ParallelTerminationStrategy: PID 152 died...
22:49:56.544853 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:56.549259 ---      ParallelTerminationStrategy: PID 153 died...
22:49:56.551035 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:56.555474 ---      ParallelTerminationStrategy: PID 154 died...
22:49:56.557289 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:56.561715 ---      ParallelTerminationStrategy: PID 155 died...
22:49:56.563485 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:56.567887 ---      ParallelTerminationStrategy: PID 156 died...
22:49:56.569663 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:56.574078 ---      ParallelTerminationStrategy: PID 157 died...
22:49:56.575853 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:56.580266 ---      ParallelTerminationStrategy: PID 158 died...
22:49:56.582055 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:56.586368 ---      ParallelTerminationStrategy: PID 159 died...
22:49:56.588090 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:56.592397 ---      ParallelTerminationStrategy: PID 160 died...
22:49:56.594139 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:56.598445 ---      ParallelTerminationStrategy: PID 161 died...
22:49:56.600173 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:56.604479 ---      ParallelTerminationStrategy: PID 162 died...
22:49:56.606219 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:56.610544 ---      ParallelTerminationStrategy: PID 163 died...
22:49:56.612274 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:56.616610 ---      ParallelTerminationStrategy: PID 164 died...
22:49:56.618353 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:56.622668 ---      ParallelTerminationStrategy: PID 165 died...
22:49:56.624385 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:56.628692 ---      ParallelTerminationStrategy: PID 166 died...
22:49:56.630418 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:56.634757 ---      ParallelTerminationStrategy: PID 167 died...
22:49:56.636509 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:56.640954 ---      ParallelTerminationStrategy: PID 168 died...
22:49:56.642760 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:56.647281 ---      ParallelTerminationStrategy: PID 169 died...
22:49:56.649096 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:56.653634 ---      ParallelTerminationStrategy: PID 170 died...
22:49:56.655459 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:56.659813 ---      ParallelTerminationStrategy: PID 171 died...
22:49:56.661634 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:56.665974 ---      ParallelTerminationStrategy: PID 172 died...
22:49:56.667741 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:56.672151 ---      ParallelTerminationStrategy: PID 173 died...
22:49:56.673949 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:56.678373 ---      ParallelTerminationStrategy: PID 174 died...
22:49:56.680156 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:56.684597 ---      ParallelTerminationStrategy: PID 175 died...
22:49:56.686383 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:56.690780 ---      ParallelTerminationStrategy: PID 176 died...
22:49:56.692549 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:56.696994 ---      ParallelTerminationStrategy: PID 177 died...
22:49:56.698763 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:56.703189 ---      ParallelTerminationStrategy: PID 178 died...
22:49:56.704970 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:56.709393 ---      ParallelTerminationStrategy: PID 179 died...
22:49:56.711179 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:56.715651 ---      ParallelTerminationStrategy: PID 180 died...
22:49:56.717445 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:56.721880 ---      ParallelTerminationStrategy: PID 181 died...
22:49:56.723652 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:56.728079 ---      ParallelTerminationStrategy: PID 182 died...
22:49:56.729874 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:56.734281 ---      ParallelTerminationStrategy: PID 183 died...
22:49:56.736053 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:56.740475 ---      ParallelTerminationStrategy: PID 184 died...
22:49:56.742259 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:56.746695 ---      ParallelTerminationStrategy: PID 185 died...
22:49:56.748471 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:56.752893 ---      ParallelTerminationStrategy: PID 186 died...
22:49:56.754660 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:56.759071 ---      ParallelTerminationStrategy: PID 187 died...
22:49:56.760893 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:56.765312 ---      ParallelTerminationStrategy: PID 188 died...
22:49:56.767083 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:56.771523 ---      ParallelTerminationStrategy: PID 189 died...
22:49:56.773316 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:56.777737 ---      ParallelTerminationStrategy: PID 190 died...
22:49:56.779509 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:56.783951 ---      ParallelTerminationStrategy: PID 191 died...
22:49:56.785791 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:56.790348 ---      ParallelTerminationStrategy: PID 192 died...
22:49:56.792176 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:56.796736 ---      ParallelTerminationStrategy: PID 193 died...
22:49:56.798559 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:56.803122 ---      ParallelTerminationStrategy: PID 194 died...
22:49:56.804966 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:56.809431 ---      ParallelTerminationStrategy: PID 195 died...
22:49:56.811164 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:56.815468 ---      ParallelTerminationStrategy: PID 196 died...
22:49:56.817247 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:56.821650 ---      ParallelTerminationStrategy: PID 197 died...
22:49:56.823423 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:56.827943 ---      ParallelTerminationStrategy: PID 198 died...
22:49:56.829779 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:56.834322 ---      ParallelTerminationStrategy: PID 199 died...
22:49:56.836138 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:56.840706 ---      ParallelTerminationStrategy: PID 200 died...
22:49:56.842542 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:56.847072 ---      ParallelTerminationStrategy: PID 201 died...
22:49:56.848801 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:56.853109 ---      ParallelTerminationStrategy: PID 202 died...
22:49:56.854860 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:56.859161 ---      ParallelTerminationStrategy: PID 203 died...
22:49:56.860896 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:56.865219 ---      ParallelTerminationStrategy: PID 204 died...
22:49:56.867002 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:56.871413 ---      ParallelTerminationStrategy: PID 205 died...
22:49:56.873204 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:56.877604 ---      ParallelTerminationStrategy: PID 206 died...
22:49:56.879386 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:56.883796 ---      ParallelTerminationStrategy: PID 207 died...
22:49:56.885584 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:56.889990 ---      ParallelTerminationStrategy: PID 208 died...
22:49:56.891764 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:56.896175 ---      ParallelTerminationStrategy: PID 209 died...
22:49:56.897960 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:56.902345 ---      ParallelTerminationStrategy: PID 210 died...
22:49:56.904119 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:56.908532 ---      ParallelTerminationStrategy: PID 211 died...
22:49:56.910310 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:56.914727 ---      ParallelTerminationStrategy: PID 212 died...
22:49:56.916503 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:56.920934 ---      ParallelTerminationStrategy: PID 213 died...
22:49:56.922731 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:56.927136 ---      ParallelTerminationStrategy: PID 214 died...
22:49:56.928953 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:56.933402 ---      ParallelTerminationStrategy: PID 215 died...
22:49:56.935198 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:56.939625 ---      ParallelTerminationStrategy: PID 216 died...
22:49:56.941394 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:56.945801 ---      ParallelTerminationStrategy: PID 217 died...
22:49:56.947577 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:56.951982 ---      ParallelTerminationStrategy: PID 218 died...
22:49:56.953750 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:56.958149 ---      ParallelTerminationStrategy: PID 219 died...
22:49:56.959923 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:56.964364 ---      ParallelTerminationStrategy: PID 220 died...
22:49:56.966135 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:56.970558 ---      ParallelTerminationStrategy: PID 221 died...
22:49:56.972333 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:56.976774 ---      ParallelTerminationStrategy: PID 222 died...
22:49:56.978552 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:56.982994 ---      ParallelTerminationStrategy: PID 223 died...
22:49:56.984762 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:56.989189 ---      ParallelTerminationStrategy: PID 224 died...
22:49:56.990955 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:56.995362 ---      ParallelTerminationStrategy: PID 225 died...
22:49:56.997208 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:57.001731 ---      ParallelTerminationStrategy: PID 226 died...
22:49:57.003566 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:57.008099 ---      ParallelTerminationStrategy: PID 227 died...
22:49:57.009934 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:57.014427 ---      ParallelTerminationStrategy: PID 228 died...
22:49:57.016151 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:57.020483 ---      ParallelTerminationStrategy: PID 229 died...
22:49:57.022350 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:57.026860 ---      ParallelTerminationStrategy: PID 230 died...
22:49:57.028647 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:57.033071 ---      ParallelTerminationStrategy: PID 231 died...
22:49:57.034845 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:57.039148 ---      ParallelTerminationStrategy: PID 232 died...
22:49:57.040904 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:57.045205 ---      ParallelTerminationStrategy: PID 233 died...
22:49:57.046940 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:57.051324 ---      ParallelTerminationStrategy: PID 234 died...
22:49:57.053142 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:00.457281 ---      ParallelTerminationStrategy: PID 34 died...
22:50:00.459725 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8070 netreg_mass PASS
---------------------------------------------------------------------
22:50:00.540804 tst                       trial-8070: Storing JUnit report in /build/trial-8070/run.2025-08-26_22-48-20/trial-8070.xml

--------------------------------------------------------------------------------------------
trial-8070 PASS
--------------------------------------------------------------------------------------------
22:50:00.555005 tst                       trial-8070: trial-8070: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (94.4 sec)
+ exit_code=0
+ rm -rf trial-8070/inst
+ cd trial-8070
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-26 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8070-run.tgz run.2025-08-26_22-48-20
+ tar czf /build/trial-8070-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-26_13_25_43.tgz osmo-bts-oc2g.build-2025-08-26_00_51_40.tgz osmo-bts-sysmo.build-2025-08-26_00_51_43.tgz osmo-bts.build-2025-08-26_00_51_47.tgz osmo-ggsn.build-2025-08-26_20_42_35.tgz osmo-hlr.build-2025-08-26_16_36_54.tgz osmo-hnbgw.build-2025-08-26_13_39_52.tgz osmo-mgw.build-2025-08-26_08_33_11.tgz osmo-msc.build-2025-08-26_13_41_25.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-26_07_33_58.tgz osmo-pcu-sysmo.build-2025-08-26_07_36_13.tgz osmo-pcu.build-2025-08-26_07_36_21.tgz osmo-sgsn.build-2025-08-26_20_48_33.tgz osmo-stp.build-2025-08-26_13_22_59.tgz osmo-trx.build-2025-08-26_14_30_21.tgz osmocom-bb.build-2025-08-26_21_17_21.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