Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8051
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
f17cc18 ttcn3-bts-test: show respawn count at the end
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 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.2s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:07f88e8bc1c8fc3121579b1dafef8a0d166684fe1dc6e5f85863aefad3a79034 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=8052 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-08-08 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8052
+ mkdir -p trial-8052
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-08_13_26_15.tgz osmo-bts-oc2g.build-2025-08-08_00_51_37.tgz osmo-bts-sysmo.build-2025-08-08_00_51_33.tgz osmo-bts.build-2025-08-08_00_51_39.tgz osmo-ggsn.build-2025-08-08_20_42_35.tgz osmo-hlr.build-2025-08-08_16_36_51.tgz osmo-hnbgw.build-2025-08-08_13_30_12.tgz osmo-mgw.build-2025-08-08_08_33_16.tgz osmo-msc.build-2025-08-08_13_32_12.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-08_07_34_03.tgz osmo-pcu-sysmo.build-2025-08-08_07_36_05.tgz osmo-pcu.build-2025-08-08_07_36_12.tgz osmo-sgsn.build-2025-08-08_20_48_16.tgz osmo-stp.build-2025-08-08_13_25_07.tgz osmo-trx.build-2025-08-08_14_28_48.tgz osmocom-bb.build-2025-08-08_21_17_16.tgz srslte.build-19.tgz trial-8052
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-08_13_26_15.md5 osmo-bts-oc2g.build-2025-08-08_00_51_37.md5 osmo-bts-sysmo.build-2025-08-08_00_51_33.md5 osmo-bts.build-2025-08-08_00_51_39.md5 osmo-ggsn.build-2025-08-08_20_42_35.md5 osmo-hlr.build-2025-08-08_16_36_51.md5 osmo-hnbgw.build-2025-08-08_13_30_12.md5 osmo-mgw.build-2025-08-08_08_33_16.md5 osmo-msc.build-2025-08-08_13_32_12.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-08_07_34_03.md5 osmo-pcu-sysmo.build-2025-08-08_07_36_05.md5 osmo-pcu.build-2025-08-08_07_36_12.md5 osmo-sgsn.build-2025-08-08_20_48_16.md5 osmo-stp.build-2025-08-08_13_25_07.md5 osmo-trx.build-2025-08-08_14_28_48.md5 osmocom-bb.build-2025-08-08_21_17_16.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-08_13_26_15.md5 osmo-bts-oc2g.build-2025-08-08_00_51_37.md5 osmo-bts-sysmo.build-2025-08-08_00_51_33.md5 osmo-bts.build-2025-08-08_00_51_39.md5 osmo-ggsn.build-2025-08-08_20_42_35.md5 osmo-hlr.build-2025-08-08_16_36_51.md5 osmo-hnbgw.build-2025-08-08_13_30_12.md5 osmo-mgw.build-2025-08-08_08_33_16.md5 osmo-msc.build-2025-08-08_13_32_12.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-08_07_34_03.md5 osmo-pcu-sysmo.build-2025-08-08_07_36_05.md5 osmo-pcu.build-2025-08-08_07_36_12.md5 osmo-sgsn.build-2025-08-08_20_48_16.md5 osmo-stp.build-2025-08-08_13_25_07.md5 osmo-trx.build-2025-08-08_14_28_48.md5 osmocom-bb.build-2025-08-08_21_17_16.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-8052 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8052'
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-8052
--------------------------------------------------------------------------------------------
22:48:18.470803 tst                       trial-8052: Detailed log at /build/trial-8052/run.2025-08-08_22-48-18/log

---------------------------------------------------------------------
trial-8052 netreg_mass
---------------------------------------------------------------------
22:48:18.677490 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.677880 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.678649 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.679841 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.718353 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.719187 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.720344 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.789009 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-8052 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.789766 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.806071 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.806689 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.807197 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.807660 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.808122 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.808622 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.809098 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.853046 tst         register_default_mass.py: using LAC 2
22:48:18.898551 tst         register_default_mass.py: using RAC 2
22:48:18.953820 tst         register_default_mass.py: using CellId 2
22:48:19.004137 tst         register_default_mass.py: using BVCI 3
22:48:19.024357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.025183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.025829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.026390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.026941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.027483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.027999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.028541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.029096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.029617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.030150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.030669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.031191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.031712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.032244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.032770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.033288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.033823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.034343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.034860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.035392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.035917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.036433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.036975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.037496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.038010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.038537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.039052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.039575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.040110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.040638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.041170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.041699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.042232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.042759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.043297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.043815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.044337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.044886 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.045407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.045915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.046444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.046972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.047488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.048025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.048573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.049105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.049643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.050162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.050678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.051216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.051734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.052255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.052792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.053307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.053819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.054346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.054862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.055386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.055894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.056400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.056930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.057458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.057979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.058506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.059026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.059541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.060066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.060581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.061090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.061574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.062074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.062640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.063144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.063636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.064115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.064739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.065237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.065722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.066207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.066701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.067187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.067673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.068166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.068661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.069156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.069659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.070148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.070645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.071143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.071635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.072121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.072634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.073129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.073622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.074121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.074635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.075145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.075666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.076181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.076704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.077284 tst      register_default_mass.py:21: Launching a simple network
22:48:19.087395 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.209222 run            create_hlr_db(pid=20): Launched
22:48:20.219403 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.235920 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.301095 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.306889 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.486430 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.502255 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.508359 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.937462 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.952417 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.962427 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.078606 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.093744 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.099582 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.123751 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.139200 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.145256 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.462526 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.478255 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.511031 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.663714 run         osmo-bts-virtual(pid=34): Launched
22:48:31.726822 tst         register_default_mass.py: using MSISDN 1001
22:48:31.745967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.835148 tst         register_default_mass.py: using MSISDN 1002
22:48:31.847780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.929337 tst         register_default_mass.py: using MSISDN 1003
22:48:31.935356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.013165 tst         register_default_mass.py: using MSISDN 1004
22:48:32.032848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.105989 tst         register_default_mass.py: using MSISDN 1005
22:48:32.123638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.208808 tst         register_default_mass.py: using MSISDN 1006
22:48:32.214695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.288119 tst         register_default_mass.py: using MSISDN 1007
22:48:32.314216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.398278 tst         register_default_mass.py: using MSISDN 1008
22:48:32.418864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.495231 tst         register_default_mass.py: using MSISDN 1009
22:48:32.503664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.584189 tst         register_default_mass.py: using MSISDN 1010
22:48:32.603323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.677480 tst         register_default_mass.py: using MSISDN 1011
22:48:32.698658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.777112 tst         register_default_mass.py: using MSISDN 1012
22:48:32.798881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.933538 tst         register_default_mass.py: using MSISDN 1013
22:48:32.949912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.026013 tst         register_default_mass.py: using MSISDN 1014
22:48:33.047905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.124226 tst         register_default_mass.py: using MSISDN 1015
22:48:33.130251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.209459 tst         register_default_mass.py: using MSISDN 1016
22:48:33.215644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.315110 tst         register_default_mass.py: using MSISDN 1017
22:48:33.327242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.394378 tst         register_default_mass.py: using MSISDN 1018
22:48:33.400450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.470035 tst         register_default_mass.py: using MSISDN 1019
22:48:33.475822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.554015 tst         register_default_mass.py: using MSISDN 1020
22:48:33.568759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.642966 tst         register_default_mass.py: using MSISDN 1021
22:48:33.658558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.751400 tst         register_default_mass.py: using MSISDN 1022
22:48:33.764891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.848032 tst         register_default_mass.py: using MSISDN 1023
22:48:33.866957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.929338 tst         register_default_mass.py: using MSISDN 1024
22:48:33.938859 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.018957 tst         register_default_mass.py: using MSISDN 1025
22:48:34.025496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.095896 tst         register_default_mass.py: using MSISDN 1026
22:48:34.102168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.188313 tst         register_default_mass.py: using MSISDN 1027
22:48:34.194460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.263857 tst         register_default_mass.py: using MSISDN 1028
22:48:34.279992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.353988 tst         register_default_mass.py: using MSISDN 1029
22:48:34.378102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.451026 tst         register_default_mass.py: using MSISDN 1030
22:48:34.468198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.542282 tst         register_default_mass.py: using MSISDN 1031
22:48:34.561170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.634856 tst         register_default_mass.py: using MSISDN 1032
22:48:34.656071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.736987 tst         register_default_mass.py: using MSISDN 1033
22:48:34.757820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.821816 tst         register_default_mass.py: using MSISDN 1034
22:48:34.840390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:34.913265 tst         register_default_mass.py: using MSISDN 1035
22:48:34.930389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.995876 tst         register_default_mass.py: using MSISDN 1036
22:48:35.013888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.098363 tst         register_default_mass.py: using MSISDN 1037
22:48:35.120489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.197921 tst         register_default_mass.py: using MSISDN 1038
22:48:35.203916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.272840 tst         register_default_mass.py: using MSISDN 1039
22:48:35.292146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.357742 tst         register_default_mass.py: using MSISDN 1040
22:48:35.370566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.440914 tst         register_default_mass.py: using MSISDN 1041
22:48:35.446707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.527979 tst         register_default_mass.py: using MSISDN 1042
22:48:35.543317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.620507 tst         register_default_mass.py: using MSISDN 1043
22:48:35.629849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.710856 tst         register_default_mass.py: using MSISDN 1044
22:48:35.731480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.793006 tst         register_default_mass.py: using MSISDN 1045
22:48:35.813125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.893217 tst         register_default_mass.py: using MSISDN 1046
22:48:35.900953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.980662 tst         register_default_mass.py: using MSISDN 1047
22:48:35.997384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.068534 tst         register_default_mass.py: using MSISDN 1048
22:48:36.087906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.160980 tst         register_default_mass.py: using MSISDN 1049
22:48:36.179160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.260309 tst         register_default_mass.py: using MSISDN 1050
22:48:36.285383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.352095 tst         register_default_mass.py: using MSISDN 1051
22:48:36.364344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.438764 tst         register_default_mass.py: using MSISDN 1052
22:48:36.461786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.523392 tst         register_default_mass.py: using MSISDN 1053
22:48:36.544541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.632486 tst         register_default_mass.py: using MSISDN 1054
22:48:36.646589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.723159 tst         register_default_mass.py: using MSISDN 1055
22:48:36.742371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.826524 tst         register_default_mass.py: using MSISDN 1056
22:48:36.838155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.905882 tst         register_default_mass.py: using MSISDN 1057
22:48:36.913598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.987182 tst         register_default_mass.py: using MSISDN 1058
22:48:37.009924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.076669 tst         register_default_mass.py: using MSISDN 1059
22:48:37.087446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.158991 tst         register_default_mass.py: using MSISDN 1060
22:48:37.178264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:37.250265 tst         register_default_mass.py: using MSISDN 1061
22:48:37.257692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:37.331168 tst         register_default_mass.py: using MSISDN 1062
22:48:37.341226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.415151 tst         register_default_mass.py: using MSISDN 1063
22:48:37.436749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:37.515930 tst         register_default_mass.py: using MSISDN 1064
22:48:37.534790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:37.604828 tst         register_default_mass.py: using MSISDN 1065
22:48:37.610924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:37.681866 tst         register_default_mass.py: using MSISDN 1066
22:48:37.691118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:37.767015 tst         register_default_mass.py: using MSISDN 1067
22:48:37.775635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:37.856265 tst         register_default_mass.py: using MSISDN 1068
22:48:37.862315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.950096 tst         register_default_mass.py: using MSISDN 1069
22:48:37.957512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.042418 tst         register_default_mass.py: using MSISDN 1070
22:48:38.048425 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.138487 tst         register_default_mass.py: using MSISDN 1071
22:48:38.144474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.227053 tst         register_default_mass.py: using MSISDN 1072
22:48:38.233934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.311234 tst         register_default_mass.py: using MSISDN 1073
22:48:38.332497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.551081 tst         register_default_mass.py: using MSISDN 1074
22:48:38.561452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.636423 tst         register_default_mass.py: using MSISDN 1075
22:48:38.657676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.729304 tst         register_default_mass.py: using MSISDN 1076
22:48:38.753071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.824241 tst         register_default_mass.py: using MSISDN 1077
22:48:38.835961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.928230 tst         register_default_mass.py: using MSISDN 1078
22:48:38.934479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.017535 tst         register_default_mass.py: using MSISDN 1079
22:48:39.039056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.107568 tst         register_default_mass.py: using MSISDN 1080
22:48:39.128917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.192760 tst         register_default_mass.py: using MSISDN 1081
22:48:39.202626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.280552 tst         register_default_mass.py: using MSISDN 1082
22:48:39.290768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.367952 tst         register_default_mass.py: using MSISDN 1083
22:48:39.389551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.465246 tst         register_default_mass.py: using MSISDN 1084
22:48:39.475169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.541192 tst         register_default_mass.py: using MSISDN 1085
22:48:39.564330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.639701 tst         register_default_mass.py: using MSISDN 1086
22:48:39.656011 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.732071 tst         register_default_mass.py: using MSISDN 1087
22:48:39.754171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.831349 tst         register_default_mass.py: using MSISDN 1088
22:48:39.849809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.910173 tst         register_default_mass.py: using MSISDN 1089
22:48:39.929999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.009958 tst         register_default_mass.py: using MSISDN 1090
22:48:40.029207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.093879 tst         register_default_mass.py: using MSISDN 1091
22:48:40.114681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.198687 tst         register_default_mass.py: using MSISDN 1092
22:48:40.204544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:40.277850 tst         register_default_mass.py: using MSISDN 1093
22:48:40.283791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:40.369125 tst         register_default_mass.py: using MSISDN 1094
22:48:40.376613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:40.455820 tst         register_default_mass.py: using MSISDN 1095
22:48:40.461748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:40.543757 tst         register_default_mass.py: using MSISDN 1096
22:48:40.549748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:40.618289 tst         register_default_mass.py: using MSISDN 1097
22:48:40.624376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.697225 tst         register_default_mass.py: using MSISDN 1098
22:48:40.707721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.805525 tst         register_default_mass.py: using MSISDN 1099
22:48:40.811543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.896768 tst         register_default_mass.py: using MSISDN 1100
22:48:40.902697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.032559 run                             mass: Starting testcase
22:48:41.038303 run                             mass: Pre-launching all virtphy's
22:48:41.044107 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.057893 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.064220 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.078064 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.084395 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.098074 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.104352 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.117746 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.123962 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.137322 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:41.143426 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.156339 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:41.162251 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.175206 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:41.181293 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.194279 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:41.200366 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:41.213514 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:41.219698 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:41.233061 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:41.239408 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:41.253213 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:41.259617 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:41.273089 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:41.279446 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:41.293160 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:41.299536 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:41.313361 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:41.319790 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:41.333634 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:41.340094 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:41.353996 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:41.360382 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:41.374346 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:41.380834 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:41.394830 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:41.401287 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:41.415223 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:41.421634 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:41.435683 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:41.441977 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:41.455641 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:41.462044 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:41.475514 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:41.481820 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:41.495036 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:41.501383 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:41.515272 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:41.521643 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:41.535212 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:41.541645 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.555553 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:41.561959 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.575757 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:41.582122 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.595877 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:41.602216 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.615964 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:41.622286 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.635964 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:41.642304 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.656079 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:41.662375 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.675561 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:41.681748 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:41.695532 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:41.701898 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:41.715656 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:41.722015 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:41.735768 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:41.742150 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:41.756134 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:41.762462 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:41.776438 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:41.785554 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.849105 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:41.855508 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:41.869211 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:41.875591 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:41.889244 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:41.895605 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:41.909245 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:41.915529 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:41.928959 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:41.935160 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:41.948537 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:41.954927 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:41.968810 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:41.975161 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.989273 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.995672 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.009896 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.016429 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.030502 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.037050 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.050925 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.057484 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.071479 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.077941 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.091552 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.098011 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.111157 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.117204 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.130487 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.136884 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.150670 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.157119 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.170391 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.176465 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.189811 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.196012 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.209829 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:42.216073 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.229636 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:42.235994 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.249544 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:42.255808 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:42.269147 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:42.275266 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:42.288640 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:42.294854 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:42.308063 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:42.314191 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:42.327359 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:42.333430 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:42.346498 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:42.352545 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.365622 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:42.371745 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.385132 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:42.391622 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.405738 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:42.412245 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.426261 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:42.432744 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.446688 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:42.452940 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.466376 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:42.472471 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.485968 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:42.492101 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.505324 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:42.511381 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.524603 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:42.530657 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.543776 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:42.549810 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.562773 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:42.568836 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.581817 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:42.587927 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.601003 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:42.607245 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:42.620482 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:42.626687 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:42.639993 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:42.646248 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:42.659583 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:42.665842 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:42.679477 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:42.685837 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:42.699551 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:42.705835 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:42.719256 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:42.725631 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:42.739425 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:42.745672 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.758994 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:42.765219 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.778740 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:42.785070 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:42.798805 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:42.805153 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:42.818875 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:42.825104 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:42.838254 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:42.844285 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:42.857447 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:42.863507 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:42.876936 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:42.883252 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:42.896996 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:42.903339 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:42.917023 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:42.923369 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.937148 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.943390 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.956917 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.963226 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.976774 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.982899 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.996411 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.002769 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.016445 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.022756 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.036421 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.042788 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.056591 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.062913 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.076194 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.082485 run                             mass: Checking if sockets are in the filesystem
22:48:43.094737 run                osmo-ms-mob/00000: Starting mobile
22:48:43.108142 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.120478 run                             mass: MS start registered  {at=17924228.823824257, delay=0.005881454795598984, ms=00000}
22:48:47.299743 run                osmo-ms-mob/00001: Starting mobile
22:48:47.328352 run       osmo-ms-mob/00001(pid=136): Launched
22:48:47.348648 run                             mass: MS start registered  {at=17924233.051945087, delay=0.006456021219491959, ms=00001}
22:48:49.095407 run                osmo-ms-mob/00002: Starting mobile
22:48:49.108882 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.120254 run                             mass: MS start registered  {at=17924234.82356902, delay=0.004806060343980789, ms=00002}
22:48:49.139767 run                             mass: MS performed LU  {at=17924234.843087606, lu_delay=6.019263349473476, ms=00000}
22:48:50.396669 run                osmo-ms-mob/00003: Starting mobile
22:48:50.410460 run       osmo-ms-mob/00003(pid=138): Launched
22:48:50.421371 run                             mass: MS start registered  {at=17924236.12471737, delay=0.004545304924249649, ms=00003}
22:48:51.496579 run                osmo-ms-mob/00004: Starting mobile
22:48:51.510631 run       osmo-ms-mob/00004(pid=139): Launched
22:48:51.521826 run                             mass: MS start registered  {at=17924237.22515804, delay=0.004704955965280533, ms=00004}
22:48:52.499058 run                osmo-ms-mob/00005: Starting mobile
22:48:52.513971 run       osmo-ms-mob/00005(pid=140): Launched
22:48:52.524948 run                             mass: MS start registered  {at=17924238.22829494, delay=0.004489772021770477, ms=00005}
22:48:52.905897 run                             mass: MS performed LU  {at=17924238.609227344, lu_delay=5.557282257825136, ms=00001}
22:48:53.394660 run                osmo-ms-mob/00006: Starting mobile
22:48:53.407966 run       osmo-ms-mob/00006(pid=141): Launched
22:48:53.419065 run                             mass: MS start registered  {at=17924239.12240256, delay=0.004833374172449112, ms=00006}
22:48:54.295338 run                osmo-ms-mob/00007: Starting mobile
22:48:54.309440 run       osmo-ms-mob/00007(pid=142): Launched
22:48:54.320759 run                             mass: MS start registered  {at=17924240.024105266, delay=0.0047747790813446045, ms=00007}
22:48:54.807168 run                             mass: MS performed LU  {at=17924240.510503754, lu_delay=5.686934735625982, ms=00002}
22:48:55.094612 run                osmo-ms-mob/00008: Starting mobile
22:48:55.108013 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.119245 run                             mass: MS start registered  {at=17924240.82259326, delay=0.004944421350955963, ms=00008}
22:48:55.793965 run                osmo-ms-mob/00009: Starting mobile
22:48:55.807154 run       osmo-ms-mob/00009(pid=144): Launched
22:48:55.817909 run                             mass: MS start registered  {at=17924241.52125832, delay=0.004600841552019119, ms=00009}
22:48:56.494831 run                osmo-ms-mob/00010: Starting mobile
22:48:56.508414 run       osmo-ms-mob/00010(pid=145): Launched
22:48:56.519638 run                             mass: MS start registered  {at=17924242.22298504, delay=0.0049513354897499084, ms=00010}
22:48:56.671374 run                             mass: MS performed LU  {at=17924242.37470424, lu_delay=5.149546202272177, ms=00004}
22:48:56.718171 run                             mass: MS performed LU  {at=17924242.421502452, lu_delay=6.296785082668066, ms=00003}
22:48:57.105723 run                osmo-ms-mob/00011: Starting mobile
22:48:57.120020 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.131689 run                             mass: MS start registered  {at=17924242.83503116, delay=0.005075499415397644, ms=00011}
22:48:57.694770 run                osmo-ms-mob/00012: Starting mobile
22:48:57.708695 run       osmo-ms-mob/00012(pid=147): Launched
22:48:57.719809 run                             mass: MS start registered  {at=17924243.423158865, delay=0.004755698144435883, ms=00012}
22:48:58.295291 run                osmo-ms-mob/00013: Starting mobile
22:48:58.309002 run       osmo-ms-mob/00013(pid=148): Launched
22:48:58.320122 run                             mass: MS start registered  {at=17924244.023472644, delay=0.004788149148225784, ms=00013}
22:48:58.573108 run                             mass: MS performed LU  {at=17924244.276438423, lu_delay=6.048143483698368, ms=00005}
22:48:58.618814 run                             mass: MS performed LU  {at=17924244.322146866, lu_delay=5.199744306504726, ms=00006}
22:48:58.894237 run                osmo-ms-mob/00014: Starting mobile
22:48:58.907596 run       osmo-ms-mob/00014(pid=149): Launched
22:48:58.918424 run                             mass: MS start registered  {at=17924244.62177349, delay=0.004665341228246689, ms=00014}
22:48:59.494957 run                osmo-ms-mob/00015: Starting mobile
22:48:59.509285 run       osmo-ms-mob/00015(pid=150): Launched
22:48:59.520438 run                             mass: MS start registered  {at=17924245.2237899, delay=0.004538420587778091, ms=00015}
22:48:59.995422 run                osmo-ms-mob/00016: Starting mobile
22:49:00.010492 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.021914 run                             mass: MS start registered  {at=17924245.725263316, delay=0.0043275244534015656, ms=00016}
22:49:00.438065 run                             mass: MS performed LU  {at=17924246.14137566, lu_delay=5.318782400339842, ms=00008}
22:49:00.454995 run                osmo-ms-mob/00017: Starting mobile
22:49:00.469262 run       osmo-ms-mob/00017(pid=152): Launched
22:49:00.480621 run                             mass: MS start registered  {at=17924246.183972266, delay=0.004520848393440247, ms=00017}
22:49:00.487318 run                             mass: MS performed LU  {at=17924246.19067534, lu_delay=6.166570074856281, ms=00007}
22:49:00.806667 run                             mass: MS performed LU  {at=17924246.510002267, lu_delay=4.98874394595623, ms=00009}
22:49:01.094400 run                osmo-ms-mob/00018: Starting mobile
22:49:01.108568 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.120255 run                             mass: MS start registered  {at=17924246.823603634, delay=0.00518885999917984, ms=00018}
22:49:01.494779 run                osmo-ms-mob/00019: Starting mobile
22:49:01.508183 run       osmo-ms-mob/00019(pid=154): Launched
22:49:01.519548 run                             mass: MS start registered  {at=17924247.22289873, delay=0.004556730389595032, ms=00019}
22:49:02.011913 run                osmo-ms-mob/00020: Starting mobile
22:49:02.025869 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.036958 run                             mass: MS start registered  {at=17924247.740309265, delay=0.004889577627182007, ms=00020}
22:49:02.338914 run                             mass: MS performed LU  {at=17924248.042219196, lu_delay=5.819234155118465, ms=00010}
22:49:02.384547 run                             mass: MS performed LU  {at=17924248.087877646, lu_delay=5.252846486866474, ms=00011}
22:49:02.396851 run                osmo-ms-mob/00021: Starting mobile
22:49:02.410838 run       osmo-ms-mob/00021(pid=156): Launched
22:49:02.422402 run                             mass: MS start registered  {at=17924248.12574125, delay=0.00506012886762619, ms=00021}
22:49:02.472818 run                             mass: MS performed LU  {at=17924248.17614966, lu_delay=4.752990793436766, ms=00012}
22:49:02.894580 run                osmo-ms-mob/00022: Starting mobile
22:49:02.908492 run       osmo-ms-mob/00022(pid=157): Launched
22:49:02.919832 run                             mass: MS start registered  {at=17924248.623162948, delay=0.004884209483861923, ms=00022}
22:49:03.394375 run                osmo-ms-mob/00023: Starting mobile
22:49:03.409392 run       osmo-ms-mob/00023(pid=158): Launched
22:49:03.420591 run                             mass: MS start registered  {at=17924249.123941272, delay=0.004781246185302734, ms=00023}
22:49:03.794228 run                osmo-ms-mob/00024: Starting mobile
22:49:03.808187 run       osmo-ms-mob/00024(pid=159): Launched
22:49:03.819700 run                             mass: MS start registered  {at=17924249.52304583, delay=0.005102377384901047, ms=00024}
22:49:04.203620 run                             mass: MS performed LU  {at=17924249.906933423, lu_delay=4.683143522590399, ms=00015}
22:49:04.222281 run                osmo-ms-mob/00025: Starting mobile
22:49:04.236364 run       osmo-ms-mob/00025(pid=160): Launched
22:49:04.248065 run                             mass: MS start registered  {at=17924249.951402485, delay=0.0052881911396980286, ms=00025}
22:49:04.256829 run                             mass: MS performed LU  {at=17924249.960185967, lu_delay=5.936713322997093, ms=00013}
22:49:04.337486 run                             mass: MS performed LU  {at=17924250.04082032, lu_delay=5.419046830385923, ms=00014}
22:49:04.694355 run                osmo-ms-mob/00026: Starting mobile
22:49:04.708217 run       osmo-ms-mob/00026(pid=161): Launched
22:49:04.720507 run                             mass: MS start registered  {at=17924250.42384636, delay=0.005893010646104813, ms=00026}
22:49:05.094046 run                osmo-ms-mob/00027: Starting mobile
22:49:05.108371 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.120098 run                             mass: MS start registered  {at=17924250.823437408, delay=0.005304697901010513, ms=00027}
22:49:05.495819 run                osmo-ms-mob/00028: Starting mobile
22:49:05.509619 run       osmo-ms-mob/00028(pid=163): Launched
22:49:05.521481 run                             mass: MS start registered  {at=17924251.224815626, delay=0.005295712500810623, ms=00028}
22:49:05.894494 run                osmo-ms-mob/00029: Starting mobile
22:49:05.908481 run       osmo-ms-mob/00029(pid=164): Launched
22:49:05.920130 run                             mass: MS start registered  {at=17924251.62347968, delay=0.0046442486345767975, ms=00029}
22:49:06.003342 run                             mass: MS performed LU  {at=17924251.70667279, lu_delay=5.522700525820255, ms=00017}
22:49:06.104530 run                             mass: MS performed LU  {at=17924251.807865053, lu_delay=4.98426141962409, ms=00018}
22:49:06.150289 run                             mass: MS performed LU  {at=17924251.85362454, lu_delay=6.128361225128174, ms=00016}
22:49:06.162086 run                osmo-ms-mob/00030: Starting mobile
22:49:06.175750 run       osmo-ms-mob/00030(pid=165): Launched
22:49:06.187082 run                             mass: MS start registered  {at=17924251.890412573, delay=0.004775188863277435, ms=00030}
22:49:06.257999 run                             mass: MS performed LU  {at=17924251.96124867, lu_delay=4.738349940627813, ms=00019}
22:49:06.707125 run                osmo-ms-mob/00031: Starting mobile
22:49:06.721645 run       osmo-ms-mob/00031(pid=166): Launched
22:49:06.732913 run                             mass: MS start registered  {at=17924252.436267223, delay=0.004472494125366211, ms=00031}
22:49:07.007030 run                osmo-ms-mob/00032: Starting mobile
22:49:07.021659 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.033349 run                             mass: MS start registered  {at=17924252.73669226, delay=0.0049925073981285095, ms=00032}
22:49:07.410536 run                osmo-ms-mob/00033: Starting mobile
22:49:07.424443 run       osmo-ms-mob/00033(pid=168): Launched
22:49:07.436237 run                             mass: MS start registered  {at=17924253.139571924, delay=0.005555998533964157, ms=00033}
22:49:07.804030 run                osmo-ms-mob/00034: Starting mobile
22:49:07.818656 run       osmo-ms-mob/00034(pid=169): Launched
22:49:07.829984 run                             mass: MS start registered  {at=17924253.53333275, delay=0.004993323236703873, ms=00034}
22:49:07.970025 run                             mass: MS performed LU  {at=17924253.673278812, lu_delay=5.547537561506033, ms=00021}
22:49:08.016842 run                             mass: MS performed LU  {at=17924253.720101956, lu_delay=4.596160683780909, ms=00023}
22:49:08.037605 run                osmo-ms-mob/00035: Starting mobile
22:49:08.050964 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.061886 run                             mass: MS start registered  {at=17924253.765236974, delay=0.004775915294885635, ms=00035}
22:49:08.104669 run                             mass: MS performed LU  {at=17924253.80791922, lu_delay=5.184756271541119, ms=00022}
22:49:08.160596 run                             mass: MS performed LU  {at=17924253.863850094, lu_delay=6.123540829867125, ms=00020}
22:49:08.494369 run                osmo-ms-mob/00036: Starting mobile
22:49:08.508349 run       osmo-ms-mob/00036(pid=171): Launched
22:49:08.519546 run                             mass: MS start registered  {at=17924254.222898245, delay=0.004904855042695999, ms=00036}
22:49:08.900348 run                osmo-ms-mob/00037: Starting mobile
22:49:08.914059 run       osmo-ms-mob/00037(pid=172): Launched
22:49:08.925316 run                             mass: MS start registered  {at=17924254.62866696, delay=0.005102250725030899, ms=00037}
22:49:09.194887 run                osmo-ms-mob/00038: Starting mobile
22:49:09.208814 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.220082 run                             mass: MS start registered  {at=17924254.923430078, delay=0.004639483988285065, ms=00038}
22:49:09.505429 run                osmo-ms-mob/00039: Starting mobile
22:49:09.519411 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.530795 run                             mass: MS start registered  {at=17924255.23414364, delay=0.0047565363347530365, ms=00039}
22:49:09.769627 run                             mass: MS performed LU  {at=17924255.472877607, lu_delay=5.521475121378899, ms=00025}
22:49:09.871856 run                             mass: MS performed LU  {at=17924255.575107012, lu_delay=4.751669604331255, ms=00027}
22:49:09.890958 run                osmo-ms-mob/00040: Starting mobile
22:49:09.903930 run       osmo-ms-mob/00040(pid=175): Launched
22:49:09.915202 run                             mass: MS start registered  {at=17924255.618554443, delay=0.004958260804414749, ms=00040}
22:49:09.921531 run                             mass: MS performed LU  {at=17924255.624892604, lu_delay=5.201046243309975, ms=00026}
22:49:10.024140 run                             mass: MS performed LU  {at=17924255.72742655, lu_delay=6.2043807208538055, ms=00024}
22:49:10.044496 run                osmo-ms-mob/00041: Starting mobile
22:49:10.057816 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.069675 run                             mass: MS start registered  {at=17924255.773020286, delay=0.005182202905416489, ms=00041}
22:49:10.517937 run                osmo-ms-mob/00042: Starting mobile
22:49:10.532356 run       osmo-ms-mob/00042(pid=177): Launched
22:49:10.543293 run                             mass: MS start registered  {at=17924256.246644966, delay=0.004775553941726685, ms=00042}
22:49:10.903897 run                osmo-ms-mob/00043: Starting mobile
22:49:10.917778 run       osmo-ms-mob/00043(pid=178): Launched
22:49:10.929109 run                             mass: MS start registered  {at=17924256.63245961, delay=0.005231179296970367, ms=00043}
22:49:11.194491 run                osmo-ms-mob/00044: Starting mobile
22:49:11.208354 run       osmo-ms-mob/00044(pid=179): Launched
22:49:11.220278 run                             mass: MS start registered  {at=17924256.92361692, delay=0.005616381764411926, ms=00044}
22:49:11.496448 run                osmo-ms-mob/00045: Starting mobile
22:49:11.510603 run       osmo-ms-mob/00045(pid=180): Launched
22:49:11.522066 run                             mass: MS start registered  {at=17924257.22541325, delay=0.004914075136184692, ms=00045}
22:49:11.736006 run                             mass: MS performed LU  {at=17924257.43927105, lu_delay=5.00300382822752, ms=00031}
22:49:11.758805 run                osmo-ms-mob/00046: Starting mobile
22:49:11.772205 run       osmo-ms-mob/00046(pid=181): Launched
22:49:11.780903 run                             mass: MS performed LU  {at=17924257.48421895, lu_delay=5.593806378543377, ms=00030}
22:49:11.787240 run                             mass: MS start registered  {at=17924257.490606267, delay=0.008804738521575928, ms=00046}
22:49:11.868880 run                             mass: MS performed LU  {at=17924257.572201084, lu_delay=5.948721405118704, ms=00029}
22:49:11.881456 run                osmo-ms-mob/00047: Starting mobile
22:49:11.894995 run       osmo-ms-mob/00047(pid=182): Launched
22:49:11.906662 run                             mass: MS start registered  {at=17924257.610011272, delay=0.004819478839635849, ms=00047}
22:49:11.924586 run                             mass: MS performed LU  {at=17924257.627874143, lu_delay=6.403058517724276, ms=00028}
22:49:11.943759 run                             mass: MS performed LU  {at=17924257.647037536, lu_delay=4.910345274955034, ms=00032}
22:49:11.956975 run                osmo-ms-mob/00048: Starting mobile
22:49:11.970471 run       osmo-ms-mob/00048(pid=183): Launched
22:49:11.981516 run                             mass: MS start registered  {at=17924257.684865493, delay=0.004707377403974533, ms=00048}
22:49:12.700173 run                osmo-ms-mob/00049: Starting mobile
22:49:12.718544 run       osmo-ms-mob/00049(pid=184): Launched
22:49:12.729558 run                             mass: MS start registered  {at=17924258.432907425, delay=0.004784010350704193, ms=00049}
22:49:13.005874 run                osmo-ms-mob/00050: Starting mobile
22:49:13.019415 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.030843 run                             mass: MS start registered  {at=17924258.734189432, delay=0.005092225968837738, ms=00050}
22:49:13.394703 run                osmo-ms-mob/00051: Starting mobile
22:49:13.408943 run       osmo-ms-mob/00051(pid=186): Launched
22:49:13.420422 run                             mass: MS start registered  {at=17924259.123734728, delay=0.0049711912870407104, ms=00051}
22:49:13.636130 run                             mass: MS performed LU  {at=17924259.339466672, lu_delay=6.1998947486281395, ms=00033}
22:49:13.648068 run                osmo-ms-mob/00052: Starting mobile
22:49:13.661992 run       osmo-ms-mob/00052(pid=187): Launched
22:49:13.673265 run                             mass: MS start registered  {at=17924259.376612622, delay=0.004911750555038452, ms=00052}
22:49:13.682129 run                             mass: MS performed LU  {at=17924259.385478236, lu_delay=5.620241262018681, ms=00035}
22:49:13.788002 run                             mass: MS performed LU  {at=17924259.491329573, lu_delay=4.862662613391876, ms=00037}
22:49:13.800286 run                osmo-ms-mob/00053: Starting mobile
22:49:13.814675 run       osmo-ms-mob/00053(pid=188): Launched
22:49:13.826998 run                             mass: MS start registered  {at=17924259.530338395, delay=0.005969122052192688, ms=00053}
22:49:13.873373 run                             mass: MS performed LU  {at=17924259.576729722, lu_delay=6.043396972119808, ms=00034}
22:49:13.879506 run                             mass: MS performed LU  {at=17924259.582870048, lu_delay=4.659439969807863, ms=00038}
22:49:13.890887 run                osmo-ms-mob/00054: Starting mobile
22:49:13.904519 run       osmo-ms-mob/00054(pid=189): Launched
22:49:13.915478 run                             mass: MS start registered  {at=17924259.618831117, delay=0.004674691706895828, ms=00054}
22:49:14.594481 run                osmo-ms-mob/00055: Starting mobile
22:49:14.608890 run       osmo-ms-mob/00055(pid=190): Launched
22:49:14.621665 run                             mass: MS start registered  {at=17924260.32500729, delay=0.005957439541816711, ms=00055}
22:49:14.897693 run                osmo-ms-mob/00056: Starting mobile
22:49:14.911479 run       osmo-ms-mob/00056(pid=191): Launched
22:49:14.922322 run                             mass: MS start registered  {at=17924260.62567494, delay=0.00449269637465477, ms=00056}
22:49:15.414451 run                osmo-ms-mob/00057: Starting mobile
22:49:15.431112 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.437313 run                             mass: Starting too slowly. Moving on {now=17924261.14067979, sleep=-0.14903802424669266, target=17924260.991641767}
22:49:15.443414 run                             mass: MS start registered  {at=17924261.14677084, delay=0.006093572825193405, ms=00057}
22:49:15.449496 run                             mass: Starting too slowly. Moving on {now=17924261.152865354, sleep=-0.0612235851585865, target=17924261.09164177}
22:49:15.502079 run                             mass: MS performed LU  {at=17924261.20533953, lu_delay=5.586785085499287, ms=00040}
22:49:15.556933 run                osmo-ms-mob/00058: Starting mobile
22:49:15.574017 run       osmo-ms-mob/00058(pid=193): Launched
22:49:15.580202 run                             mass: MS performed LU  {at=17924261.283561956, lu_delay=6.049418315291405, ms=00039}
22:49:15.586282 run                             mass: MS start registered  {at=17924261.28964916, delay=0.006104789674282074, ms=00058}
22:49:15.635627 run                             mass: MS performed LU  {at=17924261.338899612, lu_delay=4.7064400017261505, ms=00043}
22:49:15.684787 run                osmo-ms-mob/00059: Starting mobile
22:49:15.705748 run       osmo-ms-mob/00059(pid=194): Launched
22:49:15.712572 run                             mass: MS performed LU  {at=17924261.415929172, lu_delay=5.169284205883741, ms=00042}
22:49:15.718743 run                             mass: MS performed LU  {at=17924261.422108203, lu_delay=5.64908791705966, ms=00041}
22:49:15.724620 run                             mass: MS start registered  {at=17924261.42798696, delay=0.012078050523996353, ms=00059}
22:49:15.792834 run                osmo-ms-mob/00060: Starting mobile
22:49:15.811747 run       osmo-ms-mob/00060(pid=195): Launched
22:49:15.822617 run                             mass: MS start registered  {at=17924261.525969792, delay=0.004819046705961227, ms=00060}
22:49:16.594810 run                osmo-ms-mob/00061: Starting mobile
22:49:16.609980 run       osmo-ms-mob/00061(pid=196): Launched
22:49:16.622860 run                             mass: MS start registered  {at=17924262.326201133, delay=0.00610838457942009, ms=00061}
22:49:16.894357 run                osmo-ms-mob/00062: Starting mobile
22:49:16.909831 run       osmo-ms-mob/00062(pid=197): Launched
22:49:16.921007 run                             mass: MS start registered  {at=17924262.624356225, delay=0.00472882017493248, ms=00062}
22:49:17.194369 run                osmo-ms-mob/00063: Starting mobile
22:49:17.208346 run       osmo-ms-mob/00063(pid=198): Launched
22:49:17.219833 run                             mass: MS start registered  {at=17924262.923183434, delay=0.004995107650756836, ms=00063}
22:49:17.375345 run                             mass: MS performed LU  {at=17924263.078598045, lu_delay=6.154981125146151, ms=00044}
22:49:17.449244 run                             mass: MS performed LU  {at=17924263.15249411, lu_delay=5.661887843161821, ms=00046}
22:49:17.596206 run                osmo-ms-mob/00064: Starting mobile
22:49:17.610562 run       osmo-ms-mob/00064(pid=199): Launched
22:49:17.622185 run                             mass: MS start registered  {at=17924263.325528793, delay=0.005166191607713699, ms=00064}
22:49:17.629110 run                             mass: MS performed LU  {at=17924263.332468778, lu_delay=4.899561353027821, ms=00049}
22:49:17.646031 run                             mass: MS performed LU  {at=17924263.349375695, lu_delay=6.123962443321943, ms=00045}
22:49:17.995310 run                osmo-ms-mob/00065: Starting mobile
22:49:18.009532 run       osmo-ms-mob/00065(pid=200): Launched
22:49:18.021405 run                             mass: MS start registered  {at=17924263.724754848, delay=0.005029827356338501, ms=00065}
22:49:18.311735 run                osmo-ms-mob/00066: Starting mobile
22:49:18.326278 run       osmo-ms-mob/00066(pid=201): Launched
22:49:18.338018 run                             mass: MS start registered  {at=17924264.041361354, delay=0.005603723227977753, ms=00066}
22:49:18.495565 run                             mass: MS performed LU  {at=17924264.198885236, lu_delay=3.8738779462873936, ms=00055}
22:49:18.502133 run                             mass: MS performed LU  {at=17924264.20549616, lu_delay=5.081761430948973, ms=00051}
22:49:18.513812 run                osmo-ms-mob/00067: Starting mobile
22:49:18.527998 run       osmo-ms-mob/00067(pid=202): Launched
22:49:18.539687 run                             mass: MS start registered  {at=17924264.24303656, delay=0.004877164959907532, ms=00067}
22:49:18.560420 run                             mass: MS performed LU  {at=17924264.263758197, lu_delay=6.578892704099417, ms=00048}
22:49:18.695250 run                             mass: MS performed LU  {at=17924264.398586467, lu_delay=3.77291152626276, ms=00056}
22:49:18.707423 run                osmo-ms-mob/00068: Starting mobile
22:49:18.722033 run       osmo-ms-mob/00068(pid=203): Launched
22:49:18.733632 run                             mass: MS start registered  {at=17924264.436972763, delay=0.0052110254764556885, ms=00068}
22:49:19.164473 run                             mass: MS performed LU  {at=17924264.867810972, lu_delay=6.1336215399205685, ms=00050}
22:49:19.220661 run                             mass: MS performed LU  {at=17924264.923986983, lu_delay=5.393648587167263, ms=00053}
22:49:19.312362 run                             mass: MS performed LU  {at=17924265.015691277, lu_delay=5.63907865434885, ms=00052}
22:49:19.324370 run                osmo-ms-mob/00069: Starting mobile
22:49:19.338463 run       osmo-ms-mob/00069(pid=204): Launched
22:49:19.349627 run                             mass: MS start registered  {at=17924265.052979607, delay=0.004754509776830673, ms=00069}
22:49:19.474723 run                             mass: MS performed LU  {at=17924265.178059235, lu_delay=5.559228118509054, ms=00054}
22:49:19.808755 run                osmo-ms-mob/00070: Starting mobile
22:49:19.823303 run       osmo-ms-mob/00070(pid=205): Launched
22:49:19.835093 run                             mass: MS start registered  {at=17924265.538438123, delay=0.005475815385580063, ms=00070}
22:49:20.209195 run                osmo-ms-mob/00071: Starting mobile
22:49:20.223734 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.234809 run                             mass: MS start registered  {at=17924265.9381548, delay=0.004851069301366806, ms=00071}
22:49:20.605264 run                osmo-ms-mob/00072: Starting mobile
22:49:20.620128 run       osmo-ms-mob/00072(pid=207): Launched
22:49:20.635049 run                             mass: MS start registered  {at=17924266.338366054, delay=0.008274562656879425, ms=00072}
22:49:20.996217 run                osmo-ms-mob/00073: Starting mobile
22:49:21.010218 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.028507 run                             mass: MS start registered  {at=17924266.731825057, delay=0.011367231607437134, ms=00073}
22:49:21.065936 run                             mass: MS performed LU  {at=17924266.7692546, lu_delay=5.4796054400503635, ms=00058}
22:49:21.699584 run                osmo-ms-mob/00074: Starting mobile
22:49:21.713133 run       osmo-ms-mob/00074(pid=209): Launched
22:49:21.719547 run                             mass: Starting too slowly. Moving on {now=17924267.422912646, sleep=-0.23127078637480736, target=17924267.19164186}
22:49:21.726111 run                             mass: MS performed LU  {at=17924267.42946851, lu_delay=6.282697670161724, ms=00057}
22:49:21.732015 run                             mass: Starting too slowly. Moving on {now=17924267.435384206, sleep=-0.14374234527349472, target=17924267.29164186}
22:49:21.737808 run                             mass: MS start registered  {at=17924267.44116942, delay=0.01825927570462227, ms=00074}
22:49:21.743730 run                             mass: Starting too slowly. Moving on {now=17924267.447098043, sleep=-0.05545618012547493, target=17924267.391641863}
22:49:21.794140 run                osmo-ms-mob/00075: Starting mobile
22:49:21.807503 run       osmo-ms-mob/00075(pid=210): Launched
22:49:21.818940 run                             mass: MS start registered  {at=17924267.522287406, delay=0.004109930247068405, ms=00075}
22:49:21.892670 run                             mass: MS performed LU  {at=17924267.595994383, lu_delay=5.269793249666691, ms=00061}
22:49:21.901783 run                             mass: MS performed LU  {at=17924267.605140287, lu_delay=6.177153326570988, ms=00059}
22:49:22.300172 run                osmo-ms-mob/00076: Starting mobile
22:49:22.313636 run       osmo-ms-mob/00076(pid=211): Launched
22:49:22.324305 run                             mass: MS start registered  {at=17924268.027652763, delay=0.0044907256960868835, ms=00076}
22:49:22.518938 run                             mass: MS performed LU  {at=17924268.222165026, lu_delay=3.7851922623813152, ms=00068}
22:49:22.531712 run                             mass: MS performed LU  {at=17924268.235072736, lu_delay=3.992036174982786, ms=00067}
22:49:22.545013 run                osmo-ms-mob/00077: Starting mobile
22:49:22.559090 run       osmo-ms-mob/00077(pid=212): Launched
22:49:22.570972 run                             mass: MS start registered  {at=17924268.274290994, delay=0.0050777532160282135, ms=00077}
22:49:22.930266 run                             mass: MS performed LU  {at=17924268.633604016, lu_delay=5.308075223118067, ms=00064}
22:49:22.986396 run                             mass: MS performed LU  {at=17924268.689732756, lu_delay=5.766549322754145, ms=00063}
22:49:23.078182 run                             mass: MS performed LU  {at=17924268.78152069, lu_delay=6.157164465636015, ms=00062}
22:49:23.090099 run                osmo-ms-mob/00078: Starting mobile
22:49:23.104156 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.115718 run                             mass: MS start registered  {at=17924268.81905988, delay=0.0052031539380550385, ms=00078}
22:49:23.239910 run                             mass: MS performed LU  {at=17924268.943245385, lu_delay=4.901884030550718, ms=00066}
22:49:23.294935 run                             mass: MS performed LU  {at=17924268.998271953, lu_delay=5.273517105728388, ms=00065}
22:49:23.595606 run                osmo-ms-mob/00079: Starting mobile
22:49:23.609933 run       osmo-ms-mob/00079(pid=214): Launched
22:49:23.621578 run                             mass: MS start registered  {at=17924269.324927058, delay=0.004607301205396652, ms=00079}
22:49:24.094893 run                osmo-ms-mob/00080: Starting mobile
22:49:24.108810 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.120551 run                             mass: MS start registered  {at=17924269.823887743, delay=0.005215901881456375, ms=00080}
22:49:24.594655 run                osmo-ms-mob/00081: Starting mobile
22:49:24.609144 run       osmo-ms-mob/00081(pid=216): Launched
22:49:24.620642 run                             mass: MS start registered  {at=17924270.32397608, delay=0.00510454922914505, ms=00081}
22:49:24.916159 run                             mass: MS performed LU  {at=17924270.619387105, lu_delay=5.56640749797225, ms=00069}
22:49:24.934825 run                osmo-ms-mob/00082: Starting mobile
22:49:24.948920 run       osmo-ms-mob/00082(pid=217): Launched
22:49:24.955069 run                             mass: MS performed LU  {at=17924270.658423945, lu_delay=5.119985822588205, ms=00070}
22:49:24.961083 run                             mass: MS start registered  {at=17924270.664449695, delay=0.006046459078788757, ms=00082}
22:49:24.979868 run                             mass: MS performed LU  {at=17924270.683223747, lu_delay=4.344857692718506, ms=00072}
22:49:25.068033 run                             mass: MS performed LU  {at=17924270.771361105, lu_delay=4.833206303417683, ms=00071}
22:49:25.595891 run                osmo-ms-mob/00083: Starting mobile
22:49:25.609782 run       osmo-ms-mob/00083(pid=218): Launched
22:49:25.621365 run                             mass: MS start registered  {at=17924271.324703474, delay=0.005377020686864853, ms=00083}
22:49:26.095428 run                osmo-ms-mob/00084: Starting mobile
22:49:26.109424 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.120705 run                             mass: MS start registered  {at=17924271.8240545, delay=0.00480247288942337, ms=00084}
22:49:26.613287 run                osmo-ms-mob/00085: Starting mobile
22:49:26.627855 run       osmo-ms-mob/00085(pid=220): Launched
22:49:26.640057 run                             mass: MS start registered  {at=17924272.343382873, delay=0.005692232400178909, ms=00085}
22:49:26.697308 run                             mass: MS performed LU  {at=17924272.4006442, lu_delay=5.668819144368172, ms=00073}
22:49:26.733545 run                             mass: MS performed LU  {at=17924272.436882943, lu_delay=4.914595536887646, ms=00075}
22:49:26.844663 run                             mass: MS performed LU  {at=17924272.547991887, lu_delay=5.106822468340397, ms=00074}
22:49:27.195208 run                osmo-ms-mob/00086: Starting mobile
22:49:27.209170 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.220300 run                             mass: MS start registered  {at=17924272.92364852, delay=0.004647661000490189, ms=00086}
22:49:27.226898 run                             mass: MS performed LU  {at=17924272.93025666, lu_delay=4.9026038981974125, ms=00076}
22:49:27.799079 run                osmo-ms-mob/00087: Starting mobile
22:49:27.817968 run       osmo-ms-mob/00087(pid=222): Launched
22:49:27.829921 run                             mass: MS start registered  {at=17924273.53326996, delay=2.839788794517517e-05, ms=00087}
22:49:28.396038 run                osmo-ms-mob/00088: Starting mobile
22:49:28.410475 run       osmo-ms-mob/00088(pid=223): Launched
22:49:28.421996 run                             mass: MS start registered  {at=17924274.1253364, delay=0.005162324756383896, ms=00088}
22:49:28.680912 run                             mass: MS performed LU  {at=17924274.3842058, lu_delay=6.109914805740118, ms=00077}
22:49:28.699289 run                             mass: MS performed LU  {at=17924274.402636223, lu_delay=5.5835763439536095, ms=00078}
22:49:28.745800 run                             mass: MS performed LU  {at=17924274.44913095, lu_delay=5.1242038905620575, ms=00079}
22:49:28.832839 run                             mass: MS performed LU  {at=17924274.536172487, lu_delay=4.712284743785858, ms=00080}
22:49:28.845703 run                osmo-ms-mob/00089: Starting mobile
22:49:28.859595 run       osmo-ms-mob/00089(pid=224): Launched
22:49:28.871295 run                             mass: MS start registered  {at=17924274.574638877, delay=0.0053672194480896, ms=00089}
22:49:29.594194 run                osmo-ms-mob/00090: Starting mobile
22:49:29.608921 run       osmo-ms-mob/00090(pid=225): Launched
22:49:29.620453 run                             mass: MS start registered  {at=17924275.32380148, delay=0.004996336996555328, ms=00090}
22:49:30.294680 run                osmo-ms-mob/00091: Starting mobile
22:49:30.308810 run       osmo-ms-mob/00091(pid=226): Launched
22:49:30.320123 run                             mass: MS start registered  {at=17924276.023472916, delay=0.0050298720598220825, ms=00091}
22:49:30.462038 run                             mass: MS performed LU  {at=17924276.16534926, lu_delay=5.841373179107904, ms=00081}
22:49:30.499286 run                             mass: MS performed LU  {at=17924276.202621907, lu_delay=5.538172211498022, ms=00082}
22:49:30.609854 run                             mass: MS performed LU  {at=17924276.313173, lu_delay=4.988469526171684, ms=00083}
22:49:30.753731 run                             mass: MS performed LU  {at=17924276.457066588, lu_delay=22.234168343245983, ms=00036}
22:49:30.994747 run                osmo-ms-mob/00092: Starting mobile
22:49:31.008888 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.015329 run                             mass: MS performed LU  {at=17924276.71868787, lu_delay=4.894633371382952, ms=00084}
22:49:31.021547 run                             mass: MS start registered  {at=17924276.724913303, delay=0.006246559321880341, ms=00092}
22:49:31.808658 run                osmo-ms-mob/00093: Starting mobile
22:49:31.822449 run       osmo-ms-mob/00093(pid=228): Launched
22:49:31.833706 run                             mass: MS start registered  {at=17924277.537058122, delay=0.004901420325040817, ms=00093}
22:49:32.449194 run                             mass: MS performed LU  {at=17924278.15242827, lu_delay=4.619158308953047, ms=00087}
22:49:32.473887 run                             mass: MS performed LU  {at=17924278.177247494, lu_delay=5.833864621818066, ms=00085}
22:49:32.512367 run                             mass: MS performed LU  {at=17924278.215636197, lu_delay=5.291987676173449, ms=00086}
22:49:32.533232 run                osmo-ms-mob/00094: Starting mobile
22:49:32.546868 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.558533 run                             mass: MS start registered  {at=17924278.261883546, delay=0.0052986666560173035, ms=00094}
22:49:33.594387 run                osmo-ms-mob/00095: Starting mobile
22:49:33.609717 run       osmo-ms-mob/00095(pid=230): Launched
22:49:33.622246 run                             mass: MS start registered  {at=17924279.325594086, delay=3.078579902648926e-05, ms=00095}
22:49:34.229386 run                             mass: MS performed LU  {at=17924279.932628863, lu_delay=5.807292461395264, ms=00088}
22:49:34.247462 run                             mass: MS performed LU  {at=17924279.9506981, lu_delay=5.376059222966433, ms=00089}
22:49:34.377046 run                             mass: MS performed LU  {at=17924280.080334783, lu_delay=4.7565333023667336, ms=00090}
22:49:34.500811 run                             mass: MS performed LU  {at=17924280.204147484, lu_delay=22.594136212021112, ms=00047}
22:49:34.512569 run                osmo-ms-mob/00096: Starting mobile
22:49:34.526725 run       osmo-ms-mob/00096(pid=231): Launched
22:49:34.538885 run                             mass: MS start registered  {at=17924280.242226474, delay=0.005678083747625351, ms=00096}
22:49:35.696324 run                osmo-ms-mob/00097: Starting mobile
22:49:35.712561 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.725142 run                             mass: MS start registered  {at=17924281.428487897, delay=0.005088496953248978, ms=00097}
22:49:36.213431 run                             mass: MS performed LU  {at=17924281.916728586, lu_delay=5.893255669623613, ms=00091}
22:49:36.231596 run                             mass: MS performed LU  {at=17924281.934923213, lu_delay=5.210009910166264, ms=00092}
22:49:36.512937 run                             mass: MS performed LU  {at=17924282.216272205, lu_delay=4.679214082658291, ms=00093}
22:49:37.008611 run                osmo-ms-mob/00098: Starting mobile
22:49:37.023134 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.034464 run                             mass: MS start registered  {at=17924282.737815537, delay=0.005379755049943924, ms=00098}
22:49:37.994551 run                             mass: MS performed LU  {at=17924283.69788518, lu_delay=22.171915389597416, ms=00060}
22:49:38.142020 run                             mass: MS performed LU  {at=17924283.845354546, lu_delay=5.58347100019455, ms=00094}
22:49:38.482867 run                             mass: MS performed LU  {at=17924284.18618566, lu_delay=4.860591575503349, ms=00095}
22:49:38.794850 run                osmo-ms-mob/00099: Starting mobile
22:49:38.808909 run       osmo-ms-mob/00099(pid=234): Launched
22:49:38.815056 run                             mass: All started... {duration=55.726784124970436, too_slow=5}
22:49:38.821168 run                             mass: MS start registered  {at=17924284.52452635, delay=0.006104510277509689, ms=00099}
22:49:39.979166 run                             mass: MS performed LU  {at=17924285.68245208, lu_delay=5.440225604921579, ms=00096}
22:49:41.880188 run                             mass: MS performed LU  {at=17924287.583522603, lu_delay=6.155034705996513, ms=00097}
22:49:41.907704 run                             mass: MS performed LU  {at=17924287.61104129, lu_delay=4.873225752264261, ms=00098}
22:49:43.745127 run                             mass: MS performed LU  {at=17924289.44844994, lu_delay=4.923923589289188, ms=00099}
22:49:43.751745 run                             mass: Tests done {all_completed=True, max=22.594136212021112, min=3.77291152626276}
22:49:43.757634 tst         register_default_mass.py: Test passed (85.0 sec)
22:49:43.763554 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:43.767129 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:43.770793 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:43.774340 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:43.777877 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:43.781409 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:43.784961 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:43.788472 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:43.791983 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:43.795501 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:43.799019 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:43.802556 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:43.806100 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:43.809591 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:43.813134 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:43.816758 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:43.820317 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:43.824096 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:43.827759 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:43.831456 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:43.835045 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:43.838528 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:43.841929 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:43.845350 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:43.849221 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:43.852650 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:43.856061 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:43.859472 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:43.862901 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:43.866302 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:43.869722 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:43.873130 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:43.876543 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:43.879978 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:43.883372 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:43.887350 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:43.890897 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:43.894773 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:43.898235 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:43.901715 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:43.905265 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:43.909273 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:43.913382 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:43.916934 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:43.920455 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:43.924007 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:43.927570 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:43.931087 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:43.934807 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:43.938309 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:43.941834 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:43.945375 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:43.948903 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:43.952573 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:43.956104 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:43.959608 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:43.963078 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:43.966527 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:43.970043 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:43.973570 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:43.977102 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:43.980788 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:43.984344 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:43.987882 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:43.991419 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:43.994964 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:43.998587 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.002136 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.005990 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.009674 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.013218 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.016750 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.020278 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.023863 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.027507 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.031105 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.034703 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.038338 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.041920 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.045480 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.049541 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.053458 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.057243 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.060928 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.064573 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.068289 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.071942 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.075488 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.079110 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.082755 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.086458 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.090171 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.093812 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.097441 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.101062 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.104650 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.108259 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.111869 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.115417 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.118982 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.122597 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.126136 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.129688 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.133244 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.136798 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.140344 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.143929 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.148119 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.152114 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.155607 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.159059 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.162517 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.165957 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.169400 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.172831 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.176251 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.179656 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.183064 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.186513 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.189943 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.193366 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.196815 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.200228 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.203655 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.207066 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.210479 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.213877 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.217572 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.221087 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.224595 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.228095 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.231592 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.235068 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.238561 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.242051 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.245537 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.249027 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.252521 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.256014 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.259501 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.262879 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.266291 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.269677 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.273060 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.276441 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.279808 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.283193 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.286559 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.289928 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.293316 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.296695 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.300066 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.303460 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.306852 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.310230 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.313568 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.316838 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.320210 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.323586 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.326949 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.330318 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.333708 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.337084 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.340477 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.343874 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.347278 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.350652 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.354043 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.357418 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.360814 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.364186 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.367576 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.370969 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.374344 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.377729 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.381117 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.384497 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.387873 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.391257 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.394640 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.398007 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.401409 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.404802 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.408165 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.411459 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.414693 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.417934 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.421199 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.424442 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.427692 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.430922 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.434165 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.437555 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.440850 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.444085 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.447314 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.450551 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.454080 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.457484 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.460860 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.464224 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.467603 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.470986 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.474355 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.477745 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.481108 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.484478 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.487854 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.491218 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.494573 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.497927 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.501295 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.504668 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.508056 ---      ParallelTerminationStrategy: PID 22 died...
22:49:44.509591 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.513329 ---      ParallelTerminationStrategy: PID 23 died...
22:49:44.514840 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.518542 ---      ParallelTerminationStrategy: PID 24 died...
22:49:44.520067 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.523798 ---      ParallelTerminationStrategy: PID 25 died...
22:49:44.525340 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.529085 ---      ParallelTerminationStrategy: PID 26 died...
22:49:44.530605 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.534394 ---      ParallelTerminationStrategy: PID 27 died...
22:49:44.535911 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.539667 ---      ParallelTerminationStrategy: PID 28 died...
22:49:44.541206 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.545038 ---      ParallelTerminationStrategy: PID 29 died...
22:49:44.546652 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.550451 ---      ParallelTerminationStrategy: PID 30 died...
22:49:44.551986 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.555781 ---      ParallelTerminationStrategy: PID 31 died...
22:49:44.557316 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.561124 ---      ParallelTerminationStrategy: PID 32 died...
22:49:44.562649 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.566456 ---      ParallelTerminationStrategy: PID 33 died...
22:49:44.567992 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.571794 ---      ParallelTerminationStrategy: PID 35 died...
22:49:44.573326 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.577138 ---      ParallelTerminationStrategy: PID 36 died...
22:49:44.578664 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.582475 ---      ParallelTerminationStrategy: PID 37 died...
22:49:44.584026 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.587900 ---      ParallelTerminationStrategy: PID 38 died...
22:49:44.589514 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.593376 ---      ParallelTerminationStrategy: PID 39 died...
22:49:44.594935 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.598787 ---      ParallelTerminationStrategy: PID 40 died...
22:49:44.600323 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.604136 ---      ParallelTerminationStrategy: PID 41 died...
22:49:44.605679 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:44.609470 ---      ParallelTerminationStrategy: PID 42 died...
22:49:44.611001 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:44.614797 ---      ParallelTerminationStrategy: PID 43 died...
22:49:44.616333 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:44.620112 ---      ParallelTerminationStrategy: PID 44 died...
22:49:44.621646 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:44.625439 ---      ParallelTerminationStrategy: PID 45 died...
22:49:44.626968 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:44.630749 ---      ParallelTerminationStrategy: PID 46 died...
22:49:44.632369 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:44.636176 ---      ParallelTerminationStrategy: PID 47 died...
22:49:44.637706 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:44.641497 ---      ParallelTerminationStrategy: PID 48 died...
22:49:44.643026 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:44.646809 ---      ParallelTerminationStrategy: PID 49 died...
22:49:44.648328 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:44.652069 ---      ParallelTerminationStrategy: PID 50 died...
22:49:44.653584 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:44.657349 ---      ParallelTerminationStrategy: PID 51 died...
22:49:44.658881 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:44.662639 ---      ParallelTerminationStrategy: PID 52 died...
22:49:44.664159 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:44.667909 ---      ParallelTerminationStrategy: PID 53 died...
22:49:44.669429 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:44.673203 ---      ParallelTerminationStrategy: PID 54 died...
22:49:44.674689 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:44.678364 ---      ParallelTerminationStrategy: PID 55 died...
22:49:44.679881 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:44.683627 ---      ParallelTerminationStrategy: PID 56 died...
22:49:44.685151 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:44.688897 ---      ParallelTerminationStrategy: PID 57 died...
22:49:44.690424 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:44.694218 ---      ParallelTerminationStrategy: PID 58 died...
22:49:44.695730 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:44.699524 ---      ParallelTerminationStrategy: PID 59 died...
22:49:44.701048 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:44.704793 ---      ParallelTerminationStrategy: PID 60 died...
22:49:44.706306 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:44.710072 ---      ParallelTerminationStrategy: PID 61 died...
22:49:44.711587 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:44.715375 ---      ParallelTerminationStrategy: PID 62 died...
22:49:44.716895 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:44.720664 ---      ParallelTerminationStrategy: PID 63 died...
22:49:44.722187 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:44.725952 ---      ParallelTerminationStrategy: PID 64 died...
22:49:44.727473 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:44.731281 ---      ParallelTerminationStrategy: PID 65 died...
22:49:44.732803 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:44.736573 ---      ParallelTerminationStrategy: PID 66 died...
22:49:44.738114 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:44.741870 ---      ParallelTerminationStrategy: PID 67 died...
22:49:44.743393 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:44.747187 ---      ParallelTerminationStrategy: PID 68 died...
22:49:44.748725 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:44.752503 ---      ParallelTerminationStrategy: PID 69 died...
22:49:44.754041 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:44.757822 ---      ParallelTerminationStrategy: PID 70 died...
22:49:44.759351 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:44.763102 ---      ParallelTerminationStrategy: PID 71 died...
22:49:44.764625 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:44.768370 ---      ParallelTerminationStrategy: PID 72 died...
22:49:44.769897 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:44.773647 ---      ParallelTerminationStrategy: PID 73 died...
22:49:44.775171 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:44.778908 ---      ParallelTerminationStrategy: PID 74 died...
22:49:44.780440 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:44.784194 ---      ParallelTerminationStrategy: PID 75 died...
22:49:44.785740 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:44.789550 ---      ParallelTerminationStrategy: PID 76 died...
22:49:44.791082 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:44.794848 ---      ParallelTerminationStrategy: PID 77 died...
22:49:44.796377 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:44.800215 ---      ParallelTerminationStrategy: PID 78 died...
22:49:44.801766 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:44.805526 ---      ParallelTerminationStrategy: PID 79 died...
22:49:44.807047 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:44.810815 ---      ParallelTerminationStrategy: PID 80 died...
22:49:44.812336 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:44.816100 ---      ParallelTerminationStrategy: PID 81 died...
22:49:44.817659 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:44.821422 ---      ParallelTerminationStrategy: PID 82 died...
22:49:44.822943 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:44.826728 ---      ParallelTerminationStrategy: PID 83 died...
22:49:44.828260 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:44.832034 ---      ParallelTerminationStrategy: PID 84 died...
22:49:44.833585 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:44.837351 ---      ParallelTerminationStrategy: PID 85 died...
22:49:44.838884 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:44.842642 ---      ParallelTerminationStrategy: PID 86 died...
22:49:44.844164 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:44.847936 ---      ParallelTerminationStrategy: PID 87 died...
22:49:44.849487 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:44.853274 ---      ParallelTerminationStrategy: PID 88 died...
22:49:44.854799 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:44.858567 ---      ParallelTerminationStrategy: PID 89 died...
22:49:44.860085 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:44.863760 ---      ParallelTerminationStrategy: PID 90 died...
22:49:44.865273 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:44.869045 ---      ParallelTerminationStrategy: PID 91 died...
22:49:44.870573 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:44.874321 ---      ParallelTerminationStrategy: PID 92 died...
22:49:44.875841 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:44.879606 ---      ParallelTerminationStrategy: PID 93 died...
22:49:44.881141 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:44.884928 ---      ParallelTerminationStrategy: PID 94 died...
22:49:44.886461 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:44.890232 ---      ParallelTerminationStrategy: PID 95 died...
22:49:44.891762 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:44.895668 ---      ParallelTerminationStrategy: PID 96 died...
22:49:44.897200 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:44.901107 ---      ParallelTerminationStrategy: PID 97 died...
22:49:44.902632 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:44.906416 ---      ParallelTerminationStrategy: PID 98 died...
22:49:44.907938 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:44.911827 ---      ParallelTerminationStrategy: PID 99 died...
22:49:44.913370 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:44.917150 ---      ParallelTerminationStrategy: PID 100 died...
22:49:44.918829 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:44.922557 ---      ParallelTerminationStrategy: PID 101 died...
22:49:44.924015 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:44.927636 ---      ParallelTerminationStrategy: PID 102 died...
22:49:44.929130 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:44.932735 ---      ParallelTerminationStrategy: PID 103 died...
22:49:44.934323 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:44.939367 ---      ParallelTerminationStrategy: PID 104 died...
22:49:44.940846 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:44.944546 ---      ParallelTerminationStrategy: PID 105 died...
22:49:44.946117 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:44.949848 ---      ParallelTerminationStrategy: PID 106 died...
22:49:44.951370 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:44.955001 ---      ParallelTerminationStrategy: PID 107 died...
22:49:44.956464 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:44.960162 ---      ParallelTerminationStrategy: PID 108 died...
22:49:44.961647 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:44.965258 ---      ParallelTerminationStrategy: PID 109 died...
22:49:44.966730 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:44.970502 ---      ParallelTerminationStrategy: PID 110 died...
22:49:44.972053 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:44.975796 ---      ParallelTerminationStrategy: PID 111 died...
22:49:44.977301 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:44.980932 ---      ParallelTerminationStrategy: PID 112 died...
22:49:44.982394 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:44.986178 ---      ParallelTerminationStrategy: PID 113 died...
22:49:44.987677 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:44.991304 ---      ParallelTerminationStrategy: PID 114 died...
22:49:44.992788 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:44.996536 ---      ParallelTerminationStrategy: PID 115 died...
22:49:44.998070 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.001887 ---      ParallelTerminationStrategy: PID 116 died...
22:49:45.003417 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.007197 ---      ParallelTerminationStrategy: PID 117 died...
22:49:45.008733 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.012521 ---      ParallelTerminationStrategy: PID 118 died...
22:49:45.014055 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.017850 ---      ParallelTerminationStrategy: PID 119 died...
22:49:45.019373 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.023138 ---      ParallelTerminationStrategy: PID 120 died...
22:49:45.024660 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.028455 ---      ParallelTerminationStrategy: PID 121 died...
22:49:45.029966 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.033786 ---      ParallelTerminationStrategy: PID 122 died...
22:49:45.035318 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.039067 ---      ParallelTerminationStrategy: PID 123 died...
22:49:45.040600 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.044361 ---      ParallelTerminationStrategy: PID 124 died...
22:49:45.045879 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.049659 ---      ParallelTerminationStrategy: PID 125 died...
22:49:45.051189 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.054937 ---      ParallelTerminationStrategy: PID 126 died...
22:49:45.056459 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.060263 ---      ParallelTerminationStrategy: PID 127 died...
22:49:45.061788 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.065540 ---      ParallelTerminationStrategy: PID 128 died...
22:49:45.067070 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.070872 ---      ParallelTerminationStrategy: PID 129 died...
22:49:45.072391 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.076161 ---      ParallelTerminationStrategy: PID 130 died...
22:49:45.077691 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.081464 ---      ParallelTerminationStrategy: PID 131 died...
22:49:45.082979 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.086766 ---      ParallelTerminationStrategy: PID 132 died...
22:49:45.088290 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.092078 ---      ParallelTerminationStrategy: PID 133 died...
22:49:45.093629 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.097402 ---      ParallelTerminationStrategy: PID 134 died...
22:49:45.098928 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.102708 ---      ParallelTerminationStrategy: PID 135 died...
22:49:45.104176 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.107844 ---      ParallelTerminationStrategy: PID 136 died...
22:49:45.109421 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.113239 ---      ParallelTerminationStrategy: PID 137 died...
22:49:45.114768 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.118581 ---      ParallelTerminationStrategy: PID 138 died...
22:49:45.120058 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.123698 ---      ParallelTerminationStrategy: PID 139 died...
22:49:45.125170 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.128831 ---      ParallelTerminationStrategy: PID 140 died...
22:49:45.130299 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.133992 ---      ParallelTerminationStrategy: PID 141 died...
22:49:45.135459 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.139246 ---      ParallelTerminationStrategy: PID 142 died...
22:49:45.140780 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.144600 ---      ParallelTerminationStrategy: PID 143 died...
22:49:45.146306 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.150157 ---      ParallelTerminationStrategy: PID 144 died...
22:49:45.151703 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.155539 ---      ParallelTerminationStrategy: PID 145 died...
22:49:45.157109 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.160964 ---      ParallelTerminationStrategy: PID 146 died...
22:49:45.162510 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.166405 ---      ParallelTerminationStrategy: PID 147 died...
22:49:45.167959 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.171806 ---      ParallelTerminationStrategy: PID 148 died...
22:49:45.173340 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.177193 ---      ParallelTerminationStrategy: PID 149 died...
22:49:45.178746 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.182637 ---      ParallelTerminationStrategy: PID 150 died...
22:49:45.184215 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.188067 ---      ParallelTerminationStrategy: PID 151 died...
22:49:45.189684 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.193659 ---      ParallelTerminationStrategy: PID 152 died...
22:49:45.195272 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.199198 ---      ParallelTerminationStrategy: PID 153 died...
22:49:45.200780 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.204675 ---      ParallelTerminationStrategy: PID 154 died...
22:49:45.206254 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.210161 ---      ParallelTerminationStrategy: PID 155 died...
22:49:45.211747 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.215673 ---      ParallelTerminationStrategy: PID 156 died...
22:49:45.217254 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.221176 ---      ParallelTerminationStrategy: PID 157 died...
22:49:45.222759 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.226677 ---      ParallelTerminationStrategy: PID 158 died...
22:49:45.228407 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.232385 ---      ParallelTerminationStrategy: PID 159 died...
22:49:45.233969 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.237922 ---      ParallelTerminationStrategy: PID 160 died...
22:49:45.239497 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.243411 ---      ParallelTerminationStrategy: PID 161 died...
22:49:45.244993 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.250104 ---      ParallelTerminationStrategy: PID 162 died...
22:49:45.251682 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.255570 ---      ParallelTerminationStrategy: PID 163 died...
22:49:45.257174 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.261200 ---      ParallelTerminationStrategy: PID 164 died...
22:49:45.262793 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.266714 ---      ParallelTerminationStrategy: PID 165 died...
22:49:45.268294 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.272168 ---      ParallelTerminationStrategy: PID 166 died...
22:49:45.273783 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.277683 ---      ParallelTerminationStrategy: PID 167 died...
22:49:45.279260 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.283154 ---      ParallelTerminationStrategy: PID 168 died...
22:49:45.284739 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.288558 ---      ParallelTerminationStrategy: PID 169 died...
22:49:45.291982 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.298475 ---      ParallelTerminationStrategy: PID 170 died...
22:49:45.300118 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.304195 ---      ParallelTerminationStrategy: PID 171 died...
22:49:45.305823 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.309778 ---      ParallelTerminationStrategy: PID 172 died...
22:49:45.311383 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.315393 ---      ParallelTerminationStrategy: PID 173 died...
22:49:45.317024 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.320993 ---      ParallelTerminationStrategy: PID 174 died...
22:49:45.322571 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.326538 ---      ParallelTerminationStrategy: PID 175 died...
22:49:45.328153 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.332144 ---      ParallelTerminationStrategy: PID 176 died...
22:49:45.333723 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.337750 ---      ParallelTerminationStrategy: PID 177 died...
22:49:45.339355 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.343308 ---      ParallelTerminationStrategy: PID 178 died...
22:49:45.344892 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.348907 ---      ParallelTerminationStrategy: PID 179 died...
22:49:45.350520 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.354560 ---      ParallelTerminationStrategy: PID 180 died...
22:49:45.356168 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.360118 ---      ParallelTerminationStrategy: PID 181 died...
22:49:45.361731 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.365730 ---      ParallelTerminationStrategy: PID 182 died...
22:49:45.367342 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.371473 ---      ParallelTerminationStrategy: PID 183 died...
22:49:45.373160 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.377200 ---      ParallelTerminationStrategy: PID 184 died...
22:49:45.378800 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.382782 ---      ParallelTerminationStrategy: PID 185 died...
22:49:45.384362 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.388392 ---      ParallelTerminationStrategy: PID 186 died...
22:49:45.390090 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.394120 ---      ParallelTerminationStrategy: PID 187 died...
22:49:45.395735 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.399746 ---      ParallelTerminationStrategy: PID 188 died...
22:49:45.401361 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.405329 ---      ParallelTerminationStrategy: PID 189 died...
22:49:45.406924 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.410927 ---      ParallelTerminationStrategy: PID 190 died...
22:49:45.412534 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.416448 ---      ParallelTerminationStrategy: PID 191 died...
22:49:45.418054 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.421968 ---      ParallelTerminationStrategy: PID 192 died...
22:49:45.423537 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.427482 ---      ParallelTerminationStrategy: PID 193 died...
22:49:45.429055 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.432955 ---      ParallelTerminationStrategy: PID 194 died...
22:49:45.434521 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.438456 ---      ParallelTerminationStrategy: PID 195 died...
22:49:45.440030 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.443947 ---      ParallelTerminationStrategy: PID 196 died...
22:49:45.445529 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.449454 ---      ParallelTerminationStrategy: PID 197 died...
22:49:45.451045 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.455043 ---      ParallelTerminationStrategy: PID 198 died...
22:49:45.456640 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.460570 ---      ParallelTerminationStrategy: PID 199 died...
22:49:45.462165 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.466106 ---      ParallelTerminationStrategy: PID 200 died...
22:49:45.467687 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.471687 ---      ParallelTerminationStrategy: PID 201 died...
22:49:45.473279 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.477182 ---      ParallelTerminationStrategy: PID 202 died...
22:49:45.478766 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.482694 ---      ParallelTerminationStrategy: PID 203 died...
22:49:45.484268 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.488227 ---      ParallelTerminationStrategy: PID 204 died...
22:49:45.489811 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.493726 ---      ParallelTerminationStrategy: PID 205 died...
22:49:45.495294 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.499201 ---      ParallelTerminationStrategy: PID 206 died...
22:49:45.500792 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.504720 ---      ParallelTerminationStrategy: PID 207 died...
22:49:45.506300 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.510230 ---      ParallelTerminationStrategy: PID 208 died...
22:49:45.511814 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.515737 ---      ParallelTerminationStrategy: PID 209 died...
22:49:45.517358 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.521297 ---      ParallelTerminationStrategy: PID 210 died...
22:49:45.522882 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.526806 ---      ParallelTerminationStrategy: PID 211 died...
22:49:45.528373 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.532300 ---      ParallelTerminationStrategy: PID 212 died...
22:49:45.533885 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.537811 ---      ParallelTerminationStrategy: PID 213 died...
22:49:45.539373 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.543278 ---      ParallelTerminationStrategy: PID 214 died...
22:49:45.544856 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.548769 ---      ParallelTerminationStrategy: PID 215 died...
22:49:45.550341 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.584779 ---      ParallelTerminationStrategy: PID 216 died...
22:49:45.586395 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.590165 ---      ParallelTerminationStrategy: PID 217 died...
22:49:45.591687 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.595570 ---      ParallelTerminationStrategy: PID 218 died...
22:49:45.597156 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.601089 ---      ParallelTerminationStrategy: PID 219 died...
22:49:45.602666 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.606580 ---      ParallelTerminationStrategy: PID 220 died...
22:49:45.608155 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.612083 ---      ParallelTerminationStrategy: PID 221 died...
22:49:45.613620 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.617380 ---      ParallelTerminationStrategy: PID 222 died...
22:49:45.618897 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.629284 ---      ParallelTerminationStrategy: PID 223 died...
22:49:45.630916 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.634670 ---      ParallelTerminationStrategy: PID 224 died...
22:49:45.636211 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.640034 ---      ParallelTerminationStrategy: PID 225 died...
22:49:45.641568 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.645410 ---      ParallelTerminationStrategy: PID 226 died...
22:49:45.647021 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.651136 ---      ParallelTerminationStrategy: PID 227 died...
22:49:45.652818 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.657044 ---      ParallelTerminationStrategy: PID 228 died...
22:49:45.658757 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.663126 ---      ParallelTerminationStrategy: PID 229 died...
22:49:45.664899 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.669273 ---      ParallelTerminationStrategy: PID 230 died...
22:49:45.671040 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.675434 ---      ParallelTerminationStrategy: PID 231 died...
22:49:45.677208 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.681615 ---      ParallelTerminationStrategy: PID 232 died...
22:49:45.683371 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.687762 ---      ParallelTerminationStrategy: PID 233 died...
22:49:45.689525 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.693911 ---      ParallelTerminationStrategy: PID 234 died...
22:49:45.695657 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.099729 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.102996 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8052 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.186218 tst                       trial-8052: Storing JUnit report in /build/trial-8052/run.2025-08-08_22-48-18/trial-8052.xml

--------------------------------------------------------------------------------------------
trial-8052 PASS
--------------------------------------------------------------------------------------------
22:49:49.197145 tst                       trial-8052: trial-8052: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-8052/inst
+ cd trial-8052
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-08 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8052-run.tgz run.2025-08-08_22-48-18
+ tar czf /build/trial-8052-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-08_13_26_15.tgz osmo-bts-oc2g.build-2025-08-08_00_51_37.tgz osmo-bts-sysmo.build-2025-08-08_00_51_33.tgz osmo-bts.build-2025-08-08_00_51_39.tgz osmo-ggsn.build-2025-08-08_20_42_35.tgz osmo-hlr.build-2025-08-08_16_36_51.tgz osmo-hnbgw.build-2025-08-08_13_30_12.tgz osmo-mgw.build-2025-08-08_08_33_16.tgz osmo-msc.build-2025-08-08_13_32_12.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-08_07_34_03.tgz osmo-pcu-sysmo.build-2025-08-08_07_36_05.tgz osmo-pcu.build-2025-08-08_07_36_12.tgz osmo-sgsn.build-2025-08-08_20_48_16.tgz osmo-stp.build-2025-08-08_13_25_07.tgz osmo-trx.build-2025-08-08_14_28_48.tgz osmocom-bb.build-2025-08-08_21_17_16.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