Skip to content
Success

Console Output

Skipping 13 KB.. Full Log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6950
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins18134044857519409701.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-7922
+ 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
9f3fa5a ttcn3-bts: Allow running osmo-bts-trx with rt prio
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_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 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#22 [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://security.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
#22 CACHED

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:6a6150915319f4004fa043c68dc48c2bbcbb7d080be647b12469ebbe6133c85e 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7923 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-04-01 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7923
+ mkdir -p trial-7923
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-01_13_26_02.tgz osmo-bts-oc2g.build-2025-04-01_00_51_38.tgz osmo-bts-sysmo.build-2025-04-01_00_51_25.tgz osmo-bts.build-2025-04-01_00_51_43.tgz osmo-ggsn.build-2025-04-01_20_42_25.tgz osmo-hlr.build-2025-04-01_16_36_55.tgz osmo-hnbgw.build-2025-04-01_13_28_48.tgz osmo-mgw.build-2025-04-01_08_33_15.tgz osmo-msc.build-2025-04-01_13_32_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-01_07_41_39.tgz osmo-pcu-sysmo.build-2025-04-01_07_41_32.tgz osmo-pcu.build-2025-04-01_07_41_38.tgz osmo-sgsn.build-2025-04-01_20_48_06.tgz osmo-stp.build-2025-04-01_13_23_05.tgz osmo-trx.build-2025-04-01_14_27_27.tgz osmocom-bb.build-2025-04-01_21_17_19.tgz srslte.build-19.tgz trial-7923
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-01_13_26_02.md5 osmo-bts-oc2g.build-2025-04-01_00_51_38.md5 osmo-bts-sysmo.build-2025-04-01_00_51_25.md5 osmo-bts.build-2025-04-01_00_51_43.md5 osmo-ggsn.build-2025-04-01_20_42_25.md5 osmo-hlr.build-2025-04-01_16_36_55.md5 osmo-hnbgw.build-2025-04-01_13_28_48.md5 osmo-mgw.build-2025-04-01_08_33_15.md5 osmo-msc.build-2025-04-01_13_32_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-01_07_41_39.md5 osmo-pcu-sysmo.build-2025-04-01_07_41_32.md5 osmo-pcu.build-2025-04-01_07_41_38.md5 osmo-sgsn.build-2025-04-01_20_48_06.md5 osmo-stp.build-2025-04-01_13_23_05.md5 osmo-trx.build-2025-04-01_14_27_27.md5 osmocom-bb.build-2025-04-01_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-01_13_26_02.md5 osmo-bts-oc2g.build-2025-04-01_00_51_38.md5 osmo-bts-sysmo.build-2025-04-01_00_51_25.md5 osmo-bts.build-2025-04-01_00_51_43.md5 osmo-ggsn.build-2025-04-01_20_42_25.md5 osmo-hlr.build-2025-04-01_16_36_55.md5 osmo-hnbgw.build-2025-04-01_13_28_48.md5 osmo-mgw.build-2025-04-01_08_33_15.md5 osmo-msc.build-2025-04-01_13_32_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-01_07_41_39.md5 osmo-pcu-sysmo.build-2025-04-01_07_41_32.md5 osmo-pcu.build-2025-04-01_07_41_38.md5 osmo-sgsn.build-2025-04-01_20_48_06.md5 osmo-stp.build-2025-04-01_13_23_05.md5 osmo-trx.build-2025-04-01_14_27_27.md5 osmocom-bb.build-2025-04-01_21_17_19.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-7923 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7923'
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-7923
--------------------------------------------------------------------------------------------
22:48:22.568295 tst                       trial-7923: Detailed log at /build/trial-7923/run.2025-04-01_22-48-22/log

---------------------------------------------------------------------
trial-7923 netreg_mass
---------------------------------------------------------------------
22:48:22.774232 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.774608 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.775436 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.776686 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.815404 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.816291 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.817507 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.927223 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-7923 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.928039 tst       register_default_mass.py:9: Claiming resources for the test
22:48:22.943966 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.944528 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.945006 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.945454 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.945912 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.946370 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.946919 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.994941 tst         register_default_mass.py: using LAC 2
22:48:23.031045 tst         register_default_mass.py: using RAC 2
22:48:23.067571 tst         register_default_mass.py: using CellId 2
22:48:23.105856 tst         register_default_mass.py: using BVCI 3
22:48:23.111578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.112244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.112795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.113324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.113834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.114357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.114853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.115702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.116829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.117846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.118901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.119888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.120884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.121854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.122820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.123779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.124777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.125780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.126773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.127769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.128758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.129368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.129921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.130480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.131011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.131533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.132061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.132593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.133125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.133651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.134180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.134710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.135346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.135890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.136420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.137011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.137543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.138073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.138596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.139127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.139640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.140155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.140693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.141237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.141769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.142302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.142828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.143365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.143892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.144411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.145002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.145536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.146053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.146574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.147102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.147621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.148154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.148686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.149225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.149740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.150258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.150770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.151305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.151837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.152348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.152941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.153487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.154007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.154530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.155053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.155574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.156080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.156700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.157239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.157757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.158268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.158792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.159316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.159849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.160375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.160911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.161421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.161932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.162450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.162960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.163464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.163984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.164494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.165020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.165552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.166064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.166576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.167114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.167635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.168147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.168679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.169201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.169707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.170234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.170751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.171256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.171838 tst      register_default_mass.py:21: Launching a simple network
22:48:23.181931 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.305853 run            create_hlr_db(pid=20): Launched
22:48:24.315806 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.332473 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.347569 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.353559 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.528451 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.543454 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.549072 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.981876 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.996962 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:28.006804 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.122754 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:28.138474 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:28.144402 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:28.169058 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:28.184469 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:28.190413 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.505263 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.521233 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.537892 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.693677 run         osmo-bts-virtual(pid=34): Launched
22:48:35.746567 tst         register_default_mass.py: using MSISDN 1001
22:48:35.752182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.842835 tst         register_default_mass.py: using MSISDN 1002
22:48:35.851466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.920819 tst         register_default_mass.py: using MSISDN 1003
22:48:35.926747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:36.002953 tst         register_default_mass.py: using MSISDN 1004
22:48:36.009051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:36.073999 tst         register_default_mass.py: using MSISDN 1005
22:48:36.079939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:36.162156 tst         register_default_mass.py: using MSISDN 1006
22:48:36.168291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.251185 tst         register_default_mass.py: using MSISDN 1007
22:48:36.259785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.338085 tst         register_default_mass.py: using MSISDN 1008
22:48:36.347034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:36.426588 tst         register_default_mass.py: using MSISDN 1009
22:48:36.436795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:36.515952 tst         register_default_mass.py: using MSISDN 1010
22:48:36.521940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:36.604964 tst         register_default_mass.py: using MSISDN 1011
22:48:36.610904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:36.713461 tst         register_default_mass.py: using MSISDN 1012
22:48:36.719736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.822198 tst         register_default_mass.py: using MSISDN 1013
22:48:36.827959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.918580 tst         register_default_mass.py: using MSISDN 1014
22:48:36.924365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.013945 tst         register_default_mass.py: using MSISDN 1015
22:48:37.019900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.115300 tst         register_default_mass.py: using MSISDN 1016
22:48:37.120976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.212652 tst         register_default_mass.py: using MSISDN 1017
22:48:37.218512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:37.294476 tst         register_default_mass.py: using MSISDN 1018
22:48:37.300724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.379690 tst         register_default_mass.py: using MSISDN 1019
22:48:37.385348 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.478089 tst         register_default_mass.py: using MSISDN 1020
22:48:37.484843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:37.562227 tst         register_default_mass.py: using MSISDN 1021
22:48:37.569926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:37.648555 tst         register_default_mass.py: using MSISDN 1022
22:48:37.654255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:37.729104 tst         register_default_mass.py: using MSISDN 1023
22:48:37.734969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.814799 tst         register_default_mass.py: using MSISDN 1024
22:48:37.820516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.885512 tst         register_default_mass.py: using MSISDN 1025
22:48:37.891216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.986229 tst         register_default_mass.py: using MSISDN 1026
22:48:37.992206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.087233 tst         register_default_mass.py: using MSISDN 1027
22:48:38.093119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.171329 tst         register_default_mass.py: using MSISDN 1028
22:48:38.178938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.239180 tst         register_default_mass.py: using MSISDN 1029
22:48:38.245509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.310473 tst         register_default_mass.py: using MSISDN 1030
22:48:38.316276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.382976 tst         register_default_mass.py: using MSISDN 1031
22:48:38.388861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.486020 tst         register_default_mass.py: using MSISDN 1032
22:48:38.493593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.564253 tst         register_default_mass.py: using MSISDN 1033
22:48:38.570390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.651035 tst         register_default_mass.py: using MSISDN 1034
22:48:38.661776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.752993 tst         register_default_mass.py: using MSISDN 1035
22:48:38.762612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.839808 tst         register_default_mass.py: using MSISDN 1036
22:48:38.845741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:39.096436 tst         register_default_mass.py: using MSISDN 1037
22:48:39.107089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.213753 tst         register_default_mass.py: using MSISDN 1038
22:48:39.219877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.294571 tst         register_default_mass.py: using MSISDN 1039
22:48:39.300614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.409256 tst         register_default_mass.py: using MSISDN 1040
22:48:39.415301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.508990 tst         register_default_mass.py: using MSISDN 1041
22:48:39.516783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.619031 tst         register_default_mass.py: using MSISDN 1042
22:48:39.624892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.690939 tst         register_default_mass.py: using MSISDN 1043
22:48:39.699677 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.778897 tst         register_default_mass.py: using MSISDN 1044
22:48:39.785652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.865614 tst         register_default_mass.py: using MSISDN 1045
22:48:39.871390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.937260 tst         register_default_mass.py: using MSISDN 1046
22:48:39.944635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.014236 tst         register_default_mass.py: using MSISDN 1047
22:48:40.023233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.083777 tst         register_default_mass.py: using MSISDN 1048
22:48:40.089687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.165550 tst         register_default_mass.py: using MSISDN 1049
22:48:40.176681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.251666 tst         register_default_mass.py: using MSISDN 1050
22:48:40.262736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.342512 tst         register_default_mass.py: using MSISDN 1051
22:48:40.352303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.420640 tst         register_default_mass.py: using MSISDN 1052
22:48:40.426994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.493514 tst         register_default_mass.py: using MSISDN 1053
22:48:40.499850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:40.575149 tst         register_default_mass.py: using MSISDN 1054
22:48:40.582075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:40.679506 tst         register_default_mass.py: using MSISDN 1055
22:48:40.687212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:40.761443 tst         register_default_mass.py: using MSISDN 1056
22:48:40.767442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:40.828457 tst         register_default_mass.py: using MSISDN 1057
22:48:40.834717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:40.904248 tst         register_default_mass.py: using MSISDN 1058
22:48:40.915036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:40.984006 tst         register_default_mass.py: using MSISDN 1059
22:48:40.990603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.074236 tst         register_default_mass.py: using MSISDN 1060
22:48:41.080298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.171457 tst         register_default_mass.py: using MSISDN 1061
22:48:41.177803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.250571 tst         register_default_mass.py: using MSISDN 1062
22:48:41.259438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.317504 tst         register_default_mass.py: using MSISDN 1063
22:48:41.323975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.387425 tst         register_default_mass.py: using MSISDN 1064
22:48:41.393666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.458058 tst         register_default_mass.py: using MSISDN 1065
22:48:41.463985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:41.574966 tst         register_default_mass.py: using MSISDN 1066
22:48:41.581014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:41.657197 tst         register_default_mass.py: using MSISDN 1067
22:48:41.663192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:41.741129 tst         register_default_mass.py: using MSISDN 1068
22:48:41.748189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:41.820644 tst         register_default_mass.py: using MSISDN 1069
22:48:41.826991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.903665 tst         register_default_mass.py: using MSISDN 1070
22:48:41.910262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.987918 tst         register_default_mass.py: using MSISDN 1071
22:48:41.994337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.075987 tst         register_default_mass.py: using MSISDN 1072
22:48:42.082730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.153402 tst         register_default_mass.py: using MSISDN 1073
22:48:42.159457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.231817 tst         register_default_mass.py: using MSISDN 1074
22:48:42.238769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.316731 tst         register_default_mass.py: using MSISDN 1075
22:48:42.322709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.399420 tst         register_default_mass.py: using MSISDN 1076
22:48:42.405772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.605341 tst         register_default_mass.py: using MSISDN 1077
22:48:42.613087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.689726 tst         register_default_mass.py: using MSISDN 1078
22:48:42.695406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.768667 tst         register_default_mass.py: using MSISDN 1079
22:48:42.774618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.884779 tst         register_default_mass.py: using MSISDN 1080
22:48:42.890773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.224490 tst         register_default_mass.py: using MSISDN 1081
22:48:43.230441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.307849 tst         register_default_mass.py: using MSISDN 1082
22:48:43.314117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.385988 tst         register_default_mass.py: using MSISDN 1083
22:48:43.392006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.464300 tst         register_default_mass.py: using MSISDN 1084
22:48:43.470017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.543019 tst         register_default_mass.py: using MSISDN 1085
22:48:43.548985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.625033 tst         register_default_mass.py: using MSISDN 1086
22:48:43.631065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.693118 tst         register_default_mass.py: using MSISDN 1087
22:48:43.698998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.766815 tst         register_default_mass.py: using MSISDN 1088
22:48:43.772792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.847984 tst         register_default_mass.py: using MSISDN 1089
22:48:43.856326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.937609 tst         register_default_mass.py: using MSISDN 1090
22:48:43.947807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.060851 tst         register_default_mass.py: using MSISDN 1091
22:48:44.066667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.141284 tst         register_default_mass.py: using MSISDN 1092
22:48:44.147096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.225452 tst         register_default_mass.py: using MSISDN 1093
22:48:44.235616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.307282 tst         register_default_mass.py: using MSISDN 1094
22:48:44.313127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.384769 tst         register_default_mass.py: using MSISDN 1095
22:48:44.390620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.463919 tst         register_default_mass.py: using MSISDN 1096
22:48:44.473081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.537378 tst         register_default_mass.py: using MSISDN 1097
22:48:44.544119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.609029 tst         register_default_mass.py: using MSISDN 1098
22:48:44.618979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.706410 tst         register_default_mass.py: using MSISDN 1099
22:48:44.712695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.775321 tst         register_default_mass.py: using MSISDN 1100
22:48:44.781788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.917083 run                             mass: Starting testcase
22:48:44.924098 run                             mass: Pre-launching all virtphy's
22:48:44.931371 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.947355 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.954539 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.970252 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.977756 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.993725 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:45.000748 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:45.015407 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:45.021971 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:45.036246 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:45.043173 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:45.058665 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:45.065924 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:45.081325 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:45.088486 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:45.103587 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:45.110326 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:45.124539 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:45.130994 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:45.144943 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:45.151317 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:45.165407 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:45.171880 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:45.185972 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:45.192448 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.206441 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.213092 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.227366 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.234332 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.248909 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.255522 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.270129 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.277110 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.292857 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.306623 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.328002 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.335894 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.352537 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.360312 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.377764 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.387812 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.408997 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.421603 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.442269 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.452326 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.471461 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.481411 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.500207 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.508994 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.527259 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.537818 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.556075 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.564934 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.583174 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.591819 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.610087 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.620067 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.638228 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.653698 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.681154 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.690336 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.708051 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.716858 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.734759 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.749931 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.773249 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.782717 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.800958 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.810594 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.828236 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.836591 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.854161 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.863389 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.880793 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.895468 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.925743 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.939645 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.970001 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.984468 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:46.014444 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:46.028787 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:46.059761 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:46.075261 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:46.097047 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:46.105009 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:46.122060 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:46.130220 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:46.147391 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:46.156002 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:46.173056 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:46.181451 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:46.198369 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:46.206851 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:46.223809 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:46.232613 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:46.250226 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:46.258172 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:46.274716 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:46.282394 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:46.298933 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:46.306553 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:46.324348 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.332203 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:46.348841 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:46.356296 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:46.372776 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:46.380279 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:46.396060 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:46.403497 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.419829 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.431465 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.447714 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.455944 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.471633 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.478602 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.493465 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.500769 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.516729 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.524421 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.540796 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.548238 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.564392 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.571763 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.587115 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.594689 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.610059 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.617182 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.632208 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.638949 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.653637 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.660391 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.675637 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.682953 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.698953 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.706211 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.721688 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.729472 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.745856 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.753322 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.770104 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.777228 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.793743 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.800890 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.815424 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.822033 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.836332 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.843219 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.859300 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.866840 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.882967 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.890531 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.906467 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.913970 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.929353 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.936598 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.951462 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.958319 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.972781 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.979669 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.993790 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:47.000310 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:47.016049 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:47.023193 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:47.037591 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:47.044620 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:47.060081 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:47.067289 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:47.082658 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:47.089451 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:47.103595 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:47.110200 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:47.124299 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:47.130894 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:47.144945 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:47.151334 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:47.165845 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.172753 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.187150 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.194211 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.208936 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.216325 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.232015 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.239252 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.254894 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.262447 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.277774 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.284778 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.299879 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.306776 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.321231 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.327965 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.342707 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.349717 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.364617 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.371549 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.386507 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.393313 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.407882 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.414538 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.429735 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.436644 run                             mass: Checking if sockets are in the filesystem
22:48:47.451757 run                osmo-ms-mob/00000: Starting mobile
22:48:47.467862 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.487111 run                             mass: MS start registered  {at=6778633.190450277, delay=0.01186454575508833, ms=00000}
22:48:51.651807 run                osmo-ms-mob/00001: Starting mobile
22:48:51.666640 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.679109 run                             mass: MS start registered  {at=6778637.382454276, delay=0.005234992131590843, ms=00001}
22:48:53.169610 run                             mass: MS performed LU  {at=6778638.87293942, lu_delay=5.682489142753184, ms=00000}
22:48:53.450134 run                osmo-ms-mob/00002: Starting mobile
22:48:53.463775 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.475123 run                             mass: MS start registered  {at=6778639.178468504, delay=0.005099737085402012, ms=00002}
22:48:54.752321 run                osmo-ms-mob/00003: Starting mobile
22:48:54.767146 run       osmo-ms-mob/00003(pid=138): Launched
22:48:54.781862 run                             mass: MS start registered  {at=6778640.485209838, delay=0.007653748616576195, ms=00003}
22:48:55.849392 run                osmo-ms-mob/00004: Starting mobile
22:48:55.862615 run       osmo-ms-mob/00004(pid=139): Launched
22:48:55.874142 run                             mass: MS start registered  {at=6778641.57748601, delay=0.005189686082303524, ms=00004}
22:48:56.850290 run                osmo-ms-mob/00005: Starting mobile
22:48:56.867708 run       osmo-ms-mob/00005(pid=140): Launched
22:48:56.879920 run                             mass: MS start registered  {at=6778642.583273275, delay=0.005100586451590061, ms=00005}
22:48:56.936047 run                             mass: MS performed LU  {at=6778642.6393746, lu_delay=5.256920323707163, ms=00001}
22:48:57.751504 run                osmo-ms-mob/00006: Starting mobile
22:48:57.765748 run       osmo-ms-mob/00006(pid=141): Launched
22:48:57.777636 run                             mass: MS start registered  {at=6778643.480985556, delay=0.0052302321419119835, ms=00006}
22:48:58.650156 run                osmo-ms-mob/00007: Starting mobile
22:48:58.663855 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.675331 run                             mass: MS start registered  {at=6778644.378683657, delay=0.004999998956918716, ms=00007}
22:48:58.837480 run                             mass: MS performed LU  {at=6778644.540809693, lu_delay=5.362341188825667, ms=00002}
22:48:59.449934 run                osmo-ms-mob/00008: Starting mobile
22:48:59.466771 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.484077 run                             mass: MS start registered  {at=6778645.187413313, delay=0.00852091796696186, ms=00008}
22:49:00.151797 run                osmo-ms-mob/00009: Starting mobile
22:49:00.166777 run       osmo-ms-mob/00009(pid=144): Launched
22:49:00.178602 run                             mass: MS start registered  {at=6778645.881945813, delay=0.004960766993463039, ms=00009}
22:49:00.702185 run                             mass: MS performed LU  {at=6778646.405502769, lu_delay=4.8280167588964105, ms=00004}
22:49:00.747774 run                             mass: MS performed LU  {at=6778646.451121717, lu_delay=5.965911879204214, ms=00003}
22:49:00.759453 run                osmo-ms-mob/00010: Starting mobile
22:49:00.773689 run       osmo-ms-mob/00010(pid=145): Launched
22:49:00.785469 run                             mass: MS start registered  {at=6778646.488823426, delay=0.004958976060152054, ms=00010}
22:49:01.454047 run                osmo-ms-mob/00011: Starting mobile
22:49:01.472634 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.485277 run                             mass: MS start registered  {at=6778647.188620017, delay=0.0056569017469882965, ms=00011}
22:49:02.050602 run                osmo-ms-mob/00012: Starting mobile
22:49:02.065549 run       osmo-ms-mob/00012(pid=147): Launched
22:49:02.078252 run                             mass: MS start registered  {at=6778647.781592187, delay=0.005235673859715462, ms=00012}
22:49:02.603601 run                             mass: MS performed LU  {at=6778648.306913707, lu_delay=4.825928151607513, ms=00006}
22:49:02.617830 run                osmo-ms-mob/00013: Starting mobile
22:49:02.634342 run       osmo-ms-mob/00013(pid=148): Launched
22:49:02.647530 run                             mass: MS start registered  {at=6778648.350864167, delay=0.0054836580529809, ms=00013}
22:49:02.657674 run                             mass: MS performed LU  {at=6778648.361029549, lu_delay=5.7777562737464905, ms=00005}
22:49:03.250103 run                osmo-ms-mob/00014: Starting mobile
22:49:03.267831 run       osmo-ms-mob/00014(pid=149): Launched
22:49:03.280102 run                             mass: MS start registered  {at=6778648.983448628, delay=2.974923700094223e-05, ms=00014}
22:49:03.849968 run                osmo-ms-mob/00015: Starting mobile
22:49:03.865214 run       osmo-ms-mob/00015(pid=150): Launched
22:49:03.877297 run                             mass: MS start registered  {at=6778649.580649441, delay=0.005234868265688419, ms=00015}
22:49:04.349991 run                osmo-ms-mob/00016: Starting mobile
22:49:04.363236 run       osmo-ms-mob/00016(pid=151): Launched
22:49:04.374330 run                             mass: MS start registered  {at=6778650.07768329, delay=0.004992169328033924, ms=00016}
22:49:04.467520 run                             mass: MS performed LU  {at=6778650.170829356, lu_delay=4.983416042290628, ms=00008}
22:49:04.514058 run                             mass: MS performed LU  {at=6778650.217379413, lu_delay=5.8386957552284, ms=00007}
22:49:04.850579 run                osmo-ms-mob/00017: Starting mobile
22:49:04.866926 run       osmo-ms-mob/00017(pid=152): Launched
22:49:04.880209 run                             mass: MS start registered  {at=6778650.58355433, delay=0.005380008369684219, ms=00017}
22:49:05.455194 run                osmo-ms-mob/00018: Starting mobile
22:49:05.476007 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.489715 run                             mass: MS start registered  {at=6778651.193043086, delay=0.0062416717410087585, ms=00018}
22:49:05.850181 run                osmo-ms-mob/00019: Starting mobile
22:49:05.866230 run       osmo-ms-mob/00019(pid=154): Launched
22:49:05.881030 run                             mass: MS start registered  {at=6778651.584333486, delay=0.007187662646174431, ms=00019}
22:49:06.359211 run                osmo-ms-mob/00020: Starting mobile
22:49:06.398862 run       osmo-ms-mob/00020(pid=155): Launched
22:49:06.417431 run                             mass: MS performed LU  {at=6778652.120766564, lu_delay=4.932146547362208, ms=00011}
22:49:06.434158 run                             mass: MS performed LU  {at=6778652.137507685, lu_delay=5.64868425950408, ms=00010}
22:49:06.449153 run                             mass: MS start registered  {at=6778652.152505083, delay=0.031780741177499294, ms=00020}
22:49:06.484981 run                             mass: MS performed LU  {at=6778652.188309391, lu_delay=6.306363577954471, ms=00009}
22:49:06.853665 run                osmo-ms-mob/00021: Starting mobile
22:49:06.869409 run       osmo-ms-mob/00021(pid=156): Launched
22:49:06.882267 run                             mass: MS start registered  {at=6778652.585613151, delay=0.005418791435658932, ms=00021}
22:49:07.250994 run                osmo-ms-mob/00022: Starting mobile
22:49:07.266903 run       osmo-ms-mob/00022(pid=157): Launched
22:49:07.279967 run                             mass: MS start registered  {at=6778652.983291046, delay=0.005651366896927357, ms=00022}
22:49:07.757936 run                osmo-ms-mob/00023: Starting mobile
22:49:07.794118 run       osmo-ms-mob/00023(pid=158): Launched
22:49:07.820488 run                             mass: MS start registered  {at=6778653.523771182, delay=0.009023747406899929, ms=00023}
22:49:08.152243 run                osmo-ms-mob/00024: Starting mobile
22:49:08.170776 run       osmo-ms-mob/00024(pid=159): Launched
22:49:08.180334 run                             mass: MS performed LU  {at=6778653.883684173, lu_delay=4.900235544890165, ms=00014}
22:49:08.188992 run                             mass: MS start registered  {at=6778653.892353005, delay=0.008697745390236378, ms=00024}
22:49:08.233623 run                             mass: MS performed LU  {at=6778653.936932924, lu_delay=6.155340737663209, ms=00012}
22:49:08.279371 run                             mass: MS performed LU  {at=6778653.982691521, lu_delay=5.63182735349983, ms=00013}
22:49:08.650850 run                osmo-ms-mob/00025: Starting mobile
22:49:08.667769 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.680921 run                             mass: MS start registered  {at=6778654.384257703, delay=0.005558440461754799, ms=00025}
22:49:09.051009 run                osmo-ms-mob/00026: Starting mobile
22:49:09.067822 run       osmo-ms-mob/00026(pid=161): Launched
22:49:09.081254 run                             mass: MS start registered  {at=6778654.784596, delay=0.004865332506597042, ms=00026}
22:49:09.450525 run                osmo-ms-mob/00027: Starting mobile
22:49:09.476846 run       osmo-ms-mob/00027(pid=162): Launched
22:49:09.490283 run                             mass: MS start registered  {at=6778655.193608607, delay=0.005974750965833664, ms=00027}
22:49:09.856126 run                osmo-ms-mob/00028: Starting mobile
22:49:09.885520 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.899740 run                             mass: MS start registered  {at=6778655.603076843, delay=0.00039144232869148254, ms=00028}
22:49:10.134768 run                             mass: MS performed LU  {at=6778655.838101372, lu_delay=5.254547041840851, ms=00017}
22:49:10.181593 run                             mass: MS performed LU  {at=6778655.884914568, lu_delay=5.807231278158724, ms=00016}
22:49:10.199691 run                osmo-ms-mob/00029: Starting mobile
22:49:10.215666 run       osmo-ms-mob/00029(pid=164): Launched
22:49:10.229065 run                             mass: MS start registered  {at=6778655.932387061, delay=0.005803694017231464, ms=00029}
22:49:10.250411 run                             mass: MS performed LU  {at=6778655.953740122, lu_delay=6.37309068068862, ms=00015}
22:49:10.287483 run                             mass: MS performed LU  {at=6778655.990805823, lu_delay=4.797762737609446, ms=00018}
22:49:10.653464 run                osmo-ms-mob/00030: Starting mobile
22:49:10.673136 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.690386 run                             mass: MS start registered  {at=6778656.393726829, delay=0.007806616835296154, ms=00030}
22:49:11.051015 run                osmo-ms-mob/00031: Starting mobile
22:49:11.068076 run       osmo-ms-mob/00031(pid=166): Launched
22:49:11.081720 run                             mass: MS start registered  {at=6778656.785065368, delay=0.005567789077758789, ms=00031}
22:49:11.351021 run                osmo-ms-mob/00032: Starting mobile
22:49:11.369133 run       osmo-ms-mob/00032(pid=167): Launched
22:49:11.382368 run                             mass: MS start registered  {at=6778657.085712211, delay=0.005546979606151581, ms=00032}
22:49:11.750435 run                osmo-ms-mob/00033: Starting mobile
22:49:11.767094 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.780732 run                             mass: MS start registered  {at=6778657.48398577, delay=0.005984661169350147, ms=00033}
22:49:11.916037 run                             mass: MS performed LU  {at=6778657.619364915, lu_delay=5.033751764334738, ms=00021}
22:49:11.998888 run                             mass: MS performed LU  {at=6778657.702220671, lu_delay=4.718929625116289, ms=00022}
22:49:12.049040 run                             mass: MS performed LU  {at=6778657.752359031, lu_delay=5.599853947758675, ms=00020}
22:49:12.067260 run                osmo-ms-mob/00034: Starting mobile
22:49:12.085375 run       osmo-ms-mob/00034(pid=169): Launched
22:49:12.099173 run                             mass: MS start registered  {at=6778657.802509609, delay=0.0058770133182406425, ms=00034}
22:49:12.188718 run                             mass: MS performed LU  {at=6778657.89204974, lu_delay=6.307716254144907, ms=00019}
22:49:12.450241 run                osmo-ms-mob/00035: Starting mobile
22:49:12.465949 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.479074 run                             mass: MS start registered  {at=6778658.18242198, delay=0.005447440780699253, ms=00035}
22:49:12.850246 run                osmo-ms-mob/00036: Starting mobile
22:49:12.865188 run       osmo-ms-mob/00036(pid=171): Launched
22:49:12.877811 run                             mass: MS start registered  {at=6778658.581143965, delay=0.005460512824356556, ms=00036}
22:49:13.285505 run                osmo-ms-mob/00037: Starting mobile
22:49:13.308411 run       osmo-ms-mob/00037(pid=172): Launched
22:49:13.322188 run                             mass: MS start registered  {at=6778659.025527999, delay=0.007215871475636959, ms=00037}
22:49:13.550259 run                osmo-ms-mob/00038: Starting mobile
22:49:13.565568 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.578708 run                             mass: MS start registered  {at=6778659.282051263, delay=0.005883971229195595, ms=00038}
22:49:13.850446 run                osmo-ms-mob/00039: Starting mobile
22:49:13.865777 run       osmo-ms-mob/00039(pid=174): Launched
22:49:13.878360 run                             mass: MS start registered  {at=6778659.581704867, delay=0.005366840399801731, ms=00039}
22:49:13.900473 run                             mass: MS performed LU  {at=6778659.603794301, lu_delay=5.219536597840488, ms=00025}
22:49:13.947147 run                             mass: MS performed LU  {at=6778659.65048342, lu_delay=6.126712238416076, ms=00023}
22:49:14.015752 run                             mass: MS performed LU  {at=6778659.719084304, lu_delay=5.826731299050152, ms=00024}
22:49:14.030576 run                osmo-ms-mob/00040: Starting mobile
22:49:14.046258 run       osmo-ms-mob/00040(pid=175): Launched
22:49:14.054755 run                             mass: MS performed LU  {at=6778659.758097343, lu_delay=4.973501343280077, ms=00026}
22:49:14.062967 run                             mass: MS start registered  {at=6778659.766331077, delay=0.008268902078270912, ms=00040}
22:49:14.325401 run                             mass: MS performed LU  {at=6778660.028733831, lu_delay=4.835125223733485, ms=00027}
22:49:14.338620 run                osmo-ms-mob/00041: Starting mobile
22:49:14.354593 run       osmo-ms-mob/00041(pid=176): Launched
22:49:14.372746 run                             mass: MS start registered  {at=6778660.076064489, delay=0.009178581647574902, ms=00041}
22:49:14.852780 run                osmo-ms-mob/00042: Starting mobile
22:49:14.867278 run       osmo-ms-mob/00042(pid=177): Launched
22:49:14.880217 run                             mass: MS start registered  {at=6778660.583563873, delay=0.005870274268090725, ms=00042}
22:49:15.250497 run                osmo-ms-mob/00043: Starting mobile
22:49:15.266622 run       osmo-ms-mob/00043(pid=178): Launched
22:49:15.283186 run                             mass: MS start registered  {at=6778660.986521616, delay=0.00894673727452755, ms=00043}
22:49:15.550257 run                osmo-ms-mob/00044: Starting mobile
22:49:15.566488 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.582117 run                             mass: MS start registered  {at=6778661.285457211, delay=0.006335407495498657, ms=00044}
22:49:15.681970 run                             mass: MS performed LU  {at=6778661.385302419, lu_delay=5.452915357425809, ms=00029}
22:49:15.764670 run                             mass: MS performed LU  {at=6778661.467968828, lu_delay=5.07424199860543, ms=00030}
22:49:15.781062 run                osmo-ms-mob/00045: Starting mobile
22:49:15.797825 run       osmo-ms-mob/00045(pid=180): Launched
22:49:15.811439 run                             mass: MS start registered  {at=6778661.514759398, delay=0.005750400945544243, ms=00045}
22:49:15.819317 run                             mass: MS performed LU  {at=6778661.52266793, lu_delay=5.919591087847948, ms=00028}
22:49:15.954685 run                             mass: MS performed LU  {at=6778661.658016115, lu_delay=4.8729507476091385, ms=00031}
22:49:15.968844 run                osmo-ms-mob/00046: Starting mobile
22:49:15.986565 run       osmo-ms-mob/00046(pid=181): Launched
22:49:16.000303 run                             mass: MS start registered  {at=6778661.703621524, delay=0.005784310400485992, ms=00046}
22:49:16.450240 run                osmo-ms-mob/00047: Starting mobile
22:49:16.465044 run       osmo-ms-mob/00047(pid=182): Launched
22:49:16.477642 run                             mass: MS start registered  {at=6778662.180989344, delay=0.005029362626373768, ms=00047}
22:49:16.749539 run                osmo-ms-mob/00048: Starting mobile
22:49:16.764441 run       osmo-ms-mob/00048(pid=183): Launched
22:49:16.780188 run                             mass: MS start registered  {at=6778662.483531083, delay=0.008337177336215973, ms=00048}
22:49:17.049694 run                osmo-ms-mob/00049: Starting mobile
22:49:17.064451 run       osmo-ms-mob/00049(pid=184): Launched
22:49:17.076605 run                             mass: MS start registered  {at=6778662.779943499, delay=0.0053337449207901955, ms=00049}
22:49:17.350184 run                osmo-ms-mob/00050: Starting mobile
22:49:17.363457 run       osmo-ms-mob/00050(pid=185): Launched
22:49:17.375042 run                             mass: MS start registered  {at=6778663.078397049, delay=0.004709209315478802, ms=00050}
22:49:17.665907 run                             mass: MS performed LU  {at=6778663.369225418, lu_delay=5.186803437769413, ms=00035}
22:49:17.680541 run                osmo-ms-mob/00051: Starting mobile
22:49:17.697168 run       osmo-ms-mob/00051(pid=186): Launched
22:49:17.710409 run                             mass: MS start registered  {at=6778663.413739785, delay=0.0054513802751898766, ms=00051}
22:49:17.719418 run                             mass: MS performed LU  {at=6778663.422771803, lu_delay=4.841627838090062, ms=00036}
22:49:17.781405 run                             mass: MS performed LU  {at=6778663.484739005, lu_delay=5.682229395955801, ms=00034}
22:49:17.795625 run                osmo-ms-mob/00052: Starting mobile
22:49:17.812646 run       osmo-ms-mob/00052(pid=187): Launched
22:49:17.820438 run                             mass: MS performed LU  {at=6778663.523791854, lu_delay=6.438079643063247, ms=00032}
22:49:17.830082 run                             mass: MS start registered  {at=6778663.53343253, delay=0.009663688950240612, ms=00052}
22:49:17.855633 run                             mass: MS performed LU  {at=6778663.558971883, lu_delay=6.074986113235354, ms=00033}
22:49:17.868925 run                osmo-ms-mob/00053: Starting mobile
22:49:17.885013 run       osmo-ms-mob/00053(pid=188): Launched
22:49:17.898187 run                             mass: MS start registered  {at=6778663.601527158, delay=0.005634359084069729, ms=00053}
22:49:18.109781 run                             mass: MS performed LU  {at=6778663.813103261, lu_delay=4.787575262598693, ms=00037}
22:49:18.650503 run                osmo-ms-mob/00054: Starting mobile
22:49:18.665890 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.678626 run                             mass: MS start registered  {at=6778664.381966139, delay=0.0057794395834207535, ms=00054}
22:49:18.950383 run                osmo-ms-mob/00055: Starting mobile
22:49:18.969209 run       osmo-ms-mob/00055(pid=190): Launched
22:49:18.983147 run                             mass: MS start registered  {at=6778664.686490486, delay=0.00014770962297916412, ms=00055}
22:49:19.252383 run                osmo-ms-mob/00056: Starting mobile
22:49:19.270683 run       osmo-ms-mob/00056(pid=191): Launched
22:49:19.284713 run                             mass: MS start registered  {at=6778664.988050952, delay=0.005638366565108299, ms=00056}
22:49:19.551087 run                osmo-ms-mob/00057: Starting mobile
22:49:19.568319 run       osmo-ms-mob/00057(pid=192): Launched
22:49:19.577291 run                             mass: MS performed LU  {at=6778665.28063411, lu_delay=5.5143030332401395, ms=00040}
22:49:19.585414 run                             mass: MS start registered  {at=6778665.288775006, delay=0.009402798488736153, ms=00057}
22:49:19.683043 run                             mass: MS performed LU  {at=6778665.386375133, lu_delay=5.310310644097626, ms=00041}
22:49:19.720274 run                             mass: MS performed LU  {at=6778665.423584574, lu_delay=5.841879706829786, ms=00039}
22:49:19.740555 run                osmo-ms-mob/00058: Starting mobile
22:49:19.758118 run       osmo-ms-mob/00058(pid=193): Launched
22:49:19.767637 run                             mass: MS performed LU  {at=6778665.47098718, lu_delay=4.88742330763489, ms=00042}
22:49:19.775773 run                             mass: MS performed LU  {at=6778665.479132487, lu_delay=6.197081224061549, ms=00038}
22:49:19.783926 run                             mass: MS start registered  {at=6778665.487286869, delay=0.016325016506016254, ms=00058}
22:49:19.798635 run                osmo-ms-mob/00059: Starting mobile
22:49:19.816668 run       osmo-ms-mob/00059(pid=194): Launched
22:49:19.831872 run                             mass: MS start registered  {at=6778665.53518736, delay=0.0069695161655545235, ms=00059}
22:49:20.550281 run                osmo-ms-mob/00060: Starting mobile
22:49:20.567596 run       osmo-ms-mob/00060(pid=195): Launched
22:49:20.585416 run                             mass: MS start registered  {at=6778666.288729484, delay=0.009348643943667412, ms=00060}
22:49:20.950709 run                osmo-ms-mob/00061: Starting mobile
22:49:20.968049 run       osmo-ms-mob/00061(pid=196): Launched
22:49:20.992615 run                             mass: MS start registered  {at=6778666.695918299, delay=0.015038874931633472, ms=00061}
22:49:21.250264 run                osmo-ms-mob/00062: Starting mobile
22:49:21.264986 run       osmo-ms-mob/00062(pid=197): Launched
22:49:21.277288 run                             mass: MS start registered  {at=6778666.98063567, delay=0.005035698413848877, ms=00062}
22:49:21.311754 run                             mass: MS performed LU  {at=6778667.015083603, lu_delay=5.729626392014325, ms=00044}
22:49:21.349066 run                             mass: MS performed LU  {at=6778667.052389508, lu_delay=5.537630110047758, ms=00045}
22:49:21.363848 run                osmo-ms-mob/00063: Starting mobile
22:49:21.394392 run       osmo-ms-mob/00063(pid=198): Launched
22:49:21.412953 run                             mass: MS start registered  {at=6778667.116279522, delay=0.0030212746933102608, ms=00063}
22:49:21.432440 run                             mass: MS performed LU  {at=6778667.1357618, lu_delay=5.432140275835991, ms=00046}
22:49:21.621986 run                             mass: MS performed LU  {at=6778667.325315851, lu_delay=4.84178476780653, ms=00048}
22:49:21.640166 run                             mass: MS performed LU  {at=6778667.343516914, lu_delay=5.16252757050097, ms=00047}
22:49:21.654731 run                osmo-ms-mob/00064: Starting mobile
22:49:21.676810 run       osmo-ms-mob/00064(pid=199): Launched
22:49:21.698743 run                             mass: MS start registered  {at=6778667.402070148, delay=0.007058844901621342, ms=00064}
22:49:21.912206 run                             mass: MS performed LU  {at=6778667.615524311, lu_delay=4.835580811835825, ms=00049}
22:49:22.352801 run                osmo-ms-mob/00065: Starting mobile
22:49:22.369581 run       osmo-ms-mob/00065(pid=200): Launched
22:49:22.382790 run                             mass: MS start registered  {at=6778668.086099983, delay=0.005644461140036583, ms=00065}
22:49:22.401293 run                             mass: MS performed LU  {at=6778668.104637357, lu_delay=7.118115741759539, ms=00043}
22:49:22.525837 run                             mass: MS performed LU  {at=6778668.229172868, lu_delay=3.8472067285329103, ms=00054}
22:49:22.537420 run                osmo-ms-mob/00066: Starting mobile
22:49:22.551972 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.564332 run                             mass: MS start registered  {at=6778668.267665505, delay=0.005672430619597435, ms=00066}
22:49:23.049957 run                osmo-ms-mob/00067: Starting mobile
22:49:23.064012 run       osmo-ms-mob/00067(pid=202): Launched
22:49:23.076467 run                             mass: MS start registered  {at=6778668.779808548, delay=0.005741899833083153, ms=00067}
22:49:23.214256 run                             mass: MS performed LU  {at=6778668.917558362, lu_delay=5.384125831536949, ms=00052}
22:49:23.250424 run                             mass: MS performed LU  {at=6778668.953768595, lu_delay=5.87537154648453, ms=00050}
22:49:23.263740 run                osmo-ms-mob/00068: Starting mobile
22:49:23.280492 run       osmo-ms-mob/00068(pid=203): Launched
22:49:23.296574 run                             mass: MS start registered  {at=6778668.999889927, delay=0.008263061754405499, ms=00068}
22:49:23.304205 run                             mass: MS performed LU  {at=6778669.007561015, lu_delay=5.593821230344474, ms=00051}
22:49:23.750463 run                osmo-ms-mob/00069: Starting mobile
22:49:23.765963 run       osmo-ms-mob/00069(pid=204): Launched
22:49:23.779529 run                             mass: MS start registered  {at=6778669.482870272, delay=0.005923500284552574, ms=00069}
22:49:24.150794 run                osmo-ms-mob/00070: Starting mobile
22:49:24.168226 run       osmo-ms-mob/00070(pid=205): Launched
22:49:24.183915 run                             mass: MS start registered  {at=6778669.887249212, delay=0.007317559793591499, ms=00070}
22:49:24.550614 run                osmo-ms-mob/00071: Starting mobile
22:49:24.567238 run       osmo-ms-mob/00071(pid=206): Launched
22:49:24.580688 run                             mass: MS start registered  {at=6778670.284030061, delay=0.005851759575307369, ms=00071}
22:49:24.951230 run                osmo-ms-mob/00072: Starting mobile
22:49:24.967828 run       osmo-ms-mob/00072(pid=207): Launched
22:49:24.985379 run                             mass: MS start registered  {at=6778670.68871395, delay=0.009695077314972878, ms=00072}
22:49:25.078283 run                             mass: MS performed LU  {at=6778670.781599882, lu_delay=5.294313012622297, ms=00058}
22:49:25.114869 run                             mass: MS performed LU  {at=6778670.818196733, lu_delay=5.830145780928433, ms=00056}
22:49:25.198340 run                             mass: MS performed LU  {at=6778670.90166921, lu_delay=5.36648184992373, ms=00059}
22:49:25.213721 run                osmo-ms-mob/00073: Starting mobile
22:49:25.242658 run       osmo-ms-mob/00073(pid=208): Launched
22:49:25.257058 run                             mass: MS start registered  {at=6778670.960394344, delay=0.004896128550171852, ms=00073}
22:49:25.406115 run                             mass: MS performed LU  {at=6778671.10944657, lu_delay=6.4229560839012265, ms=00055}
22:49:25.443020 run                             mass: MS performed LU  {at=6778671.14635499, lu_delay=4.857625505886972, ms=00060}
22:49:25.751979 run                osmo-ms-mob/00074: Starting mobile
22:49:25.769354 run       osmo-ms-mob/00074(pid=209): Launched
22:49:25.782627 run                             mass: MS start registered  {at=6778671.48597504, delay=0.005508352071046829, ms=00074}
22:49:26.151653 run                osmo-ms-mob/00075: Starting mobile
22:49:26.170243 run       osmo-ms-mob/00075(pid=210): Launched
22:49:26.185842 run                             mass: MS start registered  {at=6778671.889141552, delay=0.006936431862413883, ms=00075}
22:49:26.342502 run                             mass: MS performed LU  {at=6778672.045827615, lu_delay=5.349909315817058, ms=00061}
22:49:26.352034 run                             mass: MS performed LU  {at=6778672.055395564, lu_delay=3.787730058655143, ms=00066}
22:49:26.650838 run                osmo-ms-mob/00076: Starting mobile
22:49:26.667162 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.680281 run                             mass: MS start registered  {at=6778672.383617897, delay=0.0055188145488500595, ms=00076}
22:49:26.979097 run                             mass: MS performed LU  {at=6778672.682434732, lu_delay=5.2803645841777325, ms=00064}
22:49:26.991491 run                osmo-ms-mob/00077: Starting mobile
22:49:27.006269 run       osmo-ms-mob/00077(pid=212): Launched
22:49:27.018526 run                             mass: MS start registered  {at=6778672.721861173, delay=0.005626067519187927, ms=00077}
22:49:27.062569 run                             mass: MS performed LU  {at=6778672.765900648, lu_delay=5.649621126241982, ms=00063}
22:49:27.108996 run                             mass: MS performed LU  {at=6778672.812330626, lu_delay=5.831694955937564, ms=00062}
22:49:27.252175 run                             mass: MS performed LU  {at=6778672.955509998, lu_delay=4.86941001471132, ms=00065}
22:49:27.551119 run                osmo-ms-mob/00078: Starting mobile
22:49:27.569448 run       osmo-ms-mob/00078(pid=213): Launched
22:49:27.582458 run                             mass: MS start registered  {at=6778673.285798311, delay=0.005726582370698452, ms=00078}
22:49:27.949588 run                osmo-ms-mob/00079: Starting mobile
22:49:27.963966 run       osmo-ms-mob/00079(pid=214): Launched
22:49:27.976574 run                             mass: MS start registered  {at=6778673.679889493, delay=0.006220896728336811, ms=00079}
22:49:28.458034 run                osmo-ms-mob/00080: Starting mobile
22:49:28.492788 run       osmo-ms-mob/00080(pid=215): Launched
22:49:28.515932 run                             mass: MS start registered  {at=6778674.219252655, delay=0.0066693490371108055, ms=00080}
22:49:28.954605 run                osmo-ms-mob/00081: Starting mobile
22:49:28.972229 run       osmo-ms-mob/00081(pid=216): Launched
22:49:28.985639 run                             mass: MS performed LU  {at=6778674.688982885, lu_delay=4.404952824115753, ms=00071}
22:49:28.996888 run                             mass: MS start registered  {at=6778674.700251333, delay=0.011300861835479736, ms=00081}
22:49:29.010080 run                             mass: MS performed LU  {at=6778674.713415086, lu_delay=4.826165874488652, ms=00070}
22:49:29.078940 run                             mass: MS performed LU  {at=6778674.782270549, lu_delay=5.299400276504457, ms=00069}
22:49:29.100805 run                osmo-ms-mob/00082: Starting mobile
22:49:29.117546 run       osmo-ms-mob/00082(pid=217): Launched
22:49:29.126397 run                             mass: MS performed LU  {at=6778674.829749424, lu_delay=5.829859497025609, ms=00068}
22:49:29.135616 run                             mass: MS start registered  {at=6778674.838963487, delay=0.009239775128662586, ms=00082}
22:49:29.949975 run                osmo-ms-mob/00083: Starting mobile
22:49:29.964962 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.977546 run                             mass: MS start registered  {at=6778675.68088323, delay=0.005758865736424923, ms=00083}
22:49:30.451169 run                osmo-ms-mob/00084: Starting mobile
22:49:30.468101 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.481880 run                             mass: MS start registered  {at=6778676.185205948, delay=0.005886095575988293, ms=00084}
22:49:30.745618 run                             mass: MS performed LU  {at=6778676.448953448, lu_delay=5.760239497758448, ms=00072}
22:49:30.828424 run                             mass: MS performed LU  {at=6778676.531754763, lu_delay=5.571360418573022, ms=00073}
22:49:30.841146 run                osmo-ms-mob/00085: Starting mobile
22:49:30.856601 run       osmo-ms-mob/00085(pid=220): Launched
22:49:30.869628 run                             mass: MS start registered  {at=6778676.572973142, delay=0.00397589523345232, ms=00085}
22:49:30.877475 run                             mass: MS performed LU  {at=6778676.580829747, lu_delay=5.094854706898332, ms=00074}
22:49:31.017836 run                             mass: MS performed LU  {at=6778676.721167819, lu_delay=4.832026266492903, ms=00075}
22:49:31.556121 run                osmo-ms-mob/00086: Starting mobile
22:49:31.574182 run       osmo-ms-mob/00086(pid=221): Launched
22:49:31.624096 run                             mass: MS start registered  {at=6778677.327411076, delay=0.03718758374452591, ms=00086}
22:49:32.152024 run                osmo-ms-mob/00087: Starting mobile
22:49:32.172783 run       osmo-ms-mob/00087(pid=222): Launched
22:49:32.188205 run                             mass: MS start registered  {at=6778677.89154592, delay=3.800541162490845e-05, ms=00087}
22:49:32.729633 run                             mass: MS performed LU  {at=6778678.432958823, lu_delay=4.753069330006838, ms=00079}
22:49:32.741415 run                osmo-ms-mob/00088: Starting mobile
22:49:32.755118 run       osmo-ms-mob/00088(pid=223): Launched
22:49:32.766519 run                             mass: MS start registered  {at=6778678.469867883, delay=0.005053829401731491, ms=00088}
22:49:32.775433 run                             mass: MS performed LU  {at=6778678.478779694, lu_delay=5.756918520666659, ms=00077}
22:49:32.844697 run                             mass: MS performed LU  {at=6778678.548026208, lu_delay=5.262227896600962, ms=00078}
22:49:32.881856 run                             mass: MS performed LU  {at=6778678.585182615, lu_delay=6.201564718037844, ms=00076}
22:49:33.350118 run                osmo-ms-mob/00089: Starting mobile
22:49:33.364086 run       osmo-ms-mob/00089(pid=224): Launched
22:49:33.376426 run                             mass: MS start registered  {at=6778679.079770424, delay=0.005881288088858128, ms=00089}
22:49:33.981997 run                osmo-ms-mob/00090: Starting mobile
22:49:33.995798 run       osmo-ms-mob/00090(pid=225): Launched
22:49:34.007066 run                             mass: MS start registered  {at=6778679.710406374, delay=0.0048891399055719376, ms=00090}
22:49:34.511242 run                             mass: MS performed LU  {at=6778680.214568065, lu_delay=5.514316731132567, ms=00081}
22:49:34.595050 run                             mass: MS performed LU  {at=6778680.298383111, lu_delay=5.459419623948634, ms=00082}
22:49:34.607304 run                osmo-ms-mob/00091: Starting mobile
22:49:34.621184 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.633353 run                             mass: MS start registered  {at=6778680.336687427, delay=0.005873068235814571, ms=00091}
22:49:34.640737 run                             mass: MS performed LU  {at=6778680.344064449, lu_delay=6.124811793677509, ms=00080}
22:49:35.018708 run                             mass: MS performed LU  {at=6778680.722022529, lu_delay=5.0411392990499735, ms=00083}
22:49:35.350468 run                osmo-ms-mob/00092: Starting mobile
22:49:35.364076 run       osmo-ms-mob/00092(pid=227): Launched
22:49:35.375796 run                             mass: MS start registered  {at=6778681.079145068, delay=0.0052214208990335464, ms=00092}
22:49:36.151794 run                osmo-ms-mob/00093: Starting mobile
22:49:36.165827 run       osmo-ms-mob/00093(pid=228): Launched
22:49:36.179638 run                             mass: MS start registered  {at=6778681.882976732, delay=0.006982496008276939, ms=00093}
22:49:36.496040 run                             mass: MS performed LU  {at=6778682.199373853, lu_delay=4.871962777338922, ms=00086}
22:49:36.541669 run                             mass: MS performed LU  {at=6778682.245005559, lu_delay=5.672032416798174, ms=00085}
22:49:36.611420 run                             mass: MS performed LU  {at=6778682.314745323, lu_delay=6.129539375193417, ms=00084}
22:49:37.050222 run                osmo-ms-mob/00094: Starting mobile
22:49:37.063691 run       osmo-ms-mob/00094(pid=229): Launched
22:49:37.074891 run                             mass: MS start registered  {at=6778682.778240906, delay=0.004780463874340057, ms=00094}
22:49:37.962609 run                osmo-ms-mob/00095: Starting mobile
22:49:37.975614 run       osmo-ms-mob/00095(pid=230): Launched
22:49:37.986995 run                             mass: MS start registered  {at=6778683.690343358, delay=0.005044189281761646, ms=00095}
22:49:38.277173 run                             mass: MS performed LU  {at=6778683.980507462, lu_delay=6.088961542584002, ms=00087}
22:49:38.360522 run                             mass: MS performed LU  {at=6778684.063829977, lu_delay=4.984059552662075, ms=00089}
22:49:38.405970 run                             mass: MS performed LU  {at=6778684.109304163, lu_delay=5.639436279423535, ms=00088}
22:49:38.949689 run                osmo-ms-mob/00096: Starting mobile
22:49:38.963426 run       osmo-ms-mob/00096(pid=231): Launched
22:49:38.975357 run                             mass: MS start registered  {at=6778684.67868705, delay=0.005231082439422607, ms=00096}
22:49:40.058813 run                osmo-ms-mob/00097: Starting mobile
22:49:40.072581 run       osmo-ms-mob/00097(pid=232): Launched
22:49:40.083926 run                             mass: MS start registered  {at=6778685.787273841, delay=0.005121295340359211, ms=00097}
22:49:40.778072 run                             mass: MS performed LU  {at=6778686.48138911, lu_delay=6.770982735790312, ms=00090}
22:49:40.850901 run                             mass: MS performed LU  {at=6778686.554227249, lu_delay=5.475082180462778, ms=00092}
22:49:40.884037 run                             mass: MS performed LU  {at=6778686.587384471, lu_delay=22.985857312567532, ms=00053}
22:49:40.967810 run                             mass: MS performed LU  {at=6778686.671145889, lu_delay=6.33445846196264, ms=00091}
22:49:41.370400 run                osmo-ms-mob/00098: Starting mobile
22:49:41.383923 run       osmo-ms-mob/00098(pid=233): Launched
22:49:41.395234 run                             mass: MS start registered  {at=6778687.098576051, delay=0.005290679633617401, ms=00098}
22:49:42.278457 run                             mass: MS performed LU  {at=6778687.981793368, lu_delay=22.69301836192608, ms=00057}
22:49:42.361319 run                             mass: MS performed LU  {at=6778688.064565061, lu_delay=5.2863241545856, ms=00094}
22:49:42.407522 run                             mass: MS performed LU  {at=6778688.11086734, lu_delay=6.2278906079009175, ms=00093}
22:49:43.151644 run                osmo-ms-mob/00099: Starting mobile
22:49:43.165564 run       osmo-ms-mob/00099(pid=234): Launched
22:49:43.171815 run                             mass: All started... {duration=55.72840635664761, too_slow=0}
22:49:43.178230 run                             mass: MS start registered  {at=6778688.881588471, delay=0.006408223882317543, ms=00099}
22:49:44.026929 run                             mass: MS performed LU  {at=6778689.730253621, lu_delay=5.051566570997238, ms=00096}
22:49:44.073152 run                             mass: MS performed LU  {at=6778689.776500967, lu_delay=6.086157609708607, ms=00095}
22:49:45.892180 run                             mass: MS performed LU  {at=6778691.59549958, lu_delay=5.808225738815963, ms=00097}
22:49:46.261134 run                             mass: MS performed LU  {at=6778691.96446839, lu_delay=4.865892338566482, ms=00098}
22:49:46.409002 run                             mass: MS performed LU  {at=6778692.112334559, lu_delay=23.33252601046115, ms=00067}
22:49:48.028661 run                             mass: MS performed LU  {at=6778693.731990254, lu_delay=4.850401782430708, ms=00099}
22:49:48.035045 run                             mass: Tests done {all_completed=True, max=23.33252601046115, min=3.787730058655143}
22:49:48.040657 tst         register_default_mass.py: Test passed (85.1 sec)
22:49:48.046195 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.049643 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.053064 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.056463 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.059872 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.063294 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.066722 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.070137 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.073557 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:48.077002 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:48.080410 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:48.083821 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:48.087213 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:48.090637 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:48.094060 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:48.097483 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:48.100921 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:48.104394 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:48.107955 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.111444 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.114902 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.118404 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:48.121891 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:48.125361 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:48.128801 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:48.132214 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:48.135635 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:48.139080 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:48.142501 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:48.145925 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:48.149341 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:48.153346 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:48.157002 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:48.160450 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:48.163878 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:48.167304 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:48.170735 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:48.174463 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:48.177930 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:48.181389 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:48.186318 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:48.190068 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:48.193855 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:48.197369 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:48.201395 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:48.204873 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:48.208279 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:48.211777 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:48.215261 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:48.220738 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:48.227682 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:48.231760 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:48.235279 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.238704 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.242112 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.245554 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.249029 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.252468 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.255923 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.259357 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.263595 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.267050 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.270465 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.273904 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.277349 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.280887 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.284310 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.287743 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.291209 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.294795 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.298384 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.301866 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.305425 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.309280 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.312829 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.316291 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.319747 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.323204 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.326651 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.330116 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.333597 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.337085 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.340996 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.344467 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.347925 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.351349 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.354780 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.358226 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.361668 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.365101 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.368535 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.371992 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.375427 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.378890 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.382331 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.385945 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.389581 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.393144 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.396706 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.400501 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.404050 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.407794 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.411348 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.414944 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.418502 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.422022 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.425545 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.429260 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.432907 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.436446 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.439938 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.443424 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.446981 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.450645 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.454456 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.458059 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.461914 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.465859 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.469873 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.473907 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.477936 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.481950 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.485966 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.489999 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.494034 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.498069 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.502090 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.506112 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.509972 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.513808 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.517630 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.521462 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.525298 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.529118 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.532946 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.536776 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.540593 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.544415 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.548230 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.552035 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.555859 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.559681 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.563531 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.567375 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.571205 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.574972 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.578706 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.582453 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.586135 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.589704 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.593267 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.596848 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.600398 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.603960 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.607531 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.611175 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.614932 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.618666 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.622393 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.626134 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.629856 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.633603 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.637339 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.641089 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.644806 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.648544 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.652260 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.655976 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.659693 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.663314 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.667013 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.670744 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.674480 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.678187 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.681779 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.685521 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.689166 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.692850 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.696585 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.700334 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.704131 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.708077 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.712052 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.716084 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.720121 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.724164 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.728212 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.732246 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.736291 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.740353 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.744414 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.748502 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.752665 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.756807 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.760962 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.765109 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.769243 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.773411 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.785024 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.788947 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.792916 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.796962 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.800993 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.805033 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.809060 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.813100 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.817132 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.821172 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.825211 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.829294 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.833438 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.837603 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.841777 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.845942 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.847803 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.852388 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.854254 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.858803 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.860675 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.865269 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.867118 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.872026 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.873897 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.878546 ---      ParallelTerminationStrategy: PID 27 died...
22:49:48.880429 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.885078 ---      ParallelTerminationStrategy: PID 28 died...
22:49:48.886972 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.891617 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.893523 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.898280 ---      ParallelTerminationStrategy: PID 30 died...
22:49:48.900187 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.904875 ---      ParallelTerminationStrategy: PID 31 died...
22:49:48.906755 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.911425 ---      ParallelTerminationStrategy: PID 32 died...
22:49:48.913320 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.917950 ---      ParallelTerminationStrategy: PID 33 died...
22:49:48.919822 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.924472 ---      ParallelTerminationStrategy: PID 35 died...
22:49:48.926374 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.931087 ---      ParallelTerminationStrategy: PID 36 died...
22:49:48.933004 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.937641 ---      ParallelTerminationStrategy: PID 37 died...
22:49:48.939519 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.944190 ---      ParallelTerminationStrategy: PID 38 died...
22:49:48.946053 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.950673 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.952531 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.957114 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.958884 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.963275 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.965042 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.969429 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.971219 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.975565 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.977336 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.981695 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.983458 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.987828 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.989595 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.993972 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.995733 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:49.000079 ---      ParallelTerminationStrategy: PID 47 died...
22:49:49.001850 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:49.006223 ---      ParallelTerminationStrategy: PID 48 died...
22:49:49.007979 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:49.012343 ---      ParallelTerminationStrategy: PID 49 died...
22:49:49.014122 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:49.018486 ---      ParallelTerminationStrategy: PID 50 died...
22:49:49.020242 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:49.024612 ---      ParallelTerminationStrategy: PID 51 died...
22:49:49.026393 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:49.030723 ---      ParallelTerminationStrategy: PID 52 died...
22:49:49.032400 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:49.036651 ---      ParallelTerminationStrategy: PID 53 died...
22:49:49.038375 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:49.042606 ---      ParallelTerminationStrategy: PID 54 died...
22:49:49.044317 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:49.048555 ---      ParallelTerminationStrategy: PID 55 died...
22:49:49.050338 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:49.054587 ---      ParallelTerminationStrategy: PID 56 died...
22:49:49.056300 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:49.060565 ---      ParallelTerminationStrategy: PID 57 died...
22:49:49.062292 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:49.066521 ---      ParallelTerminationStrategy: PID 58 died...
22:49:49.068239 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:49.072468 ---      ParallelTerminationStrategy: PID 59 died...
22:49:49.074207 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:49.078471 ---      ParallelTerminationStrategy: PID 60 died...
22:49:49.080189 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:49.084669 ---      ParallelTerminationStrategy: PID 61 died...
22:49:49.086436 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:49.090740 ---      ParallelTerminationStrategy: PID 62 died...
22:49:49.092507 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:49.096876 ---      ParallelTerminationStrategy: PID 63 died...
22:49:49.098640 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:49.102957 ---      ParallelTerminationStrategy: PID 64 died...
22:49:49.104729 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:49.109087 ---      ParallelTerminationStrategy: PID 65 died...
22:49:49.110862 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:49.115266 ---      ParallelTerminationStrategy: PID 66 died...
22:49:49.117055 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:49.121420 ---      ParallelTerminationStrategy: PID 67 died...
22:49:49.123216 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:49.127630 ---      ParallelTerminationStrategy: PID 68 died...
22:49:49.129454 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:49.133879 ---      ParallelTerminationStrategy: PID 69 died...
22:49:49.135692 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:49.140093 ---      ParallelTerminationStrategy: PID 70 died...
22:49:49.141889 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:49.146282 ---      ParallelTerminationStrategy: PID 71 died...
22:49:49.148079 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:49.152519 ---      ParallelTerminationStrategy: PID 72 died...
22:49:49.154459 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:49.158933 ---      ParallelTerminationStrategy: PID 73 died...
22:49:49.160710 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:49.165113 ---      ParallelTerminationStrategy: PID 74 died...
22:49:49.166882 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:49.171294 ---      ParallelTerminationStrategy: PID 75 died...
22:49:49.173087 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:49.177444 ---      ParallelTerminationStrategy: PID 76 died...
22:49:49.179191 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:49.183531 ---      ParallelTerminationStrategy: PID 77 died...
22:49:49.185314 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:49.189657 ---      ParallelTerminationStrategy: PID 78 died...
22:49:49.191395 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:49.195787 ---      ParallelTerminationStrategy: PID 79 died...
22:49:49.197547 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:49.201898 ---      ParallelTerminationStrategy: PID 80 died...
22:49:49.203681 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:49.208104 ---      ParallelTerminationStrategy: PID 81 died...
22:49:49.209893 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:49.214243 ---      ParallelTerminationStrategy: PID 82 died...
22:49:49.215994 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:49.220411 ---      ParallelTerminationStrategy: PID 83 died...
22:49:49.222225 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:49.226689 ---      ParallelTerminationStrategy: PID 84 died...
22:49:49.228454 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:49.232862 ---      ParallelTerminationStrategy: PID 85 died...
22:49:49.234639 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:49.239142 ---      ParallelTerminationStrategy: PID 86 died...
22:49:49.240988 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.245526 ---      ParallelTerminationStrategy: PID 87 died...
22:49:49.247361 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.251966 ---      ParallelTerminationStrategy: PID 88 died...
22:49:49.253768 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.258167 ---      ParallelTerminationStrategy: PID 89 died...
22:49:49.259959 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.264302 ---      ParallelTerminationStrategy: PID 90 died...
22:49:49.266034 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.270372 ---      ParallelTerminationStrategy: PID 91 died...
22:49:49.272120 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:49.276424 ---      ParallelTerminationStrategy: PID 92 died...
22:49:49.278158 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:49.282502 ---      ParallelTerminationStrategy: PID 93 died...
22:49:49.284283 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:49.288694 ---      ParallelTerminationStrategy: PID 94 died...
22:49:49.290468 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:49.294866 ---      ParallelTerminationStrategy: PID 95 died...
22:49:49.296640 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:49.301136 ---      ParallelTerminationStrategy: PID 96 died...
22:49:49.302988 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:49.307520 ---      ParallelTerminationStrategy: PID 97 died...
22:49:49.309341 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:49.313723 ---      ParallelTerminationStrategy: PID 98 died...
22:49:49.315512 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:49.319938 ---      ParallelTerminationStrategy: PID 99 died...
22:49:49.321736 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:49.326087 ---      ParallelTerminationStrategy: PID 100 died...
22:49:49.327813 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:49.332156 ---      ParallelTerminationStrategy: PID 101 died...
22:49:49.333980 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:49.338473 ---      ParallelTerminationStrategy: PID 102 died...
22:49:49.340256 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.344606 ---      ParallelTerminationStrategy: PID 103 died...
22:49:49.346368 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.350713 ---      ParallelTerminationStrategy: PID 104 died...
22:49:49.352469 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.356834 ---      ParallelTerminationStrategy: PID 105 died...
22:49:49.358599 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.362998 ---      ParallelTerminationStrategy: PID 106 died...
22:49:49.364774 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.369125 ---      ParallelTerminationStrategy: PID 107 died...
22:49:49.370877 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.375259 ---      ParallelTerminationStrategy: PID 108 died...
22:49:49.377019 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.381390 ---      ParallelTerminationStrategy: PID 109 died...
22:49:49.383118 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.387483 ---      ParallelTerminationStrategy: PID 110 died...
22:49:49.389243 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.393776 ---      ParallelTerminationStrategy: PID 111 died...
22:49:49.395556 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.400046 ---      ParallelTerminationStrategy: PID 112 died...
22:49:49.401868 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.406352 ---      ParallelTerminationStrategy: PID 113 died...
22:49:49.408241 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.412776 ---      ParallelTerminationStrategy: PID 114 died...
22:49:49.414580 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.419158 ---      ParallelTerminationStrategy: PID 115 died...
22:49:49.420988 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.425517 ---      ParallelTerminationStrategy: PID 116 died...
22:49:49.427559 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.432223 ---      ParallelTerminationStrategy: PID 117 died...
22:49:49.434086 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.438759 ---      ParallelTerminationStrategy: PID 118 died...
22:49:49.440620 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.445196 ---      ParallelTerminationStrategy: PID 119 died...
22:49:49.447077 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.451575 ---      ParallelTerminationStrategy: PID 120 died...
22:49:49.453383 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.457784 ---      ParallelTerminationStrategy: PID 121 died...
22:49:49.459547 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.463904 ---      ParallelTerminationStrategy: PID 122 died...
22:49:49.465631 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.469882 ---      ParallelTerminationStrategy: PID 123 died...
22:49:49.471601 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.475843 ---      ParallelTerminationStrategy: PID 124 died...
22:49:49.477556 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.481824 ---      ParallelTerminationStrategy: PID 125 died...
22:49:49.483551 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.487804 ---      ParallelTerminationStrategy: PID 126 died...
22:49:49.489517 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.493760 ---      ParallelTerminationStrategy: PID 127 died...
22:49:49.495476 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.499724 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.501463 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.505707 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.507433 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.511633 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.513343 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.517477 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.519146 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.523254 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.524920 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.529135 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.530843 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.535072 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.536809 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.541062 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.542801 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.547416 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.549187 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.553578 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.555435 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.559797 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.561547 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.565830 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.567560 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.571812 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.573520 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.577743 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.579437 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.583703 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.585411 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.589645 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.591386 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.595790 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.597509 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.601802 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.603537 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.607840 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.609644 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.613958 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.615693 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.619986 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.621726 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.626084 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.627850 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.632354 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.634124 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.638535 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.640312 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.644705 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.646428 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.650717 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.652451 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.656756 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.658484 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.662783 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.664500 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.668775 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.670456 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.674638 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.676320 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.680529 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.682217 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.686474 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.688213 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.692524 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.694254 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.698523 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.700252 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.704545 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.706266 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.710494 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.712209 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.716424 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.718120 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.722506 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.724265 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.728645 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.730412 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.734820 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.736534 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.740836 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.742566 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.746837 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.748559 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.752832 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.754562 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.758872 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.760654 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.764927 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.766605 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.770788 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.772485 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.776802 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.778521 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.782813 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.784547 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.788832 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.790556 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.794883 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.796602 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.801009 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.802773 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.807117 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.808899 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.813311 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.815077 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.819387 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.821126 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.825503 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.827248 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.831550 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.833276 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.837560 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.839352 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.843616 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.845298 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.849472 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.851154 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.855372 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.857073 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.861364 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.863178 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.867423 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.869191 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.873411 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.875133 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.879421 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.881115 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.885308 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.886978 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.891162 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.892841 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.897027 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.898703 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.902873 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.904560 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.908873 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.910600 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.914997 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.916765 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.921160 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.922936 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.927330 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.929115 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.933513 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.935295 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.939672 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.941441 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.945799 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.947561 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.951926 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.953699 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.958017 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.959784 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.964132 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.965890 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.970278 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.972035 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.976453 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.978232 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.982755 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.984586 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.989129 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.990956 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.995387 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.997152 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:50.001594 ---      ParallelTerminationStrategy: PID 211 died...
22:49:50.003357 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:50.007842 ---      ParallelTerminationStrategy: PID 212 died...
22:49:50.009661 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:50.014125 ---      ParallelTerminationStrategy: PID 213 died...
22:49:50.015951 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:50.020385 ---      ParallelTerminationStrategy: PID 214 died...
22:49:50.022151 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:50.026546 ---      ParallelTerminationStrategy: PID 215 died...
22:49:50.028319 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:50.032750 ---      ParallelTerminationStrategy: PID 216 died...
22:49:50.034521 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:50.039013 ---      ParallelTerminationStrategy: PID 217 died...
22:49:50.040825 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:50.045340 ---      ParallelTerminationStrategy: PID 218 died...
22:49:50.047150 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:50.051685 ---      ParallelTerminationStrategy: PID 219 died...
22:49:50.053500 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:50.058017 ---      ParallelTerminationStrategy: PID 220 died...
22:49:50.059832 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:50.064341 ---      ParallelTerminationStrategy: PID 221 died...
22:49:50.066155 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:50.070751 ---      ParallelTerminationStrategy: PID 222 died...
22:49:50.072572 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:50.077114 ---      ParallelTerminationStrategy: PID 223 died...
22:49:50.078890 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:50.083240 ---      ParallelTerminationStrategy: PID 224 died...
22:49:50.084967 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:50.089280 ---      ParallelTerminationStrategy: PID 225 died...
22:49:50.091050 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:50.095447 ---      ParallelTerminationStrategy: PID 226 died...
22:49:50.097229 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:50.101601 ---      ParallelTerminationStrategy: PID 227 died...
22:49:50.103373 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:50.107783 ---      ParallelTerminationStrategy: PID 228 died...
22:49:50.109553 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:50.113891 ---      ParallelTerminationStrategy: PID 229 died...
22:49:50.115622 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:50.119917 ---      ParallelTerminationStrategy: PID 230 died...
22:49:50.121638 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:50.125934 ---      ParallelTerminationStrategy: PID 231 died...
22:49:50.127665 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:50.132057 ---      ParallelTerminationStrategy: PID 232 died...
22:49:50.133849 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:50.138219 ---      ParallelTerminationStrategy: PID 233 died...
22:49:50.139945 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:50.144226 ---      ParallelTerminationStrategy: PID 234 died...
22:49:50.145981 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.550007 ---      ParallelTerminationStrategy: PID 34 died...
22:49:53.551722 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7923 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.646924 tst                       trial-7923: Storing JUnit report in /build/trial-7923/run.2025-04-01_22-48-22/trial-7923.xml

--------------------------------------------------------------------------------------------
trial-7923 PASS
--------------------------------------------------------------------------------------------
22:49:53.659326 tst                       trial-7923: trial-7923: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.1 sec)
+ exit_code=0
+ rm -rf trial-7923/inst
+ cd trial-7923
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-01 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7923-run.tgz run.2025-04-01_22-48-22
+ tar czf /build/trial-7923-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-01_13_26_02.tgz osmo-bts-oc2g.build-2025-04-01_00_51_38.tgz osmo-bts-sysmo.build-2025-04-01_00_51_25.tgz osmo-bts.build-2025-04-01_00_51_43.tgz osmo-ggsn.build-2025-04-01_20_42_25.tgz osmo-hlr.build-2025-04-01_16_36_55.tgz osmo-hnbgw.build-2025-04-01_13_28_48.tgz osmo-mgw.build-2025-04-01_08_33_15.tgz osmo-msc.build-2025-04-01_13_32_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-01_07_41_39.tgz osmo-pcu-sysmo.build-2025-04-01_07_41_32.tgz osmo-pcu.build-2025-04-01_07_41_38.tgz osmo-sgsn.build-2025-04-01_20_48_06.tgz osmo-stp.build-2025-04-01_13_23_05.tgz osmo-trx.build-2025-04-01_14_27_27.tgz osmocom-bb.build-2025-04-01_21_17_19.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