Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6997
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4830162003756601990.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-7944
+ 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
86ce525 fixup: ttcn3-bts-test: use an older version of fake_trx.py
+ 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.4s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:3acac28bc5f8ed0322ba1e17624025489a54719dd230032920644c5331a0ea4b 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=7945 -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-23 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7945
+ mkdir -p trial-7945
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-23_13_29_17.tgz osmo-bts-oc2g.build-2025-04-23_00_51_31.tgz osmo-bts-sysmo.build-2025-04-23_00_51_35.tgz osmo-bts.build-2025-04-23_00_51_38.tgz osmo-ggsn.build-2025-04-23_20_42_23.tgz osmo-hlr.build-2025-04-23_16_36_56.tgz osmo-hnbgw.build-2025-04-23_13_34_03.tgz osmo-mgw.build-2025-04-23_08_33_14.tgz osmo-msc.build-2025-04-23_13_38_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-23_07_34_04.tgz osmo-pcu-sysmo.build-2025-04-23_07_33_58.tgz osmo-pcu.build-2025-04-23_07_33_59.tgz osmo-sgsn.build-2025-04-23_20_47_56.tgz osmo-stp.build-2025-04-23_13_28_06.tgz osmo-trx.build-2025-04-23_14_28_06.tgz osmocom-bb.build-2025-04-23_21_17_18.tgz srslte.build-19.tgz trial-7945
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-23_13_29_17.md5 osmo-bts-oc2g.build-2025-04-23_00_51_31.md5 osmo-bts-sysmo.build-2025-04-23_00_51_35.md5 osmo-bts.build-2025-04-23_00_51_38.md5 osmo-ggsn.build-2025-04-23_20_42_23.md5 osmo-hlr.build-2025-04-23_16_36_56.md5 osmo-hnbgw.build-2025-04-23_13_34_03.md5 osmo-mgw.build-2025-04-23_08_33_14.md5 osmo-msc.build-2025-04-23_13_38_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-23_07_34_04.md5 osmo-pcu-sysmo.build-2025-04-23_07_33_58.md5 osmo-pcu.build-2025-04-23_07_33_59.md5 osmo-sgsn.build-2025-04-23_20_47_56.md5 osmo-stp.build-2025-04-23_13_28_06.md5 osmo-trx.build-2025-04-23_14_28_06.md5 osmocom-bb.build-2025-04-23_21_17_18.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-23_13_29_17.md5 osmo-bts-oc2g.build-2025-04-23_00_51_31.md5 osmo-bts-sysmo.build-2025-04-23_00_51_35.md5 osmo-bts.build-2025-04-23_00_51_38.md5 osmo-ggsn.build-2025-04-23_20_42_23.md5 osmo-hlr.build-2025-04-23_16_36_56.md5 osmo-hnbgw.build-2025-04-23_13_34_03.md5 osmo-mgw.build-2025-04-23_08_33_14.md5 osmo-msc.build-2025-04-23_13_38_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-23_07_34_04.md5 osmo-pcu-sysmo.build-2025-04-23_07_33_58.md5 osmo-pcu.build-2025-04-23_07_33_59.md5 osmo-sgsn.build-2025-04-23_20_47_56.md5 osmo-stp.build-2025-04-23_13_28_06.md5 osmo-trx.build-2025-04-23_14_28_06.md5 osmocom-bb.build-2025-04-23_21_17_18.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-7945 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7945'
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-7945
--------------------------------------------------------------------------------------------
22:48:23.260249 tst                       trial-7945: Detailed log at /build/trial-7945/run.2025-04-23_22-48-23/log

---------------------------------------------------------------------
trial-7945 netreg_mass
---------------------------------------------------------------------
22:48:23.518352 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:23.518769 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:23.519898 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:23.521321 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:23.572969 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:23.574014 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:23.575376 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:23.673721 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-7945 netreg_mass register_default_mass.py
----------------------------------------------
22:48:23.674639 tst       register_default_mass.py:9: Claiming resources for the test
22:48:23.690402 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.691014 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.691504 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.691970 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.692446 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.692930 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.693405 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:23.742139 tst         register_default_mass.py: using LAC 2
22:48:23.777545 tst         register_default_mass.py: using RAC 2
22:48:23.813218 tst         register_default_mass.py: using CellId 2
22:48:23.849338 tst         register_default_mass.py: using BVCI 3
22:48:23.860120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.861298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.862360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.862990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.863522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.864054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.864557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.865123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.865650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.866156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.866672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.867187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.867696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.868216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.868759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.869291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.869807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.870353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.870880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.871396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.871915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.872447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.873051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.873595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.874119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.874641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.875175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.875691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.876208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.876736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.877261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.877779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.878303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.878849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.879383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.879923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.880478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.881051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.881603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.882149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.882675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.883196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.883739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.884263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.884830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.885370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.885889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.886411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.886942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.887460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.887975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.888504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.889040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.889570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.890092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.890644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.891299 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.891864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.892404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.892942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.893500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.894047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.894603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.895176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.895721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.896269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.896839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.897404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.897957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.898516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.899064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.899614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.900274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.900828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.901370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.901900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.902446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.902980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.903511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.904046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.904581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.905110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.905663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.906216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.906763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.907297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.907830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.908380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.908918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.909455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.910003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.910546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.911085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.911643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.912174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.912720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.913266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.913805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.914338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.914889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.915430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.916042 tst      register_default_mass.py:21: Launching a simple network
22:48:23.926834 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:24.061432 run            create_hlr_db(pid=20): Launched
22:48:25.071950 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:25.093932 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:25.110858 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:25.117199 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:25.314729 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:25.335863 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:25.344010 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:25.838834 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:25.855569 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:28.867158 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.990688 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:29.006617 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:29.013627 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:29.038450 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:29.054331 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:29.060401 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:29.384183 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:29.399972 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:35.418584 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.569698 run         osmo-bts-virtual(pid=34): Launched
22:48:36.614270 tst         register_default_mass.py: using MSISDN 1001
22:48:36.620098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.714769 tst         register_default_mass.py: using MSISDN 1002
22:48:36.720507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:36.804462 tst         register_default_mass.py: using MSISDN 1003
22:48:36.810333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:36.877663 tst         register_default_mass.py: using MSISDN 1004
22:48:36.883527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:36.959611 tst         register_default_mass.py: using MSISDN 1005
22:48:36.965501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:37.049083 tst         register_default_mass.py: using MSISDN 1006
22:48:37.054937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:37.122236 tst         register_default_mass.py: using MSISDN 1007
22:48:37.128163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:37.195460 tst         register_default_mass.py: using MSISDN 1008
22:48:37.205491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.294169 tst         register_default_mass.py: using MSISDN 1009
22:48:37.300376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.384162 tst         register_default_mass.py: using MSISDN 1010
22:48:37.390120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.476374 tst         register_default_mass.py: using MSISDN 1011
22:48:37.482589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.558955 tst         register_default_mass.py: using MSISDN 1012
22:48:37.567678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.664491 tst         register_default_mass.py: using MSISDN 1013
22:48:37.670551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.762791 tst         register_default_mass.py: using MSISDN 1014
22:48:37.768805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.852301 tst         register_default_mass.py: using MSISDN 1015
22:48:37.858392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.963836 tst         register_default_mass.py: using MSISDN 1016
22:48:37.972838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:38.076335 tst         register_default_mass.py: using MSISDN 1017
22:48:38.091809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:39.155701 tst         register_default_mass.py: using MSISDN 1018
22:48:39.164151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:39.254621 tst         register_default_mass.py: using MSISDN 1019
22:48:39.260630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:39.374092 tst         register_default_mass.py: using MSISDN 1020
22:48:39.389417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:39.478597 tst         register_default_mass.py: using MSISDN 1021
22:48:39.484894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:39.563896 tst         register_default_mass.py: using MSISDN 1022
22:48:39.569908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:39.651147 tst         register_default_mass.py: using MSISDN 1023
22:48:39.657322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:39.725312 tst         register_default_mass.py: using MSISDN 1024
22:48:39.731393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:39.817958 tst         register_default_mass.py: using MSISDN 1025
22:48:39.824233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:39.907362 tst         register_default_mass.py: using MSISDN 1026
22:48:39.913787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:39.988338 tst         register_default_mass.py: using MSISDN 1027
22:48:39.994460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:40.064278 tst         register_default_mass.py: using MSISDN 1028
22:48:40.070343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:40.164417 tst         register_default_mass.py: using MSISDN 1029
22:48:40.170403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:40.262082 tst         register_default_mass.py: using MSISDN 1030
22:48:40.268253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:40.358811 tst         register_default_mass.py: using MSISDN 1031
22:48:40.364824 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:40.448988 tst         register_default_mass.py: using MSISDN 1032
22:48:40.455042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:40.525436 tst         register_default_mass.py: using MSISDN 1033
22:48:40.531555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:40.611524 tst         register_default_mass.py: using MSISDN 1034
22:48:40.619349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:40.724657 tst         register_default_mass.py: using MSISDN 1035
22:48:40.730831 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:40.810112 tst         register_default_mass.py: using MSISDN 1036
22:48:40.816177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:40.882208 tst         register_default_mass.py: using MSISDN 1037
22:48:40.888151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:40.969868 tst         register_default_mass.py: using MSISDN 1038
22:48:40.975694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:41.047468 tst         register_default_mass.py: using MSISDN 1039
22:48:41.053616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:41.140695 tst         register_default_mass.py: using MSISDN 1040
22:48:41.146979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:41.216652 tst         register_default_mass.py: using MSISDN 1041
22:48:41.222913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:41.307621 tst         register_default_mass.py: using MSISDN 1042
22:48:41.313809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:41.401246 tst         register_default_mass.py: using MSISDN 1043
22:48:41.407341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:41.485745 tst         register_default_mass.py: using MSISDN 1044
22:48:41.494370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:41.560122 tst         register_default_mass.py: using MSISDN 1045
22:48:41.566801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:41.641286 tst         register_default_mass.py: using MSISDN 1046
22:48:41.648102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:41.716758 tst         register_default_mass.py: using MSISDN 1047
22:48:41.724462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:41.806533 tst         register_default_mass.py: using MSISDN 1048
22:48:41.812429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:41.888900 tst         register_default_mass.py: using MSISDN 1049
22:48:41.895155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:41.971005 tst         register_default_mass.py: using MSISDN 1050
22:48:41.979598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:42.048112 tst         register_default_mass.py: using MSISDN 1051
22:48:42.054454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:42.163159 tst         register_default_mass.py: using MSISDN 1052
22:48:42.169447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:42.261348 tst         register_default_mass.py: using MSISDN 1053
22:48:42.267680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:42.368867 tst         register_default_mass.py: using MSISDN 1054
22:48:42.375000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:42.450542 tst         register_default_mass.py: using MSISDN 1055
22:48:42.456461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:42.521542 tst         register_default_mass.py: using MSISDN 1056
22:48:42.527464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:42.591572 tst         register_default_mass.py: using MSISDN 1057
22:48:42.597472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:42.676481 tst         register_default_mass.py: using MSISDN 1058
22:48:42.682523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:42.770195 tst         register_default_mass.py: using MSISDN 1059
22:48:42.775972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:42.844519 tst         register_default_mass.py: using MSISDN 1060
22:48:42.850598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:42.921003 tst         register_default_mass.py: using MSISDN 1061
22:48:42.927006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:43.078740 tst         register_default_mass.py: using MSISDN 1062
22:48:43.084724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:43.157745 tst         register_default_mass.py: using MSISDN 1063
22:48:43.163539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:43.551028 tst         register_default_mass.py: using MSISDN 1064
22:48:43.557144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:43.630705 tst         register_default_mass.py: using MSISDN 1065
22:48:43.636691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:43.719300 tst         register_default_mass.py: using MSISDN 1066
22:48:43.725479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:43.803647 tst         register_default_mass.py: using MSISDN 1067
22:48:43.809479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:43.906027 tst         register_default_mass.py: using MSISDN 1068
22:48:43.911895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:44.002435 tst         register_default_mass.py: using MSISDN 1069
22:48:44.008473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:44.083959 tst         register_default_mass.py: using MSISDN 1070
22:48:44.089802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:44.169503 tst         register_default_mass.py: using MSISDN 1071
22:48:44.175399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:44.250750 tst         register_default_mass.py: using MSISDN 1072
22:48:44.256780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:44.333989 tst         register_default_mass.py: using MSISDN 1073
22:48:44.339846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:44.401560 tst         register_default_mass.py: using MSISDN 1074
22:48:44.407333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:44.490402 tst         register_default_mass.py: using MSISDN 1075
22:48:44.496205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:44.581918 tst         register_default_mass.py: using MSISDN 1076
22:48:44.587868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:44.666928 tst         register_default_mass.py: using MSISDN 1077
22:48:44.673712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:44.737669 tst         register_default_mass.py: using MSISDN 1078
22:48:44.745012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:44.812579 tst         register_default_mass.py: using MSISDN 1079
22:48:44.818546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:44.913113 tst         register_default_mass.py: using MSISDN 1080
22:48:44.919226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:45.002307 tst         register_default_mass.py: using MSISDN 1081
22:48:45.008073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:45.083224 tst         register_default_mass.py: using MSISDN 1082
22:48:45.088943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:45.161035 tst         register_default_mass.py: using MSISDN 1083
22:48:45.166886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:45.248957 tst         register_default_mass.py: using MSISDN 1084
22:48:45.254968 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:45.317434 tst         register_default_mass.py: using MSISDN 1085
22:48:45.323334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:45.391018 tst         register_default_mass.py: using MSISDN 1086
22:48:45.397124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:45.525829 tst         register_default_mass.py: using MSISDN 1087
22:48:45.533253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:45.625584 tst         register_default_mass.py: using MSISDN 1088
22:48:45.631535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:45.715522 tst         register_default_mass.py: using MSISDN 1089
22:48:45.721566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:45.809235 tst         register_default_mass.py: using MSISDN 1090
22:48:45.815313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:45.905636 tst         register_default_mass.py: using MSISDN 1091
22:48:45.914019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:45.990751 tst         register_default_mass.py: using MSISDN 1092
22:48:45.998336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:46.076351 tst         register_default_mass.py: using MSISDN 1093
22:48:46.082376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:46.171860 tst         register_default_mass.py: using MSISDN 1094
22:48:46.177792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:46.254395 tst         register_default_mass.py: using MSISDN 1095
22:48:46.260534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:46.356386 tst         register_default_mass.py: using MSISDN 1096
22:48:46.362538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:46.434365 tst         register_default_mass.py: using MSISDN 1097
22:48:46.440583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:46.513682 tst         register_default_mass.py: using MSISDN 1098
22:48:46.519515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:46.592037 tst         register_default_mass.py: using MSISDN 1099
22:48:46.597880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:46.672307 tst         register_default_mass.py: using MSISDN 1100
22:48:46.678201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:46.804875 run                             mass: Starting testcase
22:48:46.810978 run                             mass: Pre-launching all virtphy's
22:48:46.816775 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:46.830492 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:46.836905 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:46.850698 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:46.857101 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:46.870785 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:46.877128 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:46.890983 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:46.897447 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:46.910669 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:46.917040 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:46.930211 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:46.936374 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:46.949503 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:46.955759 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:46.968892 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:46.975135 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:46.988244 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:46.994379 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:47.007531 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:47.013714 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:47.026731 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:47.032763 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:47.045982 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:47.052181 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:47.071663 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:47.078012 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:47.091358 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:47.097676 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:47.110947 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:47.117299 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:47.131110 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:47.137519 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:47.151265 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:47.157596 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:47.171174 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:47.177660 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:47.191378 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:47.197791 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:47.210914 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:47.217273 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:47.230503 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:47.236887 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:47.250075 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:47.256406 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:47.274001 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:47.280191 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:47.293680 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:47.300065 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:47.313826 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:47.320123 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:47.333637 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:47.339977 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:47.353253 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:47.359526 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:47.373403 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:47.379724 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:47.393376 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:47.399692 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:47.413253 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:47.419592 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:47.433266 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:47.439571 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:47.453150 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:47.459418 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:47.472981 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:47.479232 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:47.492742 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:47.498989 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:47.512529 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:47.518755 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:47.532301 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:47.538612 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:47.552565 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:47.558856 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:47.572433 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:47.578734 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:47.592406 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:47.598916 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:47.612773 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:47.619169 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:47.632883 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:47.639229 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:47.653143 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:47.659434 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:47.672658 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:47.678668 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:47.691681 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:47.697640 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:47.710441 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:47.716381 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:47.729556 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:47.735689 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:47.748893 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:47.754986 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:47.768110 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:47.774166 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:47.787183 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:47.793301 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:47.806504 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:47.812509 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:47.825498 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:47.831489 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:47.844678 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:47.850673 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:47.863870 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:47.869880 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:47.883085 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:47.889414 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:47.903256 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:47.909524 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:47.923242 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:47.929509 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:47.943143 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:47.949445 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:47.963105 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:47.969534 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:47.983108 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:47.989353 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:48.002859 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:48.009094 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:48.022598 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:48.028904 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:48.042318 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:48.048577 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:48.062377 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:48.068775 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:48.082556 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:48.088830 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:48.102233 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:48.108459 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:48.121697 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:48.127753 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:48.141068 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:48.147139 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:48.160310 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:48.166609 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:48.180187 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:48.186530 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:48.200236 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:48.206479 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:48.220131 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:48.226445 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:48.240058 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:48.246289 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:48.259327 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:48.265341 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:48.278595 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:48.284852 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:48.298464 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:48.304715 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:48.318414 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:48.324981 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:48.339058 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:48.345609 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:48.359284 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:48.365546 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:48.378808 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:48.385122 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:48.398777 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:48.405084 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:48.418819 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:48.425095 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:48.438727 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:48.445029 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:48.458659 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:48.464992 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:48.478606 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:48.484871 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:48.498683 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:48.505025 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:48.518593 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:48.524857 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:48.538442 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:48.544814 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:48.558188 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:48.564604 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:48.577819 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:48.635012 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:48.648582 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:48.654849 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:48.667944 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:48.674098 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:48.687185 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:48.693338 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:48.706360 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:48.712553 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:48.725851 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:48.732142 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:48.745801 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:48.752068 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:48.765595 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:48.771985 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:48.786030 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:48.792342 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:48.806507 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:48.812848 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:48.826888 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:48.833212 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:48.847204 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:48.853508 run                             mass: Checking if sockets are in the filesystem
22:48:48.866190 run                osmo-ms-mob/00000: Starting mobile
22:48:48.879977 run       osmo-ms-mob/00000(pid=135): Launched
22:48:48.891583 run                             mass: MS start registered  {at=8679434.594930101, delay=0.005341952666640282, ms=00000}
22:48:53.065818 run                osmo-ms-mob/00001: Starting mobile
22:48:53.080672 run       osmo-ms-mob/00001(pid=136): Launched
22:48:53.092403 run                             mass: MS start registered  {at=8679438.79574777, delay=0.00540585070848465, ms=00001}
22:48:54.047593 run                             mass: MS performed LU  {at=8679439.750915151, lu_delay=5.155985049903393, ms=00000}
22:48:54.870722 run                osmo-ms-mob/00002: Starting mobile
22:48:54.885849 run       osmo-ms-mob/00002(pid=137): Launched
22:48:54.898984 run                             mass: MS start registered  {at=8679440.6023097, delay=0.006617115810513496, ms=00002}
22:48:56.166289 run                osmo-ms-mob/00003: Starting mobile
22:48:56.179841 run       osmo-ms-mob/00003(pid=138): Launched
22:48:56.191506 run                             mass: MS start registered  {at=8679441.894844279, delay=0.005546478554606438, ms=00003}
22:48:57.265789 run                osmo-ms-mob/00004: Starting mobile
22:48:57.279693 run       osmo-ms-mob/00004(pid=139): Launched
22:48:57.291310 run                             mass: MS start registered  {at=8679442.994655563, delay=0.005481094121932983, ms=00004}
22:48:57.813091 run                             mass: MS performed LU  {at=8679443.516414806, lu_delay=4.720667036250234, ms=00001}
22:48:58.265966 run                osmo-ms-mob/00005: Starting mobile
22:48:58.279263 run       osmo-ms-mob/00005(pid=140): Launched
22:48:58.291083 run                             mass: MS start registered  {at=8679443.99442361, delay=0.005223503336310387, ms=00005}
22:48:59.166529 run                osmo-ms-mob/00006: Starting mobile
22:48:59.181087 run       osmo-ms-mob/00006(pid=141): Launched
22:48:59.193608 run                             mass: MS start registered  {at=8679444.89694356, delay=0.0061462800949811935, ms=00006}
22:48:59.714711 run                             mass: MS performed LU  {at=8679445.418030431, lu_delay=4.815720731392503, ms=00002}
22:49:00.065454 run                osmo-ms-mob/00007: Starting mobile
22:49:00.079337 run       osmo-ms-mob/00007(pid=142): Launched
22:49:00.090976 run                             mass: MS start registered  {at=8679445.794322945, delay=0.005381505936384201, ms=00007}
22:49:00.866131 run                osmo-ms-mob/00008: Starting mobile
22:49:00.882397 run       osmo-ms-mob/00008(pid=143): Launched
22:49:00.894410 run                             mass: MS start registered  {at=8679446.597751187, delay=0.005511730909347534, ms=00008}
22:49:01.565433 run                osmo-ms-mob/00009: Starting mobile
22:49:01.579753 run       osmo-ms-mob/00009(pid=144): Launched
22:49:01.586249 run                             mass: MS performed LU  {at=8679447.2896016, lu_delay=5.394757321104407, ms=00003}
22:49:01.592529 run                             mass: MS start registered  {at=8679447.29589331, delay=0.006314944475889206, ms=00009}
22:49:02.266310 run                osmo-ms-mob/00010: Starting mobile
22:49:02.280333 run       osmo-ms-mob/00010(pid=145): Launched
22:49:02.292480 run                             mass: MS start registered  {at=8679447.995818982, delay=0.005279369652271271, ms=00010}
22:49:02.866063 run                osmo-ms-mob/00011: Starting mobile
22:49:02.880100 run       osmo-ms-mob/00011(pid=146): Launched
22:49:02.891817 run                             mass: MS start registered  {at=8679448.595166927, delay=0.005415080115199089, ms=00011}
22:49:03.466518 run                osmo-ms-mob/00012: Starting mobile
22:49:03.481328 run       osmo-ms-mob/00012(pid=147): Launched
22:49:03.488100 run                             mass: MS performed LU  {at=8679449.19145364, lu_delay=6.196798076853156, ms=00004}
22:49:03.495020 run                             mass: MS start registered  {at=8679449.198384257, delay=0.006955726072192192, ms=00012}
22:49:03.508210 run                             mass: MS performed LU  {at=8679449.21155066, lu_delay=5.217127051204443, ms=00005}
22:49:04.066160 run                osmo-ms-mob/00013: Starting mobile
22:49:04.082118 run       osmo-ms-mob/00013(pid=148): Launched
22:49:04.095531 run                             mass: MS start registered  {at=8679449.79886153, delay=0.006390850991010666, ms=00013}
22:49:04.665487 run                osmo-ms-mob/00014: Starting mobile
22:49:04.679805 run       osmo-ms-mob/00014(pid=149): Launched
22:49:04.692751 run                             mass: MS start registered  {at=8679450.396097407, delay=0.005970483645796776, ms=00014}
22:49:05.266560 run                osmo-ms-mob/00015: Starting mobile
22:49:05.280411 run       osmo-ms-mob/00015(pid=150): Launched
22:49:05.292721 run                             mass: MS start registered  {at=8679450.996066028, delay=0.0060155633836984634, ms=00015}
22:49:05.345643 run                             mass: MS performed LU  {at=8679451.048967365, lu_delay=5.2546444199979305, ms=00007}
22:49:05.409577 run                             mass: MS performed LU  {at=8679451.112901462, lu_delay=6.215957902371883, ms=00006}
22:49:05.713997 run                             mass: MS performed LU  {at=8679451.417327626, lu_delay=4.819576438516378, ms=00008}
22:49:05.726687 run                osmo-ms-mob/00016: Starting mobile
22:49:05.741874 run       osmo-ms-mob/00016(pid=151): Launched
22:49:05.755921 run                             mass: MS start registered  {at=8679451.459267084, delay=0.006812844425439835, ms=00016}
22:49:06.265475 run                osmo-ms-mob/00017: Starting mobile
22:49:06.278764 run       osmo-ms-mob/00017(pid=152): Launched
22:49:06.290444 run                             mass: MS start registered  {at=8679451.993784066, delay=0.005477286875247955, ms=00017}
22:49:06.866725 run                osmo-ms-mob/00018: Starting mobile
22:49:06.881151 run       osmo-ms-mob/00018(pid=153): Launched
22:49:06.893941 run                             mass: MS start registered  {at=8679452.59728081, delay=0.005995692685246468, ms=00018}
22:49:07.246157 run                             mass: MS performed LU  {at=8679452.949487424, lu_delay=5.653594113886356, ms=00009}
22:49:07.258026 run                osmo-ms-mob/00019: Starting mobile
22:49:07.272226 run       osmo-ms-mob/00019(pid=154): Launched
22:49:07.279437 run                             mass: MS performed LU  {at=8679452.982789053, lu_delay=4.986970070749521, ms=00010}
22:49:07.286502 run                             mass: MS start registered  {at=8679452.989862636, delay=0.007099362090229988, ms=00019}
22:49:07.767998 run                osmo-ms-mob/00020: Starting mobile
22:49:07.784569 run       osmo-ms-mob/00020(pid=155): Launched
22:49:07.798065 run                             mass: MS start registered  {at=8679453.501403598, delay=0.0060358792543411255, ms=00020}
22:49:08.268036 run                osmo-ms-mob/00021: Starting mobile
22:49:08.281380 run       osmo-ms-mob/00021(pid=156): Launched
22:49:08.293378 run                             mass: MS start registered  {at=8679453.99672258, delay=0.005618330091238022, ms=00021}
22:49:08.665633 run                osmo-ms-mob/00022: Starting mobile
22:49:08.679249 run       osmo-ms-mob/00022(pid=157): Launched
22:49:08.691178 run                             mass: MS start registered  {at=8679454.39451876, delay=0.00560232438147068, ms=00022}
22:49:09.110555 run                             mass: MS performed LU  {at=8679454.813870726, lu_delay=5.615486469119787, ms=00012}
22:49:09.123373 run                osmo-ms-mob/00023: Starting mobile
22:49:09.137246 run       osmo-ms-mob/00023(pid=158): Launched
22:49:09.149302 run                             mass: MS start registered  {at=8679454.852633817, delay=0.005728486925363541, ms=00023}
22:49:09.175387 run                             mass: MS performed LU  {at=8679454.878713826, lu_delay=5.079852296039462, ms=00013}
22:49:09.244432 run                             mass: MS performed LU  {at=8679454.947762862, lu_delay=6.3525959346443415, ms=00011}
22:49:09.498300 run                             mass: MS performed LU  {at=8679455.201626273, lu_delay=4.805528866127133, ms=00014}
22:49:09.510430 run                osmo-ms-mob/00024: Starting mobile
22:49:09.524591 run       osmo-ms-mob/00024(pid=159): Launched
22:49:09.537220 run                             mass: MS start registered  {at=8679455.240554871, delay=0.006218431517481804, ms=00024}
22:49:10.066119 run                osmo-ms-mob/00025: Starting mobile
22:49:10.080052 run       osmo-ms-mob/00025(pid=160): Launched
22:49:10.092281 run                             mass: MS start registered  {at=8679455.79562493, delay=0.006006665527820587, ms=00025}
22:49:10.465877 run                osmo-ms-mob/00026: Starting mobile
22:49:10.480173 run       osmo-ms-mob/00026(pid=161): Launched
22:49:10.493007 run                             mass: MS start registered  {at=8679456.196350805, delay=0.006271302700042725, ms=00026}
22:49:10.866128 run                osmo-ms-mob/00027: Starting mobile
22:49:10.879951 run       osmo-ms-mob/00027(pid=162): Launched
22:49:10.892226 run                             mass: MS start registered  {at=8679456.595573306, delay=0.006105478852987289, ms=00027}
22:49:10.929106 run                             mass: MS performed LU  {at=8679456.632418443, lu_delay=4.638634376227856, ms=00017}
22:49:11.012501 run                             mass: MS performed LU  {at=8679456.715831604, lu_delay=5.256564520299435, ms=00016}
22:49:11.040093 run                             mass: MS performed LU  {at=8679456.743426092, lu_delay=5.747360063716769, ms=00015}
22:49:11.052209 run                osmo-ms-mob/00028: Starting mobile
22:49:11.066052 run       osmo-ms-mob/00028(pid=163): Launched
22:49:11.078771 run                             mass: MS start registered  {at=8679456.782111544, delay=0.006222385913133621, ms=00028}
22:49:11.666462 run                osmo-ms-mob/00029: Starting mobile
22:49:11.680458 run       osmo-ms-mob/00029(pid=164): Launched
22:49:11.692503 run                             mass: MS start registered  {at=8679457.395851914, delay=0.005801493301987648, ms=00029}
22:49:12.066106 run                osmo-ms-mob/00030: Starting mobile
22:49:12.080547 run       osmo-ms-mob/00030(pid=165): Launched
22:49:12.095649 run                             mass: MS start registered  {at=8679457.798994921, delay=0.007970571517944336, ms=00030}
22:49:12.466794 run                osmo-ms-mob/00031: Starting mobile
22:49:12.481600 run       osmo-ms-mob/00031(pid=166): Launched
22:49:12.494825 run                             mass: MS start registered  {at=8679458.198165163, delay=0.006278738379478455, ms=00031}
22:49:12.766601 run                osmo-ms-mob/00032: Starting mobile
22:49:12.782825 run       osmo-ms-mob/00032(pid=167): Launched
22:49:12.797574 run                             mass: MS start registered  {at=8679458.500906399, delay=0.006856787949800491, ms=00032}
22:49:12.876701 run                             mass: MS performed LU  {at=8679458.580008209, lu_delay=4.583285627886653, ms=00021}
22:49:12.941516 run                             mass: MS performed LU  {at=8679458.644841995, lu_delay=6.047561185434461, ms=00018}
22:49:13.010765 run                             mass: MS performed LU  {at=8679458.714090409, lu_delay=5.212686810642481, ms=00020}
22:49:13.023966 run                osmo-ms-mob/00033: Starting mobile
22:49:13.039355 run       osmo-ms-mob/00033(pid=168): Launched
22:49:13.047329 run                             mass: MS performed LU  {at=8679458.750678387, lu_delay=5.760815750807524, ms=00019}
22:49:13.054632 run                             mass: MS start registered  {at=8679458.757995458, delay=0.007348138839006424, ms=00033}
22:49:13.566430 run                osmo-ms-mob/00034: Starting mobile
22:49:13.581974 run       osmo-ms-mob/00034(pid=169): Launched
22:49:13.596319 run                             mass: MS start registered  {at=8679459.299657563, delay=0.006427150219678879, ms=00034}
22:49:13.866831 run                osmo-ms-mob/00035: Starting mobile
22:49:13.881866 run       osmo-ms-mob/00035(pid=170): Launched
22:49:13.895689 run                             mass: MS start registered  {at=8679459.599033115, delay=0.00659048929810524, ms=00035}
22:49:14.267112 run                osmo-ms-mob/00036: Starting mobile
22:49:14.282578 run       osmo-ms-mob/00036(pid=171): Launched
22:49:14.297494 run                             mass: MS start registered  {at=8679460.000823947, delay=0.0075057800859212875, ms=00036}
22:49:14.665380 run                osmo-ms-mob/00037: Starting mobile
22:49:14.679667 run       osmo-ms-mob/00037(pid=172): Launched
22:49:14.692580 run                             mass: MS start registered  {at=8679460.395924073, delay=0.00593298114836216, ms=00037}
22:49:14.699525 run                             mass: MS performed LU  {at=8679460.402880205, lu_delay=4.607255274429917, ms=00025}
22:49:14.778305 run                             mass: MS performed LU  {at=8679460.481635291, lu_delay=6.087116532027721, ms=00022}
22:49:14.790307 run                osmo-ms-mob/00038: Starting mobile
22:49:14.803874 run       osmo-ms-mob/00038(pid=173): Launched
22:49:14.810543 run                             mass: MS performed LU  {at=8679460.513897754, lu_delay=5.66126393713057, ms=00023}
22:49:14.816473 run                             mass: MS start registered  {at=8679460.519837461, delay=0.005959613248705864, ms=00038}
22:49:14.948577 run                             mass: MS performed LU  {at=8679460.651906421, lu_delay=5.411351550370455, ms=00024}
22:49:14.960397 run                osmo-ms-mob/00039: Starting mobile
22:49:14.974243 run       osmo-ms-mob/00039(pid=174): Launched
22:49:14.986184 run                             mass: MS start registered  {at=8679460.689534174, delay=0.00564388744533062, ms=00039}
22:49:15.665778 run                osmo-ms-mob/00040: Starting mobile
22:49:15.679913 run       osmo-ms-mob/00040(pid=175): Launched
22:49:15.692120 run                             mass: MS start registered  {at=8679461.395467428, delay=0.005928376689553261, ms=00040}
22:49:15.966022 run                osmo-ms-mob/00041: Starting mobile
22:49:15.980809 run       osmo-ms-mob/00041(pid=176): Launched
22:49:15.994367 run                             mass: MS start registered  {at=8679461.697712278, delay=0.006476627662777901, ms=00041}
22:49:16.267174 run                osmo-ms-mob/00042: Starting mobile
22:49:16.281470 run       osmo-ms-mob/00042(pid=177): Launched
22:49:16.293516 run                             mass: MS start registered  {at=8679461.996841978, delay=0.0058335065841674805, ms=00042}
22:49:16.642137 run                             mass: MS performed LU  {at=8679462.34546419, lu_delay=4.9496122766286135, ms=00029}
22:49:16.654031 run                osmo-ms-mob/00043: Starting mobile
22:49:16.667691 run       osmo-ms-mob/00043(pid=178): Launched
22:49:16.679713 run                             mass: MS start registered  {at=8679462.383059397, delay=0.005777031183242798, ms=00043}
22:49:16.707281 run                             mass: MS performed LU  {at=8679462.410630727, lu_delay=5.81505742110312, ms=00027}
22:49:16.776809 run                             mass: MS performed LU  {at=8679462.480146814, lu_delay=6.2837960086762905, ms=00026}
22:49:16.788200 run                osmo-ms-mob/00044: Starting mobile
22:49:16.801661 run       osmo-ms-mob/00044(pid=179): Launched
22:49:16.807994 run                             mass: MS performed LU  {at=8679462.511350254, lu_delay=4.712355332449079, ms=00030}
22:49:16.814031 run                             mass: MS start registered  {at=8679462.517395273, delay=0.006066391244530678, ms=00044}
22:49:16.849946 run                             mass: MS performed LU  {at=8679462.553282037, lu_delay=5.7711704932153225, ms=00028}
22:49:16.861445 run                osmo-ms-mob/00045: Starting mobile
22:49:16.874866 run       osmo-ms-mob/00045(pid=180): Launched
22:49:16.886785 run                             mass: MS start registered  {at=8679462.590134813, delay=0.005401488393545151, ms=00045}
22:49:17.566164 run                osmo-ms-mob/00046: Starting mobile
22:49:17.579527 run       osmo-ms-mob/00046(pid=181): Launched
22:49:17.591212 run                             mass: MS start registered  {at=8679463.294559745, delay=0.005260035395622253, ms=00046}
22:49:17.866424 run                osmo-ms-mob/00047: Starting mobile
22:49:17.880282 run       osmo-ms-mob/00047(pid=182): Launched
22:49:17.892414 run                             mass: MS start registered  {at=8679463.595761385, delay=0.005529472604393959, ms=00047}
22:49:18.165321 run                osmo-ms-mob/00048: Starting mobile
22:49:18.179012 run       osmo-ms-mob/00048(pid=183): Launched
22:49:18.191217 run                             mass: MS start registered  {at=8679463.894562483, delay=0.00470731221139431, ms=00048}
22:49:18.466237 run                osmo-ms-mob/00049: Starting mobile
22:49:18.480235 run       osmo-ms-mob/00049(pid=184): Launched
22:49:18.486602 run                             mass: MS performed LU  {at=8679464.18995667, lu_delay=4.590923555195332, ms=00035}
22:49:18.492681 run                             mass: MS start registered  {at=8679464.196047405, delay=0.006114719435572624, ms=00049}
22:49:18.543682 run                             mass: MS performed LU  {at=8679464.247010846, lu_delay=4.947353282943368, ms=00034}
22:49:18.555541 run                osmo-ms-mob/00050: Starting mobile
22:49:18.569236 run       osmo-ms-mob/00050(pid=185): Launched
22:49:18.576022 run                             mass: MS performed LU  {at=8679464.279377524, lu_delay=5.521382065489888, ms=00033}
22:49:18.582104 run                             mass: MS start registered  {at=8679464.28547038, delay=0.0061150286346673965, ms=00050}
22:49:18.715209 run                             mass: MS performed LU  {at=8679464.418528572, lu_delay=5.917622173205018, ms=00032}
22:49:18.751753 run                             mass: MS performed LU  {at=8679464.455090435, lu_delay=6.256925271824002, ms=00031}
22:49:18.763434 run                osmo-ms-mob/00051: Starting mobile
22:49:18.777077 run       osmo-ms-mob/00051(pid=186): Launched
22:49:18.789853 run                             mass: MS start registered  {at=8679464.493196655, delay=0.0060483720153570175, ms=00051}
22:49:19.465738 run                osmo-ms-mob/00052: Starting mobile
22:49:19.480119 run       osmo-ms-mob/00052(pid=187): Launched
22:49:19.492143 run                             mass: MS start registered  {at=8679465.195491284, delay=0.005341598764061928, ms=00052}
22:49:19.765455 run                osmo-ms-mob/00053: Starting mobile
22:49:19.779303 run       osmo-ms-mob/00053(pid=188): Launched
22:49:19.791813 run                             mass: MS start registered  {at=8679465.49514766, delay=0.005994727835059166, ms=00053}
22:49:20.065792 run                osmo-ms-mob/00054: Starting mobile
22:49:20.079578 run       osmo-ms-mob/00054(pid=189): Launched
22:49:20.092041 run                             mass: MS start registered  {at=8679465.795386607, delay=0.00597391277551651, ms=00054}
22:49:20.366517 run                osmo-ms-mob/00055: Starting mobile
22:49:20.379787 run       osmo-ms-mob/00055(pid=190): Launched
22:49:20.392172 run                             mass: MS start registered  {at=8679466.095520565, delay=0.005772098898887634, ms=00055}
22:49:20.408876 run                             mass: MS performed LU  {at=8679466.11222116, lu_delay=4.7167537324130535, ms=00040}
22:49:20.473113 run                             mass: MS performed LU  {at=8679466.176442845, lu_delay=5.6566053833812475, ms=00038}
22:49:20.485013 run                osmo-ms-mob/00056: Starting mobile
22:49:20.499503 run       osmo-ms-mob/00056(pid=191): Launched
22:49:20.511906 run                             mass: MS start registered  {at=8679466.21525468, delay=0.005705833435058594, ms=00056}
22:49:20.542070 run                             mass: MS performed LU  {at=8679466.245407134, lu_delay=6.244583187624812, ms=00036}
22:49:20.560859 run                             mass: MS performed LU  {at=8679466.264195083, lu_delay=5.868271009996533, ms=00037}
22:49:20.572694 run                osmo-ms-mob/00057: Starting mobile
22:49:20.586870 run       osmo-ms-mob/00057(pid=192): Launched
22:49:20.600377 run                             mass: MS start registered  {at=8679466.303707251, delay=0.007029078900814056, ms=00057}
22:49:20.616238 run                             mass: MS performed LU  {at=8679466.319566209, lu_delay=5.63003203459084, ms=00039}
22:49:21.527467 run                osmo-ms-mob/00058: Starting mobile
22:49:21.541085 run       osmo-ms-mob/00058(pid=193): Launched
22:49:21.547501 run                             mass: Starting too slowly. Moving on {now=8679467.25086831, sleep=-0.0880376510322094, target=8679467.162830658}
22:49:21.553772 run                             mass: MS performed LU  {at=8679467.257125828, lu_delay=5.559413550421596, ms=00041}
22:49:21.560092 run                             mass: Starting too slowly. Moving on {now=8679467.263460904, sleep=-0.0006302464753389359, target=8679467.262830658}
22:49:21.565937 run                             mass: MS start registered  {at=8679467.26929739, delay=0.018431922420859337, ms=00058}
22:49:21.665856 run                osmo-ms-mob/00059: Starting mobile
22:49:21.679933 run       osmo-ms-mob/00059(pid=194): Launched
22:49:21.691844 run                             mass: MS start registered  {at=8679467.395187585, delay=0.005167245864868164, ms=00059}
22:49:21.966662 run                osmo-ms-mob/00060: Starting mobile
22:49:21.980509 run       osmo-ms-mob/00060(pid=195): Launched
22:49:21.993159 run                             mass: MS start registered  {at=8679467.69649755, delay=0.005934553220868111, ms=00060}
22:49:22.365526 run                osmo-ms-mob/00061: Starting mobile
22:49:22.378953 run       osmo-ms-mob/00061(pid=196): Launched
22:49:22.391199 run                             mass: MS start registered  {at=8679468.094545119, delay=0.005127051845192909, ms=00061}
22:49:22.671026 run                osmo-ms-mob/00062: Starting mobile
22:49:22.686019 run       osmo-ms-mob/00062(pid=197): Launched
22:49:22.698898 run                             mass: MS start registered  {at=8679468.402232647, delay=0.006002672016620636, ms=00062}
22:49:22.780399 run                             mass: MS performed LU  {at=8679468.483727967, lu_delay=5.189168222248554, ms=00046}
22:49:22.932824 run                             mass: MS performed LU  {at=8679468.63614868, lu_delay=6.118753407150507, ms=00044}
22:49:22.944808 run                osmo-ms-mob/00063: Starting mobile
22:49:22.959371 run       osmo-ms-mob/00063(pid=198): Launched
22:49:22.965753 run                             mass: MS performed LU  {at=8679468.669107458, lu_delay=6.286048060283065, ms=00043}
22:49:22.972395 run                             mass: MS start registered  {at=8679468.67575658, delay=0.006672432646155357, ms=00063}
22:49:22.988095 run                             mass: MS performed LU  {at=8679468.691406723, lu_delay=6.6945647448301315, ms=00042}
22:49:23.232962 run                             mass: MS performed LU  {at=8679468.936268223, lu_delay=5.34050683863461, ms=00047}
22:49:23.245271 run                osmo-ms-mob/00064: Starting mobile
22:49:23.281472 run       osmo-ms-mob/00064(pid=199): Launched
22:49:23.288225 run                             mass: MS performed LU  {at=8679468.991574863, lu_delay=6.401440050452948, ms=00045}
22:49:23.294708 run                             mass: MS start registered  {at=8679468.998071464, delay=0.006527610123157501, ms=00064}
22:49:23.560001 run                             mass: MS performed LU  {at=8679469.263331322, lu_delay=3.7681836616247892, ms=00053}
22:49:23.765665 run                osmo-ms-mob/00065: Starting mobile
22:49:23.779154 run       osmo-ms-mob/00065(pid=200): Launched
22:49:23.791629 run                             mass: MS start registered  {at=8679469.494977942, delay=0.005968185141682625, ms=00065}
22:49:24.066477 run                osmo-ms-mob/00066: Starting mobile
22:49:24.080553 run       osmo-ms-mob/00066(pid=201): Launched
22:49:24.087196 run                             mass: MS performed LU  {at=8679469.790549047, lu_delay=5.8959865644574165, ms=00048}
22:49:24.093579 run                             mass: MS performed LU  {at=8679469.796941668, lu_delay=5.600894263014197, ms=00049}
22:49:24.099609 run                             mass: MS start registered  {at=8679469.802974269, delay=0.012448810040950775, ms=00066}
22:49:24.238909 run                             mass: MS performed LU  {at=8679469.942241445, lu_delay=5.449044790118933, ms=00051}
22:49:24.250618 run                osmo-ms-mob/00067: Starting mobile
22:49:24.264135 run       osmo-ms-mob/00067(pid=202): Launched
22:49:24.275796 run                             mass: MS start registered  {at=8679469.979149548, delay=0.005497574806213379, ms=00067}
22:49:24.419171 run                             mass: MS performed LU  {at=8679470.122500116, lu_delay=4.927008831873536, ms=00052}
22:49:24.765738 run                osmo-ms-mob/00068: Starting mobile
22:49:24.779180 run       osmo-ms-mob/00068(pid=203): Launched
22:49:24.791768 run                             mass: MS start registered  {at=8679470.495097889, delay=0.006062397733330727, ms=00068}
22:49:25.166280 run                osmo-ms-mob/00069: Starting mobile
22:49:25.181919 run       osmo-ms-mob/00069(pid=204): Launched
22:49:25.195350 run                             mass: MS start registered  {at=8679470.898690052, delay=0.006277602165937424, ms=00069}
22:49:25.567689 run                osmo-ms-mob/00070: Starting mobile
22:49:25.582533 run       osmo-ms-mob/00070(pid=205): Launched
22:49:25.598034 run                             mass: MS start registered  {at=8679471.301361231, delay=0.008075151592493057, ms=00070}
22:49:25.969838 run                osmo-ms-mob/00071: Starting mobile
22:49:25.987099 run       osmo-ms-mob/00071(pid=206): Launched
22:49:25.994960 run                             mass: MS performed LU  {at=8679471.698312828, lu_delay=5.483058148995042, ms=00056}
22:49:26.002606 run                             mass: MS start registered  {at=8679471.70596923, delay=0.007680516690015793, ms=00071}
22:49:26.057538 run                             mass: MS performed LU  {at=8679471.760844631, lu_delay=5.457137379795313, ms=00057}
22:49:26.075730 run                             mass: MS performed LU  {at=8679471.779083867, lu_delay=5.983697259798646, ms=00054}
22:49:26.089412 run                osmo-ms-mob/00072: Starting mobile
22:49:26.104658 run       osmo-ms-mob/00072(pid=207): Launched
22:49:26.116856 run                             mass: MS start registered  {at=8679471.820203431, delay=0.005440529435873032, ms=00072}
22:49:26.246917 run                             mass: MS performed LU  {at=8679471.95024351, lu_delay=5.854722945019603, ms=00055}
22:49:26.283464 run                             mass: MS performed LU  {at=8679471.986790573, lu_delay=4.717493183910847, ms=00058}
22:49:26.320644 run                             mass: MS performed LU  {at=8679472.023966795, lu_delay=4.628779210150242, ms=00059}
22:49:26.332113 run                osmo-ms-mob/00073: Starting mobile
22:49:26.345577 run       osmo-ms-mob/00073(pid=208): Launched
22:49:26.357377 run                             mass: MS start registered  {at=8679472.060719596, delay=0.005417352542281151, ms=00073}
22:49:27.166277 run                osmo-ms-mob/00074: Starting mobile
22:49:27.181108 run       osmo-ms-mob/00074(pid=209): Launched
22:49:27.188334 run                             mass: MS performed LU  {at=8679472.89168545, lu_delay=4.2159288711845875, ms=00063}
22:49:27.195042 run                             mass: MS start registered  {at=8679472.89840445, delay=0.006743220612406731, ms=00074}
22:49:27.566929 run                osmo-ms-mob/00075: Starting mobile
22:49:27.583385 run       osmo-ms-mob/00075(pid=210): Launched
22:49:27.597782 run                             mass: MS start registered  {at=8679473.301110055, delay=0.006848936900496483, ms=00075}
22:49:27.838467 run                             mass: MS performed LU  {at=8679473.54177558, lu_delay=5.845278030261397, ms=00060}
22:49:27.857362 run                             mass: MS performed LU  {at=8679473.56069132, lu_delay=5.158458672463894, ms=00062}
22:49:28.004560 run                             mass: MS performed LU  {at=8679473.707886746, lu_delay=4.70981528237462, ms=00064}
22:49:28.017306 run                osmo-ms-mob/00076: Starting mobile
22:49:28.032715 run       osmo-ms-mob/00076(pid=211): Launched
22:49:28.046622 run                             mass: MS start registered  {at=8679473.74995257, delay=0.007032565772533417, ms=00076}
22:49:28.185005 run                             mass: MS performed LU  {at=8679473.888333801, lu_delay=5.793788682669401, ms=00061}
22:49:28.473419 run                osmo-ms-mob/00077: Starting mobile
22:49:28.492830 run       osmo-ms-mob/00077(pid=212): Launched
22:49:28.507515 run                             mass: MS start registered  {at=8679474.210853523, delay=0.00027113594114780426, ms=00077}
22:49:28.968845 run                osmo-ms-mob/00078: Starting mobile
22:49:28.986322 run       osmo-ms-mob/00078(pid=213): Launched
22:49:29.002175 run                             mass: MS start registered  {at=8679474.705486985, delay=0.008008070290088654, ms=00078}
22:49:29.369138 run                osmo-ms-mob/00079: Starting mobile
22:49:29.385945 run       osmo-ms-mob/00079(pid=214): Launched
22:49:29.407355 run                             mass: MS start registered  {at=8679475.110681614, delay=0.012156849727034569, ms=00079}
22:49:29.758093 run                             mass: MS performed LU  {at=8679475.46142147, lu_delay=4.966323580592871, ms=00068}
22:49:29.823062 run                             mass: MS performed LU  {at=8679475.526369898, lu_delay=5.547220349311829, ms=00067}
22:49:29.837427 run                osmo-ms-mob/00080: Starting mobile
22:49:29.854748 run       osmo-ms-mob/00080(pid=215): Launched
22:49:29.862558 run                             mass: MS performed LU  {at=8679475.565911535, lu_delay=6.070933593437076, ms=00065}
22:49:29.870488 run                             mass: MS start registered  {at=8679475.57384985, delay=0.007962053641676903, ms=00080}
22:49:30.104084 run                             mass: MS performed LU  {at=8679475.807404911, lu_delay=4.908714858815074, ms=00069}
22:49:30.367145 run                osmo-ms-mob/00081: Starting mobile
22:49:30.383711 run       osmo-ms-mob/00081(pid=216): Launched
22:49:30.401444 run                             mass: MS start registered  {at=8679476.104771884, delay=0.009502153843641281, ms=00081}
22:49:30.770275 run                osmo-ms-mob/00082: Starting mobile
22:49:30.785843 run       osmo-ms-mob/00082(pid=217): Launched
22:49:30.799783 run                             mass: MS start registered  {at=8679476.503116176, delay=0.006452646106481552, ms=00082}
22:49:31.365825 run                osmo-ms-mob/00083: Starting mobile
22:49:31.382629 run       osmo-ms-mob/00083(pid=218): Launched
22:49:31.397826 run                             mass: MS start registered  {at=8679477.101156682, delay=0.007619597017765045, ms=00083}
22:49:31.604592 run                             mass: MS performed LU  {at=8679477.307903154, lu_delay=5.487699722871184, ms=00072}
22:49:31.622256 run                             mass: MS performed LU  {at=8679477.32559447, lu_delay=6.024233238771558, ms=00070}
22:49:31.770318 run                             mass: MS performed LU  {at=8679477.473639077, lu_delay=5.412919480353594, ms=00073}
22:49:31.782471 run                osmo-ms-mob/00084: Starting mobile
22:49:31.796501 run       osmo-ms-mob/00084(pid=219): Launched
22:49:31.808940 run                             mass: MS start registered  {at=8679477.512275755, delay=0.005951676517724991, ms=00084}
22:49:31.914249 run                             mass: MS performed LU  {at=8679477.617562909, lu_delay=5.911593679338694, ms=00071}
22:49:32.167425 run                             mass: MS performed LU  {at=8679477.870754965, lu_delay=4.972350515425205, ms=00074}
22:49:32.366434 run                osmo-ms-mob/00085: Starting mobile
22:49:32.381439 run       osmo-ms-mob/00085(pid=220): Launched
22:49:32.395048 run                             mass: MS start registered  {at=8679478.09839161, delay=0.00632137805223465, ms=00085}
22:49:32.972242 run                osmo-ms-mob/00086: Starting mobile
22:49:32.989717 run       osmo-ms-mob/00086(pid=221): Launched
22:49:33.004066 run                             mass: MS start registered  {at=8679478.707407536, delay=0.006741400808095932, ms=00086}
22:49:33.567622 run                osmo-ms-mob/00087: Starting mobile
22:49:33.583015 run       osmo-ms-mob/00087(pid=222): Launched
22:49:33.590734 run                             mass: MS performed LU  {at=8679479.29408501, lu_delay=5.544132441282272, ms=00076}
22:49:33.598046 run                             mass: MS start registered  {at=8679479.301405301, delay=0.007345506921410561, ms=00087}
22:49:33.606942 run                             mass: MS performed LU  {at=8679479.310256451, lu_delay=4.60476946644485, ms=00078}
22:49:33.634911 run                             mass: MS performed LU  {at=8679479.338237967, lu_delay=5.127384444698691, ms=00077}
22:49:33.759572 run                             mass: MS performed LU  {at=8679479.462899175, lu_delay=6.161789119243622, ms=00075}
22:49:34.176700 run                osmo-ms-mob/00088: Starting mobile
22:49:34.190969 run       osmo-ms-mob/00088(pid=223): Launched
22:49:34.203740 run                             mass: MS start registered  {at=8679479.907052744, delay=0.006354277953505516, ms=00088}
22:49:34.774250 run                osmo-ms-mob/00089: Starting mobile
22:49:34.788127 run       osmo-ms-mob/00089(pid=224): Launched
22:49:34.800104 run                             mass: MS start registered  {at=8679480.50344764, delay=0.0057250019162893295, ms=00089}
22:49:35.366032 run                osmo-ms-mob/00090: Starting mobile
22:49:35.380566 run       osmo-ms-mob/00090(pid=225): Launched
22:49:35.386946 run                             mass: MS performed LU  {at=8679481.090297593, lu_delay=5.516447743400931, ms=00080}
22:49:35.393243 run                             mass: MS performed LU  {at=8679481.09660638, lu_delay=4.991834495216608, ms=00081}
22:49:35.399688 run                             mass: MS start registered  {at=8679481.103051372, delay=0.01277904026210308, ms=00090}
22:49:35.536685 run                             mass: MS performed LU  {at=8679481.240007417, lu_delay=6.129325803369284, ms=00079}
22:49:35.679901 run                             mass: MS performed LU  {at=8679481.383231023, lu_delay=4.880114847794175, ms=00082}
22:49:36.066057 run                osmo-ms-mob/00091: Starting mobile
22:49:36.081578 run       osmo-ms-mob/00091(pid=226): Launched
22:49:36.095936 run                             mass: MS start registered  {at=8679481.79925276, delay=0.007610036060214043, ms=00091}
22:49:36.766425 run                osmo-ms-mob/00092: Starting mobile
22:49:36.780234 run       osmo-ms-mob/00092(pid=227): Launched
22:49:36.793211 run                             mass: MS start registered  {at=8679482.49653407, delay=0.006649669259786606, ms=00092}
22:49:37.355286 run                             mass: MS performed LU  {at=8679483.058526559, lu_delay=4.9601349495351315, ms=00085}
22:49:37.372730 run                             mass: MS performed LU  {at=8679483.076065361, lu_delay=5.56378960609436, ms=00084}
22:49:37.400414 run                             mass: MS performed LU  {at=8679483.103738017, lu_delay=6.002581335604191, ms=00083}
22:49:37.412332 run                osmo-ms-mob/00093: Starting mobile
22:49:37.426269 run       osmo-ms-mob/00093(pid=228): Launched
22:49:37.438887 run                             mass: MS start registered  {at=8679483.142207744, delay=0.006014250218868256, ms=00093}
22:49:38.467393 run                osmo-ms-mob/00094: Starting mobile
22:49:38.483690 run       osmo-ms-mob/00094(pid=229): Launched
22:49:38.498454 run                             mass: MS start registered  {at=8679484.201781983, delay=0.006481390446424484, ms=00094}
22:49:39.136432 run                             mass: MS performed LU  {at=8679484.839759111, lu_delay=5.538353810086846, ms=00087}
22:49:39.154417 run                             mass: MS performed LU  {at=8679484.857748395, lu_delay=4.950695650652051, ms=00088}
22:49:39.302704 run                             mass: MS performed LU  {at=8679485.006031359, lu_delay=6.298623822629452, ms=00086}
22:49:39.314018 run                osmo-ms-mob/00095: Starting mobile
22:49:39.328813 run       osmo-ms-mob/00095(pid=230): Launched
22:49:39.341109 run                             mass: MS start registered  {at=8679485.044441506, delay=0.005938500165939331, ms=00095}
22:49:39.644122 run                             mass: MS performed LU  {at=8679485.347439181, lu_delay=4.843991540372372, ms=00089}
22:49:40.366582 run                osmo-ms-mob/00096: Starting mobile
22:49:40.381998 run       osmo-ms-mob/00096(pid=231): Launched
22:49:40.396120 run                             mass: MS start registered  {at=8679486.099445572, delay=0.004326270893216133, ms=00096}
22:49:41.120472 run                             mass: MS performed LU  {at=8679486.823734796, lu_delay=5.024482036009431, ms=00091}
22:49:41.138739 run                             mass: MS performed LU  {at=8679486.842060082, lu_delay=5.7390087097883224, ms=00090}
22:49:41.166531 run                             mass: MS performed LU  {at=8679486.869835367, lu_delay=22.584364987909794, ms=00050}
22:49:41.467255 run                osmo-ms-mob/00097: Starting mobile
22:49:41.480951 run       osmo-ms-mob/00097(pid=232): Launched
22:49:41.493044 run                             mass: MS start registered  {at=8679487.196376586, delay=0.005680637434124947, ms=00097}
22:49:42.770904 run                osmo-ms-mob/00098: Starting mobile
22:49:42.787417 run       osmo-ms-mob/00098(pid=233): Launched
22:49:42.799300 run                             mass: MS start registered  {at=8679488.50264435, delay=0.005718022584915161, ms=00098}
22:49:42.902580 run                             mass: MS performed LU  {at=8679488.605892189, lu_delay=5.463684445247054, ms=00093}
22:49:43.068389 run                             mass: MS performed LU  {at=8679488.771717858, lu_delay=6.275183787569404, ms=00092}
22:49:43.390655 run                             mass: MS performed LU  {at=8679489.093964083, lu_delay=4.892182100564241, ms=00094}
22:49:44.567134 run                osmo-ms-mob/00099: Starting mobile
22:49:44.582360 run       osmo-ms-mob/00099(pid=234): Launched
22:49:44.589113 run                             mass: All started... {duration=55.72965032979846, too_slow=2}
22:49:44.595624 run                             mass: MS start registered  {at=8679490.298981808, delay=0.006504859775304794, ms=00099}
22:49:44.886253 run                             mass: MS performed LU  {at=8679490.58952392, lu_delay=5.545082414522767, ms=00095}
22:49:45.140471 run                             mass: MS performed LU  {at=8679490.843799634, lu_delay=4.74435406178236, ms=00096}
22:49:46.814964 run                             mass: MS performed LU  {at=8679492.518270835, lu_delay=5.321894248947501, ms=00097}
22:49:47.069813 run                             mass: MS performed LU  {at=8679492.773138134, lu_delay=22.97016386501491, ms=00066}
22:49:49.829213 run                             mass: MS performed LU  {at=8679495.532510962, lu_delay=7.029866611585021, ms=00098}
22:49:50.555054 run                             mass: MS performed LU  {at=8679496.25827929, lu_delay=5.959297481924295, ms=00099}
22:49:50.569484 run                             mass: Tests done {all_completed=True, max=22.97016386501491, min=3.7681836616247892}
22:49:50.575300 tst         register_default_mass.py: Test passed (86.9 sec)
22:49:50.580721 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:50.583986 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:50.587199 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:50.590443 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:50.593768 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:50.597109 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:50.600594 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:50.604050 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:50.607475 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:50.611031 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:50.614451 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:50.617878 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:50.621286 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:50.625146 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:50.628645 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:50.632065 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:50.635621 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:50.639105 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:50.642822 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:50.646328 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:50.650213 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:50.653955 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:50.657989 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:50.661541 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:50.665040 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:50.668512 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:50.671952 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:50.675485 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:50.679994 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:50.683504 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:50.687013 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:50.690430 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:50.693903 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:50.698223 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:50.702072 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:50.705562 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:50.709039 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:50.712462 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:50.715825 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:50.719263 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:50.722770 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:50.726470 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:50.729907 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:50.733360 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:50.736825 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:50.740290 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:50.744086 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:50.747571 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:50.750976 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:50.754356 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:50.757779 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:50.761157 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:50.764587 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:50.767999 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:50.772213 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:50.775581 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:50.779282 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:50.782710 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:50.786118 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:50.789590 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:50.792958 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:50.796361 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:50.799752 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:50.803549 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:50.807096 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:50.810877 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:50.814365 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:50.817848 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:50.821318 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:50.824853 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:50.828180 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:50.831643 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:50.835067 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:50.838950 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:50.842449 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:50.845921 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:50.849402 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:50.852871 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:50.856376 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:50.859881 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:50.863349 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:50.867013 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:50.870713 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:50.874186 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:50.877683 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:50.881163 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:50.885552 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:50.889268 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:50.892839 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:50.896258 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:50.899687 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:50.903016 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:50.906314 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:50.909724 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:50.914074 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:50.917492 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:50.920989 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:50.924340 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:50.927780 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:50.931078 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:50.934725 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:50.938612 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:50.942242 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:50.946634 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:50.950782 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:50.954341 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:50.958071 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:50.961735 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:50.965258 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:50.968771 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:50.972237 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:50.975770 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:50.979381 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:50.982919 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:50.986327 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:50.989757 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:50.993230 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:50.996681 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:51.000125 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:51.003612 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:51.007133 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:51.010602 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:51.014029 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:51.017450 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:51.020868 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:51.024301 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:51.027681 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:51.031121 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:51.034563 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:51.038001 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:51.041402 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:51.044799 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:51.048189 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:51.051576 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:51.054940 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:51.058343 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:51.061775 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:51.065128 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:51.068388 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:51.071652 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:51.074915 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:51.078165 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:51.081407 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:51.084662 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:51.087905 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:51.091171 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:51.094464 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:51.097719 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:51.100988 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:51.104341 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:51.107750 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:51.111150 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:51.114528 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:51.117928 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:51.121312 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:51.124674 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:51.128121 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:51.131501 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:51.134801 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:51.138100 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:51.141524 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:51.144936 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:51.148281 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:51.151760 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:51.155156 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:51.158562 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:51.161966 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:51.165358 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:51.168804 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:51.172233 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:51.175649 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:51.179037 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:51.182457 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:51.185843 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:51.189217 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:51.192660 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:51.196108 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:51.199426 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:51.202728 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:51.205987 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:51.209281 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:51.212518 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:51.215813 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:51.219100 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:51.222340 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:51.225625 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:51.229011 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:51.232389 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:51.235765 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:51.239165 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:51.242603 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:51.246002 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:51.249397 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:51.252804 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:51.256193 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:51.259602 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:51.262992 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:51.266403 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:51.269802 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:51.273193 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:51.276577 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:51.279997 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:51.283408 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:51.286811 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:51.290230 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:51.293613 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:51.297010 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:51.300391 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:51.303803 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:51.307192 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:51.310583 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:51.313953 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:51.317347 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:51.320766 ---      ParallelTerminationStrategy: PID 22 died...
22:49:51.322320 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:51.326096 ---      ParallelTerminationStrategy: PID 23 died...
22:49:51.327633 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:51.331413 ---      ParallelTerminationStrategy: PID 24 died...
22:49:51.332972 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:51.336758 ---      ParallelTerminationStrategy: PID 25 died...
22:49:51.338322 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:51.342069 ---      ParallelTerminationStrategy: PID 26 died...
22:49:51.343634 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:51.347451 ---      ParallelTerminationStrategy: PID 27 died...
22:49:51.349001 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:51.352764 ---      ParallelTerminationStrategy: PID 28 died...
22:49:51.354304 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:51.358121 ---      ParallelTerminationStrategy: PID 29 died...
22:49:51.359661 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:51.363560 ---      ParallelTerminationStrategy: PID 30 died...
22:49:51.365090 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:51.368783 ---      ParallelTerminationStrategy: PID 31 died...
22:49:51.370243 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:51.373899 ---      ParallelTerminationStrategy: PID 32 died...
22:49:51.375382 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:51.378989 ---      ParallelTerminationStrategy: PID 33 died...
22:49:51.380501 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:51.384196 ---      ParallelTerminationStrategy: PID 35 died...
22:49:51.385660 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:51.389276 ---      ParallelTerminationStrategy: PID 36 died...
22:49:51.390730 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:51.394354 ---      ParallelTerminationStrategy: PID 37 died...
22:49:51.395802 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:51.399408 ---      ParallelTerminationStrategy: PID 38 died...
22:49:51.400889 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:51.404633 ---      ParallelTerminationStrategy: PID 39 died...
22:49:51.406110 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:51.409800 ---      ParallelTerminationStrategy: PID 40 died...
22:49:51.411266 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:51.414985 ---      ParallelTerminationStrategy: PID 41 died...
22:49:51.416517 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:51.420172 ---      ParallelTerminationStrategy: PID 42 died...
22:49:51.421738 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:51.425491 ---      ParallelTerminationStrategy: PID 43 died...
22:49:51.427059 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:51.430943 ---      ParallelTerminationStrategy: PID 44 died...
22:49:51.432462 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:51.436247 ---      ParallelTerminationStrategy: PID 45 died...
22:49:51.437770 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:51.441600 ---      ParallelTerminationStrategy: PID 46 died...
22:49:51.443127 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:51.446922 ---      ParallelTerminationStrategy: PID 47 died...
22:49:51.448524 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:51.452315 ---      ParallelTerminationStrategy: PID 48 died...
22:49:51.454002 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:51.457774 ---      ParallelTerminationStrategy: PID 49 died...
22:49:51.459335 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:51.463086 ---      ParallelTerminationStrategy: PID 50 died...
22:49:51.464603 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:51.468364 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.469913 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:51.473716 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.475243 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:51.479148 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.480730 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:51.484455 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.486007 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:51.489724 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.491186 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:51.494835 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.496289 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:51.499890 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.501359 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:51.504953 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.506410 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:51.510022 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.511468 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:51.515080 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.516538 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:51.520108 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.521565 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:51.525151 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.526666 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:51.530388 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.531921 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:51.535654 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.537176 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:51.540934 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.542443 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:51.546222 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.547729 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:51.551477 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.552982 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:51.556732 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.558236 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:51.562018 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.563537 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:51.567265 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.568795 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:51.572542 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.574058 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:51.577811 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.579318 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:51.583041 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.584538 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:51.588226 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.589726 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:51.593463 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.594970 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:51.598749 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.600250 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:51.604002 ---      ParallelTerminationStrategy: PID 77 died...
22:49:51.605556 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:51.609282 ---      ParallelTerminationStrategy: PID 78 died...
22:49:51.610796 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:51.614503 ---      ParallelTerminationStrategy: PID 79 died...
22:49:51.616033 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:51.619802 ---      ParallelTerminationStrategy: PID 80 died...
22:49:51.621307 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:51.625039 ---      ParallelTerminationStrategy: PID 81 died...
22:49:51.626586 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:51.630355 ---      ParallelTerminationStrategy: PID 82 died...
22:49:51.631867 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:51.635611 ---      ParallelTerminationStrategy: PID 83 died...
22:49:51.637123 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:51.640926 ---      ParallelTerminationStrategy: PID 84 died...
22:49:51.642506 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:51.646288 ---      ParallelTerminationStrategy: PID 85 died...
22:49:51.647837 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:51.651906 ---      ParallelTerminationStrategy: PID 86 died...
22:49:51.653452 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:51.657174 ---      ParallelTerminationStrategy: PID 87 died...
22:49:51.658698 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:51.662503 ---      ParallelTerminationStrategy: PID 88 died...
22:49:51.664064 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:51.667851 ---      ParallelTerminationStrategy: PID 89 died...
22:49:51.669366 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:51.673107 ---      ParallelTerminationStrategy: PID 90 died...
22:49:51.674634 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:51.678358 ---      ParallelTerminationStrategy: PID 91 died...
22:49:51.679878 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:51.683644 ---      ParallelTerminationStrategy: PID 92 died...
22:49:51.685202 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:51.688965 ---      ParallelTerminationStrategy: PID 93 died...
22:49:51.690481 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:51.694225 ---      ParallelTerminationStrategy: PID 94 died...
22:49:51.695733 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:51.699491 ---      ParallelTerminationStrategy: PID 95 died...
22:49:51.700990 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:51.704757 ---      ParallelTerminationStrategy: PID 96 died...
22:49:51.706270 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:51.710022 ---      ParallelTerminationStrategy: PID 97 died...
22:49:51.711599 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:51.715339 ---      ParallelTerminationStrategy: PID 98 died...
22:49:51.716881 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:51.720622 ---      ParallelTerminationStrategy: PID 99 died...
22:49:51.722138 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:51.725861 ---      ParallelTerminationStrategy: PID 100 died...
22:49:51.727378 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:51.731183 ---      ParallelTerminationStrategy: PID 101 died...
22:49:51.732753 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:51.736489 ---      ParallelTerminationStrategy: PID 102 died...
22:49:51.738031 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:51.741809 ---      ParallelTerminationStrategy: PID 103 died...
22:49:51.743341 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:51.747178 ---      ParallelTerminationStrategy: PID 104 died...
22:49:51.748756 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:51.752530 ---      ParallelTerminationStrategy: PID 105 died...
22:49:51.754072 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:51.757827 ---      ParallelTerminationStrategy: PID 106 died...
22:49:51.759342 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:51.763143 ---      ParallelTerminationStrategy: PID 107 died...
22:49:51.764682 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:51.768412 ---      ParallelTerminationStrategy: PID 108 died...
22:49:51.769923 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:51.773670 ---      ParallelTerminationStrategy: PID 109 died...
22:49:51.775187 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:51.778934 ---      ParallelTerminationStrategy: PID 110 died...
22:49:51.780479 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:51.784249 ---      ParallelTerminationStrategy: PID 111 died...
22:49:51.785808 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:51.789558 ---      ParallelTerminationStrategy: PID 112 died...
22:49:51.791081 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:51.794819 ---      ParallelTerminationStrategy: PID 113 died...
22:49:51.796333 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:51.800117 ---      ParallelTerminationStrategy: PID 114 died...
22:49:51.801638 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:51.805404 ---      ParallelTerminationStrategy: PID 115 died...
22:49:51.806915 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:51.810670 ---      ParallelTerminationStrategy: PID 116 died...
22:49:51.812178 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:51.816000 ---      ParallelTerminationStrategy: PID 117 died...
22:49:51.817548 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:51.821294 ---      ParallelTerminationStrategy: PID 118 died...
22:49:51.822832 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:51.826588 ---      ParallelTerminationStrategy: PID 119 died...
22:49:51.828095 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:51.831938 ---      ParallelTerminationStrategy: PID 120 died...
22:49:51.833474 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:51.837272 ---      ParallelTerminationStrategy: PID 121 died...
22:49:51.838806 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:51.842701 ---      ParallelTerminationStrategy: PID 122 died...
22:49:51.844261 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:51.848061 ---      ParallelTerminationStrategy: PID 123 died...
22:49:51.849620 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:51.853442 ---      ParallelTerminationStrategy: PID 124 died...
22:49:51.854988 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:51.858810 ---      ParallelTerminationStrategy: PID 125 died...
22:49:51.860366 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:51.864170 ---      ParallelTerminationStrategy: PID 126 died...
22:49:51.865802 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:51.869643 ---      ParallelTerminationStrategy: PID 127 died...
22:49:51.871190 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:51.874982 ---      ParallelTerminationStrategy: PID 128 died...
22:49:51.876597 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:51.880430 ---      ParallelTerminationStrategy: PID 129 died...
22:49:51.881978 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:51.885799 ---      ParallelTerminationStrategy: PID 130 died...
22:49:51.887346 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:51.891154 ---      ParallelTerminationStrategy: PID 131 died...
22:49:51.892678 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:51.896448 ---      ParallelTerminationStrategy: PID 132 died...
22:49:51.897995 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:51.901805 ---      ParallelTerminationStrategy: PID 133 died...
22:49:51.903348 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:51.907163 ---      ParallelTerminationStrategy: PID 134 died...
22:49:51.908714 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:51.912518 ---      ParallelTerminationStrategy: PID 135 died...
22:49:51.914105 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:51.917895 ---      ParallelTerminationStrategy: PID 136 died...
22:49:51.919411 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:51.923190 ---      ParallelTerminationStrategy: PID 137 died...
22:49:51.924739 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:51.928507 ---      ParallelTerminationStrategy: PID 138 died...
22:49:51.930094 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:51.933972 ---      ParallelTerminationStrategy: PID 139 died...
22:49:51.935510 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:51.939294 ---      ParallelTerminationStrategy: PID 140 died...
22:49:51.940824 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:51.944566 ---      ParallelTerminationStrategy: PID 141 died...
22:49:51.946142 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:51.949901 ---      ParallelTerminationStrategy: PID 142 died...
22:49:51.951410 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:51.955185 ---      ParallelTerminationStrategy: PID 143 died...
22:49:51.956736 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:51.960475 ---      ParallelTerminationStrategy: PID 144 died...
22:49:51.961992 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:51.965762 ---      ParallelTerminationStrategy: PID 145 died...
22:49:51.967284 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:51.971016 ---      ParallelTerminationStrategy: PID 146 died...
22:49:51.972532 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:51.976382 ---      ParallelTerminationStrategy: PID 147 died...
22:49:51.977909 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:51.981710 ---      ParallelTerminationStrategy: PID 148 died...
22:49:51.983244 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:51.987051 ---      ParallelTerminationStrategy: PID 149 died...
22:49:51.988576 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:51.992408 ---      ParallelTerminationStrategy: PID 150 died...
22:49:51.993957 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:51.997778 ---      ParallelTerminationStrategy: PID 151 died...
22:49:51.999315 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:52.003084 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.004593 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:52.008358 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.009900 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:52.013700 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.015225 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:52.018975 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.020487 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:52.024233 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.025760 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:52.029599 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.031120 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:52.034895 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.036413 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:52.040141 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.041660 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:52.045462 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.046982 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:52.050762 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.052279 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:52.056026 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.057525 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:52.061313 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.062830 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:52.066584 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.068089 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:52.071902 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.073426 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:52.077608 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.079225 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:52.083099 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.084617 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:52.088390 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.090028 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:52.093868 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.095404 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:52.099202 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.100768 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:52.104515 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.106732 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:52.110533 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.112060 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:52.115818 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.117349 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:52.121150 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.122686 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:52.126471 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.127983 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:52.131756 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.133553 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:52.137349 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.138857 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:52.142664 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.144109 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:52.147794 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.149259 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:52.152937 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.154389 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:52.157975 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.159431 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:52.163059 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.164519 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:52.168090 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.169892 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:52.173447 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.174880 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:52.178497 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.180309 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:52.184064 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.185541 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:52.189168 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.190639 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:52.194271 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.195728 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:52.199381 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.200828 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:52.204392 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.205841 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:52.209456 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.210920 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:52.214563 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.216013 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:52.219606 ---      ParallelTerminationStrategy: PID 193 died...
22:49:52.221078 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:52.225263 ---      ParallelTerminationStrategy: PID 194 died...
22:49:52.226707 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:52.230293 ---      ParallelTerminationStrategy: PID 195 died...
22:49:52.231741 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:52.235424 ---      ParallelTerminationStrategy: PID 196 died...
22:49:52.236918 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:52.240507 ---      ParallelTerminationStrategy: PID 197 died...
22:49:52.241963 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:52.245573 ---      ParallelTerminationStrategy: PID 198 died...
22:49:52.247063 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:52.250748 ---      ParallelTerminationStrategy: PID 199 died...
22:49:52.252192 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:52.255826 ---      ParallelTerminationStrategy: PID 200 died...
22:49:52.257710 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:52.261505 ---      ParallelTerminationStrategy: PID 201 died...
22:49:52.262988 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:52.266629 ---      ParallelTerminationStrategy: PID 202 died...
22:49:52.268085 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:52.273277 ---      ParallelTerminationStrategy: PID 203 died...
22:49:52.274731 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:52.278336 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.279801 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:52.284770 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.286226 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:52.289834 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.291294 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:52.294885 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.296333 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:52.299960 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.301525 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:52.306460 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.307937 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:52.311569 ---      ParallelTerminationStrategy: PID 210 died...
22:49:52.313024 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:52.316662 ---      ParallelTerminationStrategy: PID 211 died...
22:49:52.318629 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:52.322250 ---      ParallelTerminationStrategy: PID 212 died...
22:49:52.323699 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:52.327362 ---      ParallelTerminationStrategy: PID 213 died...
22:49:52.328807 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:52.332402 ---      ParallelTerminationStrategy: PID 214 died...
22:49:52.333888 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:52.337670 ---      ParallelTerminationStrategy: PID 215 died...
22:49:52.339192 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:52.342951 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.344868 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:52.348621 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.350169 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:52.353902 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.355435 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:52.359175 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.360691 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:52.364358 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.365858 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:52.369487 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.370982 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:52.381274 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.382720 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:52.386339 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.387795 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:52.391393 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.392848 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:52.396426 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.397885 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:52.402007 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.403526 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:52.407313 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.408813 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:52.412447 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.413929 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:52.417588 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.419107 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:52.422807 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.424296 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:52.428042 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.429615 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:52.433371 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.434887 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:52.438643 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.440163 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:52.443910 ---      ParallelTerminationStrategy: PID 234 died...
22:49:52.445444 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:55.848934 ---      ParallelTerminationStrategy: PID 34 died...
22:49:55.851538 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7945 netreg_mass PASS
---------------------------------------------------------------------
22:49:55.926799 tst                       trial-7945: Storing JUnit report in /build/trial-7945/run.2025-04-23_22-48-23/trial-7945.xml

--------------------------------------------------------------------------------------------
trial-7945 PASS
--------------------------------------------------------------------------------------------
22:49:55.938309 tst                       trial-7945: trial-7945: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (86.9 sec)
+ exit_code=0
+ rm -rf trial-7945/inst
+ cd trial-7945
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-23 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7945-run.tgz run.2025-04-23_22-48-23
+ tar czf /build/trial-7945-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-23_13_29_17.tgz osmo-bts-oc2g.build-2025-04-23_00_51_31.tgz osmo-bts-sysmo.build-2025-04-23_00_51_35.tgz osmo-bts.build-2025-04-23_00_51_38.tgz osmo-ggsn.build-2025-04-23_20_42_23.tgz osmo-hlr.build-2025-04-23_16_36_56.tgz osmo-hnbgw.build-2025-04-23_13_34_03.tgz osmo-mgw.build-2025-04-23_08_33_14.tgz osmo-msc.build-2025-04-23_13_38_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-23_07_34_04.tgz osmo-pcu-sysmo.build-2025-04-23_07_33_58.tgz osmo-pcu.build-2025-04-23_07_33_59.tgz osmo-sgsn.build-2025-04-23_20_47_56.tgz osmo-stp.build-2025-04-23_13_28_06.tgz osmo-trx.build-2025-04-23_14_28_06.tgz osmocom-bb.build-2025-04-23_21_17_18.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