Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
+ 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-8081
+ 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:
#3 transferring context: 2B done
#3 DONE 0.1s

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

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

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

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

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

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

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

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

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

#13 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#13 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:c3a509dc022a818d615b9b13ba0b182669b7f756c64f65455c01f188d7fadfaa 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=8082 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-09-07 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8082
+ mkdir -p trial-8082
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-07_13_29_10.tgz osmo-bts-oc2g.build-2025-09-07_00_51_37.tgz osmo-bts-sysmo.build-2025-09-07_00_51_43.tgz osmo-bts.build-2025-09-07_00_51_47.tgz osmo-ggsn.build-2025-09-07_20_42_33.tgz osmo-hlr.build-2025-09-07_16_36_51.tgz osmo-hnbgw.build-2025-09-07_13_30_34.tgz osmo-mgw.build-2025-09-07_08_33_13.tgz osmo-msc.build-2025-09-07_13_32_38.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-07_07_34_00.tgz osmo-pcu-sysmo.build-2025-09-07_07_36_37.tgz osmo-pcu.build-2025-09-07_07_36_44.tgz osmo-sgsn.build-2025-09-07_20_48_18.tgz osmo-stp.build-2025-09-07_13_25_58.tgz osmo-trx.build-2025-09-07_14_28_13.tgz osmocom-bb.build-2025-09-07_21_17_45.tgz srslte.build-19.tgz trial-8082
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-07_13_29_10.md5 osmo-bts-oc2g.build-2025-09-07_00_51_37.md5 osmo-bts-sysmo.build-2025-09-07_00_51_43.md5 osmo-bts.build-2025-09-07_00_51_47.md5 osmo-ggsn.build-2025-09-07_20_42_33.md5 osmo-hlr.build-2025-09-07_16_36_51.md5 osmo-hnbgw.build-2025-09-07_13_30_34.md5 osmo-mgw.build-2025-09-07_08_33_13.md5 osmo-msc.build-2025-09-07_13_32_38.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-07_07_34_00.md5 osmo-pcu-sysmo.build-2025-09-07_07_36_37.md5 osmo-pcu.build-2025-09-07_07_36_44.md5 osmo-sgsn.build-2025-09-07_20_48_18.md5 osmo-stp.build-2025-09-07_13_25_58.md5 osmo-trx.build-2025-09-07_14_28_13.md5 osmocom-bb.build-2025-09-07_21_17_45.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-07_13_29_10.md5 osmo-bts-oc2g.build-2025-09-07_00_51_37.md5 osmo-bts-sysmo.build-2025-09-07_00_51_43.md5 osmo-bts.build-2025-09-07_00_51_47.md5 osmo-ggsn.build-2025-09-07_20_42_33.md5 osmo-hlr.build-2025-09-07_16_36_51.md5 osmo-hnbgw.build-2025-09-07_13_30_34.md5 osmo-mgw.build-2025-09-07_08_33_13.md5 osmo-msc.build-2025-09-07_13_32_38.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-07_07_34_00.md5 osmo-pcu-sysmo.build-2025-09-07_07_36_37.md5 osmo-pcu.build-2025-09-07_07_36_44.md5 osmo-sgsn.build-2025-09-07_20_48_18.md5 osmo-stp.build-2025-09-07_13_25_58.md5 osmo-trx.build-2025-09-07_14_28_13.md5 osmocom-bb.build-2025-09-07_21_17_45.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8082 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8082'
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-8082
--------------------------------------------------------------------------------------------
22:48:19.406275 tst                       trial-8082: Detailed log at /build/trial-8082/run.2025-09-07_22-48-19/log

---------------------------------------------------------------------
trial-8082 netreg_mass
---------------------------------------------------------------------
22:48:19.686799 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.687249 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.688254 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.689806 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.739973 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.742339 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.745564 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.842794 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-8082 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.844480 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.864031 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.864729 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.865301 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.865855 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.866400 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.866995 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.867568 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.914396 tst         register_default_mass.py: using LAC 2
22:48:19.959735 tst         register_default_mass.py: using RAC 2
22:48:19.995971 tst         register_default_mass.py: using CellId 2
22:48:20.030658 tst         register_default_mass.py: using BVCI 3
22:48:20.038891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.039685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.040362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.041031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.041674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.042320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.042936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.043565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.044206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.044832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.045454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.046098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.046736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.047379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.048032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.048683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.049333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.049966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.050583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.051218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.051874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.052518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.053209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.053874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.054516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.055146 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.055794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.056427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.057089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.057756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.058396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.059065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.059716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.060368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.061056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.061731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.062378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.063039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.063724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.064381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.065036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.065714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.066376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.067023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.067692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.068346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.069007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.069676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.070348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.071007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.071654 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.072303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.072993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.073630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.074276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.074910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.075543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.076185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.076836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.077464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.078085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.078726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.079347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.079963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.080583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.081204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.081812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.082441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.083062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.083674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.084298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.084948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.085661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.086271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.086894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.087494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.088090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.088736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.089372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.089992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.090607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.091249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.091865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.092494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.093132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.093738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.094371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.094984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.095595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.096235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.096867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.097483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.098144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.098800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.099443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.100078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.100725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.101364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.102019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.102663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.104117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.105388 tst      register_default_mass.py:21: Launching a simple network
22:48:20.118589 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.266955 run            create_hlr_db(pid=20): Launched
22:48:21.278397 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.297175 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.314957 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.321792 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.546705 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.565936 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.573430 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.100370 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.120016 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.137957 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.445346 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.491049 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.508826 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.581840 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.630167 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.647935 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.434387 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.483259 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.523788 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.884275 run         osmo-bts-virtual(pid=34): Launched
22:48:33.947442 tst         register_default_mass.py: using MSISDN 1001
22:48:33.963743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.059843 tst         register_default_mass.py: using MSISDN 1002
22:48:34.076235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.153005 tst         register_default_mass.py: using MSISDN 1003
22:48:34.170398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.257855 tst         register_default_mass.py: using MSISDN 1004
22:48:34.275429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.358831 tst         register_default_mass.py: using MSISDN 1005
22:48:34.376607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.470186 tst         register_default_mass.py: using MSISDN 1006
22:48:34.488326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.568911 tst         register_default_mass.py: using MSISDN 1007
22:48:34.585570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.664517 tst         register_default_mass.py: using MSISDN 1008
22:48:34.682104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.942015 tst         register_default_mass.py: using MSISDN 1009
22:48:35.028357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.113442 tst         register_default_mass.py: using MSISDN 1010
22:48:35.130679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.216671 tst         register_default_mass.py: using MSISDN 1011
22:48:35.233445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.314401 tst         register_default_mass.py: using MSISDN 1012
22:48:35.331310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.418330 tst         register_default_mass.py: using MSISDN 1013
22:48:35.435540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.519637 tst         register_default_mass.py: using MSISDN 1014
22:48:35.533789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.617305 tst         register_default_mass.py: using MSISDN 1015
22:48:35.633882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.707083 tst         register_default_mass.py: using MSISDN 1016
22:48:35.724595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.801834 tst         register_default_mass.py: using MSISDN 1017
22:48:35.818001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.893286 tst         register_default_mass.py: using MSISDN 1018
22:48:35.902263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.975689 tst         register_default_mass.py: using MSISDN 1019
22:48:35.991093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.058351 tst         register_default_mass.py: using MSISDN 1020
22:48:36.075658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.145214 tst         register_default_mass.py: using MSISDN 1021
22:48:36.161698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.231889 tst         register_default_mass.py: using MSISDN 1022
22:48:36.244220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.308289 tst         register_default_mass.py: using MSISDN 1023
22:48:36.325442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.400204 tst         register_default_mass.py: using MSISDN 1024
22:48:36.418413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.508334 tst         register_default_mass.py: using MSISDN 1025
22:48:36.525463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.613036 tst         register_default_mass.py: using MSISDN 1026
22:48:36.629173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.717193 tst         register_default_mass.py: using MSISDN 1027
22:48:36.732994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.806801 tst         register_default_mass.py: using MSISDN 1028
22:48:36.824179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.898460 tst         register_default_mass.py: using MSISDN 1029
22:48:36.915825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.997567 tst         register_default_mass.py: using MSISDN 1030
22:48:37.014753 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.099155 tst         register_default_mass.py: using MSISDN 1031
22:48:37.111815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.192703 tst         register_default_mass.py: using MSISDN 1032
22:48:37.209228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.282657 tst         register_default_mass.py: using MSISDN 1033
22:48:37.299135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.375655 tst         register_default_mass.py: using MSISDN 1034
22:48:37.392467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.456175 tst         register_default_mass.py: using MSISDN 1035
22:48:37.466667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.523973 tst         register_default_mass.py: using MSISDN 1036
22:48:37.542639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.619304 tst         register_default_mass.py: using MSISDN 1037
22:48:37.636195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.777067 tst         register_default_mass.py: using MSISDN 1038
22:48:37.794273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.867283 tst         register_default_mass.py: using MSISDN 1039
22:48:37.883470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.964341 tst         register_default_mass.py: using MSISDN 1040
22:48:37.980963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.058069 tst         register_default_mass.py: using MSISDN 1041
22:48:38.074901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.148012 tst         register_default_mass.py: using MSISDN 1042
22:48:38.164369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.239718 tst         register_default_mass.py: using MSISDN 1043
22:48:38.257395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.337303 tst         register_default_mass.py: using MSISDN 1044
22:48:38.353505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.433047 tst         register_default_mass.py: using MSISDN 1045
22:48:38.449411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.523815 tst         register_default_mass.py: using MSISDN 1046
22:48:38.540744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.612989 tst         register_default_mass.py: using MSISDN 1047
22:48:38.630906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.703212 tst         register_default_mass.py: using MSISDN 1048
22:48:38.718531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.789707 tst         register_default_mass.py: using MSISDN 1049
22:48:38.807754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.896976 tst         register_default_mass.py: using MSISDN 1050
22:48:38.914385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.001293 tst         register_default_mass.py: using MSISDN 1051
22:48:39.018049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.098355 tst         register_default_mass.py: using MSISDN 1052
22:48:39.115810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.188499 tst         register_default_mass.py: using MSISDN 1053
22:48:39.206200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.285143 tst         register_default_mass.py: using MSISDN 1054
22:48:39.301875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.382364 tst         register_default_mass.py: using MSISDN 1055
22:48:39.399227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.485896 tst         register_default_mass.py: using MSISDN 1056
22:48:39.503105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.581940 tst         register_default_mass.py: using MSISDN 1057
22:48:39.595228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.670227 tst         register_default_mass.py: using MSISDN 1058
22:48:39.683624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.750947 tst         register_default_mass.py: using MSISDN 1059
22:48:39.761799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.838402 tst         register_default_mass.py: using MSISDN 1060
22:48:39.854698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.924222 tst         register_default_mass.py: using MSISDN 1061
22:48:39.942294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.021331 tst         register_default_mass.py: using MSISDN 1062
22:48:40.038607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.117089 tst         register_default_mass.py: using MSISDN 1063
22:48:40.134084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.321002 tst         register_default_mass.py: using MSISDN 1064
22:48:40.337782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.412234 tst         register_default_mass.py: using MSISDN 1065
22:48:40.428944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.505105 tst         register_default_mass.py: using MSISDN 1066
22:48:40.520018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.594868 tst         register_default_mass.py: using MSISDN 1067
22:48:40.605314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.677290 tst         register_default_mass.py: using MSISDN 1068
22:48:40.694418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.769474 tst         register_default_mass.py: using MSISDN 1069
22:48:40.785489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.860509 tst         register_default_mass.py: using MSISDN 1070
22:48:40.877333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.948995 tst         register_default_mass.py: using MSISDN 1071
22:48:40.964306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.053608 tst         register_default_mass.py: using MSISDN 1072
22:48:41.069786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.151237 tst         register_default_mass.py: using MSISDN 1073
22:48:41.167308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.251173 tst         register_default_mass.py: using MSISDN 1074
22:48:41.266984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.350003 tst         register_default_mass.py: using MSISDN 1075
22:48:41.366640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.438674 tst         register_default_mass.py: using MSISDN 1076
22:48:41.456200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.528409 tst         register_default_mass.py: using MSISDN 1077
22:48:41.545725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.620049 tst         register_default_mass.py: using MSISDN 1078
22:48:41.635664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.722613 tst         register_default_mass.py: using MSISDN 1079
22:48:41.740477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.826366 tst         register_default_mass.py: using MSISDN 1080
22:48:41.842741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.923163 tst         register_default_mass.py: using MSISDN 1081
22:48:41.940332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.018123 tst         register_default_mass.py: using MSISDN 1082
22:48:42.029194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.106423 tst         register_default_mass.py: using MSISDN 1083
22:48:42.121744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.215951 tst         register_default_mass.py: using MSISDN 1084
22:48:42.233615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.302851 tst         register_default_mass.py: using MSISDN 1085
22:48:42.317431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.378368 tst         register_default_mass.py: using MSISDN 1086
22:48:42.395820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.479565 tst         register_default_mass.py: using MSISDN 1087
22:48:42.495238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.578324 tst         register_default_mass.py: using MSISDN 1088
22:48:42.593909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.673186 tst         register_default_mass.py: using MSISDN 1089
22:48:42.688990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.767823 tst         register_default_mass.py: using MSISDN 1090
22:48:42.784568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.862447 tst         register_default_mass.py: using MSISDN 1091
22:48:42.879605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.943644 tst         register_default_mass.py: using MSISDN 1092
22:48:42.959672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.037951 tst         register_default_mass.py: using MSISDN 1093
22:48:43.054026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.131272 tst         register_default_mass.py: using MSISDN 1094
22:48:43.148413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.231921 tst         register_default_mass.py: using MSISDN 1095
22:48:43.247645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.320302 tst         register_default_mass.py: using MSISDN 1096
22:48:43.337019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.411115 tst         register_default_mass.py: using MSISDN 1097
22:48:43.428108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.508535 tst         register_default_mass.py: using MSISDN 1098
22:48:43.525707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.608161 tst         register_default_mass.py: using MSISDN 1099
22:48:43.625483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.697499 tst         register_default_mass.py: using MSISDN 1100
22:48:43.714690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.931311 run                             mass: Starting testcase
22:48:43.947452 run                             mass: Pre-launching all virtphy's
22:48:43.964205 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.002720 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.020546 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.060879 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.078702 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.118748 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.136820 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.173231 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.189666 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.223616 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.240124 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.275324 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.292983 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.330121 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.347193 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.382314 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.398040 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.432347 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.448995 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.482843 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.499466 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.536809 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.554783 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.591040 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.607911 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.643631 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.660461 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.698832 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.716299 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.753398 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.769759 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.804495 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.821276 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.858652 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.875652 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.912258 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.930436 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.970877 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.988949 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.027298 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.045723 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.084076 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.101753 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.141569 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.160558 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.200219 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.218163 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.259000 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.277500 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.317264 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.335341 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.374678 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.392973 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.431585 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.450533 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.489576 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.508025 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.550740 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.571006 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.608773 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.629460 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.672622 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.693089 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.735414 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.755598 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.799177 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.819859 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.862851 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.882983 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.912185 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.926091 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.947103 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.959469 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.979716 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.989181 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:46.009537 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:46.028938 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:46.070395 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:46.089379 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:46.113993 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:46.124843 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:46.147283 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:46.158631 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:46.180956 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:46.200423 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:46.241793 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:46.261700 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:46.302217 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:46.320874 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:46.346570 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:46.357042 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:46.376990 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:46.387901 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:46.407690 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:46.417737 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:46.437482 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:46.456132 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:46.497872 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:46.517633 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:46.557798 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:46.576019 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:46.614682 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.633451 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:46.675088 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:46.694750 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:46.735770 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:46.756346 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:46.799310 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:46.818951 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.861006 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.881044 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.926331 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.939472 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.960442 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.978898 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:47.016614 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:47.035152 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:47.074813 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:47.093118 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:47.132267 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:47.149980 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:47.189394 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:47.206729 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:47.246468 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:47.265135 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:47.305193 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:47.322886 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:47.360997 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:47.378417 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:47.417175 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:47.430439 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:47.451007 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:47.463122 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:47.496307 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:47.514840 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:47.544255 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:47.555866 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:47.576519 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:47.586719 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:47.607192 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:47.617873 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:47.637942 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:47.655940 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:47.681884 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:47.694993 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:47.719827 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:47.730107 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:47.752897 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:47.767512 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:47.788224 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:47.806841 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:47.846058 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:47.864470 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:47.900795 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:47.917012 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:47.953184 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:47.972468 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:48.014350 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:48.031390 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:48.052845 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:48.069681 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:48.108067 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:48.125215 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:48.146702 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:48.156937 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:48.181633 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:48.200948 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:48.231325 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:48.241451 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:48.262596 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:48.281457 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:48.322309 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:48.341067 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:48.379465 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:48.396671 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:48.436544 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:48.455505 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:48.497565 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:48.516482 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:48.558454 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:48.576510 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:48.626141 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:48.645160 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:48.698687 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:48.717173 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:48.757055 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:48.785456 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:48.834781 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:48.853191 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:48.891230 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:48.909432 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:48.948368 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:48.967474 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:49.007429 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:49.028724 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:49.059077 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:49.072190 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:49.097793 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:49.117000 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:49.157889 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:49.176923 run                             mass: Checking if sockets are in the filesystem
22:48:49.214769 run                osmo-ms-mob/00000: Starting mobile
22:48:49.256377 run       osmo-ms-mob/00000(pid=135): Launched
22:48:49.285826 run                             mass: MS start registered  {at=20516234.98911871, delay=0.010684747248888016, ms=00000}
22:48:53.417187 run                osmo-ms-mob/00001: Starting mobile
22:48:53.467972 run       osmo-ms-mob/00001(pid=136): Launched
22:48:53.496090 run                             mass: MS start registered  {at=20516239.199379295, delay=0.00497942790389061, ms=00001}
22:48:55.147771 run                             mass: MS performed LU  {at=20516240.851079985, lu_delay=5.861961275339127, ms=00000}
22:48:55.179744 run                osmo-ms-mob/00002: Starting mobile
22:48:55.218582 run       osmo-ms-mob/00002(pid=137): Launched
22:48:55.237800 run                             mass: MS start registered  {at=20516240.94111145, delay=0.0008811168372631073, ms=00002}
22:48:56.511873 run                osmo-ms-mob/00003: Starting mobile
22:48:56.541409 run       osmo-ms-mob/00003(pid=138): Launched
22:48:56.569344 run                             mass: MS start registered  {at=20516242.272643834, delay=0.014515116810798645, ms=00003}
22:48:57.613381 run                osmo-ms-mob/00004: Starting mobile
22:48:57.654175 run       osmo-ms-mob/00004(pid=139): Launched
22:48:57.681362 run                             mass: MS start registered  {at=20516243.3846727, delay=0.007159974426031113, ms=00004}
22:48:58.612490 run                osmo-ms-mob/00005: Starting mobile
22:48:58.652924 run       osmo-ms-mob/00005(pid=140): Launched
22:48:58.679670 run                             mass: MS start registered  {at=20516244.38296692, delay=0.006721124053001404, ms=00005}
22:48:58.913509 run                             mass: MS performed LU  {at=20516244.616809867, lu_delay=5.417430572211742, ms=00001}
22:48:59.511666 run                osmo-ms-mob/00006: Starting mobile
22:48:59.533669 run       osmo-ms-mob/00006(pid=141): Launched
22:48:59.558619 run                             mass: MS start registered  {at=20516245.261927504, delay=0.013642683625221252, ms=00006}
22:49:00.409833 run                osmo-ms-mob/00007: Starting mobile
22:49:00.432420 run       osmo-ms-mob/00007(pid=142): Launched
22:49:00.454009 run                             mass: MS start registered  {at=20516246.157325618, delay=0.0006875209510326385, ms=00007}
22:49:00.813573 run                             mass: MS performed LU  {at=20516246.516873635, lu_delay=5.575762186199427, ms=00002}
22:49:01.440646 run                osmo-ms-mob/00008: Starting mobile
22:49:01.467789 run       osmo-ms-mob/00008(pid=143): Launched
22:49:01.477554 run                             mass: Starting too slowly. Moving on {now=20516247.180916224, sleep=-0.1821191906929016, target=20516246.998797033}
22:49:01.485740 run                             mass: Starting too slowly. Moving on {now=20516247.18910434, sleep=-0.09030730649828911, target=20516247.098797034}
22:49:01.493896 run                             mass: MS start registered  {at=20516247.197246917, delay=0.016333844512701035, ms=00008}
22:49:01.502235 run                             mass: Starting too slowly. Moving on {now=20516247.20560005, sleep=-0.006803013384342194, target=20516247.198797036}
22:49:01.914543 run                osmo-ms-mob/00009: Starting mobile
22:49:01.958500 run       osmo-ms-mob/00009(pid=144): Launched
22:49:01.983242 run                             mass: MS start registered  {at=20516247.68655541, delay=0.004460781812667847, ms=00009}
22:49:02.611070 run                osmo-ms-mob/00010: Starting mobile
22:49:02.637689 run       osmo-ms-mob/00010(pid=145): Launched
22:49:02.658655 run                             mass: MS start registered  {at=20516248.36195951, delay=0.010340526700019836, ms=00010}
22:49:02.678765 run                             mass: MS performed LU  {at=20516248.382055778, lu_delay=6.10941194370389, ms=00003}
22:49:02.726137 run                             mass: MS performed LU  {at=20516248.429444663, lu_delay=5.044771961867809, ms=00004}
22:49:03.210694 run                osmo-ms-mob/00011: Starting mobile
22:49:03.247298 run       osmo-ms-mob/00011(pid=146): Launched
22:49:03.272199 run                             mass: MS start registered  {at=20516248.975509726, delay=0.0069060251116752625, ms=00011}
22:49:03.814041 run                osmo-ms-mob/00012: Starting mobile
22:49:03.857101 run       osmo-ms-mob/00012(pid=147): Launched
22:49:03.873786 run                             mass: MS start registered  {at=20516249.577027436, delay=0.005176089704036713, ms=00012}
22:49:04.413960 run                osmo-ms-mob/00013: Starting mobile
22:49:04.457449 run       osmo-ms-mob/00013(pid=148): Launched
22:49:04.482021 run                             mass: MS start registered  {at=20516250.185337793, delay=0.0011048391461372375, ms=00013}
22:49:04.581275 run                             mass: MS performed LU  {at=20516250.284579523, lu_delay=5.022652018815279, ms=00006}
22:49:04.627075 run                             mass: MS performed LU  {at=20516250.330374967, lu_delay=5.9474080465734005, ms=00005}
22:49:05.013854 run                osmo-ms-mob/00014: Starting mobile
22:49:05.054401 run       osmo-ms-mob/00014(pid=149): Launched
22:49:05.082686 run                             mass: MS start registered  {at=20516250.785994437, delay=0.008039411157369614, ms=00014}
22:49:05.611168 run                osmo-ms-mob/00015: Starting mobile
22:49:05.653049 run       osmo-ms-mob/00015(pid=150): Launched
22:49:05.681129 run                             mass: MS start registered  {at=20516251.384427384, delay=0.007188141345977783, ms=00015}
22:49:06.114067 run                osmo-ms-mob/00016: Starting mobile
22:49:06.158430 run       osmo-ms-mob/00016(pid=151): Launched
22:49:06.188542 run                             mass: MS start registered  {at=20516251.891834006, delay=0.00927707552909851, ms=00016}
22:49:06.445416 run                             mass: MS performed LU  {at=20516252.148713514, lu_delay=5.9913878962397575, ms=00007}
22:49:06.491374 run                             mass: MS performed LU  {at=20516252.194689114, lu_delay=4.997442197054625, ms=00008}
22:49:06.530338 run                osmo-ms-mob/00017: Starting mobile
22:49:06.571355 run       osmo-ms-mob/00017(pid=152): Launched
22:49:06.600340 run                             mass: MS start registered  {at=20516252.30364173, delay=0.007786780595779419, ms=00017}
22:49:06.813197 run                             mass: MS performed LU  {at=20516252.516496222, lu_delay=4.829940810799599, ms=00009}
22:49:07.212954 run                osmo-ms-mob/00018: Starting mobile
22:49:07.258619 run       osmo-ms-mob/00018(pid=153): Launched
22:49:07.284390 run                             mass: MS start registered  {at=20516252.987688787, delay=0.002590339630842209, ms=00018}
22:49:07.604714 run                osmo-ms-mob/00019: Starting mobile
22:49:07.626502 run       osmo-ms-mob/00019(pid=154): Launched
22:49:07.651974 run                             mass: MS start registered  {at=20516253.355287135, delay=0.013636577874422073, ms=00019}
22:49:08.111286 run                osmo-ms-mob/00020: Starting mobile
22:49:08.149157 run       osmo-ms-mob/00020(pid=155): Launched
22:49:08.172968 run                             mass: MS start registered  {at=20516253.87627299, delay=0.0051000602543354034, ms=00020}
22:49:08.245950 run                             mass: MS performed LU  {at=20516253.94925324, lu_delay=5.587293729186058, ms=00010}
22:49:08.345951 run                             mass: MS performed LU  {at=20516254.049227905, lu_delay=4.472200468182564, ms=00012}
22:49:08.392297 run                             mass: MS performed LU  {at=20516254.095603544, lu_delay=5.120093818753958, ms=00011}
22:49:08.612079 run                osmo-ms-mob/00021: Starting mobile
22:49:08.652260 run       osmo-ms-mob/00021(pid=156): Launched
22:49:08.680147 run                             mass: MS start registered  {at=20516254.383456226, delay=0.011625334620475769, ms=00021}
22:49:09.011498 run                osmo-ms-mob/00022: Starting mobile
22:49:09.048603 run       osmo-ms-mob/00022(pid=157): Launched
22:49:09.074457 run                             mass: MS start registered  {at=20516254.777758848, delay=0.008186232298612595, ms=00022}
22:49:09.511806 run                osmo-ms-mob/00023: Starting mobile
22:49:09.551096 run       osmo-ms-mob/00023(pid=158): Launched
22:49:09.579396 run                             mass: MS start registered  {at=20516255.28270478, delay=0.009656116366386414, ms=00023}
22:49:09.913161 run                osmo-ms-mob/00024: Starting mobile
22:49:09.956564 run       osmo-ms-mob/00024(pid=159): Launched
22:49:09.977330 run                             mass: MS start registered  {at=20516255.68064697, delay=0.0007846169173717499, ms=00024}
22:49:10.211366 run                             mass: MS performed LU  {at=20516255.91466378, lu_delay=5.729325987398624, ms=00013}
22:49:10.258011 run                             mass: MS performed LU  {at=20516255.961312484, lu_delay=5.175318047404289, ms=00014}
22:49:10.294068 run                osmo-ms-mob/00025: Starting mobile
22:49:10.339017 run       osmo-ms-mob/00025(pid=160): Launched
22:49:10.360720 run                             mass: MS start registered  {at=20516256.064054437, delay=7.731467485427856e-05, ms=00025}
22:49:10.579911 run                             mass: MS performed LU  {at=20516256.28320018, lu_delay=4.898772794753313, ms=00015}
22:49:10.812057 run                osmo-ms-mob/00026: Starting mobile
22:49:10.861928 run       osmo-ms-mob/00026(pid=161): Launched
22:49:10.885732 run                             mass: MS start registered  {at=20516256.589044824, delay=0.001562260091304779, ms=00026}
22:49:11.210935 run                osmo-ms-mob/00027: Starting mobile
22:49:11.251896 run       osmo-ms-mob/00027(pid=162): Launched
22:49:11.273003 run                             mass: MS start registered  {at=20516256.97631451, delay=0.0009267032146453857, ms=00027}
22:49:11.610819 run                osmo-ms-mob/00028: Starting mobile
22:49:11.649072 run       osmo-ms-mob/00028(pid=163): Launched
22:49:11.672775 run                             mass: MS start registered  {at=20516257.376073, delay=0.005580861121416092, ms=00028}
22:49:12.010979 run                osmo-ms-mob/00029: Starting mobile
22:49:12.032971 run       osmo-ms-mob/00029(pid=164): Launched
22:49:12.051195 run                             mass: MS performed LU  {at=20516257.7545323, lu_delay=5.4508905708789825, ms=00017}
22:49:12.067957 run                             mass: MS start registered  {at=20516257.771304693, delay=0.016811009496450424, ms=00029}
22:49:12.111103 run                             mass: MS performed LU  {at=20516257.814408336, lu_delay=4.459121201187372, ms=00019}
22:49:12.157618 run                             mass: MS performed LU  {at=20516257.860927295, lu_delay=4.873238507658243, ms=00018}
22:49:12.190949 run                osmo-ms-mob/00030: Starting mobile
22:49:12.228541 run       osmo-ms-mob/00030(pid=165): Launched
22:49:12.253914 run                             mass: MS start registered  {at=20516257.95719491, delay=0.006425976753234863, ms=00030}
22:49:12.271264 run                             mass: MS performed LU  {at=20516257.974602923, lu_delay=6.08276891708374, ms=00016}
22:49:12.811318 run                osmo-ms-mob/00031: Starting mobile
22:49:12.848595 run       osmo-ms-mob/00031(pid=166): Launched
22:49:12.874393 run                             mass: MS start registered  {at=20516258.577695068, delay=0.008012522011995316, ms=00031}
22:49:13.107783 run                osmo-ms-mob/00032: Starting mobile
22:49:13.130503 run       osmo-ms-mob/00032(pid=167): Launched
22:49:13.157429 run                             mass: MS start registered  {at=20516258.860732406, delay=0.014742553234100342, ms=00032}
22:49:13.512635 run                osmo-ms-mob/00033: Starting mobile
22:49:13.554801 run       osmo-ms-mob/00033(pid=168): Launched
22:49:13.580718 run                             mass: MS start registered  {at=20516259.28398277, delay=0.005141396075487137, ms=00033}
22:49:13.910855 run                osmo-ms-mob/00034: Starting mobile
22:49:13.932304 run       osmo-ms-mob/00034(pid=169): Launched
22:49:13.959011 run                             mass: MS start registered  {at=20516259.662303455, delay=0.015478141605854034, ms=00034}
22:49:13.978107 run                             mass: MS performed LU  {at=20516259.68143492, lu_delay=5.297978691756725, ms=00021}
22:49:14.022715 run                             mass: MS performed LU  {at=20516259.726021733, lu_delay=5.849748741835356, ms=00020}
22:49:14.058214 run                osmo-ms-mob/00035: Starting mobile
22:49:14.093764 run       osmo-ms-mob/00035(pid=170): Launched
22:49:14.113507 run                             mass: MS performed LU  {at=20516259.81684027, lu_delay=5.039081420749426, ms=00022}
22:49:14.132553 run                             mass: MS start registered  {at=20516259.835898433, delay=0.019102439284324646, ms=00035}
22:49:14.401249 run                             mass: MS performed LU  {at=20516260.104555372, lu_delay=4.821850590407848, ms=00023}
22:49:14.612667 run                osmo-ms-mob/00036: Starting mobile
22:49:14.640549 run       osmo-ms-mob/00036(pid=171): Launched
22:49:14.669713 run                             mass: MS start registered  {at=20516260.37302367, delay=0.00853404775261879, ms=00036}
22:49:15.011487 run                osmo-ms-mob/00037: Starting mobile
22:49:15.035593 run       osmo-ms-mob/00037(pid=172): Launched
22:49:15.058569 run                             mass: MS start registered  {at=20516260.761881012, delay=0.012955985963344574, ms=00037}
22:49:15.312274 run                osmo-ms-mob/00038: Starting mobile
22:49:15.350799 run       osmo-ms-mob/00038(pid=173): Launched
22:49:15.376598 run                             mass: MS start registered  {at=20516261.079908084, delay=0.008453842252492905, ms=00038}
22:49:15.612766 run                osmo-ms-mob/00039: Starting mobile
22:49:15.647111 run       osmo-ms-mob/00039(pid=174): Launched
22:49:15.667123 run                             mass: MS start registered  {at=20516261.37045577, delay=4.484131932258606e-05, ms=00039}
22:49:15.776263 run                             mass: MS performed LU  {at=20516261.47955755, lu_delay=4.890512727200985, ms=00026}
22:49:15.877624 run                             mass: MS performed LU  {at=20516261.580921903, lu_delay=4.60460739210248, ms=00027}
22:49:15.923807 run                             mass: MS performed LU  {at=20516261.627104305, lu_delay=5.563049867749214, ms=00025}
22:49:15.962044 run                osmo-ms-mob/00040: Starting mobile
22:49:16.002316 run       osmo-ms-mob/00040(pid=175): Launched
22:49:16.027976 run                             mass: MS start registered  {at=20516261.731278066, delay=0.007927540689706802, ms=00040}
22:49:16.048425 run                             mass: MS performed LU  {at=20516261.75175254, lu_delay=6.071105569601059, ms=00024}
22:49:16.315009 run                osmo-ms-mob/00041: Starting mobile
22:49:16.351048 run       osmo-ms-mob/00041(pid=176): Launched
22:49:16.376817 run                             mass: MS start registered  {at=20516262.0801219, delay=0.007918793708086014, ms=00041}
22:49:16.614012 run                osmo-ms-mob/00042: Starting mobile
22:49:16.652695 run       osmo-ms-mob/00042(pid=177): Launched
22:49:16.672580 run                             mass: MS start registered  {at=20516262.37590383, delay=0.0010459795594215393, ms=00042}
22:49:17.012317 run                osmo-ms-mob/00043: Starting mobile
22:49:17.057595 run       osmo-ms-mob/00043(pid=178): Launched
22:49:17.080302 run                             mass: MS start registered  {at=20516262.78362704, delay=0.0014176517724990845, ms=00043}
22:49:17.312352 run                osmo-ms-mob/00044: Starting mobile
22:49:17.354499 run       osmo-ms-mob/00044(pid=179): Launched
22:49:17.384333 run                             mass: MS start registered  {at=20516263.087631755, delay=0.007205676287412643, ms=00044}
22:49:17.612384 run                osmo-ms-mob/00045: Starting mobile
22:49:17.653191 run       osmo-ms-mob/00045(pid=180): Launched
22:49:17.680447 run                             mass: MS start registered  {at=20516263.38375128, delay=0.007008031010627747, ms=00045}
22:49:17.741940 run                             mass: MS performed LU  {at=20516263.445233624, lu_delay=6.069160625338554, ms=00028}
22:49:17.788070 run                             mass: MS performed LU  {at=20516263.491373442, lu_delay=4.630641035735607, ms=00032}
22:49:17.822232 run                osmo-ms-mob/00046: Starting mobile
22:49:17.861841 run       osmo-ms-mob/00046(pid=181): Launched
22:49:17.880920 run                             mass: MS performed LU  {at=20516263.58425155, lu_delay=5.006556481122971, ms=00031}
22:49:17.898367 run                             mass: MS start registered  {at=20516263.601714794, delay=0.01751003786921501, ms=00046}
22:49:17.931003 run                             mass: MS performed LU  {at=20516263.634303268, lu_delay=5.862998574972153, ms=00029}
22:49:17.963661 run                osmo-ms-mob/00047: Starting mobile
22:49:18.001326 run       osmo-ms-mob/00047(pid=182): Launched
22:49:18.021146 run                             mass: MS performed LU  {at=20516263.72448387, lu_delay=5.767288960516453, ms=00030}
22:49:18.037859 run                             mass: MS start registered  {at=20516263.741206944, delay=0.01676475629210472, ms=00047}
22:49:18.511500 run                osmo-ms-mob/00048: Starting mobile
22:49:18.550153 run       osmo-ms-mob/00048(pid=183): Launched
22:49:18.575681 run                             mass: MS start registered  {at=20516264.27896326, delay=0.006655629724264145, ms=00048}
22:49:18.808748 run                osmo-ms-mob/00049: Starting mobile
22:49:18.830147 run       osmo-ms-mob/00049(pid=184): Launched
22:49:18.849767 run                             mass: MS start registered  {at=20516264.553113233, delay=3.237277269363403e-05, ms=00049}
22:49:19.115383 run                osmo-ms-mob/00050: Starting mobile
22:49:19.151119 run       osmo-ms-mob/00050(pid=185): Launched
22:49:19.176363 run                             mass: MS start registered  {at=20516264.879670493, delay=0.007804997265338898, ms=00050}
22:49:19.509846 run                osmo-ms-mob/00051: Starting mobile
22:49:19.544618 run       osmo-ms-mob/00051(pid=186): Launched
22:49:19.561689 run                             mass: MS performed LU  {at=20516265.26503638, lu_delay=5.981053613126278, ms=00033}
22:49:19.570586 run                             mass: MS start registered  {at=20516265.273943335, delay=0.008937209844589233, ms=00051}
22:49:19.643270 run                             mass: MS performed LU  {at=20516265.346569262, lu_delay=4.584688249975443, ms=00037}
22:49:19.674447 run                osmo-ms-mob/00052: Starting mobile
22:49:19.711199 run       osmo-ms-mob/00052(pid=187): Launched
22:49:19.730531 run                             mass: MS performed LU  {at=20516265.43386248, lu_delay=5.771559026092291, ms=00034}
22:49:19.748402 run                             mass: MS start registered  {at=20516265.45174872, delay=0.017935723066329956, ms=00052}
22:49:19.795657 run                             mass: MS performed LU  {at=20516265.49895257, lu_delay=5.1259289011359215, ms=00036}
22:49:19.826643 run                osmo-ms-mob/00053: Starting mobile
22:49:19.865262 run       osmo-ms-mob/00053(pid=188): Launched
22:49:19.884040 run                             mass: MS performed LU  {at=20516265.587375835, lu_delay=5.751477401703596, ms=00035}
22:49:19.900948 run                             mass: MS start registered  {at=20516265.604294818, delay=0.016965564340353012, ms=00053}
22:49:20.413894 run                osmo-ms-mob/00054: Starting mobile
22:49:20.455011 run       osmo-ms-mob/00054(pid=189): Launched
22:49:20.481114 run                             mass: MS start registered  {at=20516266.18443681, delay=0.005258865654468536, ms=00054}
22:49:20.712092 run                osmo-ms-mob/00055: Starting mobile
22:49:20.753121 run       osmo-ms-mob/00055(pid=190): Launched
22:49:20.774145 run                             mass: MS start registered  {at=20516266.47744043, delay=0.0007986314594745636, ms=00055}
22:49:21.014667 run                osmo-ms-mob/00056: Starting mobile
22:49:21.058399 run       osmo-ms-mob/00056(pid=191): Launched
22:49:21.085639 run                             mass: MS start registered  {at=20516266.78893482, delay=0.007047109305858612, ms=00056}
22:49:21.313808 run                osmo-ms-mob/00057: Starting mobile
22:49:21.349097 run       osmo-ms-mob/00057(pid=192): Launched
22:49:21.370392 run                             mass: MS start registered  {at=20516267.073725175, delay=4.379451274871826e-05, ms=00057}
22:49:21.510384 run                             mass: MS performed LU  {at=20516267.213658158, lu_delay=4.83775432780385, ms=00042}
22:49:21.556182 run                             mass: MS performed LU  {at=20516267.259473834, lu_delay=5.528195768594742, ms=00040}
22:49:21.591544 run                osmo-ms-mob/00058: Starting mobile
22:49:21.629891 run       osmo-ms-mob/00058(pid=193): Launched
22:49:21.649494 run                             mass: MS performed LU  {at=20516267.35282286, lu_delay=5.9823670871555805, ms=00039}
22:49:21.660149 run                             mass: MS start registered  {at=20516267.363506883, delay=0.010733608156442642, ms=00058}
22:49:21.699436 run                             mass: MS performed LU  {at=20516267.40271469, lu_delay=6.322806604206562, ms=00038}
22:49:21.731361 run                osmo-ms-mob/00059: Starting mobile
22:49:21.767360 run       osmo-ms-mob/00059(pid=194): Launched
22:49:21.787031 run                             mass: MS performed LU  {at=20516267.490359962, lu_delay=5.4102380611002445, ms=00041}
22:49:21.806111 run                             mass: MS start registered  {at=20516267.509455964, delay=0.019146807491779327, ms=00059}
22:49:21.988924 run                             mass: MS performed LU  {at=20516267.69222801, lu_delay=4.9086009711027145, ms=00043}
22:49:22.025946 run                osmo-ms-mob/00060: Starting mobile
22:49:22.065213 run       osmo-ms-mob/00060(pid=195): Launched
22:49:22.091021 run                             mass: MS start registered  {at=20516267.79431932, delay=0.007576450705528259, ms=00060}
22:49:22.714395 run                osmo-ms-mob/00061: Starting mobile
22:49:22.763378 run       osmo-ms-mob/00061(pid=196): Launched
22:49:22.792771 run                             mass: MS start registered  {at=20516268.496077973, delay=0.007497474551200867, ms=00061}
22:49:23.010618 run                osmo-ms-mob/00062: Starting mobile
22:49:23.033353 run       osmo-ms-mob/00062(pid=197): Launched
22:49:23.051212 run                             mass: MS start registered  {at=20516268.754503846, delay=0.004951812326908112, ms=00062}
22:49:23.313082 run                osmo-ms-mob/00063: Starting mobile
22:49:23.356348 run       osmo-ms-mob/00063(pid=198): Launched
22:49:23.375903 run                             mass: MS performed LU  {at=20516269.07923255, lu_delay=5.3380256071686745, ms=00047}
22:49:23.394427 run                             mass: MS performed LU  {at=20516269.09777079, lu_delay=4.5446575582027435, ms=00049}
22:49:23.413392 run                             mass: MS start registered  {at=20516269.116738617, delay=0.03755483403801918, ms=00063}
22:49:23.455458 run                             mass: MS performed LU  {at=20516269.158704523, lu_delay=4.879741262644529, ms=00048}
22:49:23.488138 run                osmo-ms-mob/00064: Starting mobile
22:49:23.527682 run       osmo-ms-mob/00064(pid=199): Launched
22:49:23.555499 run                             mass: MS start registered  {at=20516269.25880954, delay=0.01006845012307167, ms=00064}
22:49:23.616618 run                             mass: MS performed LU  {at=20516269.319922063, lu_delay=5.718207269906998, ms=00046}
22:49:23.654866 run                             mass: MS performed LU  {at=20516269.35816998, lu_delay=5.9744186997413635, ms=00045}
22:49:24.123151 run                osmo-ms-mob/00065: Starting mobile
22:49:24.162089 run       osmo-ms-mob/00065(pid=200): Launched
22:49:24.183534 run                             mass: MS start registered  {at=20516269.88682911, delay=0.009765509516000748, ms=00065}
22:49:24.332098 run                             mass: MS performed LU  {at=20516270.035362337, lu_delay=6.947730582207441, ms=00044}
22:49:24.362023 run                osmo-ms-mob/00066: Starting mobile
22:49:24.383453 run       osmo-ms-mob/00066(pid=201): Launched
22:49:24.402078 run                             mass: MS start registered  {at=20516270.105377916, delay=0.008580401539802551, ms=00066}
22:49:24.696596 run                             mass: MS performed LU  {at=20516270.399869543, lu_delay=3.922429110854864, ms=00055}
22:49:24.732938 run                osmo-ms-mob/00067: Starting mobile
22:49:24.775152 run       osmo-ms-mob/00067(pid=202): Launched
22:49:24.808636 run                             mass: MS start registered  {at=20516270.511926226, delay=0.013065144419670105, ms=00067}
22:49:25.115032 run                osmo-ms-mob/00068: Starting mobile
22:49:25.156362 run       osmo-ms-mob/00068(pid=203): Launched
22:49:25.176996 run                             mass: MS performed LU  {at=20516270.880319156, lu_delay=6.000648662447929, ms=00050}
22:49:25.197627 run                             mass: MS start registered  {at=20516270.900970787, delay=0.020704682916402817, ms=00068}
22:49:25.227822 run                             mass: MS performed LU  {at=20516270.931107998, lu_delay=5.4793592765927315, ms=00052}
22:49:25.319633 run                             mass: MS performed LU  {at=20516271.022917114, lu_delay=4.838480304926634, ms=00054}
22:49:25.361416 run                osmo-ms-mob/00069: Starting mobile
22:49:25.408455 run       osmo-ms-mob/00069(pid=204): Launched
22:49:25.437721 run                             mass: MS start registered  {at=20516271.141001187, delay=0.009926538914442062, ms=00069}
22:49:25.481229 run                             mass: MS performed LU  {at=20516271.184514597, lu_delay=5.580219779163599, ms=00053}
22:49:25.914647 run                osmo-ms-mob/00070: Starting mobile
22:49:25.957390 run       osmo-ms-mob/00070(pid=205): Launched
22:49:25.987484 run                             mass: MS start registered  {at=20516271.69077689, delay=0.008355997502803802, ms=00070}
22:49:26.313593 run                osmo-ms-mob/00071: Starting mobile
22:49:26.359668 run       osmo-ms-mob/00071(pid=206): Launched
22:49:26.388032 run                             mass: MS start registered  {at=20516272.091329556, delay=0.006368521600961685, ms=00071}
22:49:26.713747 run                osmo-ms-mob/00072: Starting mobile
22:49:26.757863 run       osmo-ms-mob/00072(pid=207): Launched
22:49:26.785201 run                             mass: MS start registered  {at=20516272.48850241, delay=0.006557773798704147, ms=00072}
22:49:27.073023 run                             mass: MS performed LU  {at=20516272.776305385, lu_delay=4.981986064463854, ms=00060}
22:49:27.102383 run                osmo-ms-mob/00073: Starting mobile
22:49:27.124461 run       osmo-ms-mob/00073(pid=208): Launched
22:49:27.134499 run                             mass: MS performed LU  {at=20516272.83784269, lu_delay=5.328386727720499, ms=00059}
22:49:27.143868 run                             mass: MS start registered  {at=20516272.847226217, delay=0.009417608380317688, ms=00073}
22:49:27.220896 run                             mass: MS performed LU  {at=20516272.92419549, lu_delay=5.560688607394695, ms=00058}
22:49:27.419664 run                             mass: MS performed LU  {at=20516273.122963954, lu_delay=6.049238778650761, ms=00057}
22:49:27.450895 run                osmo-ms-mob/00074: Starting mobile
22:49:27.476390 run       osmo-ms-mob/00074(pid=209): Launched
22:49:27.497439 run                             mass: MS start registered  {at=20516273.200748652, delay=0.011582061648368835, ms=00074}
22:49:27.933791 run                osmo-ms-mob/00075: Starting mobile
22:49:27.968565 run       osmo-ms-mob/00075(pid=210): Launched
22:49:27.993351 run                             mass: MS start registered  {at=20516273.696659803, delay=0.008160360157489777, ms=00075}
22:49:28.409753 run                osmo-ms-mob/00076: Starting mobile
22:49:28.444819 run       osmo-ms-mob/00076(pid=211): Launched
22:49:28.470218 run                             mass: MS start registered  {at=20516274.173521683, delay=0.008036814630031586, ms=00076}
22:49:28.735838 run                             mass: MS performed LU  {at=20516274.439134363, lu_delay=5.322395745664835, ms=00063}
22:49:28.769303 run                osmo-ms-mob/00077: Starting mobile
22:49:28.809842 run       osmo-ms-mob/00077(pid=212): Launched
22:49:28.840914 run                             mass: MS start registered  {at=20516274.544227816, delay=0.01293930783867836, ms=00077}
22:49:29.311378 run                osmo-ms-mob/00078: Starting mobile
22:49:29.352701 run       osmo-ms-mob/00078(pid=213): Launched
22:49:29.372145 run                             mass: MS performed LU  {at=20516275.075478945, lu_delay=5.188649833202362, ms=00065}
22:49:29.390308 run                             mass: MS start registered  {at=20516275.0936554, delay=0.018223058432340622, ms=00078}
22:49:29.408584 run                             mass: MS performed LU  {at=20516275.111907445, lu_delay=5.006529528647661, ms=00066}
22:49:29.465544 run                             mass: MS performed LU  {at=20516275.16882936, lu_delay=5.910019818693399, ms=00064}
22:49:29.497089 run                osmo-ms-mob/00079: Starting mobile
22:49:29.533488 run       osmo-ms-mob/00079(pid=214): Launched
22:49:29.551378 run                             mass: MS performed LU  {at=20516275.254713744, lu_delay=6.5002098977565765, ms=00062}
22:49:29.568243 run                             mass: MS start registered  {at=20516275.271592863, delay=0.016921911388635635, ms=00079}
22:49:30.045858 run                             mass: MS performed LU  {at=20516275.7491492, lu_delay=7.2530712261796, ms=00061}
22:49:30.156944 run                             mass: MS performed LU  {at=20516275.860249292, lu_delay=4.959278505295515, ms=00068}
22:49:30.188691 run                osmo-ms-mob/00080: Starting mobile
22:49:30.226670 run       osmo-ms-mob/00080(pid=215): Launched
22:49:30.253648 run                             mass: MS start registered  {at=20516275.956950974, delay=0.008121419697999954, ms=00080}
22:49:30.715809 run                osmo-ms-mob/00081: Starting mobile
22:49:30.740530 run       osmo-ms-mob/00081(pid=216): Launched
22:49:30.758907 run                             mass: MS start registered  {at=20516276.46224235, delay=4.213303327560425e-05, ms=00081}
22:49:30.839283 run                             mass: MS performed LU  {at=20516276.542585317, lu_delay=6.030659090727568, ms=00067}
22:49:30.858133 run                             mass: MS performed LU  {at=20516276.56147298, lu_delay=5.420471791177988, ms=00069}
22:49:30.941350 run                             mass: MS performed LU  {at=20516276.644653033, lu_delay=4.553323477506638, ms=00071}
22:49:30.971010 run                osmo-ms-mob/00082: Starting mobile
22:49:31.006412 run       osmo-ms-mob/00082(pid=217): Launched
22:49:31.035820 run                             mass: MS start registered  {at=20516276.73912604, delay=0.011578556150197983, ms=00082}
22:49:31.184900 run                             mass: MS performed LU  {at=20516276.888203602, lu_delay=5.197426714003086, ms=00070}
22:49:31.710455 run                osmo-ms-mob/00083: Starting mobile
22:49:31.745842 run       osmo-ms-mob/00083(pid=218): Launched
22:49:31.771715 run                             mass: MS start registered  {at=20516277.475002375, delay=0.014721173793077469, ms=00083}
22:49:32.210723 run                osmo-ms-mob/00084: Starting mobile
22:49:32.246374 run       osmo-ms-mob/00084(pid=219): Launched
22:49:32.272010 run                             mass: MS start registered  {at=20516277.97531008, delay=0.015012577176094055, ms=00084}
22:49:32.711541 run                osmo-ms-mob/00085: Starting mobile
22:49:32.749780 run       osmo-ms-mob/00085(pid=220): Launched
22:49:32.767793 run                             mass: MS performed LU  {at=20516278.47112777, lu_delay=5.270379118621349, ms=00074}
22:49:32.782213 run                             mass: MS performed LU  {at=20516278.48556973, lu_delay=4.312048047780991, ms=00076}
22:49:32.790593 run                             mass: MS start registered  {at=20516278.493952017, delay=0.02287079021334648, ms=00085}
22:49:32.851874 run                             mass: MS performed LU  {at=20516278.5551543, lu_delay=6.06665189191699, ms=00072}
22:49:33.013420 run                             mass: MS performed LU  {at=20516278.716712847, lu_delay=5.020053043961525, ms=00075}
22:49:33.050021 run                             mass: MS performed LU  {at=20516278.753326286, lu_delay=5.906100068241358, ms=00073}
22:49:33.083109 run                osmo-ms-mob/00086: Starting mobile
22:49:33.118648 run       osmo-ms-mob/00086(pid=221): Launched
22:49:33.143275 run                             mass: MS start registered  {at=20516278.846582662, delay=0.01517273485660553, ms=00086}
22:49:33.914780 run                osmo-ms-mob/00087: Starting mobile
22:49:33.955559 run       osmo-ms-mob/00087(pid=222): Launched
22:49:33.982781 run                             mass: MS start registered  {at=20516279.686086643, delay=0.008168857544660568, ms=00087}
22:49:34.506918 run                osmo-ms-mob/00088: Starting mobile
22:49:34.525599 run       osmo-ms-mob/00088(pid=223): Launched
22:49:34.538395 run                             mass: MS start registered  {at=20516280.24172623, delay=0.00637415423989296, ms=00088}
22:49:34.604544 run                             mass: MS performed LU  {at=20516280.307877585, lu_delay=5.036284722387791, ms=00079}
22:49:34.705979 run                             mass: MS performed LU  {at=20516280.409314077, lu_delay=5.8650862611830235, ms=00077}
22:49:34.752137 run                             mass: MS performed LU  {at=20516280.45547069, lu_delay=5.3618152886629105, ms=00078}
22:49:34.858927 run                             mass: MS performed LU  {at=20516280.562252093, lu_delay=4.60530111938715, ms=00080}
22:49:35.102323 run                osmo-ms-mob/00089: Starting mobile
22:49:35.116278 run       osmo-ms-mob/00089(pid=224): Launched
22:49:35.127750 run                             mass: MS start registered  {at=20516280.831101157, delay=0.005147319287061691, ms=00089}
22:49:35.702281 run                osmo-ms-mob/00090: Starting mobile
22:49:35.716454 run       osmo-ms-mob/00090(pid=225): Launched
22:49:35.729084 run                             mass: MS start registered  {at=20516281.432417512, delay=0.005681049078702927, ms=00090}
22:49:36.401569 run                osmo-ms-mob/00091: Starting mobile
22:49:36.416027 run       osmo-ms-mob/00091(pid=226): Launched
22:49:36.427801 run                             mass: MS start registered  {at=20516282.13114284, delay=0.0050990283489227295, ms=00091}
22:49:36.570602 run                             mass: MS performed LU  {at=20516282.27393627, lu_delay=5.534810230135918, ms=00082}
22:49:36.705258 run                             mass: MS performed LU  {at=20516282.408512127, lu_delay=5.946269776672125, ms=00081}
22:49:37.101840 run                osmo-ms-mob/00092: Starting mobile
22:49:37.116057 run       osmo-ms-mob/00092(pid=227): Launched
22:49:37.127399 run                             mass: MS start registered  {at=20516282.830741663, delay=0.004744194447994232, ms=00092}
22:49:37.905569 run                osmo-ms-mob/00093: Starting mobile
22:49:37.920281 run       osmo-ms-mob/00093(pid=228): Launched
22:49:37.932105 run                             mass: MS start registered  {at=20516283.635447454, delay=0.005246173590421677, ms=00093}
22:49:38.370825 run                             mass: MS performed LU  {at=20516284.074158315, lu_delay=5.580206297338009, ms=00085}
22:49:38.472548 run                             mass: MS performed LU  {at=20516284.175881013, lu_delay=5.329298350960016, ms=00086}
22:49:38.518724 run                             mass: MS performed LU  {at=20516284.222045045, lu_delay=6.246734965592623, ms=00084}
22:49:38.624590 run                             mass: MS performed LU  {at=20516284.327926714, lu_delay=4.641840070486069, ms=00087}
22:49:38.801834 run                osmo-ms-mob/00094: Starting mobile
22:49:38.815673 run       osmo-ms-mob/00094(pid=229): Launched
22:49:38.827176 run                             mass: MS start registered  {at=20516284.530524734, delay=0.0050467997789382935, ms=00094}
22:49:39.702095 run                osmo-ms-mob/00095: Starting mobile
22:49:39.716055 run       osmo-ms-mob/00095(pid=230): Launched
22:49:39.727566 run                             mass: MS start registered  {at=20516285.43091432, delay=0.004866395145654678, ms=00095}
22:49:40.235258 run                             mass: MS performed LU  {at=20516285.938589312, lu_delay=4.506171800196171, ms=00090}
22:49:40.290678 run                             mass: MS performed LU  {at=20516285.993991643, lu_delay=5.162890486419201, ms=00089}
22:49:40.336620 run                             mass: MS performed LU  {at=20516286.03989444, lu_delay=5.798168208450079, ms=00088}
22:49:40.704708 run                osmo-ms-mob/00096: Starting mobile
22:49:40.719245 run       osmo-ms-mob/00096(pid=231): Launched
22:49:40.730723 run                             mass: MS start registered  {at=20516286.43407311, delay=0.005031231790781021, ms=00096}
22:49:41.802102 run                osmo-ms-mob/00097: Starting mobile
22:49:41.815949 run       osmo-ms-mob/00097(pid=232): Launched
22:49:41.827160 run                             mass: MS start registered  {at=20516287.530508168, delay=0.004914652556180954, ms=00097}
22:49:42.237578 run                             mass: MS performed LU  {at=20516287.94085925, lu_delay=5.809716410934925, ms=00091}
22:49:42.284821 run                             mass: MS performed LU  {at=20516287.98813336, lu_delay=5.15739169716835, ms=00092}
22:49:42.372005 run                             mass: MS performed LU  {at=20516288.075322315, lu_delay=22.80137898027897, ms=00051}
22:49:43.101596 run                osmo-ms-mob/00098: Starting mobile
22:49:43.115873 run       osmo-ms-mob/00098(pid=233): Launched
22:49:43.199985 run                             mass: Starting too slowly. Moving on {now=20516288.90335202, sleep=-0.00455436110496521, target=20516288.898797657}
22:49:43.206077 run                             mass: MS start registered  {at=20516288.909431893, delay=0.006083127111196518, ms=00098}
22:49:44.103052 run                             mass: MS performed LU  {at=20516289.80634062, lu_delay=5.275815885514021, ms=00094}
22:49:44.148544 run                             mass: MS performed LU  {at=20516289.851878595, lu_delay=6.216431140899658, ms=00093}
22:49:44.236478 run                             mass: MS performed LU  {at=20516289.93981296, lu_delay=23.1508781388402, ms=00056}
22:49:44.508701 run                             mass: MS performed LU  {at=20516290.21203807, lu_delay=4.781123749911785, ms=00095}
22:49:44.901515 run                osmo-ms-mob/00099: Starting mobile
22:49:44.915697 run       osmo-ms-mob/00099(pid=234): Launched
22:49:44.922309 run                             mass: All started... {duration=55.72688094154, too_slow=4}
22:49:44.928334 run                             mass: MS start registered  {at=20516290.63169174, delay=0.006017964333295822, ms=00099}
22:49:46.004298 run                             mass: MS performed LU  {at=20516291.70761495, lu_delay=5.27354184165597, ms=00096}
22:49:47.868708 run                             mass: MS performed LU  {at=20516293.572041128, lu_delay=6.041532959789038, ms=00097}
22:49:47.914350 run                             mass: MS performed LU  {at=20516293.617683515, lu_delay=4.708251621574163, ms=00098}
22:49:49.769671 run                             mass: MS performed LU  {at=20516295.47299594, lu_delay=4.841304201632738, ms=00099}
22:49:53.752773 run                             mass: MS performed LU  {at=20516299.456037875, lu_delay=21.981035500764847, ms=00083}
22:49:53.761639 run                             mass: Tests done {all_completed=True, max=23.1508781388402, min=3.922429110854864}
22:49:53.767609 tst         register_default_mass.py: Test passed (93.9 sec)
22:49:53.773685 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:53.777298 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:53.781374 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:53.784841 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:53.788307 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:53.792393 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:53.795873 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:53.799354 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:53.802905 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:53.806393 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:53.809875 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:53.813355 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:53.818888 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:53.826674 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:53.834228 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:53.841721 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:53.849338 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:53.856792 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:53.862582 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:53.866118 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:53.869662 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:53.873159 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:53.876767 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:53.882670 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:53.890421 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:53.895629 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:53.899356 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:53.903576 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:53.907196 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:53.910778 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:53.914636 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:53.918291 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:53.922460 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:53.926403 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:53.930277 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:53.933868 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:53.937455 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:53.941199 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:53.945125 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:53.948984 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:53.952600 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:53.956214 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:53.959866 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:53.963627 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:53.967207 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:53.970792 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:53.974649 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:53.978522 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:53.985880 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:53.990725 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:53.994395 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:53.997987 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:54.001579 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:54.005140 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:54.008722 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:54.012282 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:54.015938 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:54.019626 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:54.023279 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:54.026963 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:54.030546 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:54.034147 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:54.037732 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:54.041313 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:54.044885 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:54.048449 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:54.052036 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:54.056335 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:54.059900 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:54.063538 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:54.067741 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:54.071322 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:54.074911 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:54.078465 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:54.082037 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:54.085650 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:54.089683 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:54.093257 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:54.096830 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:54.100409 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:54.103991 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:54.107587 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:54.111191 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:54.114772 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:54.118364 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:54.121946 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:54.125570 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:54.129190 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:54.132916 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:54.136994 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:54.140613 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:54.144329 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:54.147941 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:54.151695 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:54.155306 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:54.158921 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:54.162545 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:54.166157 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:54.170031 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:54.173647 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:54.177360 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:54.181257 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:54.185233 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:54.189127 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:54.192750 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:54.196395 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:54.200011 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:54.203615 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:54.207209 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:54.210802 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:54.214431 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:54.218064 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:54.221740 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:54.225407 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:54.229044 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:54.233374 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:54.237005 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:54.240472 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:54.243942 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:54.247437 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:54.251828 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:54.255160 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:54.258430 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:54.261733 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:54.265104 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:54.268393 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:54.271698 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:54.274956 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:54.278286 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:54.281688 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:54.285098 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:54.288524 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:54.292007 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:54.298011 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:54.301413 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:54.304825 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:54.308249 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:54.311665 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:54.314972 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:54.318312 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:54.321721 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:54.325127 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:54.328524 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:54.331958 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:54.335380 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:54.338804 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:54.342230 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:54.345670 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:54.349086 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:54.352470 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:54.356148 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:54.359639 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:54.363157 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:54.366671 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:54.370182 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:54.373702 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:54.377206 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:54.380714 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:54.384249 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:54.387776 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:54.391315 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:54.394833 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:54.398360 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:54.401840 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:54.405239 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:54.408637 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:54.412026 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:54.415429 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:54.418837 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:54.422250 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:54.425658 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:54.429053 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:54.432452 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:54.435876 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:54.439280 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:54.442681 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:54.446085 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:54.449474 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:54.452876 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:54.456276 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:54.459691 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:54.463109 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:54.466500 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:54.469908 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:54.473313 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:54.476712 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:54.480106 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:54.483504 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:54.486916 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:54.490322 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:54.493724 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:54.497126 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:54.500528 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:54.503939 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:54.507528 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:54.510980 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:54.514491 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:54.518089 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:54.521585 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:54.525082 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:54.528583 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:54.532104 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:54.535613 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:54.539129 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:54.542664 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:54.546189 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:54.549703 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:54.553236 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:54.556949 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:54.560482 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:54.563985 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:54.567491 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:54.570991 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:54.574506 ---      ParallelTerminationStrategy: PID 22 died...
22:49:54.576084 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:54.579969 ---      ParallelTerminationStrategy: PID 23 died...
22:49:54.581565 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:54.585499 ---      ParallelTerminationStrategy: PID 24 died...
22:49:54.587089 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:54.591037 ---      ParallelTerminationStrategy: PID 25 died...
22:49:54.592616 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:54.596498 ---      ParallelTerminationStrategy: PID 26 died...
22:49:54.598095 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:54.602042 ---      ParallelTerminationStrategy: PID 27 died...
22:49:54.603640 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:54.607563 ---      ParallelTerminationStrategy: PID 28 died...
22:49:54.609169 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:54.612976 ---      ParallelTerminationStrategy: PID 29 died...
22:49:54.614520 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:54.618353 ---      ParallelTerminationStrategy: PID 30 died...
22:49:54.619896 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:54.623712 ---      ParallelTerminationStrategy: PID 31 died...
22:49:54.625276 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:54.629119 ---      ParallelTerminationStrategy: PID 32 died...
22:49:54.630656 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:54.634493 ---      ParallelTerminationStrategy: PID 33 died...
22:49:54.636047 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:54.639882 ---      ParallelTerminationStrategy: PID 35 died...
22:49:54.641464 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:54.645367 ---      ParallelTerminationStrategy: PID 36 died...
22:49:54.646941 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:54.650862 ---      ParallelTerminationStrategy: PID 37 died...
22:49:54.652468 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:54.656447 ---      ParallelTerminationStrategy: PID 38 died...
22:49:54.658080 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:54.662070 ---      ParallelTerminationStrategy: PID 39 died...
22:49:54.663690 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:54.667698 ---      ParallelTerminationStrategy: PID 40 died...
22:49:54.669320 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:54.673314 ---      ParallelTerminationStrategy: PID 41 died...
22:49:54.674942 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:54.679131 ---      ParallelTerminationStrategy: PID 42 died...
22:49:54.680822 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:54.684987 ---      ParallelTerminationStrategy: PID 43 died...
22:49:54.686691 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:54.690866 ---      ParallelTerminationStrategy: PID 44 died...
22:49:54.692560 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:54.696750 ---      ParallelTerminationStrategy: PID 45 died...
22:49:54.698444 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:54.702676 ---      ParallelTerminationStrategy: PID 46 died...
22:49:54.704399 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:54.708685 ---      ParallelTerminationStrategy: PID 47 died...
22:49:54.710403 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:54.714674 ---      ParallelTerminationStrategy: PID 48 died...
22:49:54.716393 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:54.720682 ---      ParallelTerminationStrategy: PID 49 died...
22:49:54.722386 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:54.726586 ---      ParallelTerminationStrategy: PID 50 died...
22:49:54.728257 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:54.732361 ---      ParallelTerminationStrategy: PID 51 died...
22:49:54.733963 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:54.738115 ---      ParallelTerminationStrategy: PID 52 died...
22:49:54.739809 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:54.743953 ---      ParallelTerminationStrategy: PID 53 died...
22:49:54.745623 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:54.749798 ---      ParallelTerminationStrategy: PID 54 died...
22:49:54.751477 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:54.755724 ---      ParallelTerminationStrategy: PID 55 died...
22:49:54.757442 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:54.761699 ---      ParallelTerminationStrategy: PID 56 died...
22:49:54.763421 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:54.767666 ---      ParallelTerminationStrategy: PID 57 died...
22:49:54.769406 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:54.773685 ---      ParallelTerminationStrategy: PID 58 died...
22:49:54.775498 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:54.779896 ---      ParallelTerminationStrategy: PID 59 died...
22:49:54.781656 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:54.785926 ---      ParallelTerminationStrategy: PID 60 died...
22:49:54.787684 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:54.792097 ---      ParallelTerminationStrategy: PID 61 died...
22:49:54.793931 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:54.798400 ---      ParallelTerminationStrategy: PID 62 died...
22:49:54.800187 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:54.804586 ---      ParallelTerminationStrategy: PID 63 died...
22:49:54.806344 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:54.810611 ---      ParallelTerminationStrategy: PID 64 died...
22:49:54.812358 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:54.816631 ---      ParallelTerminationStrategy: PID 65 died...
22:49:54.818355 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:54.822616 ---      ParallelTerminationStrategy: PID 66 died...
22:49:54.824349 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:54.828678 ---      ParallelTerminationStrategy: PID 67 died...
22:49:54.830414 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:54.834742 ---      ParallelTerminationStrategy: PID 68 died...
22:49:54.836534 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:54.840970 ---      ParallelTerminationStrategy: PID 69 died...
22:49:54.842803 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:54.847281 ---      ParallelTerminationStrategy: PID 70 died...
22:49:54.849051 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:54.853405 ---      ParallelTerminationStrategy: PID 71 died...
22:49:54.855133 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:54.859426 ---      ParallelTerminationStrategy: PID 72 died...
22:49:54.861163 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:54.865529 ---      ParallelTerminationStrategy: PID 73 died...
22:49:54.867306 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:54.871664 ---      ParallelTerminationStrategy: PID 74 died...
22:49:54.873453 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:54.877748 ---      ParallelTerminationStrategy: PID 75 died...
22:49:54.879519 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:54.883810 ---      ParallelTerminationStrategy: PID 76 died...
22:49:54.885536 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:54.889865 ---      ParallelTerminationStrategy: PID 77 died...
22:49:54.891595 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:54.895858 ---      ParallelTerminationStrategy: PID 78 died...
22:49:54.897592 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:54.901892 ---      ParallelTerminationStrategy: PID 79 died...
22:49:54.903667 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:54.907992 ---      ParallelTerminationStrategy: PID 80 died...
22:49:54.909726 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:54.913991 ---      ParallelTerminationStrategy: PID 81 died...
22:49:54.915755 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:54.920109 ---      ParallelTerminationStrategy: PID 82 died...
22:49:54.921876 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:54.926297 ---      ParallelTerminationStrategy: PID 83 died...
22:49:54.928262 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:54.932803 ---      ParallelTerminationStrategy: PID 84 died...
22:49:54.934624 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:54.939226 ---      ParallelTerminationStrategy: PID 85 died...
22:49:54.941005 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:54.945391 ---      ParallelTerminationStrategy: PID 86 died...
22:49:54.947164 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:54.951520 ---      ParallelTerminationStrategy: PID 87 died...
22:49:54.953308 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:54.957696 ---      ParallelTerminationStrategy: PID 88 died...
22:49:54.959425 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:54.963722 ---      ParallelTerminationStrategy: PID 89 died...
22:49:54.965457 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:54.969757 ---      ParallelTerminationStrategy: PID 90 died...
22:49:54.971438 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:54.975559 ---      ParallelTerminationStrategy: PID 91 died...
22:49:54.977212 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:54.981246 ---      ParallelTerminationStrategy: PID 92 died...
22:49:54.982851 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:54.986847 ---      ParallelTerminationStrategy: PID 93 died...
22:49:54.988510 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:54.992465 ---      ParallelTerminationStrategy: PID 94 died...
22:49:54.994036 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:54.997868 ---      ParallelTerminationStrategy: PID 95 died...
22:49:54.999402 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:55.003283 ---      ParallelTerminationStrategy: PID 96 died...
22:49:55.004894 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:55.008883 ---      ParallelTerminationStrategy: PID 97 died...
22:49:55.010487 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:55.014456 ---      ParallelTerminationStrategy: PID 98 died...
22:49:55.016071 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:55.020049 ---      ParallelTerminationStrategy: PID 99 died...
22:49:55.021697 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:55.025689 ---      ParallelTerminationStrategy: PID 100 died...
22:49:55.027289 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:55.031184 ---      ParallelTerminationStrategy: PID 101 died...
22:49:55.032788 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:55.036661 ---      ParallelTerminationStrategy: PID 102 died...
22:49:55.038232 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:55.042146 ---      ParallelTerminationStrategy: PID 103 died...
22:49:55.043773 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:55.047728 ---      ParallelTerminationStrategy: PID 104 died...
22:49:55.049331 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:55.053369 ---      ParallelTerminationStrategy: PID 105 died...
22:49:55.054961 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:55.058894 ---      ParallelTerminationStrategy: PID 106 died...
22:49:55.060489 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:55.064422 ---      ParallelTerminationStrategy: PID 107 died...
22:49:55.066027 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:55.069944 ---      ParallelTerminationStrategy: PID 108 died...
22:49:55.071538 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:55.075496 ---      ParallelTerminationStrategy: PID 109 died...
22:49:55.077076 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:55.081014 ---      ParallelTerminationStrategy: PID 110 died...
22:49:55.082595 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:55.086534 ---      ParallelTerminationStrategy: PID 111 died...
22:49:55.088123 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:55.092061 ---      ParallelTerminationStrategy: PID 112 died...
22:49:55.093650 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:55.097601 ---      ParallelTerminationStrategy: PID 113 died...
22:49:55.099185 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:55.103124 ---      ParallelTerminationStrategy: PID 114 died...
22:49:55.104706 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:55.108650 ---      ParallelTerminationStrategy: PID 115 died...
22:49:55.110246 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:55.114127 ---      ParallelTerminationStrategy: PID 116 died...
22:49:55.115679 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:55.119527 ---      ParallelTerminationStrategy: PID 117 died...
22:49:55.121080 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:55.124937 ---      ParallelTerminationStrategy: PID 118 died...
22:49:55.126490 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:55.130338 ---      ParallelTerminationStrategy: PID 119 died...
22:49:55.131891 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:55.135780 ---      ParallelTerminationStrategy: PID 120 died...
22:49:55.137416 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:55.141355 ---      ParallelTerminationStrategy: PID 121 died...
22:49:55.142929 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:55.146899 ---      ParallelTerminationStrategy: PID 122 died...
22:49:55.148476 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:55.152386 ---      ParallelTerminationStrategy: PID 123 died...
22:49:55.153977 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:55.157905 ---      ParallelTerminationStrategy: PID 124 died...
22:49:55.159484 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:55.163410 ---      ParallelTerminationStrategy: PID 125 died...
22:49:55.165003 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:55.168919 ---      ParallelTerminationStrategy: PID 126 died...
22:49:55.170468 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:55.174324 ---      ParallelTerminationStrategy: PID 127 died...
22:49:55.175873 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:55.179703 ---      ParallelTerminationStrategy: PID 128 died...
22:49:55.181242 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:55.185058 ---      ParallelTerminationStrategy: PID 129 died...
22:49:55.186630 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:55.190616 ---      ParallelTerminationStrategy: PID 130 died...
22:49:55.192260 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:55.196437 ---      ParallelTerminationStrategy: PID 131 died...
22:49:55.198077 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:55.202136 ---      ParallelTerminationStrategy: PID 132 died...
22:49:55.203783 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:55.207863 ---      ParallelTerminationStrategy: PID 133 died...
22:49:55.209514 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:55.213623 ---      ParallelTerminationStrategy: PID 134 died...
22:49:55.215254 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:55.219269 ---      ParallelTerminationStrategy: PID 135 died...
22:49:55.220918 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:55.225009 ---      ParallelTerminationStrategy: PID 136 died...
22:49:55.226656 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:55.230720 ---      ParallelTerminationStrategy: PID 137 died...
22:49:55.232327 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:55.236327 ---      ParallelTerminationStrategy: PID 138 died...
22:49:55.237945 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:55.241932 ---      ParallelTerminationStrategy: PID 139 died...
22:49:55.243536 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:55.247487 ---      ParallelTerminationStrategy: PID 140 died...
22:49:55.249056 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:55.252913 ---      ParallelTerminationStrategy: PID 141 died...
22:49:55.254442 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:55.258265 ---      ParallelTerminationStrategy: PID 142 died...
22:49:55.259803 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:55.263674 ---      ParallelTerminationStrategy: PID 143 died...
22:49:55.265236 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:55.269191 ---      ParallelTerminationStrategy: PID 144 died...
22:49:55.270796 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:55.274774 ---      ParallelTerminationStrategy: PID 145 died...
22:49:55.276337 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:55.280213 ---      ParallelTerminationStrategy: PID 146 died...
22:49:55.281750 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:55.285563 ---      ParallelTerminationStrategy: PID 147 died...
22:49:55.287095 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:55.290930 ---      ParallelTerminationStrategy: PID 148 died...
22:49:55.292462 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:55.296295 ---      ParallelTerminationStrategy: PID 149 died...
22:49:55.297844 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:55.301671 ---      ParallelTerminationStrategy: PID 150 died...
22:49:55.303206 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:55.307030 ---      ParallelTerminationStrategy: PID 151 died...
22:49:55.308570 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:55.312415 ---      ParallelTerminationStrategy: PID 152 died...
22:49:55.313981 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:55.317797 ---      ParallelTerminationStrategy: PID 153 died...
22:49:55.319328 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:55.323229 ---      ParallelTerminationStrategy: PID 154 died...
22:49:55.324807 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:55.328704 ---      ParallelTerminationStrategy: PID 155 died...
22:49:55.330365 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:55.334396 ---      ParallelTerminationStrategy: PID 156 died...
22:49:55.336003 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:55.339934 ---      ParallelTerminationStrategy: PID 157 died...
22:49:55.341505 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:55.345404 ---      ParallelTerminationStrategy: PID 158 died...
22:49:55.346978 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:55.350916 ---      ParallelTerminationStrategy: PID 159 died...
22:49:55.352515 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:55.356592 ---      ParallelTerminationStrategy: PID 160 died...
22:49:55.358223 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:55.362198 ---      ParallelTerminationStrategy: PID 161 died...
22:49:55.363800 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:55.367839 ---      ParallelTerminationStrategy: PID 162 died...
22:49:55.369541 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:55.373660 ---      ParallelTerminationStrategy: PID 163 died...
22:49:55.375306 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:55.379416 ---      ParallelTerminationStrategy: PID 164 died...
22:49:55.381100 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:55.385247 ---      ParallelTerminationStrategy: PID 165 died...
22:49:55.386903 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:55.390946 ---      ParallelTerminationStrategy: PID 166 died...
22:49:55.392556 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:55.396502 ---      ParallelTerminationStrategy: PID 167 died...
22:49:55.398076 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:55.401990 ---      ParallelTerminationStrategy: PID 168 died...
22:49:55.403565 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:55.407522 ---      ParallelTerminationStrategy: PID 169 died...
22:49:55.409188 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:55.413450 ---      ParallelTerminationStrategy: PID 170 died...
22:49:55.415215 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:55.419576 ---      ParallelTerminationStrategy: PID 171 died...
22:49:55.421317 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:55.425520 ---      ParallelTerminationStrategy: PID 172 died...
22:49:55.427172 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:55.431262 ---      ParallelTerminationStrategy: PID 173 died...
22:49:55.432862 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:55.436890 ---      ParallelTerminationStrategy: PID 174 died...
22:49:55.438487 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:55.442445 ---      ParallelTerminationStrategy: PID 175 died...
22:49:55.444030 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:55.448019 ---      ParallelTerminationStrategy: PID 176 died...
22:49:55.449632 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:55.453661 ---      ParallelTerminationStrategy: PID 177 died...
22:49:55.455266 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:55.459261 ---      ParallelTerminationStrategy: PID 178 died...
22:49:55.460834 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:55.464739 ---      ParallelTerminationStrategy: PID 179 died...
22:49:55.466295 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:55.470157 ---      ParallelTerminationStrategy: PID 180 died...
22:49:55.471704 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:55.475612 ---      ParallelTerminationStrategy: PID 181 died...
22:49:55.477209 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:55.481203 ---      ParallelTerminationStrategy: PID 182 died...
22:49:55.482814 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:55.486822 ---      ParallelTerminationStrategy: PID 183 died...
22:49:55.488424 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:55.492356 ---      ParallelTerminationStrategy: PID 184 died...
22:49:55.493933 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:55.497756 ---      ParallelTerminationStrategy: PID 185 died...
22:49:55.499291 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:55.503132 ---      ParallelTerminationStrategy: PID 186 died...
22:49:55.504666 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:55.508467 ---      ParallelTerminationStrategy: PID 187 died...
22:49:55.510001 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:55.513833 ---      ParallelTerminationStrategy: PID 188 died...
22:49:55.515376 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:55.519151 ---      ParallelTerminationStrategy: PID 189 died...
22:49:55.520647 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:55.524375 ---      ParallelTerminationStrategy: PID 190 died...
22:49:55.525909 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:55.529679 ---      ParallelTerminationStrategy: PID 191 died...
22:49:55.531184 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:55.534936 ---      ParallelTerminationStrategy: PID 192 died...
22:49:55.536436 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:55.540177 ---      ParallelTerminationStrategy: PID 193 died...
22:49:55.541676 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:55.545432 ---      ParallelTerminationStrategy: PID 194 died...
22:49:55.546929 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:55.550674 ---      ParallelTerminationStrategy: PID 195 died...
22:49:55.552165 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:55.555963 ---      ParallelTerminationStrategy: PID 196 died...
22:49:55.557500 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:55.561310 ---      ParallelTerminationStrategy: PID 197 died...
22:49:55.562890 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:55.566965 ---      ParallelTerminationStrategy: PID 198 died...
22:49:55.568602 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:55.572698 ---      ParallelTerminationStrategy: PID 199 died...
22:49:55.574337 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:55.578438 ---      ParallelTerminationStrategy: PID 200 died...
22:49:55.580081 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:55.584106 ---      ParallelTerminationStrategy: PID 201 died...
22:49:55.585730 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:55.589729 ---      ParallelTerminationStrategy: PID 202 died...
22:49:55.591300 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:55.595207 ---      ParallelTerminationStrategy: PID 203 died...
22:49:55.596788 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:55.600752 ---      ParallelTerminationStrategy: PID 204 died...
22:49:55.602365 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:55.606429 ---      ParallelTerminationStrategy: PID 205 died...
22:49:55.608073 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:55.612161 ---      ParallelTerminationStrategy: PID 206 died...
22:49:55.613807 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:55.617892 ---      ParallelTerminationStrategy: PID 207 died...
22:49:55.619545 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:55.623735 ---      ParallelTerminationStrategy: PID 208 died...
22:49:55.625413 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:55.629605 ---      ParallelTerminationStrategy: PID 209 died...
22:49:55.631288 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:55.635493 ---      ParallelTerminationStrategy: PID 210 died...
22:49:55.637173 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:55.641338 ---      ParallelTerminationStrategy: PID 211 died...
22:49:55.643031 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:55.647229 ---      ParallelTerminationStrategy: PID 212 died...
22:49:55.648912 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:55.653115 ---      ParallelTerminationStrategy: PID 213 died...
22:49:55.654792 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:55.658992 ---      ParallelTerminationStrategy: PID 214 died...
22:49:55.660681 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:55.664900 ---      ParallelTerminationStrategy: PID 215 died...
22:49:55.666629 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:55.670862 ---      ParallelTerminationStrategy: PID 216 died...
22:49:55.672545 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:55.676702 ---      ParallelTerminationStrategy: PID 217 died...
22:49:55.678319 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:55.682357 ---      ParallelTerminationStrategy: PID 218 died...
22:49:55.684005 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:55.688056 ---      ParallelTerminationStrategy: PID 219 died...
22:49:55.689677 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:55.693722 ---      ParallelTerminationStrategy: PID 220 died...
22:49:55.695365 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:55.699493 ---      ParallelTerminationStrategy: PID 221 died...
22:49:55.701193 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:55.705462 ---      ParallelTerminationStrategy: PID 222 died...
22:49:55.707210 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:55.711683 ---      ParallelTerminationStrategy: PID 223 died...
22:49:55.713526 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:55.718123 ---      ParallelTerminationStrategy: PID 224 died...
22:49:55.719965 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:55.724587 ---      ParallelTerminationStrategy: PID 225 died...
22:49:55.726626 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:55.731263 ---      ParallelTerminationStrategy: PID 226 died...
22:49:55.733112 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:55.737688 ---      ParallelTerminationStrategy: PID 227 died...
22:49:55.739514 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:55.744117 ---      ParallelTerminationStrategy: PID 228 died...
22:49:55.745969 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:55.750568 ---      ParallelTerminationStrategy: PID 229 died...
22:49:55.752438 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:55.757130 ---      ParallelTerminationStrategy: PID 230 died...
22:49:55.758976 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:55.763534 ---      ParallelTerminationStrategy: PID 231 died...
22:49:55.765326 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:55.769773 ---      ParallelTerminationStrategy: PID 232 died...
22:49:55.771527 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:55.775899 ---      ParallelTerminationStrategy: PID 233 died...
22:49:55.777654 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:55.781910 ---      ParallelTerminationStrategy: PID 234 died...
22:49:55.783618 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:59.187468 ---      ParallelTerminationStrategy: PID 34 died...
22:49:59.189183 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8082 netreg_mass PASS
---------------------------------------------------------------------
22:49:59.271826 tst                       trial-8082: Storing JUnit report in /build/trial-8082/run.2025-09-07_22-48-19/trial-8082.xml

--------------------------------------------------------------------------------------------
trial-8082 PASS
--------------------------------------------------------------------------------------------
22:49:59.285928 tst                       trial-8082: trial-8082: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (93.9 sec)
+ exit_code=0
+ rm -rf trial-8082/inst
+ cd trial-8082
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-07 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8082-run.tgz run.2025-09-07_22-48-19
+ tar czf /build/trial-8082-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-07_13_29_10.tgz osmo-bts-oc2g.build-2025-09-07_00_51_37.tgz osmo-bts-sysmo.build-2025-09-07_00_51_43.tgz osmo-bts.build-2025-09-07_00_51_47.tgz osmo-ggsn.build-2025-09-07_20_42_33.tgz osmo-hlr.build-2025-09-07_16_36_51.tgz osmo-hnbgw.build-2025-09-07_13_30_34.tgz osmo-mgw.build-2025-09-07_08_33_13.tgz osmo-msc.build-2025-09-07_13_32_38.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-07_07_34_00.tgz osmo-pcu-sysmo.build-2025-09-07_07_36_37.tgz osmo-pcu.build-2025-09-07_07_36_44.tgz osmo-sgsn.build-2025-09-07_20_48_18.tgz osmo-stp.build-2025-09-07_13_25_58.tgz osmo-trx.build-2025-09-07_14_28_13.tgz osmocom-bb.build-2025-09-07_21_17_45.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS