Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7771
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6121350987175940622.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8295
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#27 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#27 CACHED

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:aa4e8bf95cd3a2c4a379748d4a81f4633868578772403188818d384966003dde done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8296 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-04-09 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8296
+ mkdir -p trial-8296
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-04-09_13_29_19.tgz osmo-bts-oc2g.build-2026-04-09_00_51_43.tgz osmo-bts-sysmo.build-2026-04-09_00_51_51.tgz osmo-bts.build-2026-04-09_00_51_55.tgz osmo-ggsn.build-2026-04-09_20_42_52.tgz osmo-hlr.build-2026-04-09_16_36_49.tgz osmo-hnbgw.build-2026-04-09_13_30_43.tgz osmo-mgw.build-2026-04-09_08_33_08.tgz osmo-msc.build-2026-04-09_13_35_03.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-09_07_35_28.tgz osmo-pcu-sysmo.build-2026-04-09_07_35_34.tgz osmo-pcu.build-2026-04-09_07_35_31.tgz osmo-sgsn.build-2026-04-09_20_50_19.tgz osmo-stp.build-2026-04-09_13_25_40.tgz osmo-trx.build-2026-04-09_14_21_36.tgz osmocom-bb.build-2026-04-09_21_17_37.tgz srslte.build-19.tgz trial-8296
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-04-09_13_29_19.md5 osmo-bts-oc2g.build-2026-04-09_00_51_43.md5 osmo-bts-sysmo.build-2026-04-09_00_51_51.md5 osmo-bts.build-2026-04-09_00_51_55.md5 osmo-ggsn.build-2026-04-09_20_42_52.md5 osmo-hlr.build-2026-04-09_16_36_49.md5 osmo-hnbgw.build-2026-04-09_13_30_43.md5 osmo-mgw.build-2026-04-09_08_33_08.md5 osmo-msc.build-2026-04-09_13_35_03.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-09_07_35_28.md5 osmo-pcu-sysmo.build-2026-04-09_07_35_34.md5 osmo-pcu.build-2026-04-09_07_35_31.md5 osmo-sgsn.build-2026-04-09_20_50_19.md5 osmo-stp.build-2026-04-09_13_25_40.md5 osmo-trx.build-2026-04-09_14_21_36.md5 osmocom-bb.build-2026-04-09_21_17_37.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-04-09_13_29_19.md5 osmo-bts-oc2g.build-2026-04-09_00_51_43.md5 osmo-bts-sysmo.build-2026-04-09_00_51_51.md5 osmo-bts.build-2026-04-09_00_51_55.md5 osmo-ggsn.build-2026-04-09_20_42_52.md5 osmo-hlr.build-2026-04-09_16_36_49.md5 osmo-hnbgw.build-2026-04-09_13_30_43.md5 osmo-mgw.build-2026-04-09_08_33_08.md5 osmo-msc.build-2026-04-09_13_35_03.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-09_07_35_28.md5 osmo-pcu-sysmo.build-2026-04-09_07_35_34.md5 osmo-pcu.build-2026-04-09_07_35_31.md5 osmo-sgsn.build-2026-04-09_20_50_19.md5 osmo-stp.build-2026-04-09_13_25_40.md5 osmo-trx.build-2026-04-09_14_21_36.md5 osmocom-bb.build-2026-04-09_21_17_37.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-8296 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8296'
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-8296
--------------------------------------------------------------------------------------------
22:48:22.408188 tst                       trial-8296: Detailed log at /build/trial-8296/run.2026-04-09_22-48-22/log

---------------------------------------------------------------------
trial-8296 netreg_mass
---------------------------------------------------------------------
22:48:22.615705 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.616052 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.616863 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.618033 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.659525 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.660399 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.661550 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.739168 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-8296 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.739930 tst       register_default_mass.py:9: Claiming resources for the test
22:48:22.755079 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.755610 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.756063 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.756501 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.756929 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.757387 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.757829 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.788485 tst         register_default_mass.py: using LAC 2
22:48:22.810896 tst         register_default_mass.py: using RAC 2
22:48:22.837774 tst         register_default_mass.py: using CellId 2
22:48:22.867378 tst         register_default_mass.py: using BVCI 3
22:48:22.881319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.881995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.882571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.883090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.883605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.884137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.884651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.885171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.885699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.886230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.886747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.887270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.887812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.888329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.888855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.889381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.889893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.890418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.890935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.891450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.891987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.892515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.893030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.893565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.894080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.894605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.895121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.895631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.896175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.896695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.897195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.897716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.898231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.898746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.899279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.899807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.900330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.900847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.901353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.901852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.902368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.902875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.903377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.903910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.904431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.904931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.905452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.905967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.906479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.906986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.907500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.908034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.908545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.909050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.909568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.910078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.910582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.911109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.911617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.912126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.912630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.913136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.913643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.914164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.914668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.915171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.915698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.916220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.916724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.917234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.917739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.918244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.918825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.919344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.919859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.920369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.920868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.921369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.921867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.922378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.922879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.923376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.923903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.924406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.924902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.925412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.925917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.926429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.926938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.927446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.927985 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.928491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.929006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.929563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.930077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.930593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.931101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.931609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.932151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.932667 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.933161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.933712 tst      register_default_mass.py:21: Launching a simple network
22:48:22.943705 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.062832 run            create_hlr_db(pid=20): Launched
22:48:24.077663 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.093965 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.108844 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.114651 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.302905 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.317791 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.323341 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.741222 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.756324 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.771175 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:27.899467 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:27.914414 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:27.920171 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:27.943887 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:27.959020 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:27.964682 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.279724 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.294855 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.321563 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.494074 run         osmo-bts-virtual(pid=34): Launched
22:48:35.530268 tst         register_default_mass.py: using MSISDN 1001
22:48:35.544133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.583563 tst         register_default_mass.py: using MSISDN 1002
22:48:35.601300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.632242 tst         register_default_mass.py: using MSISDN 1003
22:48:35.647111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.677760 tst         register_default_mass.py: using MSISDN 1004
22:48:35.692345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.722972 tst         register_default_mass.py: using MSISDN 1005
22:48:35.737499 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.768516 tst         register_default_mass.py: using MSISDN 1006
22:48:35.783116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.813762 tst         register_default_mass.py: using MSISDN 1007
22:48:35.828251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.859089 tst         register_default_mass.py: using MSISDN 1008
22:48:35.873674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.904276 tst         register_default_mass.py: using MSISDN 1009
22:48:35.918734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.949637 tst         register_default_mass.py: using MSISDN 1010
22:48:35.964294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.994827 tst         register_default_mass.py: using MSISDN 1011
22:48:36.009320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:36.040402 tst         register_default_mass.py: using MSISDN 1012
22:48:36.055090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.085860 tst         register_default_mass.py: using MSISDN 1013
22:48:36.100509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.131550 tst         register_default_mass.py: using MSISDN 1014
22:48:36.146229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.176976 tst         register_default_mass.py: using MSISDN 1015
22:48:36.191519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.222327 tst         register_default_mass.py: using MSISDN 1016
22:48:36.236885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.267640 tst         register_default_mass.py: using MSISDN 1017
22:48:36.282222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.312964 tst         register_default_mass.py: using MSISDN 1018
22:48:36.327324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.357927 tst         register_default_mass.py: using MSISDN 1019
22:48:36.372384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.402852 tst         register_default_mass.py: using MSISDN 1020
22:48:36.417302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.446656 tst         register_default_mass.py: using MSISDN 1021
22:48:36.460298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.490050 tst         register_default_mass.py: using MSISDN 1022
22:48:36.503960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.534937 tst         register_default_mass.py: using MSISDN 1023
22:48:36.549277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.580057 tst         register_default_mass.py: using MSISDN 1024
22:48:36.593463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.623837 tst         register_default_mass.py: using MSISDN 1025
22:48:36.638106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.668961 tst         register_default_mass.py: using MSISDN 1026
22:48:36.683734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.714369 tst         register_default_mass.py: using MSISDN 1027
22:48:36.728890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.759953 tst         register_default_mass.py: using MSISDN 1028
22:48:36.774518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.805594 tst         register_default_mass.py: using MSISDN 1029
22:48:36.820322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.851515 tst         register_default_mass.py: using MSISDN 1030
22:48:36.866163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.896870 tst         register_default_mass.py: using MSISDN 1031
22:48:36.911388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.942819 tst         register_default_mass.py: using MSISDN 1032
22:48:36.957638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.988671 tst         register_default_mass.py: using MSISDN 1033
22:48:37.003087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.034179 tst         register_default_mass.py: using MSISDN 1034
22:48:37.048948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.079833 tst         register_default_mass.py: using MSISDN 1035
22:48:37.094460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.125244 tst         register_default_mass.py: using MSISDN 1036
22:48:37.139891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.170868 tst         register_default_mass.py: using MSISDN 1037
22:48:37.185516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.216609 tst         register_default_mass.py: using MSISDN 1038
22:48:37.231243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.262090 tst         register_default_mass.py: using MSISDN 1039
22:48:37.276512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.307490 tst         register_default_mass.py: using MSISDN 1040
22:48:37.322193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.353284 tst         register_default_mass.py: using MSISDN 1041
22:48:37.367875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.398972 tst         register_default_mass.py: using MSISDN 1042
22:48:37.413750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.444071 tst         register_default_mass.py: using MSISDN 1043
22:48:37.458538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.489527 tst         register_default_mass.py: using MSISDN 1044
22:48:37.504064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.535080 tst         register_default_mass.py: using MSISDN 1045
22:48:37.549578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.581119 tst         register_default_mass.py: using MSISDN 1046
22:48:37.596022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.627199 tst         register_default_mass.py: using MSISDN 1047
22:48:37.641937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.673102 tst         register_default_mass.py: using MSISDN 1048
22:48:37.687746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.718771 tst         register_default_mass.py: using MSISDN 1049
22:48:37.733493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.764822 tst         register_default_mass.py: using MSISDN 1050
22:48:37.779535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.810325 tst         register_default_mass.py: using MSISDN 1051
22:48:37.825018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.856313 tst         register_default_mass.py: using MSISDN 1052
22:48:37.871062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.901889 tst         register_default_mass.py: using MSISDN 1053
22:48:37.916527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.947575 tst         register_default_mass.py: using MSISDN 1054
22:48:37.962163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.993150 tst         register_default_mass.py: using MSISDN 1055
22:48:38.007896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.038849 tst         register_default_mass.py: using MSISDN 1056
22:48:38.053494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.084601 tst         register_default_mass.py: using MSISDN 1057
22:48:38.099308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.130384 tst         register_default_mass.py: using MSISDN 1058
22:48:38.145094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.175864 tst         register_default_mass.py: using MSISDN 1059
22:48:38.190436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.221687 tst         register_default_mass.py: using MSISDN 1060
22:48:38.236481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.267579 tst         register_default_mass.py: using MSISDN 1061
22:48:38.282193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.313609 tst         register_default_mass.py: using MSISDN 1062
22:48:38.328296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.359286 tst         register_default_mass.py: using MSISDN 1063
22:48:38.373982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.404118 tst         register_default_mass.py: using MSISDN 1064
22:48:38.418407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.449259 tst         register_default_mass.py: using MSISDN 1065
22:48:38.463763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.494627 tst         register_default_mass.py: using MSISDN 1066
22:48:38.509183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.539899 tst         register_default_mass.py: using MSISDN 1067
22:48:38.554355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.585285 tst         register_default_mass.py: using MSISDN 1068
22:48:38.599897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.630753 tst         register_default_mass.py: using MSISDN 1069
22:48:38.645320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.676134 tst         register_default_mass.py: using MSISDN 1070
22:48:38.690665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.720991 tst         register_default_mass.py: using MSISDN 1071
22:48:38.735307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.765976 tst         register_default_mass.py: using MSISDN 1072
22:48:38.780444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.810818 tst         register_default_mass.py: using MSISDN 1073
22:48:38.825138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.855759 tst         register_default_mass.py: using MSISDN 1074
22:48:38.870180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.900783 tst         register_default_mass.py: using MSISDN 1075
22:48:38.915039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.946047 tst         register_default_mass.py: using MSISDN 1076
22:48:38.960643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.991414 tst         register_default_mass.py: using MSISDN 1077
22:48:39.005947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.036920 tst         register_default_mass.py: using MSISDN 1078
22:48:39.051438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.081944 tst         register_default_mass.py: using MSISDN 1079
22:48:39.096384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.127365 tst         register_default_mass.py: using MSISDN 1080
22:48:39.142060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.172722 tst         register_default_mass.py: using MSISDN 1081
22:48:39.187188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.218019 tst         register_default_mass.py: using MSISDN 1082
22:48:39.232592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.263181 tst         register_default_mass.py: using MSISDN 1083
22:48:39.277647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.308618 tst         register_default_mass.py: using MSISDN 1084
22:48:39.323201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.354123 tst         register_default_mass.py: using MSISDN 1085
22:48:39.368810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.399606 tst         register_default_mass.py: using MSISDN 1086
22:48:39.414131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.444577 tst         register_default_mass.py: using MSISDN 1087
22:48:39.458942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.489987 tst         register_default_mass.py: using MSISDN 1088
22:48:39.504705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.535615 tst         register_default_mass.py: using MSISDN 1089
22:48:39.549957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.591364 tst         register_default_mass.py: using MSISDN 1090
22:48:39.609742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.640292 tst         register_default_mass.py: using MSISDN 1091
22:48:39.654966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.685710 tst         register_default_mass.py: using MSISDN 1092
22:48:39.700161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.731223 tst         register_default_mass.py: using MSISDN 1093
22:48:39.745904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.776841 tst         register_default_mass.py: using MSISDN 1094
22:48:39.791469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.822120 tst         register_default_mass.py: using MSISDN 1095
22:48:39.836534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.867868 tst         register_default_mass.py: using MSISDN 1096
22:48:39.882676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.913982 tst         register_default_mass.py: using MSISDN 1097
22:48:39.928647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:39.959604 tst         register_default_mass.py: using MSISDN 1098
22:48:39.974110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.005192 tst         register_default_mass.py: using MSISDN 1099
22:48:40.019962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.051141 tst         register_default_mass.py: using MSISDN 1100
22:48:40.066017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.157884 run                             mass: Starting testcase
22:48:40.163378 run                             mass: Pre-launching all virtphy's
22:48:40.168804 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.181856 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:40.188012 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.201156 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:40.207276 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:40.220401 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:40.226408 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:40.239395 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:40.245442 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.258319 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:40.264284 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.277198 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:40.283193 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.296084 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:40.302030 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.314882 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:40.320808 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.333691 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:40.339682 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.352617 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.358587 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.371449 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.377424 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.390257 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.396233 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.409077 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.415043 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.427955 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.434000 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.447119 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.453214 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.466350 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.472373 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.485305 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.491302 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.504160 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.510097 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.522939 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.528966 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.541843 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.547874 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.560746 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.566718 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.579627 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.585684 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.598497 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.604452 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.617378 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.623382 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.636366 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.642502 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.655650 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.661706 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.674904 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.680992 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.694143 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.700224 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.713627 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.719748 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.732765 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.738706 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.751583 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.757566 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.770489 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.776451 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.789335 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.795267 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.808188 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.814213 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.827149 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.833145 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.846097 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.852083 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.865017 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.870973 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.883985 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.889942 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.902964 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.908984 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:40.921934 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:40.928064 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:40.941055 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:40.947157 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:40.960126 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:40.966138 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:40.979018 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:40.985007 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:40.997896 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:41.003901 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.016811 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.022807 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.035792 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:41.041763 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.054621 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:41.060557 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.073410 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:41.079425 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.092371 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:41.098322 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.111218 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:41.117312 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.130282 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:41.136362 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.149313 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.155399 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.168463 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.174433 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.187431 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.193507 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.206588 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.212582 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.225571 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.231543 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.244482 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.250489 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.263474 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.269444 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.282414 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.288439 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.301394 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.307413 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.320357 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.326332 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.339248 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.345233 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.358342 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.364392 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.377706 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:41.383835 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.397054 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:41.403217 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.416247 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.422355 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.435237 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.441220 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.454186 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:41.460183 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:41.473190 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:41.479159 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:41.492108 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:41.498127 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:41.511114 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:41.517059 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.529952 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.535916 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.548818 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.554783 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.567727 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.573706 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.586586 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.592779 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.605709 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.611809 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.624742 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.630686 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.643825 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.649865 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.662989 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.668943 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.681796 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.687750 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.700710 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.706646 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.719557 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.725477 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.738356 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.744307 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.757140 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.763067 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.775900 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.781883 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.794734 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.800768 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.813592 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.819529 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.832821 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.838834 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.851941 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.858056 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.871347 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.877429 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.890738 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:41.896862 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.910044 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.916159 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:41.929303 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:41.935408 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:41.948578 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:41.954664 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:41.967816 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:41.973826 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:41.986709 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:41.992689 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.005602 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.011798 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.024883 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.030981 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.044176 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.050287 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.063480 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.069474 run                             mass: Checking if sockets are in the filesystem
22:48:42.101473 run                osmo-ms-mob/00000: Starting mobile
22:48:42.114804 run       osmo-ms-mob/00000(pid=135): Launched
22:48:42.126254 run                             mass: MS start registered  {at=6325548.334572901, delay=0.005254974588751793, ms=00000}
22:48:46.285294 run                osmo-ms-mob/00001: Starting mobile
22:48:46.298807 run       osmo-ms-mob/00001(pid=136): Launched
22:48:46.309573 run                             mass: MS start registered  {at=6325552.517892194, delay=0.0045948270708322525, ms=00001}
22:48:47.330664 run                             mass: MS performed LU  {at=6325553.538867388, lu_delay=5.204294486902654, ms=00000}
22:48:48.117238 run                osmo-ms-mob/00002: Starting mobile
22:48:48.134177 run       osmo-ms-mob/00002(pid=137): Launched
22:48:48.144682 run                             mass: MS start registered  {at=6325554.352998136, delay=0.004433140158653259, ms=00002}
22:48:49.416343 run                osmo-ms-mob/00003: Starting mobile
22:48:49.433659 run       osmo-ms-mob/00003(pid=138): Launched
22:48:49.444262 run                             mass: MS start registered  {at=6325555.652579449, delay=0.004442044533789158, ms=00003}
22:48:50.485680 run                osmo-ms-mob/00004: Starting mobile
22:48:50.498825 run       osmo-ms-mob/00004(pid=139): Launched
22:48:50.509312 run                             mass: MS start registered  {at=6325556.717631889, delay=0.004416146315634251, ms=00004}
22:48:51.096473 run                             mass: MS performed LU  {at=6325557.304680147, lu_delay=4.786787953227758, ms=00001}
22:48:51.485110 run                osmo-ms-mob/00005: Starting mobile
22:48:51.498486 run       osmo-ms-mob/00005(pid=140): Launched
22:48:51.509004 run                             mass: MS start registered  {at=6325557.717320726, delay=0.004417011514306068, ms=00005}
22:48:52.418675 run                osmo-ms-mob/00006: Starting mobile
22:48:52.433416 run       osmo-ms-mob/00006(pid=141): Launched
22:48:52.444014 run                             mass: MS start registered  {at=6325558.652331205, delay=0.004397465847432613, ms=00006}
22:48:52.997281 run                             mass: MS performed LU  {at=6325559.205485208, lu_delay=4.852487072348595, ms=00002}
22:48:53.316736 run                osmo-ms-mob/00007: Starting mobile
22:48:53.333511 run       osmo-ms-mob/00007(pid=142): Launched
22:48:53.343940 run                             mass: MS start registered  {at=6325559.552261824, delay=0.004370635375380516, ms=00007}
22:48:54.088732 run                osmo-ms-mob/00008: Starting mobile
22:48:54.101838 run       osmo-ms-mob/00008(pid=143): Launched
22:48:54.112675 run                             mass: MS start registered  {at=6325560.320995089, delay=0.0045212507247924805, ms=00008}
22:48:54.817495 run                osmo-ms-mob/00009: Starting mobile
22:48:54.834260 run       osmo-ms-mob/00009(pid=144): Launched
22:48:54.844890 run                             mass: MS start registered  {at=6325561.053211765, delay=0.004509183578193188, ms=00009}
22:48:54.860346 run                             mass: MS performed LU  {at=6325561.068666001, lu_delay=5.416086551733315, ms=00003}
22:48:55.515399 run                osmo-ms-mob/00010: Starting mobile
22:48:55.531671 run       osmo-ms-mob/00010(pid=145): Launched
22:48:55.542954 run                             mass: MS start registered  {at=6325561.751268259, delay=0.00520284753292799, ms=00010}
22:48:56.108445 run                osmo-ms-mob/00011: Starting mobile
22:48:56.124528 run       osmo-ms-mob/00011(pid=146): Launched
22:48:56.135574 run                             mass: MS start registered  {at=6325562.343871523, delay=0.0047371042892336845, ms=00011}
22:48:56.716974 run                osmo-ms-mob/00012: Starting mobile
22:48:56.733849 run       osmo-ms-mob/00012(pid=147): Launched
22:48:56.744689 run                             mass: MS start registered  {at=6325562.953010469, delay=0.0046767788007855415, ms=00012}
22:48:56.762007 run                             mass: MS performed LU  {at=6325562.970320504, lu_delay=6.252688615582883, ms=00004}
22:48:56.791603 run                             mass: MS performed LU  {at=6325562.999840753, lu_delay=5.282520026899874, ms=00005}
22:48:57.313247 run                osmo-ms-mob/00013: Starting mobile
22:48:57.326304 run       osmo-ms-mob/00013(pid=148): Launched
22:48:57.336999 run                             mass: MS start registered  {at=6325563.545321106, delay=0.004692348651587963, ms=00013}
22:48:57.885404 run                osmo-ms-mob/00014: Starting mobile
22:48:57.898772 run       osmo-ms-mob/00014(pid=149): Launched
22:48:57.909537 run                             mass: MS start registered  {at=6325564.117854541, delay=0.0047477735206484795, ms=00014}
22:48:58.485160 run                osmo-ms-mob/00015: Starting mobile
22:48:58.498208 run       osmo-ms-mob/00015(pid=150): Launched
22:48:58.508922 run                             mass: MS start registered  {at=6325564.717241898, delay=0.004609888419508934, ms=00015}
22:48:58.628390 run                             mass: MS performed LU  {at=6325564.836602616, lu_delay=5.28434079233557, ms=00007}
22:48:58.693131 run                             mass: MS performed LU  {at=6325564.901338674, lu_delay=6.249007469043136, ms=00006}
22:48:59.008655 run                osmo-ms-mob/00016: Starting mobile
22:48:59.025321 run       osmo-ms-mob/00016(pid=151): Launched
22:48:59.031344 run                             mass: MS performed LU  {at=6325565.239671783, lu_delay=4.918676693923771, ms=00008}
22:48:59.037194 run                             mass: MS start registered  {at=6325565.245529137, delay=0.005875815637409687, ms=00016}
22:48:59.494180 run                osmo-ms-mob/00017: Starting mobile
22:48:59.507371 run       osmo-ms-mob/00017(pid=152): Launched
22:48:59.518124 run                             mass: MS start registered  {at=6325565.726443601, delay=0.004748424515128136, ms=00017}
22:49:00.125829 run                osmo-ms-mob/00018: Starting mobile
22:49:00.141605 run       osmo-ms-mob/00018(pid=153): Launched
22:49:00.152114 run                             mass: MS start registered  {at=6325566.360434863, delay=0.004504513926804066, ms=00018}
22:49:00.485522 run                osmo-ms-mob/00019: Starting mobile
22:49:00.498903 run       osmo-ms-mob/00019(pid=154): Launched
22:49:00.509767 run                             mass: MS start registered  {at=6325566.718087459, delay=0.004763630218803883, ms=00019}
22:49:00.528285 run                             mass: MS performed LU  {at=6325566.736601149, lu_delay=4.985332889482379, ms=00010}
22:49:00.557121 run                             mass: MS performed LU  {at=6325566.76536805, lu_delay=5.712156284600496, ms=00009}
22:49:01.008256 run                osmo-ms-mob/00020: Starting mobile
22:49:01.024512 run       osmo-ms-mob/00020(pid=155): Launched
22:49:01.035293 run                             mass: MS start registered  {at=6325567.243614999, delay=0.004524221643805504, ms=00020}
22:49:01.497466 run                osmo-ms-mob/00021: Starting mobile
22:49:01.514168 run       osmo-ms-mob/00021(pid=156): Launched
22:49:01.525466 run                             mass: MS start registered  {at=6325567.733782428, delay=0.004853058606386185, ms=00021}
22:49:01.885677 run                osmo-ms-mob/00022: Starting mobile
22:49:01.899069 run       osmo-ms-mob/00022(pid=157): Launched
22:49:01.909941 run                             mass: MS start registered  {at=6325568.118261826, delay=0.004796544089913368, ms=00022}
22:49:02.416135 run                osmo-ms-mob/00023: Starting mobile
22:49:02.432708 run       osmo-ms-mob/00023(pid=158): Launched
22:49:02.438659 run                             mass: MS performed LU  {at=6325568.646987023, lu_delay=5.6939765540882945, ms=00012}
22:49:02.444414 run                             mass: MS start registered  {at=6325568.652749896, delay=0.005780206993222237, ms=00023}
22:49:02.457631 run                             mass: MS performed LU  {at=6325568.66595504, lu_delay=5.1206339336931705, ms=00013}
22:49:02.527761 run                             mass: MS performed LU  {at=6325568.735956029, lu_delay=6.392084506340325, ms=00011}
22:49:02.556197 run                osmo-ms-mob/00024: Starting mobile
22:49:02.569159 run       osmo-ms-mob/00024(pid=159): Launched
22:49:02.579875 run                             mass: MS start registered  {at=6325568.788199189, delay=0.004620088264346123, ms=00024}
22:49:02.781731 run                             mass: MS performed LU  {at=6325568.989953746, lu_delay=4.872099204920232, ms=00014}
22:49:03.299105 run                osmo-ms-mob/00025: Starting mobile
22:49:03.313085 run       osmo-ms-mob/00025(pid=160): Launched
22:49:03.323845 run                             mass: MS start registered  {at=6325569.532168229, delay=0.004768754355609417, ms=00025}
22:49:03.708211 run                osmo-ms-mob/00026: Starting mobile
22:49:03.725144 run       osmo-ms-mob/00026(pid=161): Launched
22:49:03.736122 run                             mass: MS start registered  {at=6325569.944441101, delay=0.004742204211652279, ms=00026}
22:49:04.107253 run                osmo-ms-mob/00027: Starting mobile
22:49:04.123153 run       osmo-ms-mob/00027(pid=162): Launched
22:49:04.133769 run                             mass: MS start registered  {at=6325570.342091872, delay=0.0046501439064741135, ms=00027}
22:49:04.212301 run                             mass: MS performed LU  {at=6325570.420518704, lu_delay=5.703276805579662, ms=00015}
22:49:04.295629 run                             mass: MS performed LU  {at=6325570.503845222, lu_delay=5.258316085673869, ms=00016}
22:49:04.321511 run                             mass: MS performed LU  {at=6325570.529825566, lu_delay=4.803381965495646, ms=00017}
22:49:04.333827 run                osmo-ms-mob/00028: Starting mobile
22:49:04.346868 run       osmo-ms-mob/00028(pid=163): Launched
22:49:04.357346 run                             mass: MS start registered  {at=6325570.565669414, delay=0.004505150020122528, ms=00028}
22:49:04.923933 run                osmo-ms-mob/00029: Starting mobile
22:49:04.941961 run       osmo-ms-mob/00029(pid=164): Launched
22:49:04.952647 run                             mass: MS start registered  {at=6325571.160965446, delay=0.004603092558681965, ms=00029}
22:49:05.297918 run                osmo-ms-mob/00030: Starting mobile
22:49:05.311611 run       osmo-ms-mob/00030(pid=165): Launched
22:49:05.322372 run                             mass: MS start registered  {at=6325571.530692181, delay=0.004834119230508804, ms=00030}
22:49:05.706656 run                osmo-ms-mob/00031: Starting mobile
22:49:05.720891 run       osmo-ms-mob/00031(pid=166): Launched
22:49:05.731515 run                             mass: MS start registered  {at=6325571.939838073, delay=0.004501392133533955, ms=00031}
22:49:05.985725 run                osmo-ms-mob/00032: Starting mobile
22:49:06.001680 run       osmo-ms-mob/00032(pid=167): Launched
22:49:06.012253 run                             mass: MS start registered  {at=6325572.220575058, delay=0.004398242570459843, ms=00032}
22:49:06.159835 run                             mass: MS performed LU  {at=6325572.368059007, lu_delay=5.124444008804858, ms=00020}
22:49:06.224890 run                             mass: MS performed LU  {at=6325572.433109994, lu_delay=4.699327565729618, ms=00021}
22:49:06.293809 run                             mass: MS performed LU  {at=6325572.502028923, lu_delay=6.141594059765339, ms=00018}
22:49:06.337589 run                osmo-ms-mob/00033: Starting mobile
22:49:06.351883 run       osmo-ms-mob/00033(pid=168): Launched
22:49:06.357906 run                             mass: MS performed LU  {at=6325572.566233509, lu_delay=5.848146050237119, ms=00019}
22:49:06.363693 run                             mass: MS start registered  {at=6325572.572027542, delay=0.005811934359371662, ms=00033}
22:49:06.815953 run                osmo-ms-mob/00034: Starting mobile
22:49:06.832875 run       osmo-ms-mob/00034(pid=169): Launched
22:49:06.844004 run                             mass: MS start registered  {at=6325573.052324875, delay=0.004832079634070396, ms=00034}
22:49:07.098189 run                osmo-ms-mob/00035: Starting mobile
22:49:07.112457 run       osmo-ms-mob/00035(pid=170): Launched
22:49:07.123596 run                             mass: MS start registered  {at=6325573.331917987, delay=0.004974963143467903, ms=00035}
22:49:07.521256 run                osmo-ms-mob/00036: Starting mobile
22:49:07.542791 run       osmo-ms-mob/00036(pid=171): Launched
22:49:07.553509 run                             mass: MS start registered  {at=6325573.761829748, delay=0.004563699476420879, ms=00036}
22:49:07.911816 run                osmo-ms-mob/00037: Starting mobile
22:49:07.928540 run       osmo-ms-mob/00037(pid=172): Launched
22:49:07.939290 run                             mass: MS start registered  {at=6325574.147612366, delay=0.004512627609074116, ms=00037}
22:49:08.060558 run                             mass: MS performed LU  {at=6325574.268780646, lu_delay=6.150518819689751, ms=00022}
22:49:08.088488 run                             mass: MS performed LU  {at=6325574.296733419, lu_delay=5.508534230291843, ms=00024}
22:49:08.110284 run                osmo-ms-mob/00038: Starting mobile
22:49:08.123502 run       osmo-ms-mob/00038(pid=173): Launched
22:49:08.134297 run                             mass: MS start registered  {at=6325574.342618653, delay=0.004466144368052483, ms=00038}
22:49:08.232842 run                             mass: MS performed LU  {at=6325574.441059244, lu_delay=4.908891014754772, ms=00025}
22:49:08.524175 run                osmo-ms-mob/00039: Starting mobile
22:49:08.548468 run       osmo-ms-mob/00039(pid=174): Launched
22:49:08.559821 run                             mass: MS start registered  {at=6325574.768132467, delay=0.005208713933825493, ms=00039}
22:49:08.900326 run                osmo-ms-mob/00040: Starting mobile
22:49:08.914491 run       osmo-ms-mob/00040(pid=175): Launched
22:49:08.925317 run                             mass: MS start registered  {at=6325575.13363909, delay=0.00465959869325161, ms=00040}
22:49:09.198748 run                osmo-ms-mob/00041: Starting mobile
22:49:09.212477 run       osmo-ms-mob/00041(pid=176): Launched
22:49:09.223498 run                             mass: MS start registered  {at=6325575.431814977, delay=0.00468498095870018, ms=00041}
22:49:09.496480 run                osmo-ms-mob/00042: Starting mobile
22:49:09.510296 run       osmo-ms-mob/00042(pid=177): Launched
22:49:09.521433 run                             mass: MS start registered  {at=6325575.729754128, delay=0.005042639560997486, ms=00042}
22:49:09.916468 run                osmo-ms-mob/00043: Starting mobile
22:49:09.933670 run       osmo-ms-mob/00043(pid=178): Launched
22:49:09.939723 run                             mass: MS performed LU  {at=6325576.148025112, lu_delay=4.617332931607962, ms=00030}
22:49:09.945467 run                             mass: MS start registered  {at=6325576.15380201, delay=0.00579450186342001, ms=00043}
22:49:09.989719 run                             mass: MS performed LU  {at=6325576.197960451, lu_delay=5.632291037589312, ms=00028}
22:49:10.024654 run                osmo-ms-mob/00044: Starting mobile
22:49:10.038392 run       osmo-ms-mob/00044(pid=179): Launched
22:49:10.048893 run                             mass: MS start registered  {at=6325576.257216433, delay=0.00452436413615942, ms=00044}
22:49:10.076368 run                             mass: MS performed LU  {at=6325576.284666272, lu_delay=5.123700825497508, ms=00029}
22:49:10.133562 run                             mass: MS performed LU  {at=6325576.341784313, lu_delay=6.397343212738633, ms=00026}
22:49:10.159042 run                osmo-ms-mob/00045: Starting mobile
22:49:10.172676 run       osmo-ms-mob/00045(pid=180): Launched
22:49:10.183330 run                             mass: MS start registered  {at=6325576.391653599, delay=0.00463594775646925, ms=00045}
22:49:10.804287 run                osmo-ms-mob/00046: Starting mobile
22:49:10.818771 run       osmo-ms-mob/00046(pid=181): Launched
22:49:10.829593 run                             mass: MS start registered  {at=6325577.037912898, delay=0.004373847506940365, ms=00046}
22:49:11.104864 run                osmo-ms-mob/00047: Starting mobile
22:49:11.120098 run       osmo-ms-mob/00047(pid=182): Launched
22:49:11.130839 run                             mass: MS start registered  {at=6325577.339161199, delay=0.004703524522483349, ms=00047}
22:49:11.397320 run                osmo-ms-mob/00048: Starting mobile
22:49:11.414718 run       osmo-ms-mob/00048(pid=183): Launched
22:49:11.425453 run                             mass: MS start registered  {at=6325577.633773634, delay=0.004729616455733776, ms=00048}
22:49:11.685717 run                osmo-ms-mob/00049: Starting mobile
22:49:11.698724 run       osmo-ms-mob/00049(pid=184): Launched
22:49:11.709354 run                             mass: MS start registered  {at=6325577.917676566, delay=0.004604787565767765, ms=00049}
22:49:11.762782 run                             mass: MS performed LU  {at=6325577.97101595, lu_delay=5.750440891832113, ms=00032}
22:49:11.826401 run                             mass: MS performed LU  {at=6325578.034623663, lu_delay=6.094785589724779, ms=00031}
22:49:11.852804 run                osmo-ms-mob/00050: Starting mobile
22:49:11.866103 run       osmo-ms-mob/00050(pid=185): Launched
22:49:11.872209 run                             mass: MS performed LU  {at=6325578.0805379, lu_delay=5.508510358631611, ms=00033}
22:49:11.878120 run                             mass: MS start registered  {at=6325578.086455775, delay=0.005935014225542545, ms=00050}
22:49:12.035119 run                             mass: MS performed LU  {at=6325578.243337323, lu_delay=5.191012447699904, ms=00034}
22:49:12.053131 run                             mass: MS performed LU  {at=6325578.261376789, lu_delay=4.92945880163461, ms=00035}
22:49:12.070956 run                osmo-ms-mob/00051: Starting mobile
22:49:12.083989 run       osmo-ms-mob/00051(pid=186): Launched
22:49:12.096511 run                             mass: MS start registered  {at=6325578.304832294, delay=0.006205991841852665, ms=00051}
22:49:12.693237 run                osmo-ms-mob/00052: Starting mobile
22:49:12.706890 run       osmo-ms-mob/00052(pid=187): Launched
22:49:12.717695 run                             mass: MS start registered  {at=6325578.926017035, delay=0.004722245037555695, ms=00052}
22:49:12.999822 run                osmo-ms-mob/00053: Starting mobile
22:49:13.014089 run       osmo-ms-mob/00053(pid=188): Launched
22:49:13.024957 run                             mass: MS start registered  {at=6325579.233266404, delay=0.004765312187373638, ms=00053}
22:49:13.096887 run                             mass: MS performed LU  {at=6325579.30511929, lu_delay=3.8733043130487204, ms=00041}
22:49:13.285751 run                osmo-ms-mob/00054: Starting mobile
22:49:13.298892 run       osmo-ms-mob/00054(pid=189): Launched
22:49:13.309691 run                             mass: MS start registered  {at=6325579.518012707, delay=0.0047276560217142105, ms=00054}
22:49:13.586024 run                osmo-ms-mob/00055: Starting mobile
22:49:13.599524 run       osmo-ms-mob/00055(pid=190): Launched
22:49:13.606850 run                             mass: MS performed LU  {at=6325579.815171398, lu_delay=5.472552745603025, ms=00038}
22:49:13.612938 run                             mass: MS start registered  {at=6325579.821272105, delay=0.007392812520265579, ms=00055}
22:49:13.691218 run                             mass: MS performed LU  {at=6325579.899438452, lu_delay=6.137608704157174, ms=00036}
22:49:13.744321 run                osmo-ms-mob/00056: Starting mobile
22:49:13.759939 run       osmo-ms-mob/00056(pid=191): Launched
22:49:13.765972 run                             mass: MS performed LU  {at=6325579.974301357, lu_delay=5.826688990928233, ms=00037}
22:49:13.771784 run                             mass: MS start registered  {at=6325579.980119108, delay=0.005835168994963169, ms=00056}
22:49:13.899437 run                             mass: MS performed LU  {at=6325580.107656643, lu_delay=5.3395241759717464, ms=00039}
22:49:13.927927 run                osmo-ms-mob/00057: Starting mobile
22:49:13.941224 run       osmo-ms-mob/00057(pid=192): Launched
22:49:13.952087 run                             mass: MS start registered  {at=6325580.160410759, delay=0.004801599308848381, ms=00057}
22:49:13.958314 run                             mass: MS performed LU  {at=6325580.166642601, lu_delay=5.033003510907292, ms=00040}
22:49:14.599094 run                osmo-ms-mob/00058: Starting mobile
22:49:14.613659 run       osmo-ms-mob/00058(pid=193): Launched
22:49:14.624739 run                             mass: MS start registered  {at=6325580.8330592, delay=0.005043785087764263, ms=00058}
22:49:14.902463 run                osmo-ms-mob/00059: Starting mobile
22:49:14.916922 run       osmo-ms-mob/00059(pid=194): Launched
22:49:14.927691 run                             mass: MS start registered  {at=6325581.136009875, delay=0.004702088423073292, ms=00059}
22:49:15.184638 run                osmo-ms-mob/00060: Starting mobile
22:49:15.197631 run       osmo-ms-mob/00060(pid=195): Launched
22:49:15.208181 run                             mass: MS start registered  {at=6325581.41650183, delay=0.004394514486193657, ms=00060}
22:49:15.509674 run                             mass: MS performed LU  {at=6325581.71789176, lu_delay=5.326238160952926, ms=00045}
22:49:15.539331 run                osmo-ms-mob/00061: Starting mobile
22:49:15.552698 run       osmo-ms-mob/00061(pid=196): Launched
22:49:15.558716 run                             mass: MS performed LU  {at=6325581.76704446, lu_delay=6.037290332838893, ms=00042}
22:49:15.564787 run                             mass: MS start registered  {at=6325581.773122555, delay=0.006094617769122124, ms=00061}
22:49:15.619961 run                             mass: MS performed LU  {at=6325581.82820305, lu_delay=5.674401040188968, ms=00043}
22:49:15.644709 run                osmo-ms-mob/00062: Starting mobile
22:49:15.657684 run       osmo-ms-mob/00062(pid=197): Launched
22:49:15.668338 run                             mass: MS start registered  {at=6325581.876661904, delay=0.00448498222976923, ms=00062}
22:49:15.818480 run                             mass: MS performed LU  {at=6325582.026699135, lu_delay=4.687537936493754, ms=00047}
22:49:16.218057 run                osmo-ms-mob/00063: Starting mobile
22:49:16.235059 run       osmo-ms-mob/00063(pid=198): Launched
22:49:16.245936 run                             mass: MS start registered  {at=6325582.454255032, delay=0.0048267170786857605, ms=00063}
22:49:16.586190 run                osmo-ms-mob/00064: Starting mobile
22:49:16.599564 run       osmo-ms-mob/00064(pid=199): Launched
22:49:16.610526 run                             mass: MS start registered  {at=6325582.818841042, delay=0.004863038659095764, ms=00064}
22:49:16.999590 run                osmo-ms-mob/00065: Starting mobile
22:49:17.013618 run       osmo-ms-mob/00065(pid=200): Launched
22:49:17.024360 run                             mass: MS start registered  {at=6325583.232681581, delay=0.004694461822509766, ms=00065}
22:49:17.285318 run                osmo-ms-mob/00066: Starting mobile
22:49:17.298399 run       osmo-ms-mob/00066(pid=201): Launched
22:49:17.309167 run                             mass: MS start registered  {at=6325583.517489046, delay=0.004660679958760738, ms=00066}
22:49:17.355487 run                             mass: MS performed LU  {at=6325583.563722651, lu_delay=5.477266876026988, ms=00050}
22:49:17.373412 run                             mass: MS performed LU  {at=6325583.581689104, lu_delay=4.6556720696389675, ms=00052}
22:49:17.522231 run                             mass: MS performed LU  {at=6325583.730451715, lu_delay=5.812775149010122, ms=00049}
22:49:17.536499 run                osmo-ms-mob/00067: Starting mobile
22:49:17.549745 run       osmo-ms-mob/00067(pid=202): Launched
22:49:17.560461 run                             mass: MS start registered  {at=6325583.768782951, delay=0.00471400935202837, ms=00067}
22:49:17.665256 run                             mass: MS performed LU  {at=6325583.873472675, lu_delay=5.568640381097794, ms=00051}
22:49:17.955450 run                             mass: MS performed LU  {at=6325584.163668253, lu_delay=4.93040184956044, ms=00053}
22:49:17.970966 run                osmo-ms-mob/00068: Starting mobile
22:49:17.984556 run       osmo-ms-mob/00068(pid=203): Launched
22:49:17.995908 run                             mass: MS start registered  {at=6325584.204218319, delay=0.005186106078326702, ms=00068}
22:49:18.398393 run                osmo-ms-mob/00069: Starting mobile
22:49:18.412397 run       osmo-ms-mob/00069(pid=204): Launched
22:49:18.423369 run                             mass: MS start registered  {at=6325584.631689404, delay=0.004813792183995247, ms=00069}
22:49:18.443017 run                             mass: MS performed LU  {at=6325584.651281831, lu_delay=7.017508196644485, ms=00048}
22:49:18.514183 run                             mass: MS performed LU  {at=6325584.722372959, lu_delay=4.9011008543893695, ms=00055}
22:49:18.543365 run                             mass: MS performed LU  {at=6325584.751690124, lu_delay=3.918630924075842, ms=00058}
22:49:18.555133 run                osmo-ms-mob/00070: Starting mobile
22:49:18.568731 run       osmo-ms-mob/00070(pid=205): Launched
22:49:18.575019 run                             mass: MS performed LU  {at=6325584.783343367, lu_delay=3.647333492524922, ms=00059}
22:49:18.580932 run                             mass: MS start registered  {at=6325584.789265851, delay=0.005942634306848049, ms=00070}
22:49:19.198606 run                osmo-ms-mob/00071: Starting mobile
22:49:19.212251 run       osmo-ms-mob/00071(pid=206): Launched
22:49:19.223407 run                             mass: MS start registered  {at=6325585.431727751, delay=0.0048364633694291115, ms=00071}
22:49:19.275757 run                             mass: MS performed LU  {at=6325585.483941551, lu_delay=5.965928844176233, ms=00054}
22:49:19.348809 run                             mass: MS performed LU  {at=6325585.557036809, lu_delay=5.576917700469494, ms=00056}
22:49:19.616026 run                osmo-ms-mob/00072: Starting mobile
22:49:19.630877 run       osmo-ms-mob/00072(pid=207): Launched
22:49:19.641992 run                             mass: MS start registered  {at=6325585.850311477, delay=0.004847540520131588, ms=00072}
22:49:20.023379 run                osmo-ms-mob/00073: Starting mobile
22:49:20.041958 run       osmo-ms-mob/00073(pid=208): Launched
22:49:20.052581 run                             mass: MS start registered  {at=6325586.260897738, delay=0.004478461109101772, ms=00073}
22:49:20.399107 run                osmo-ms-mob/00074: Starting mobile
22:49:20.412944 run       osmo-ms-mob/00074(pid=209): Launched
22:49:20.424407 run                             mass: MS start registered  {at=6325586.632720098, delay=0.004989024251699448, ms=00074}
22:49:20.799152 run                osmo-ms-mob/00075: Starting mobile
22:49:20.813050 run       osmo-ms-mob/00075(pid=210): Launched
22:49:20.823890 run                             mass: MS start registered  {at=6325587.032210617, delay=0.004447998479008675, ms=00075}
22:49:21.121450 run                             mass: MS performed LU  {at=6325587.329663571, lu_delay=5.453001666814089, ms=00062}
22:49:21.145532 run                             mass: MS performed LU  {at=6325587.353863004, lu_delay=5.9373611733317375, ms=00060}
22:49:21.182762 run                osmo-ms-mob/00076: Starting mobile
22:49:21.198987 run       osmo-ms-mob/00076(pid=211): Launched
22:49:21.209639 run                             mass: MS start registered  {at=6325587.417960551, delay=0.004408002831041813, ms=00076}
22:49:21.287808 run                             mass: MS performed LU  {at=6325587.495989676, lu_delay=5.722867120988667, ms=00061}
22:49:21.431801 run                             mass: MS performed LU  {at=6325587.639975157, lu_delay=4.821134114637971, ms=00064}
22:49:21.485940 run                             mass: MS performed LU  {at=6325587.694138145, lu_delay=5.239883112721145, ms=00063}
22:49:21.514231 run                osmo-ms-mob/00077: Starting mobile
22:49:21.527835 run       osmo-ms-mob/00077(pid=212): Launched
22:49:21.538299 run                             mass: MS start registered  {at=6325587.746623078, delay=0.004433820024132729, ms=00077}
22:49:22.203984 run                osmo-ms-mob/00078: Starting mobile
22:49:22.219064 run       osmo-ms-mob/00078(pid=213): Launched
22:49:22.230513 run                             mass: MS start registered  {at=6325588.438826188, delay=0.005372081883251667, ms=00078}
22:49:22.336278 run                             mass: MS performed LU  {at=6325588.544498002, lu_delay=3.7552321515977383, ms=00070}
22:49:22.616893 run                osmo-ms-mob/00079: Starting mobile
22:49:22.632261 run       osmo-ms-mob/00079(pid=214): Launched
22:49:22.644220 run                             mass: MS start registered  {at=6325588.852534684, delay=0.00576707161962986, ms=00079}
22:49:23.041296 run                             mass: MS performed LU  {at=6325589.249516627, lu_delay=6.016835046000779, ms=00065}
22:49:23.070983 run                osmo-ms-mob/00080: Starting mobile
22:49:23.084451 run       osmo-ms-mob/00080(pid=215): Launched
22:49:23.095511 run                             mass: MS start registered  {at=6325589.303831931, delay=0.004885617643594742, ms=00080}
22:49:23.123123 run                             mass: MS performed LU  {at=6325589.331419662, lu_delay=5.813930615782738, ms=00066}
22:49:23.332438 run                             mass: MS performed LU  {at=6325589.540659939, lu_delay=5.3364416202530265, ms=00068}
22:49:23.356617 run                             mass: MS performed LU  {at=6325589.56494578, lu_delay=4.933256375603378, ms=00069}
22:49:23.638615 run                osmo-ms-mob/00081: Starting mobile
22:49:23.657620 run       osmo-ms-mob/00081(pid=216): Launched
22:49:23.668751 run                             mass: MS start registered  {at=6325589.877067158, delay=0.0050483327358961105, ms=00081}
22:49:23.996617 run                osmo-ms-mob/00082: Starting mobile
22:49:24.010619 run       osmo-ms-mob/00082(pid=217): Launched
22:49:24.022574 run                             mass: MS start registered  {at=6325590.230883443, delay=0.005739930085837841, ms=00082}
22:49:24.616795 run                osmo-ms-mob/00083: Starting mobile
22:49:24.633281 run       osmo-ms-mob/00083(pid=218): Launched
22:49:24.643885 run                             mass: MS start registered  {at=6325590.852204839, delay=0.004532103426754475, ms=00083}
22:49:24.989140 run                             mass: MS performed LU  {at=6325591.197320122, lu_delay=4.564600024372339, ms=00074}
22:49:25.020104 run                osmo-ms-mob/00084: Starting mobile
22:49:25.033324 run       osmo-ms-mob/00084(pid=219): Launched
22:49:25.044326 run                             mass: MS start registered  {at=6325591.252649257, delay=0.004949113354086876, ms=00084}
22:49:25.051892 run                             mass: MS performed LU  {at=6325591.26021459, lu_delay=4.999316851608455, ms=00073}
22:49:25.122437 run                             mass: MS performed LU  {at=6325591.330655326, lu_delay=5.898927574977279, ms=00071}
22:49:25.147073 run                             mass: MS performed LU  {at=6325591.355402717, lu_delay=5.505091240629554, ms=00072}
22:49:25.197607 run                             mass: MS performed LU  {at=6325591.405825106, lu_delay=22.753075210377574, ms=00023}
22:49:25.248561 run                osmo-ms-mob/00085: Starting mobile
22:49:25.263507 run       osmo-ms-mob/00085(pid=220): Launched
22:49:25.274226 run                             mass: MS start registered  {at=6325591.482549049, delay=0.0048071155324578285, ms=00085}
22:49:26.198114 run                osmo-ms-mob/00086: Starting mobile
22:49:26.211810 run       osmo-ms-mob/00086(pid=221): Launched
22:49:26.222595 run                             mass: MS start registered  {at=6325592.43091685, delay=0.0047302450984716415, ms=00086}
22:49:26.817948 run                osmo-ms-mob/00087: Starting mobile
22:49:26.835269 run       osmo-ms-mob/00087(pid=222): Launched
22:49:26.841313 run                             mass: MS performed LU  {at=6325593.049639666, lu_delay=4.610813478007913, ms=00078}
22:49:26.847600 run                             mass: MS performed LU  {at=6325593.055932183, lu_delay=5.637971632182598, ms=00076}
22:49:26.853431 run                             mass: MS start registered  {at=6325593.06176594, delay=0.012144058011472225, ms=00087}
22:49:26.889831 run                             mass: MS performed LU  {at=6325593.098114653, lu_delay=6.065904035232961, ms=00075}
22:49:27.097881 run                             mass: MS performed LU  {at=6325593.306101099, lu_delay=5.559478020295501, ms=00077}
22:49:27.121580 run                             mass: MS performed LU  {at=6325593.329912194, lu_delay=22.987820321694016, ms=00027}
22:49:27.132811 run                osmo-ms-mob/00088: Starting mobile
22:49:27.145974 run       osmo-ms-mob/00088(pid=223): Launched
22:49:27.156564 run                             mass: MS start registered  {at=6325593.36488829, delay=0.004462383687496185, ms=00088}
22:49:27.998377 run                osmo-ms-mob/00089: Starting mobile
22:49:28.012823 run       osmo-ms-mob/00089(pid=224): Launched
22:49:28.023874 run                             mass: MS start registered  {at=6325594.2321863, delay=0.0049905674532055855, ms=00089}
22:49:28.608342 run                osmo-ms-mob/00090: Starting mobile
22:49:28.624589 run       osmo-ms-mob/00090(pid=225): Launched
22:49:28.635420 run                             mass: MS start registered  {at=6325594.843742675, delay=0.0047483863309025764, ms=00090}
22:49:28.755085 run                             mass: MS performed LU  {at=6325594.963187326, lu_delay=4.732303882949054, ms=00082}
22:49:28.819194 run                             mass: MS performed LU  {at=6325595.027416304, lu_delay=5.150349145755172, ms=00081}
22:49:28.888383 run                             mass: MS performed LU  {at=6325595.096603949, lu_delay=5.792772017419338, ms=00080}
22:49:28.912205 run                             mass: MS performed LU  {at=6325595.120535027, lu_delay=6.26800034288317, ms=00079}
22:49:29.286044 run                osmo-ms-mob/00091: Starting mobile
22:49:29.299450 run       osmo-ms-mob/00091(pid=226): Launched
22:49:29.310574 run                             mass: MS start registered  {at=6325595.518889263, delay=0.0050313230603933334, ms=00091}
22:49:30.005489 run                osmo-ms-mob/00092: Starting mobile
22:49:30.018686 run       osmo-ms-mob/00092(pid=227): Launched
22:49:30.029694 run                             mass: MS start registered  {at=6325596.238011723, delay=0.00468857679516077, ms=00092}
22:49:30.573228 run                             mass: MS performed LU  {at=6325596.78144664, lu_delay=5.528797383420169, ms=00084}
22:49:30.656427 run                             mass: MS performed LU  {at=6325596.864648084, lu_delay=6.0124432453885674, ms=00083}
22:49:30.682941 run                             mass: MS performed LU  {at=6325596.891213843, lu_delay=5.40866479370743, ms=00085}
22:49:30.719478 run                osmo-ms-mob/00093: Starting mobile
22:49:30.734229 run       osmo-ms-mob/00093(pid=228): Launched
22:49:30.744954 run                             mass: MS start registered  {at=6325596.95327521, delay=0.004654264077544212, ms=00093}
22:49:31.698142 run                osmo-ms-mob/00094: Starting mobile
22:49:31.711953 run       osmo-ms-mob/00094(pid=229): Launched
22:49:31.723043 run                             mass: MS start registered  {at=6325597.931358167, delay=0.004942320287227631, ms=00094}
22:49:32.520818 run                             mass: MS performed LU  {at=6325598.729006968, lu_delay=6.29809011798352, ms=00086}
22:49:32.577938 run                osmo-ms-mob/00095: Starting mobile
22:49:32.593190 run       osmo-ms-mob/00095(pid=230): Launched
22:49:32.599375 run                             mass: MS performed LU  {at=6325598.807703712, lu_delay=5.442815422080457, ms=00088}
22:49:32.605396 run                             mass: MS start registered  {at=6325598.813730882, delay=0.00604519248008728, ms=00095}
22:49:32.672362 run                             mass: MS performed LU  {at=6325598.880582281, lu_delay=21.842669383622706, ms=00046}
22:49:32.710728 run                             mass: MS performed LU  {at=6325598.918980745, lu_delay=22.661764311604202, ms=00044}
22:49:32.964645 run                             mass: MS performed LU  {at=6325599.172785019, lu_delay=4.940598718822002, ms=00089}
22:49:33.590269 run                osmo-ms-mob/00096: Starting mobile
22:49:33.603372 run       osmo-ms-mob/00096(pid=231): Launched
22:49:33.614807 run                             mass: MS start registered  {at=6325599.823126074, delay=0.005137795582413673, ms=00096}
22:49:34.421687 run                             mass: MS performed LU  {at=6325600.629906975, lu_delay=5.11101771146059, ms=00091}
22:49:34.449999 run                             mass: MS performed LU  {at=6325600.658246301, lu_delay=5.8145036259666085, ms=00090}
22:49:34.685906 run                osmo-ms-mob/00097: Starting mobile
22:49:34.698919 run       osmo-ms-mob/00097(pid=232): Launched
22:49:34.709726 run                             mass: MS start registered  {at=6325600.918047339, delay=0.004708407446742058, ms=00097}
22:49:36.017491 run                osmo-ms-mob/00098: Starting mobile
22:49:36.035138 run       osmo-ms-mob/00098(pid=233): Launched
22:49:36.045997 run                             mass: MS start registered  {at=6325602.254315213, delay=0.004832287319004536, ms=00098}
22:49:36.202759 run                             mass: MS performed LU  {at=6325602.410978085, lu_delay=5.457702875137329, ms=00093}
22:49:36.285977 run                             mass: MS performed LU  {at=6325602.494085214, lu_delay=4.5627270471304655, ms=00094}
22:49:36.351278 run                             mass: MS performed LU  {at=6325602.559495723, lu_delay=6.321483999490738, ms=00092}
22:49:36.457214 run                             mass: MS performed LU  {at=6325602.665436341, lu_delay=22.505025582388043, ms=00057}
22:49:37.816802 run                osmo-ms-mob/00099: Starting mobile
22:49:37.833939 run       osmo-ms-mob/00099(pid=234): Launched
22:49:37.840327 run                             mass: All started... {duration=55.76519005931914, too_slow=0}
22:49:37.846125 run                             mass: MS start registered  {at=6325604.054452775, delay=0.005793780088424683, ms=00099}
22:49:38.187140 run                             mass: MS performed LU  {at=6325604.39535838, lu_delay=4.572232306003571, ms=00096}
22:49:38.215538 run                             mass: MS performed LU  {at=6325604.423787828, lu_delay=5.610056946054101, ms=00095}
22:49:40.053139 run                             mass: MS performed LU  {at=6325606.26135592, lu_delay=5.3433085810393095, ms=00097}
22:49:40.352509 run                             mass: MS performed LU  {at=6325606.560726099, lu_delay=22.79194314777851, ms=00067}
22:49:41.954278 run                             mass: MS performed LU  {at=6325608.162481984, lu_delay=5.9081667708233, ms=00098}
22:49:43.818712 run                             mass: MS performed LU  {at=6325610.026928427, lu_delay=5.972475651651621, ms=00099}
22:49:49.703315 run                             mass: MS performed LU  {at=6325615.911532723, lu_delay=22.84976678341627, ms=00087}
22:49:49.726030 run                             mass: Tests done {all_completed=True, max=22.987820321694016, min=3.647333492524922}
22:49:49.731633 tst         register_default_mass.py: Test passed (87.0 sec)
22:49:49.737037 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:49.740333 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:49.743571 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:49.746831 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:49.750084 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:49.753356 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:49.756671 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:49.760000 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:49.763322 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:49.766713 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:49.770047 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:49.773416 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:49.776875 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:49.780211 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:49.783673 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:49.787417 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:49.790949 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:49.794732 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:49.798158 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:49.801620 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:49.805039 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:49.808502 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:49.811981 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:49.815408 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:49.818888 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:49.822323 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:49.825816 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:49.829296 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:49.832675 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:49.836165 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:49.839527 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:49.842931 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:49.846672 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:49.850146 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:49.853625 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:49.857081 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:49.860543 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:49.864245 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:49.867697 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:49.871343 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:49.875062 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:49.878704 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:49.882159 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:49.885623 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:49.889059 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:49.892674 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:49.896159 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:49.899604 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:49.903030 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:49.906680 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:49.910582 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:49.914059 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:49.917520 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:49.920935 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:49.924411 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:49.927797 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:49.931147 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:49.934639 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:49.938620 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:49.942123 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:49.946138 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:49.949570 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:49.953036 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:49.956479 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:49.959913 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:49.963287 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:49.966722 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:49.970140 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:49.973641 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:49.977095 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:49.980561 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:49.984044 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:49.987488 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:49.990881 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:49.994386 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:49.997860 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:50.001354 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:50.005299 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:50.008820 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:50.012322 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:50.015812 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:50.019266 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:50.022741 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:50.026244 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:50.029736 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:50.033228 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:50.036736 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:50.040257 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:50.043746 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:50.047230 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:50.050727 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:50.054218 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:50.057723 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:50.061206 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:50.064705 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:50.068218 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:50.072142 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:50.075630 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:50.079182 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:50.082806 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:50.086516 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:50.090318 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:50.093808 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:50.097295 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:50.100804 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:50.104227 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:50.107577 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:50.111002 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:50.114388 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:50.117808 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:50.121160 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:50.124552 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:50.127912 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:50.131250 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:50.134669 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:50.138019 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:50.141363 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:50.144695 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:50.148033 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:50.151350 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:50.154626 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:50.157892 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:50.161152 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:50.164411 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:50.167662 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:50.170927 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:50.174217 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:50.177485 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:50.180749 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:50.184013 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:50.187272 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:50.190539 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:50.193803 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:50.197038 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:50.200300 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:50.203550 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:50.206795 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:50.210055 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:50.213353 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:50.216633 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:50.219902 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:50.223143 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:50.226402 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:50.229659 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:50.232918 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:50.236173 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:50.239431 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:50.242706 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:50.245983 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:50.249246 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:50.252510 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:50.255761 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:50.259024 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:50.262273 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:50.265549 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:50.268819 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:50.272070 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:50.275319 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:50.278572 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:50.281837 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:50.285093 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:50.288348 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:50.291617 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:50.294884 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:50.298140 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:50.301394 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:50.304660 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:50.307910 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:50.311160 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:50.314412 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:50.317685 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:50.320944 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:50.324220 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:50.327475 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:50.330747 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:50.334000 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:50.337270 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:50.340534 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:50.343801 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:50.347045 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:50.350302 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:50.353538 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:50.356792 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:50.360038 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:50.363295 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:50.366557 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:50.369830 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:50.373097 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:50.376354 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:50.379614 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:50.382865 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:50.386125 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:50.389393 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:50.392630 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:50.395877 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:50.399138 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:50.402388 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:50.405647 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:50.408910 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:50.412153 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:50.415400 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:50.418663 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:50.421929 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:50.425198 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:50.428454 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:50.431713 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:50.434958 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:50.438207 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:50.441457 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:50.444703 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:50.447964 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:50.451198 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:50.454450 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:50.457700 ---      ParallelTerminationStrategy: PID 22 died...
22:49:50.459170 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:50.462786 ---      ParallelTerminationStrategy: PID 23 died...
22:49:50.464284 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:50.467868 ---      ParallelTerminationStrategy: PID 24 died...
22:49:50.469334 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:50.472924 ---      ParallelTerminationStrategy: PID 25 died...
22:49:50.474385 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:50.477997 ---      ParallelTerminationStrategy: PID 26 died...
22:49:50.479449 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:50.483103 ---      ParallelTerminationStrategy: PID 27 died...
22:49:50.484564 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:50.488159 ---      ParallelTerminationStrategy: PID 28 died...
22:49:50.489615 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:50.493245 ---      ParallelTerminationStrategy: PID 29 died...
22:49:50.494711 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:50.498356 ---      ParallelTerminationStrategy: PID 30 died...
22:49:50.499833 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:50.503437 ---      ParallelTerminationStrategy: PID 31 died...
22:49:50.504907 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:50.508538 ---      ParallelTerminationStrategy: PID 32 died...
22:49:50.509996 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:50.513616 ---      ParallelTerminationStrategy: PID 33 died...
22:49:50.515077 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:50.518695 ---      ParallelTerminationStrategy: PID 35 died...
22:49:50.520176 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:50.523805 ---      ParallelTerminationStrategy: PID 36 died...
22:49:50.525271 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:50.528895 ---      ParallelTerminationStrategy: PID 37 died...
22:49:50.530361 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:50.533977 ---      ParallelTerminationStrategy: PID 38 died...
22:49:50.535445 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:50.539068 ---      ParallelTerminationStrategy: PID 39 died...
22:49:50.540530 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:50.544153 ---      ParallelTerminationStrategy: PID 40 died...
22:49:50.545629 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:50.549256 ---      ParallelTerminationStrategy: PID 41 died...
22:49:50.550729 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:50.554361 ---      ParallelTerminationStrategy: PID 42 died...
22:49:50.555826 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:50.559412 ---      ParallelTerminationStrategy: PID 43 died...
22:49:50.560892 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:50.564487 ---      ParallelTerminationStrategy: PID 44 died...
22:49:50.565945 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:50.569544 ---      ParallelTerminationStrategy: PID 45 died...
22:49:50.571002 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:50.574607 ---      ParallelTerminationStrategy: PID 46 died...
22:49:50.576059 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:50.579638 ---      ParallelTerminationStrategy: PID 47 died...
22:49:50.581100 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:50.584696 ---      ParallelTerminationStrategy: PID 48 died...
22:49:50.586143 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.589764 ---      ParallelTerminationStrategy: PID 49 died...
22:49:50.591210 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.594786 ---      ParallelTerminationStrategy: PID 50 died...
22:49:50.596240 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.599832 ---      ParallelTerminationStrategy: PID 51 died...
22:49:50.601280 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:50.604889 ---      ParallelTerminationStrategy: PID 52 died...
22:49:50.606353 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:50.609961 ---      ParallelTerminationStrategy: PID 53 died...
22:49:50.611409 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:50.614993 ---      ParallelTerminationStrategy: PID 54 died...
22:49:50.616460 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:50.620044 ---      ParallelTerminationStrategy: PID 55 died...
22:49:50.621498 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:50.625097 ---      ParallelTerminationStrategy: PID 56 died...
22:49:50.626537 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:50.630132 ---      ParallelTerminationStrategy: PID 57 died...
22:49:50.631584 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:50.635173 ---      ParallelTerminationStrategy: PID 58 died...
22:49:50.636620 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:50.640203 ---      ParallelTerminationStrategy: PID 59 died...
22:49:50.641658 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:50.645255 ---      ParallelTerminationStrategy: PID 60 died...
22:49:50.646714 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:50.650305 ---      ParallelTerminationStrategy: PID 61 died...
22:49:50.651764 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:50.655351 ---      ParallelTerminationStrategy: PID 62 died...
22:49:50.656817 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:50.660414 ---      ParallelTerminationStrategy: PID 63 died...
22:49:50.661866 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:50.665491 ---      ParallelTerminationStrategy: PID 64 died...
22:49:50.666939 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:50.670533 ---      ParallelTerminationStrategy: PID 65 died...
22:49:50.671996 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:50.675566 ---      ParallelTerminationStrategy: PID 66 died...
22:49:50.677010 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:50.680592 ---      ParallelTerminationStrategy: PID 67 died...
22:49:50.682046 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:50.685635 ---      ParallelTerminationStrategy: PID 68 died...
22:49:50.687091 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:50.690685 ---      ParallelTerminationStrategy: PID 69 died...
22:49:50.692161 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:50.695755 ---      ParallelTerminationStrategy: PID 70 died...
22:49:50.697197 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:50.700824 ---      ParallelTerminationStrategy: PID 71 died...
22:49:50.702278 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:50.705859 ---      ParallelTerminationStrategy: PID 72 died...
22:49:50.707317 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:50.710906 ---      ParallelTerminationStrategy: PID 73 died...
22:49:50.712360 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:50.715945 ---      ParallelTerminationStrategy: PID 74 died...
22:49:50.717398 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:50.720981 ---      ParallelTerminationStrategy: PID 75 died...
22:49:50.722437 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:50.726036 ---      ParallelTerminationStrategy: PID 76 died...
22:49:50.727492 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:50.731091 ---      ParallelTerminationStrategy: PID 77 died...
22:49:50.732560 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:50.736150 ---      ParallelTerminationStrategy: PID 78 died...
22:49:50.737607 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:50.741208 ---      ParallelTerminationStrategy: PID 79 died...
22:49:50.742652 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:50.746245 ---      ParallelTerminationStrategy: PID 80 died...
22:49:50.747707 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:50.751299 ---      ParallelTerminationStrategy: PID 81 died...
22:49:50.752749 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:50.756343 ---      ParallelTerminationStrategy: PID 82 died...
22:49:50.757791 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:50.761387 ---      ParallelTerminationStrategy: PID 83 died...
22:49:50.762843 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:50.766439 ---      ParallelTerminationStrategy: PID 84 died...
22:49:50.767899 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:50.771483 ---      ParallelTerminationStrategy: PID 85 died...
22:49:50.772951 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:50.776525 ---      ParallelTerminationStrategy: PID 86 died...
22:49:50.777982 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:50.781598 ---      ParallelTerminationStrategy: PID 87 died...
22:49:50.783046 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:50.786639 ---      ParallelTerminationStrategy: PID 88 died...
22:49:50.788090 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.791685 ---      ParallelTerminationStrategy: PID 89 died...
22:49:50.793141 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.796741 ---      ParallelTerminationStrategy: PID 90 died...
22:49:50.798189 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.801784 ---      ParallelTerminationStrategy: PID 91 died...
22:49:50.803240 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.806843 ---      ParallelTerminationStrategy: PID 92 died...
22:49:50.808315 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.811908 ---      ParallelTerminationStrategy: PID 93 died...
22:49:50.813361 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.816951 ---      ParallelTerminationStrategy: PID 94 died...
22:49:50.818403 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.822014 ---      ParallelTerminationStrategy: PID 95 died...
22:49:50.823464 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.827054 ---      ParallelTerminationStrategy: PID 96 died...
22:49:50.828517 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.832107 ---      ParallelTerminationStrategy: PID 97 died...
22:49:50.833560 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.837168 ---      ParallelTerminationStrategy: PID 98 died...
22:49:50.838620 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.842208 ---      ParallelTerminationStrategy: PID 99 died...
22:49:50.843666 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.847316 ---      ParallelTerminationStrategy: PID 100 died...
22:49:50.848798 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.852399 ---      ParallelTerminationStrategy: PID 101 died...
22:49:50.853889 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.857553 ---      ParallelTerminationStrategy: PID 102 died...
22:49:50.859043 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.862713 ---      ParallelTerminationStrategy: PID 103 died...
22:49:50.864198 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.867884 ---      ParallelTerminationStrategy: PID 104 died...
22:49:50.869373 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.873040 ---      ParallelTerminationStrategy: PID 105 died...
22:49:50.874515 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.878174 ---      ParallelTerminationStrategy: PID 106 died...
22:49:50.879663 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.883328 ---      ParallelTerminationStrategy: PID 107 died...
22:49:50.884803 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.888461 ---      ParallelTerminationStrategy: PID 108 died...
22:49:50.889933 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.893642 ---      ParallelTerminationStrategy: PID 109 died...
22:49:50.895116 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.898786 ---      ParallelTerminationStrategy: PID 110 died...
22:49:50.900283 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.903946 ---      ParallelTerminationStrategy: PID 111 died...
22:49:50.905427 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.909097 ---      ParallelTerminationStrategy: PID 112 died...
22:49:50.910582 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.914247 ---      ParallelTerminationStrategy: PID 113 died...
22:49:50.915731 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.919392 ---      ParallelTerminationStrategy: PID 114 died...
22:49:50.920871 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.924534 ---      ParallelTerminationStrategy: PID 115 died...
22:49:50.926021 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.929685 ---      ParallelTerminationStrategy: PID 116 died...
22:49:50.931171 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.934834 ---      ParallelTerminationStrategy: PID 117 died...
22:49:50.936329 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.939995 ---      ParallelTerminationStrategy: PID 118 died...
22:49:50.941476 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.945142 ---      ParallelTerminationStrategy: PID 119 died...
22:49:50.946634 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.950306 ---      ParallelTerminationStrategy: PID 120 died...
22:49:50.951800 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.955459 ---      ParallelTerminationStrategy: PID 121 died...
22:49:50.956929 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.960611 ---      ParallelTerminationStrategy: PID 122 died...
22:49:50.962092 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.965750 ---      ParallelTerminationStrategy: PID 123 died...
22:49:50.967226 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:50.970883 ---      ParallelTerminationStrategy: PID 124 died...
22:49:50.972375 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:50.976031 ---      ParallelTerminationStrategy: PID 125 died...
22:49:50.977485 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:50.981117 ---      ParallelTerminationStrategy: PID 126 died...
22:49:50.982577 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:50.986180 ---      ParallelTerminationStrategy: PID 127 died...
22:49:50.987654 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:50.991325 ---      ParallelTerminationStrategy: PID 128 died...
22:49:50.992806 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:50.996479 ---      ParallelTerminationStrategy: PID 129 died...
22:49:50.997966 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:51.001627 ---      ParallelTerminationStrategy: PID 130 died...
22:49:51.003113 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:51.006784 ---      ParallelTerminationStrategy: PID 131 died...
22:49:51.008263 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:51.011934 ---      ParallelTerminationStrategy: PID 132 died...
22:49:51.013416 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:51.017094 ---      ParallelTerminationStrategy: PID 133 died...
22:49:51.018577 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:51.022251 ---      ParallelTerminationStrategy: PID 134 died...
22:49:51.023731 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:51.027389 ---      ParallelTerminationStrategy: PID 135 died...
22:49:51.028876 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:51.032551 ---      ParallelTerminationStrategy: PID 136 died...
22:49:51.034034 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:51.037734 ---      ParallelTerminationStrategy: PID 137 died...
22:49:51.039205 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:51.042881 ---      ParallelTerminationStrategy: PID 138 died...
22:49:51.044366 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:51.048062 ---      ParallelTerminationStrategy: PID 139 died...
22:49:51.049538 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:51.053239 ---      ParallelTerminationStrategy: PID 140 died...
22:49:51.054719 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:51.058415 ---      ParallelTerminationStrategy: PID 141 died...
22:49:51.059884 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:51.063538 ---      ParallelTerminationStrategy: PID 142 died...
22:49:51.065019 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:51.068707 ---      ParallelTerminationStrategy: PID 143 died...
22:49:51.070188 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:51.073881 ---      ParallelTerminationStrategy: PID 144 died...
22:49:51.075364 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:51.079034 ---      ParallelTerminationStrategy: PID 145 died...
22:49:51.080525 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:51.084225 ---      ParallelTerminationStrategy: PID 146 died...
22:49:51.085703 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:51.089370 ---      ParallelTerminationStrategy: PID 147 died...
22:49:51.090843 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:51.094509 ---      ParallelTerminationStrategy: PID 148 died...
22:49:51.095989 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:51.099612 ---      ParallelTerminationStrategy: PID 149 died...
22:49:51.101065 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:51.104686 ---      ParallelTerminationStrategy: PID 150 died...
22:49:51.106147 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:51.109769 ---      ParallelTerminationStrategy: PID 151 died...
22:49:51.111225 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:51.114874 ---      ParallelTerminationStrategy: PID 152 died...
22:49:51.116347 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:51.119969 ---      ParallelTerminationStrategy: PID 153 died...
22:49:51.121438 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:51.125047 ---      ParallelTerminationStrategy: PID 154 died...
22:49:51.126509 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:51.130180 ---      ParallelTerminationStrategy: PID 155 died...
22:49:51.131660 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:51.135315 ---      ParallelTerminationStrategy: PID 156 died...
22:49:51.136799 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:51.140465 ---      ParallelTerminationStrategy: PID 157 died...
22:49:51.141944 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:51.145646 ---      ParallelTerminationStrategy: PID 158 died...
22:49:51.147133 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:51.150833 ---      ParallelTerminationStrategy: PID 159 died...
22:49:51.152322 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:51.156013 ---      ParallelTerminationStrategy: PID 160 died...
22:49:51.157488 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:51.161170 ---      ParallelTerminationStrategy: PID 161 died...
22:49:51.162650 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:51.166345 ---      ParallelTerminationStrategy: PID 162 died...
22:49:51.167844 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:51.171526 ---      ParallelTerminationStrategy: PID 163 died...
22:49:51.173010 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:51.176694 ---      ParallelTerminationStrategy: PID 164 died...
22:49:51.178185 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:51.181880 ---      ParallelTerminationStrategy: PID 165 died...
22:49:51.183354 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.187036 ---      ParallelTerminationStrategy: PID 166 died...
22:49:51.188531 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.192207 ---      ParallelTerminationStrategy: PID 167 died...
22:49:51.193687 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.197378 ---      ParallelTerminationStrategy: PID 168 died...
22:49:51.198859 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.202532 ---      ParallelTerminationStrategy: PID 169 died...
22:49:51.204029 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:51.207701 ---      ParallelTerminationStrategy: PID 170 died...
22:49:51.209175 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:51.212837 ---      ParallelTerminationStrategy: PID 171 died...
22:49:51.214318 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:51.218023 ---      ParallelTerminationStrategy: PID 172 died...
22:49:51.219506 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:51.223196 ---      ParallelTerminationStrategy: PID 173 died...
22:49:51.224689 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:51.228372 ---      ParallelTerminationStrategy: PID 174 died...
22:49:51.229855 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:51.233575 ---      ParallelTerminationStrategy: PID 175 died...
22:49:51.235061 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:51.238738 ---      ParallelTerminationStrategy: PID 176 died...
22:49:51.240230 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:51.243909 ---      ParallelTerminationStrategy: PID 177 died...
22:49:51.245395 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:51.249081 ---      ParallelTerminationStrategy: PID 178 died...
22:49:51.250570 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:51.254269 ---      ParallelTerminationStrategy: PID 179 died...
22:49:51.255759 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:51.259426 ---      ParallelTerminationStrategy: PID 180 died...
22:49:51.260915 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:51.264621 ---      ParallelTerminationStrategy: PID 181 died...
22:49:51.266095 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:51.269787 ---      ParallelTerminationStrategy: PID 182 died...
22:49:51.271260 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:51.274958 ---      ParallelTerminationStrategy: PID 183 died...
22:49:51.276446 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:51.280132 ---      ParallelTerminationStrategy: PID 184 died...
22:49:51.281618 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:51.285307 ---      ParallelTerminationStrategy: PID 185 died...
22:49:51.286786 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:51.290486 ---      ParallelTerminationStrategy: PID 186 died...
22:49:51.291969 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:51.295634 ---      ParallelTerminationStrategy: PID 187 died...
22:49:51.297124 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:51.300797 ---      ParallelTerminationStrategy: PID 188 died...
22:49:51.302270 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:51.305954 ---      ParallelTerminationStrategy: PID 189 died...
22:49:51.307439 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:51.311116 ---      ParallelTerminationStrategy: PID 190 died...
22:49:51.312611 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:51.316297 ---      ParallelTerminationStrategy: PID 191 died...
22:49:51.317778 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.321462 ---      ParallelTerminationStrategy: PID 192 died...
22:49:51.322942 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.326633 ---      ParallelTerminationStrategy: PID 193 died...
22:49:51.328122 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.331820 ---      ParallelTerminationStrategy: PID 194 died...
22:49:51.333296 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.336994 ---      ParallelTerminationStrategy: PID 195 died...
22:49:51.338477 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.342161 ---      ParallelTerminationStrategy: PID 196 died...
22:49:51.343637 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.347327 ---      ParallelTerminationStrategy: PID 197 died...
22:49:51.348819 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.352495 ---      ParallelTerminationStrategy: PID 198 died...
22:49:51.353973 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.357662 ---      ParallelTerminationStrategy: PID 199 died...
22:49:51.359140 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.362827 ---      ParallelTerminationStrategy: PID 200 died...
22:49:51.364317 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.367998 ---      ParallelTerminationStrategy: PID 201 died...
22:49:51.369478 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.373163 ---      ParallelTerminationStrategy: PID 202 died...
22:49:51.374640 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.378335 ---      ParallelTerminationStrategy: PID 203 died...
22:49:51.379818 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.383486 ---      ParallelTerminationStrategy: PID 204 died...
22:49:51.384973 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:51.388667 ---      ParallelTerminationStrategy: PID 205 died...
22:49:51.390144 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:51.393851 ---      ParallelTerminationStrategy: PID 206 died...
22:49:51.395333 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:51.399014 ---      ParallelTerminationStrategy: PID 207 died...
22:49:51.400508 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:51.404200 ---      ParallelTerminationStrategy: PID 208 died...
22:49:51.405685 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:51.409376 ---      ParallelTerminationStrategy: PID 209 died...
22:49:51.410860 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:51.414549 ---      ParallelTerminationStrategy: PID 210 died...
22:49:51.416037 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:51.419712 ---      ParallelTerminationStrategy: PID 211 died...
22:49:51.421188 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:51.424864 ---      ParallelTerminationStrategy: PID 212 died...
22:49:51.426342 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:51.430005 ---      ParallelTerminationStrategy: PID 213 died...
22:49:51.431495 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:51.435183 ---      ParallelTerminationStrategy: PID 214 died...
22:49:51.436665 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:51.440361 ---      ParallelTerminationStrategy: PID 215 died...
22:49:51.441837 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:51.445520 ---      ParallelTerminationStrategy: PID 216 died...
22:49:51.446998 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:51.450698 ---      ParallelTerminationStrategy: PID 217 died...
22:49:51.452180 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:51.455864 ---      ParallelTerminationStrategy: PID 218 died...
22:49:51.457348 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:51.461087 ---      ParallelTerminationStrategy: PID 219 died...
22:49:51.462566 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:51.466278 ---      ParallelTerminationStrategy: PID 220 died...
22:49:51.467773 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:51.471458 ---      ParallelTerminationStrategy: PID 221 died...
22:49:51.472972 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:51.476653 ---      ParallelTerminationStrategy: PID 222 died...
22:49:51.478145 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:51.481847 ---      ParallelTerminationStrategy: PID 223 died...
22:49:51.483330 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:51.487027 ---      ParallelTerminationStrategy: PID 224 died...
22:49:51.488519 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:51.492224 ---      ParallelTerminationStrategy: PID 225 died...
22:49:51.493714 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:51.497423 ---      ParallelTerminationStrategy: PID 226 died...
22:49:51.498905 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:51.502610 ---      ParallelTerminationStrategy: PID 227 died...
22:49:51.504104 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:51.507790 ---      ParallelTerminationStrategy: PID 228 died...
22:49:51.509287 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:51.512987 ---      ParallelTerminationStrategy: PID 229 died...
22:49:51.514471 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:51.518165 ---      ParallelTerminationStrategy: PID 230 died...
22:49:51.519646 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:51.523469 ---      ParallelTerminationStrategy: PID 231 died...
22:49:51.524963 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:51.528728 ---      ParallelTerminationStrategy: PID 232 died...
22:49:51.530265 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:51.534120 ---      ParallelTerminationStrategy: PID 233 died...
22:49:51.535671 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:51.539521 ---      ParallelTerminationStrategy: PID 234 died...
22:49:51.541068 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:54.945739 ---      ParallelTerminationStrategy: PID 34 died...
22:49:54.951727 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8296 netreg_mass PASS
---------------------------------------------------------------------
22:49:55.028044 tst                       trial-8296: Storing JUnit report in /build/trial-8296/run.2026-04-09_22-48-22/trial-8296.xml

--------------------------------------------------------------------------------------------
trial-8296 PASS
--------------------------------------------------------------------------------------------
22:49:55.038053 tst                       trial-8296: trial-8296: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8296/inst
+ cd trial-8296
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-04-09 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8296-run.tgz run.2026-04-09_22-48-22
+ tar czf /build/trial-8296-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-04-09_13_29_19.tgz osmo-bts-oc2g.build-2026-04-09_00_51_43.tgz osmo-bts-sysmo.build-2026-04-09_00_51_51.tgz osmo-bts.build-2026-04-09_00_51_55.tgz osmo-ggsn.build-2026-04-09_20_42_52.tgz osmo-hlr.build-2026-04-09_16_36_49.tgz osmo-hnbgw.build-2026-04-09_13_30_43.tgz osmo-mgw.build-2026-04-09_08_33_08.tgz osmo-msc.build-2026-04-09_13_35_03.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-09_07_35_28.tgz osmo-pcu-sysmo.build-2026-04-09_07_35_34.tgz osmo-pcu.build-2026-04-09_07_35_31.tgz osmo-sgsn.build-2026-04-09_20_50_19.tgz osmo-stp.build-2026-04-09_13_25_40.tgz osmo-trx.build-2026-04-09_14_21_36.tgz osmocom-bb.build-2026-04-09_21_17_37.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