Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
+ 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-7898
+ 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
57f6804 ttcn3-bts-test: do not use respawn.sh
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#16 [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
#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://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#17 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:55405b67694cb4958f80032c4bcd2f0e72f5f3aba0c875abcbf5f32b7e5bede8 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=7899 -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-03-08 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7899
+ mkdir -p trial-7899
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-08_13_28_19.tgz osmo-bts-oc2g.build-2025-03-08_00_51_27.tgz osmo-bts-sysmo.build-2025-03-08_00_51_28.tgz osmo-bts.build-2025-03-08_00_51_40.tgz osmo-ggsn.build-2025-03-08_20_42_37.tgz osmo-hlr.build-2025-03-08_16_37_04.tgz osmo-hnbgw.build-2025-03-08_13_28_31.tgz osmo-mgw.build-2025-03-08_08_33_15.tgz osmo-msc.build-2025-03-08_13_33_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-08_07_41_34.tgz osmo-pcu-sysmo.build-2025-03-08_07_41_30.tgz osmo-pcu.build-2025-03-08_07_41_37.tgz osmo-sgsn.build-2025-03-08_20_48_23.tgz osmo-stp.build-2025-03-08_13_25_17.tgz osmo-trx.build-2025-03-08_14_26_56.tgz osmocom-bb.build-2025-03-08_21_17_19.tgz srslte.build-19.tgz trial-7899
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-08_13_28_19.md5 osmo-bts-oc2g.build-2025-03-08_00_51_27.md5 osmo-bts-sysmo.build-2025-03-08_00_51_28.md5 osmo-bts.build-2025-03-08_00_51_40.md5 osmo-ggsn.build-2025-03-08_20_42_37.md5 osmo-hlr.build-2025-03-08_16_37_04.md5 osmo-hnbgw.build-2025-03-08_13_28_31.md5 osmo-mgw.build-2025-03-08_08_33_15.md5 osmo-msc.build-2025-03-08_13_33_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-08_07_41_34.md5 osmo-pcu-sysmo.build-2025-03-08_07_41_30.md5 osmo-pcu.build-2025-03-08_07_41_37.md5 osmo-sgsn.build-2025-03-08_20_48_23.md5 osmo-stp.build-2025-03-08_13_25_17.md5 osmo-trx.build-2025-03-08_14_26_56.md5 osmocom-bb.build-2025-03-08_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-08_13_28_19.md5 osmo-bts-oc2g.build-2025-03-08_00_51_27.md5 osmo-bts-sysmo.build-2025-03-08_00_51_28.md5 osmo-bts.build-2025-03-08_00_51_40.md5 osmo-ggsn.build-2025-03-08_20_42_37.md5 osmo-hlr.build-2025-03-08_16_37_04.md5 osmo-hnbgw.build-2025-03-08_13_28_31.md5 osmo-mgw.build-2025-03-08_08_33_15.md5 osmo-msc.build-2025-03-08_13_33_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-08_07_41_34.md5 osmo-pcu-sysmo.build-2025-03-08_07_41_30.md5 osmo-pcu.build-2025-03-08_07_41_37.md5 osmo-sgsn.build-2025-03-08_20_48_23.md5 osmo-stp.build-2025-03-08_13_25_17.md5 osmo-trx.build-2025-03-08_14_26_56.md5 osmocom-bb.build-2025-03-08_21_17_19.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7899 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7899'
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-7899
--------------------------------------------------------------------------------------------
22:48:19.115227 tst                       trial-7899: Detailed log at /build/trial-7899/run.2025-03-08_22-48-19/log

---------------------------------------------------------------------
trial-7899 netreg_mass
---------------------------------------------------------------------
22:48:19.323856 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.324237 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.325036 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.326269 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.367550 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.368388 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.369589 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.465088 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-7899 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.467057 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.483951 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.484547 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.485043 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.485508 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.485978 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.486450 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.486913 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.539703 tst         register_default_mass.py: using LAC 2
22:48:19.587741 tst         register_default_mass.py: using RAC 2
22:48:19.634015 tst         register_default_mass.py: using CellId 2
22:48:19.680173 tst         register_default_mass.py: using BVCI 3
22:48:19.685815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.686464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.687008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.687523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.688049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.688584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.689109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.689653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.690208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.690729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.691258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.691788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.692315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.692859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.693394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.693923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.694449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.695041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.695557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.696072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.696599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.697132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.697665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.698193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.698703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.699214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.699758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.700278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.700808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.701344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.701863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.702400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.702951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.703484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.704026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.704560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.705081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.705619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.706154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.706672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.707197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.707733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.708264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.708880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.709430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.709958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.710501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.711035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.711563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.712104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.712640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.713161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.713791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.714339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.714866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.715386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.715923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.716460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.716985 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.717515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.718038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.718558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.719100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.719632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.720150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.720688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.721215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.721733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.722272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.722783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.723320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.724008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.724650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.725194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.725771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.726331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.726880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.727432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.728005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.728557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.729129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.729683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.730242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.730807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.731357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.731896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.732464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.733019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.733600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.734161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.734837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.735389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.735921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.736449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.736994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.737507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.738029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.738553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.739081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.739594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.740094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.740695 tst      register_default_mass.py:21: Launching a simple network
22:48:19.750651 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.875314 run            create_hlr_db(pid=20): Launched
22:48:20.885551 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.902976 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.918870 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.924871 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.099516 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.115279 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.121169 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.541680 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.557614 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.567762 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.685967 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.701484 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.707280 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.731778 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.747335 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.753166 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.071823 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.086945 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.103667 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.254150 run         osmo-bts-virtual(pid=34): Launched
22:48:32.301970 tst         register_default_mass.py: using MSISDN 1001
22:48:32.312235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.393964 tst         register_default_mass.py: using MSISDN 1002
22:48:32.400038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.482328 tst         register_default_mass.py: using MSISDN 1003
22:48:32.489139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.586716 tst         register_default_mass.py: using MSISDN 1004
22:48:32.592571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.685512 tst         register_default_mass.py: using MSISDN 1005
22:48:32.691341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.772163 tst         register_default_mass.py: using MSISDN 1006
22:48:32.778012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.871815 tst         register_default_mass.py: using MSISDN 1007
22:48:32.878147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.939021 tst         register_default_mass.py: using MSISDN 1008
22:48:32.944978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.058845 tst         register_default_mass.py: using MSISDN 1009
22:48:33.064548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.138142 tst         register_default_mass.py: using MSISDN 1010
22:48:33.144116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.231003 tst         register_default_mass.py: using MSISDN 1011
22:48:33.236827 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.324933 tst         register_default_mass.py: using MSISDN 1012
22:48:33.330708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.407929 tst         register_default_mass.py: using MSISDN 1013
22:48:33.413860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.491136 tst         register_default_mass.py: using MSISDN 1014
22:48:33.497000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.581497 tst         register_default_mass.py: using MSISDN 1015
22:48:33.587181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.652229 tst         register_default_mass.py: using MSISDN 1016
22:48:33.657941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.744456 tst         register_default_mass.py: using MSISDN 1017
22:48:33.750372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.830370 tst         register_default_mass.py: using MSISDN 1018
22:48:33.836252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.916392 tst         register_default_mass.py: using MSISDN 1019
22:48:33.922245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.999316 tst         register_default_mass.py: using MSISDN 1020
22:48:34.005063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.081555 tst         register_default_mass.py: using MSISDN 1021
22:48:34.087200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.176204 tst         register_default_mass.py: using MSISDN 1022
22:48:34.181815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.261264 tst         register_default_mass.py: using MSISDN 1023
22:48:34.267148 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.346564 tst         register_default_mass.py: using MSISDN 1024
22:48:34.352576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.415915 tst         register_default_mass.py: using MSISDN 1025
22:48:34.421855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.503171 tst         register_default_mass.py: using MSISDN 1026
22:48:34.508932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.596924 tst         register_default_mass.py: using MSISDN 1027
22:48:34.606123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.696367 tst         register_default_mass.py: using MSISDN 1028
22:48:34.702357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.794705 tst         register_default_mass.py: using MSISDN 1029
22:48:34.800685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.877719 tst         register_default_mass.py: using MSISDN 1030
22:48:34.883663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.958606 tst         register_default_mass.py: using MSISDN 1031
22:48:34.964352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.030924 tst         register_default_mass.py: using MSISDN 1032
22:48:35.039338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.113026 tst         register_default_mass.py: using MSISDN 1033
22:48:35.123039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.183034 tst         register_default_mass.py: using MSISDN 1034
22:48:35.189505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.272618 tst         register_default_mass.py: using MSISDN 1035
22:48:35.278551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.345326 tst         register_default_mass.py: using MSISDN 1036
22:48:35.351157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.427244 tst         register_default_mass.py: using MSISDN 1037
22:48:35.433114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.499540 tst         register_default_mass.py: using MSISDN 1038
22:48:35.505337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.570959 tst         register_default_mass.py: using MSISDN 1039
22:48:35.582073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.656937 tst         register_default_mass.py: using MSISDN 1040
22:48:35.662876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.735906 tst         register_default_mass.py: using MSISDN 1041
22:48:35.744058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.890829 tst         register_default_mass.py: using MSISDN 1042
22:48:35.896556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.002591 tst         register_default_mass.py: using MSISDN 1043
22:48:36.008612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.097662 tst         register_default_mass.py: using MSISDN 1044
22:48:36.104828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.171962 tst         register_default_mass.py: using MSISDN 1045
22:48:36.177603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.263802 tst         register_default_mass.py: using MSISDN 1046
22:48:36.269907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.337087 tst         register_default_mass.py: using MSISDN 1047
22:48:36.342504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.408208 tst         register_default_mass.py: using MSISDN 1048
22:48:36.414430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.489257 tst         register_default_mass.py: using MSISDN 1049
22:48:36.494886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.580391 tst         register_default_mass.py: using MSISDN 1050
22:48:36.586070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.654668 tst         register_default_mass.py: using MSISDN 1051
22:48:36.661680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.729863 tst         register_default_mass.py: using MSISDN 1052
22:48:36.736995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.807227 tst         register_default_mass.py: using MSISDN 1053
22:48:36.815641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.886475 tst         register_default_mass.py: using MSISDN 1054
22:48:36.896530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.974209 tst         register_default_mass.py: using MSISDN 1055
22:48:36.982913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.054337 tst         register_default_mass.py: using MSISDN 1056
22:48:37.060015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.135230 tst         register_default_mass.py: using MSISDN 1057
22:48:37.140885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.218626 tst         register_default_mass.py: using MSISDN 1058
22:48:37.225329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.301838 tst         register_default_mass.py: using MSISDN 1059
22:48:37.307908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.382584 tst         register_default_mass.py: using MSISDN 1060
22:48:37.388242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:37.459466 tst         register_default_mass.py: using MSISDN 1061
22:48:37.465151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:37.545502 tst         register_default_mass.py: using MSISDN 1062
22:48:37.556061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.628957 tst         register_default_mass.py: using MSISDN 1063
22:48:37.634928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:37.700693 tst         register_default_mass.py: using MSISDN 1064
22:48:37.706622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:37.781869 tst         register_default_mass.py: using MSISDN 1065
22:48:37.787638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:37.868341 tst         register_default_mass.py: using MSISDN 1066
22:48:37.873839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:37.937776 tst         register_default_mass.py: using MSISDN 1067
22:48:37.943629 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.009540 tst         register_default_mass.py: using MSISDN 1068
22:48:38.019872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.103809 tst         register_default_mass.py: using MSISDN 1069
22:48:38.110056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.176673 tst         register_default_mass.py: using MSISDN 1070
22:48:38.182411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.256738 tst         register_default_mass.py: using MSISDN 1071
22:48:38.266175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.348874 tst         register_default_mass.py: using MSISDN 1072
22:48:38.354412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.425532 tst         register_default_mass.py: using MSISDN 1073
22:48:38.434781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.505078 tst         register_default_mass.py: using MSISDN 1074
22:48:38.510930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.587017 tst         register_default_mass.py: using MSISDN 1075
22:48:38.593542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.658213 tst         register_default_mass.py: using MSISDN 1076
22:48:38.663905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.748768 tst         register_default_mass.py: using MSISDN 1077
22:48:38.756335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.820978 tst         register_default_mass.py: using MSISDN 1078
22:48:38.826652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.893173 tst         register_default_mass.py: using MSISDN 1079
22:48:38.898873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:38.991775 tst         register_default_mass.py: using MSISDN 1080
22:48:38.997487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.065277 tst         register_default_mass.py: using MSISDN 1081
22:48:39.070868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.136415 tst         register_default_mass.py: using MSISDN 1082
22:48:39.142182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.226242 tst         register_default_mass.py: using MSISDN 1083
22:48:39.232013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.303670 tst         register_default_mass.py: using MSISDN 1084
22:48:39.311840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.377793 tst         register_default_mass.py: using MSISDN 1085
22:48:39.383563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.457456 tst         register_default_mass.py: using MSISDN 1086
22:48:39.462946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.538675 tst         register_default_mass.py: using MSISDN 1087
22:48:39.544257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.609248 tst         register_default_mass.py: using MSISDN 1088
22:48:39.614997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.691182 tst         register_default_mass.py: using MSISDN 1089
22:48:39.696790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.764413 tst         register_default_mass.py: using MSISDN 1090
22:48:39.773953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.844702 tst         register_default_mass.py: using MSISDN 1091
22:48:39.852190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.915164 tst         register_default_mass.py: using MSISDN 1092
22:48:39.923400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.987866 tst         register_default_mass.py: using MSISDN 1093
22:48:39.994003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:40.058677 tst         register_default_mass.py: using MSISDN 1094
22:48:40.064385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:40.157685 tst         register_default_mass.py: using MSISDN 1095
22:48:40.163324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:40.238373 tst         register_default_mass.py: using MSISDN 1096
22:48:40.245613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:40.318562 tst         register_default_mass.py: using MSISDN 1097
22:48:40.324392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.388117 tst         register_default_mass.py: using MSISDN 1098
22:48:40.393800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.457892 tst         register_default_mass.py: using MSISDN 1099
22:48:40.463802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.540214 tst         register_default_mass.py: using MSISDN 1100
22:48:40.545934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.667318 run                             mass: Starting testcase
22:48:40.673084 run                             mass: Pre-launching all virtphy's
22:48:40.678542 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.691879 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:40.697978 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.711053 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:40.717327 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:40.731008 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:40.737349 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:40.751034 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:40.757176 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.770110 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:40.776293 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.789639 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:40.795750 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.808596 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:40.814719 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.827840 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:40.833840 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.846679 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:40.852595 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.865321 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.871243 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.884346 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.890482 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.903220 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.909139 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.922063 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.928405 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.942206 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.948717 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.962127 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.968388 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.981772 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.988079 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:41.001138 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:41.007348 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:41.020952 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:41.027183 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:41.040924 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:41.047168 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:41.060568 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:41.066977 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:41.080327 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:41.086515 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:41.099641 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:41.105728 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:41.118566 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:41.124503 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:41.137480 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:41.143708 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:41.156610 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:41.162559 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.175969 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:41.182103 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.195165 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:41.201244 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.214228 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:41.220326 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.233283 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:41.239405 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.252430 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:41.258455 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.271386 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:41.277367 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.290240 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:41.296167 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:41.309040 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:41.314969 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:41.327824 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:41.333781 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:41.346861 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:41.352902 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:41.366046 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:41.372259 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:41.385701 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:41.391967 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.405436 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:41.411649 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:41.425117 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:41.431316 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:41.444738 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:41.450941 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:41.464058 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:41.470348 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:41.491204 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:41.497405 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:41.510855 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:41.516976 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:41.529861 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:41.535864 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.548874 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.554992 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.567983 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:41.573990 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.587048 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:41.593223 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.606165 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:41.612085 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.625055 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:41.631153 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.644268 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:41.650235 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.663282 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:41.669325 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.682294 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.688374 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.701334 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.707307 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.720201 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.726233 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.739117 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.745041 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.757930 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.763869 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.777245 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.783399 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.796840 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.803033 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.816387 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.822496 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.835921 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.842184 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.855619 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.861855 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.875482 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.882138 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.895987 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.902261 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.915773 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:41.922258 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.935900 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:41.942215 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.955624 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.961862 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.975324 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.981584 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.994990 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:42.001102 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.014429 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:42.020508 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.033381 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:42.039315 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.052211 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:42.058171 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.071193 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:42.077241 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.090528 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:42.096548 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.109669 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:42.115947 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.128902 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:42.134906 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.148136 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:42.154443 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:42.167413 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:42.173723 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:42.187234 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:42.193476 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:42.207024 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:42.213191 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:42.226260 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:42.232379 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:42.245543 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:42.253767 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:42.267041 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:42.273133 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:42.286989 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:42.293410 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.307034 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:42.313409 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.327005 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:42.333373 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:42.347195 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:42.353255 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:42.367182 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:42.373524 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:42.387557 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:42.393914 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:42.407885 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:42.413925 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:42.426999 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:42.433059 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:42.446051 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:42.452207 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:42.465468 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:42.471724 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.485481 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.491763 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.505394 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.511607 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.525110 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.531404 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.544909 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:42.551180 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.564685 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.570839 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.584388 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.590754 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.604042 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.610020 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.623995 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.630075 run                             mass: Checking if sockets are in the filesystem
22:48:42.642302 run                osmo-ms-mob/00000: Starting mobile
22:48:42.655456 run       osmo-ms-mob/00000(pid=135): Launched
22:48:42.666246 run                             mass: MS start registered  {at=4705028.36959145, delay=0.004570823162794113, ms=00000}
22:48:46.842200 run                osmo-ms-mob/00001: Starting mobile
22:48:46.855714 run       osmo-ms-mob/00001(pid=136): Launched
22:48:46.867092 run                             mass: MS start registered  {at=4705032.570438712, delay=0.005039389245212078, ms=00001}
22:48:47.847204 run                             mass: MS performed LU  {at=4705033.550534846, lu_delay=5.18094339594245, ms=00000}
22:48:48.642337 run                osmo-ms-mob/00002: Starting mobile
22:48:48.655930 run       osmo-ms-mob/00002(pid=137): Launched
22:48:48.666962 run                             mass: MS start registered  {at=4705034.370305698, delay=0.004758404567837715, ms=00002}
22:48:49.943078 run                osmo-ms-mob/00003: Starting mobile
22:48:49.956065 run       osmo-ms-mob/00003(pid=138): Launched
22:48:49.966842 run                             mass: MS start registered  {at=4705035.670190363, delay=0.004644216038286686, ms=00003}
22:48:51.041851 run                osmo-ms-mob/00004: Starting mobile
22:48:51.055360 run       osmo-ms-mob/00004(pid=139): Launched
22:48:51.066262 run                             mass: MS start registered  {at=4705036.769613909, delay=0.0046773869544267654, ms=00004}
22:48:51.613004 run                             mass: MS performed LU  {at=4705037.316339123, lu_delay=4.7459004111588, ms=00001}
22:48:52.041837 run                osmo-ms-mob/00005: Starting mobile
22:48:52.056144 run       osmo-ms-mob/00005(pid=140): Launched
22:48:52.067210 run                             mass: MS start registered  {at=4705037.770559971, delay=0.004762953147292137, ms=00005}
22:48:52.942021 run                osmo-ms-mob/00006: Starting mobile
22:48:52.955943 run       osmo-ms-mob/00006(pid=141): Launched
22:48:52.967104 run                             mass: MS start registered  {at=4705038.670456552, delay=0.004798460751771927, ms=00006}
22:48:53.514133 run                             mass: MS performed LU  {at=4705039.217461501, lu_delay=4.847155802883208, ms=00002}
22:48:53.841473 run                osmo-ms-mob/00007: Starting mobile
22:48:53.855114 run       osmo-ms-mob/00007(pid=142): Launched
22:48:53.866430 run                             mass: MS start registered  {at=4705039.569773075, delay=0.005001609213650227, ms=00007}
22:48:54.641544 run                osmo-ms-mob/00008: Starting mobile
22:48:54.655474 run       osmo-ms-mob/00008(pid=143): Launched
22:48:54.666461 run                             mass: MS start registered  {at=4705040.36980886, delay=0.0046478332951664925, ms=00008}
22:48:55.341840 run                osmo-ms-mob/00009: Starting mobile
22:48:55.355456 run       osmo-ms-mob/00009(pid=144): Launched
22:48:55.366359 run                             mass: MS start registered  {at=4705041.069711689, delay=0.004816739819943905, ms=00009}
22:48:55.378681 run                             mass: MS performed LU  {at=4705041.082033087, lu_delay=5.411842723377049, ms=00003}
22:48:56.042105 run                osmo-ms-mob/00010: Starting mobile
22:48:56.055298 run       osmo-ms-mob/00010(pid=145): Launched
22:48:56.066627 run                             mass: MS start registered  {at=4705041.769976744, delay=0.005038251169025898, ms=00010}
22:48:56.641762 run                osmo-ms-mob/00011: Starting mobile
22:48:56.655076 run       osmo-ms-mob/00011(pid=146): Launched
22:48:56.666070 run                             mass: MS start registered  {at=4705042.369417876, delay=0.004847845993936062, ms=00011}
22:48:57.249489 run                osmo-ms-mob/00012: Starting mobile
22:48:57.263336 run       osmo-ms-mob/00012(pid=147): Launched
22:48:57.274441 run                             mass: MS start registered  {at=4705042.97779353, delay=0.004815426655113697, ms=00012}
22:48:57.280793 run                             mass: MS performed LU  {at=4705042.984151236, lu_delay=5.213591264560819, ms=00005}
22:48:57.307555 run                             mass: MS performed LU  {at=4705043.010899667, lu_delay=6.2412857580929995, ms=00004}
22:48:57.841972 run                osmo-ms-mob/00013: Starting mobile
22:48:57.858261 run       osmo-ms-mob/00013(pid=148): Launched
22:48:57.869405 run                             mass: MS start registered  {at=4705043.572751144, delay=0.004945038817822933, ms=00013}
22:48:58.442307 run                osmo-ms-mob/00014: Starting mobile
22:48:58.463598 run       osmo-ms-mob/00014(pid=149): Launched
22:48:58.477865 run                             mass: MS start registered  {at=4705044.181209667, delay=0.008013809099793434, ms=00014}
22:48:59.041803 run                osmo-ms-mob/00015: Starting mobile
22:48:59.056878 run       osmo-ms-mob/00015(pid=150): Launched
22:48:59.067961 run                             mass: MS start registered  {at=4705044.771304831, delay=0.0047462256625294685, ms=00015}
22:48:59.145140 run                             mass: MS performed LU  {at=4705044.848386972, lu_delay=5.278613897040486, ms=00007}
22:48:59.210480 run                             mass: MS performed LU  {at=4705044.913741308, lu_delay=6.243284756317735, ms=00006}
22:48:59.515476 run                             mass: MS performed LU  {at=4705045.218726051, lu_delay=4.848917190916836, ms=00008}
22:48:59.540140 run                osmo-ms-mob/00016: Starting mobile
22:48:59.553832 run       osmo-ms-mob/00016(pid=151): Launched
22:48:59.564738 run                             mass: MS start registered  {at=4705045.268091214, delay=0.004982965998351574, ms=00016}
22:49:00.042663 run                osmo-ms-mob/00017: Starting mobile
22:49:00.056382 run       osmo-ms-mob/00017(pid=152): Launched
22:49:00.067403 run                             mass: MS start registered  {at=4705045.770749247, delay=0.0043480731546878815, ms=00017}
22:49:00.642921 run                osmo-ms-mob/00018: Starting mobile
22:49:00.656791 run       osmo-ms-mob/00018(pid=153): Launched
22:49:00.667670 run                             mass: MS start registered  {at=4705046.371018702, delay=0.004574563354253769, ms=00018}
22:49:01.041994 run                osmo-ms-mob/00019: Starting mobile
22:49:01.055835 run       osmo-ms-mob/00019(pid=154): Launched
22:49:01.062132 run                             mass: MS performed LU  {at=4705046.765490094, lu_delay=4.9955133497715, ms=00010}
22:49:01.068264 run                             mass: MS start registered  {at=4705046.77162941, delay=0.006158850155770779, ms=00019}
22:49:01.074395 run                             mass: MS performed LU  {at=4705046.77775452, lu_delay=5.708042831160128, ms=00009}
22:49:01.541610 run                osmo-ms-mob/00020: Starting mobile
22:49:01.556307 run       osmo-ms-mob/00020(pid=155): Launched
22:49:01.567787 run                             mass: MS start registered  {at=4705047.271130983, delay=0.004942203871905804, ms=00020}
22:49:02.042638 run                osmo-ms-mob/00021: Starting mobile
22:49:02.056417 run       osmo-ms-mob/00021(pid=156): Launched
22:49:02.068456 run                             mass: MS start registered  {at=4705047.77180643, delay=0.005431655794382095, ms=00021}
22:49:02.442123 run                osmo-ms-mob/00022: Starting mobile
22:49:02.455928 run       osmo-ms-mob/00022(pid=157): Launched
22:49:02.467413 run                             mass: MS start registered  {at=4705048.170753863, delay=0.004978532902896404, ms=00022}
22:49:02.911104 run                             mass: MS performed LU  {at=4705048.614414656, lu_delay=5.041663511656225, ms=00013}
22:49:02.927296 run                osmo-ms-mob/00023: Starting mobile
22:49:02.941431 run       osmo-ms-mob/00023(pid=158): Launched
22:49:02.953604 run                             mass: MS start registered  {at=4705048.656910522, delay=0.0054527632892131805, ms=00023}
22:49:02.975180 run                             mass: MS performed LU  {at=4705048.678490159, lu_delay=6.3090722830966115, ms=00011}
22:49:03.044840 run                             mass: MS performed LU  {at=4705048.74814697, lu_delay=5.770353440195322, ms=00012}
22:49:03.298851 run                             mass: MS performed LU  {at=4705049.002177116, lu_delay=4.820967449806631, ms=00014}
22:49:03.313023 run                osmo-ms-mob/00024: Starting mobile
22:49:03.333639 run       osmo-ms-mob/00024(pid=159): Launched
22:49:03.354441 run                             mass: MS start registered  {at=4705049.057716818, delay=0.012499137781560421, ms=00024}
22:49:03.846903 run                osmo-ms-mob/00025: Starting mobile
22:49:03.862930 run       osmo-ms-mob/00025(pid=160): Launched
22:49:03.878326 run                             mass: MS start registered  {at=4705049.581651222, delay=0.008001702837646008, ms=00025}
22:49:04.243152 run                osmo-ms-mob/00026: Starting mobile
22:49:04.257275 run       osmo-ms-mob/00026(pid=161): Launched
22:49:04.268746 run                             mass: MS start registered  {at=4705049.97209325, delay=0.005130342207849026, ms=00026}
22:49:04.643569 run                osmo-ms-mob/00027: Starting mobile
22:49:04.657209 run       osmo-ms-mob/00027(pid=162): Launched
22:49:04.668176 run                             mass: MS start registered  {at=4705050.371523734, delay=0.004642721265554428, ms=00027}
22:49:04.728693 run                             mass: MS performed LU  {at=4705050.432027918, lu_delay=4.661278671585023, ms=00017}
22:49:04.812269 run                             mass: MS performed LU  {at=4705050.515598231, lu_delay=5.7442934000864625, ms=00015}
22:49:04.839847 run                             mass: MS performed LU  {at=4705050.543182731, lu_delay=5.275091516785324, ms=00016}
22:49:04.851997 run                osmo-ms-mob/00028: Starting mobile
22:49:04.865724 run       osmo-ms-mob/00028(pid=163): Launched
22:49:04.877052 run                             mass: MS start registered  {at=4705050.580396685, delay=0.0050063421949744225, ms=00028}
22:49:05.441460 run                osmo-ms-mob/00029: Starting mobile
22:49:05.455253 run       osmo-ms-mob/00029(pid=164): Launched
22:49:05.466323 run                             mass: MS start registered  {at=4705051.169668809, delay=0.004724602214992046, ms=00029}
22:49:05.841685 run                osmo-ms-mob/00030: Starting mobile
22:49:05.855580 run       osmo-ms-mob/00030(pid=165): Launched
22:49:05.867431 run                             mass: MS start registered  {at=4705051.570728991, delay=0.005319921299815178, ms=00030}
22:49:06.244981 run                osmo-ms-mob/00031: Starting mobile
22:49:06.259079 run       osmo-ms-mob/00031(pid=166): Launched
22:49:06.270610 run                             mass: MS start registered  {at=4705051.973953106, delay=0.0049927495419979095, ms=00031}
22:49:06.542146 run                osmo-ms-mob/00032: Starting mobile
22:49:06.555997 run       osmo-ms-mob/00032(pid=167): Launched
22:49:06.567094 run                             mass: MS start registered  {at=4705052.270440597, delay=0.004647909663617611, ms=00032}
22:49:06.675796 run                             mass: MS performed LU  {at=4705052.379131806, lu_delay=4.607325376011431, ms=00021}
22:49:06.740828 run                             mass: MS performed LU  {at=4705052.444163155, lu_delay=6.073144452646375, ms=00018}
22:49:06.809882 run                             mass: MS performed LU  {at=4705052.513215362, lu_delay=5.741585952229798, ms=00019}
22:49:06.822160 run                osmo-ms-mob/00033: Starting mobile
22:49:06.836062 run       osmo-ms-mob/00033(pid=168): Launched
22:49:06.842839 run                             mass: MS performed LU  {at=4705052.546195258, lu_delay=5.275064275600016, ms=00020}
22:49:06.848975 run                             mass: MS start registered  {at=4705052.552340073, delay=0.006165771745145321, ms=00033}
22:49:07.342578 run                osmo-ms-mob/00034: Starting mobile
22:49:07.357980 run       osmo-ms-mob/00034(pid=169): Launched
22:49:07.369206 run                             mass: MS start registered  {at=4705053.072546968, delay=0.004784965887665749, ms=00034}
22:49:07.641418 run                osmo-ms-mob/00035: Starting mobile
22:49:07.654849 run       osmo-ms-mob/00035(pid=170): Launched
22:49:07.669129 run                             mass: MS start registered  {at=4705053.372468974, delay=0.0061110034584999084, ms=00035}
22:49:08.042833 run                osmo-ms-mob/00036: Starting mobile
22:49:08.056576 run       osmo-ms-mob/00036(pid=171): Launched
22:49:08.067989 run                             mass: MS start registered  {at=4705053.771339513, delay=0.002826530486345291, ms=00036}
22:49:08.442665 run                osmo-ms-mob/00037: Starting mobile
22:49:08.456419 run       osmo-ms-mob/00037(pid=172): Launched
22:49:08.467651 run                             mass: MS start registered  {at=4705054.170995485, delay=0.004959248937666416, ms=00037}
22:49:08.493972 run                             mass: MS performed LU  {at=4705054.197309018, lu_delay=4.615657796151936, ms=00025}
22:49:08.578139 run                             mass: MS performed LU  {at=4705054.281452034, lu_delay=6.1106981709599495, ms=00022}
22:49:08.589961 run                osmo-ms-mob/00038: Starting mobile
22:49:08.603481 run       osmo-ms-mob/00038(pid=173): Launched
22:49:08.610027 run                             mass: MS performed LU  {at=4705054.313383854, lu_delay=5.656473332084715, ms=00023}
22:49:08.616090 run                             mass: MS start registered  {at=4705054.319455407, delay=0.006091909483075142, ms=00038}
22:49:08.748332 run                             mass: MS performed LU  {at=4705054.451666458, lu_delay=5.393949639983475, ms=00024}
22:49:08.760219 run                osmo-ms-mob/00039: Starting mobile
22:49:08.775466 run       osmo-ms-mob/00039(pid=174): Launched
22:49:08.787039 run                             mass: MS start registered  {at=4705054.490383897, delay=0.005080790258944035, ms=00039}
22:49:09.441667 run                osmo-ms-mob/00040: Starting mobile
22:49:09.455842 run       osmo-ms-mob/00040(pid=175): Launched
22:49:09.466844 run                             mass: MS start registered  {at=4705055.170190891, delay=0.0047094374895095825, ms=00040}
22:49:09.742386 run                osmo-ms-mob/00041: Starting mobile
22:49:09.756982 run       osmo-ms-mob/00041(pid=176): Launched
22:49:09.767916 run                             mass: MS start registered  {at=4705055.471265568, delay=0.0046179210767149925, ms=00041}
22:49:10.042867 run                osmo-ms-mob/00042: Starting mobile
22:49:10.056770 run       osmo-ms-mob/00042(pid=177): Launched
22:49:10.068688 run                             mass: MS start registered  {at=4705055.772034966, delay=4.004407674074173e-05, ms=00042}
22:49:10.442314 run                osmo-ms-mob/00043: Starting mobile
22:49:10.456327 run       osmo-ms-mob/00043(pid=178): Launched
22:49:10.468275 run                             mass: MS performed LU  {at=4705056.171620763, lu_delay=5.001951954327524, ms=00029}
22:49:10.481106 run                             mass: MS start registered  {at=4705056.18446065, delay=0.012869732454419136, ms=00043}
22:49:10.506473 run                             mass: MS performed LU  {at=4705056.209794277, lu_delay=4.639065286144614, ms=00030}
22:49:10.523658 run                osmo-ms-mob/00044: Starting mobile
22:49:10.540989 run       osmo-ms-mob/00044(pid=179): Launched
22:49:10.560262 run                             mass: MS start registered  {at=4705056.26358067, delay=0.01084152888506651, ms=00044}
22:49:10.575775 run                             mass: MS performed LU  {at=4705056.27910033, lu_delay=6.3070070799440145, ms=00026}
22:49:10.594514 run                             mass: MS performed LU  {at=4705056.297843422, lu_delay=5.7174467369914055, ms=00028}
22:49:10.607841 run                osmo-ms-mob/00045: Starting mobile
22:49:10.623206 run       osmo-ms-mob/00045(pid=180): Launched
22:49:10.635941 run                             mass: MS start registered  {at=4705056.339273955, delay=0.005480934865772724, ms=00045}
22:49:10.650413 run                             mass: MS performed LU  {at=4705056.353747579, lu_delay=5.982223845086992, ms=00027}
22:49:11.342503 run                osmo-ms-mob/00046: Starting mobile
22:49:11.356372 run       osmo-ms-mob/00046(pid=181): Launched
22:49:11.367798 run                             mass: MS start registered  {at=4705057.071146892, delay=0.005192193202674389, ms=00046}
22:49:11.643001 run                osmo-ms-mob/00047: Starting mobile
22:49:11.657014 run       osmo-ms-mob/00047(pid=182): Launched
22:49:11.669235 run                             mass: MS start registered  {at=4705057.372553794, delay=0.005837183445692062, ms=00047}
22:49:11.946520 run                osmo-ms-mob/00048: Starting mobile
22:49:11.960995 run       osmo-ms-mob/00048(pid=183): Launched
22:49:11.971875 run                             mass: MS start registered  {at=4705057.675222679, delay=0.004709841683506966, ms=00048}
22:49:12.242070 run                osmo-ms-mob/00049: Starting mobile
22:49:12.255967 run       osmo-ms-mob/00049(pid=184): Launched
22:49:12.262459 run                             mass: MS performed LU  {at=4705057.96581352, lu_delay=5.99186041392386, ms=00031}
22:49:12.268497 run                             mass: MS start registered  {at=4705057.971861711, delay=0.0060689449310302734, ms=00049}
22:49:12.343755 run                             mass: MS performed LU  {at=4705058.047090917, lu_delay=5.776650319807231, ms=00032}
22:49:12.354868 run                osmo-ms-mob/00050: Starting mobile
22:49:12.367796 run       osmo-ms-mob/00050(pid=185): Launched
22:49:12.374182 run                             mass: MS performed LU  {at=4705058.077539512, lu_delay=4.705070537514985, ms=00035}
22:49:12.380131 run                             mass: MS start registered  {at=4705058.083497379, delay=0.005976744927465916, ms=00050}
22:49:12.514700 run                             mass: MS performed LU  {at=4705058.218031349, lu_delay=5.145484380424023, ms=00034}
22:49:12.550974 run                             mass: MS performed LU  {at=4705058.254314941, lu_delay=5.701974868774414, ms=00033}
22:49:12.562941 run                osmo-ms-mob/00051: Starting mobile
22:49:12.576619 run       osmo-ms-mob/00051(pid=186): Launched
22:49:12.588580 run                             mass: MS start registered  {at=4705058.291927279, delay=0.00542287714779377, ms=00051}
22:49:13.243424 run                osmo-ms-mob/00052: Starting mobile
22:49:13.257490 run       osmo-ms-mob/00052(pid=187): Launched
22:49:13.268657 run                             mass: MS start registered  {at=4705058.971992984, delay=0.004512774758040905, ms=00052}
22:49:13.542015 run                osmo-ms-mob/00053: Starting mobile
22:49:13.555999 run       osmo-ms-mob/00053(pid=188): Launched
22:49:13.567200 run                             mass: MS start registered  {at=4705059.270546771, delay=0.005031917244195938, ms=00053}
22:49:13.842189 run                osmo-ms-mob/00054: Starting mobile
22:49:13.856054 run       osmo-ms-mob/00054(pid=189): Launched
22:49:13.867639 run                             mass: MS start registered  {at=4705059.570971384, delay=0.005179299972951412, ms=00054}
22:49:14.141636 run                osmo-ms-mob/00055: Starting mobile
22:49:14.154898 run       osmo-ms-mob/00055(pid=190): Launched
22:49:14.167668 run                             mass: MS start registered  {at=4705059.871007666, delay=0.006393559277057648, ms=00055}
22:49:14.207759 run                             mass: MS performed LU  {at=4705059.911073279, lu_delay=6.139733765274286, ms=00036}
22:49:14.272265 run                             mass: MS performed LU  {at=4705059.975597542, lu_delay=5.8046020567417145, ms=00037}
22:49:14.284025 run                osmo-ms-mob/00056: Starting mobile
22:49:14.297489 run       osmo-ms-mob/00056(pid=191): Launched
22:49:14.310281 run                             mass: MS start registered  {at=4705060.013625594, delay=0.006636358797550201, ms=00056}
22:49:14.341266 run                             mass: MS performed LU  {at=4705060.044580103, lu_delay=5.554196205921471, ms=00039}
22:49:14.359982 run                             mass: MS performed LU  {at=4705060.063303523, lu_delay=4.8931126315146685, ms=00040}
22:49:14.374115 run                osmo-ms-mob/00057: Starting mobile
22:49:14.387826 run       osmo-ms-mob/00057(pid=192): Launched
22:49:14.399847 run                             mass: MS start registered  {at=4705060.103189757, delay=0.005557786673307419, ms=00057}
22:49:14.415578 run                             mass: MS performed LU  {at=4705060.118920495, lu_delay=5.799465088173747, ms=00038}
22:49:14.688050 run                             mass: MS performed LU  {at=4705060.391380152, lu_delay=4.920114583335817, ms=00041}
22:49:15.142748 run                osmo-ms-mob/00058: Starting mobile
22:49:15.157120 run       osmo-ms-mob/00058(pid=193): Launched
22:49:15.169339 run                             mass: MS start registered  {at=4705060.872679357, delay=0.005604523234069347, ms=00058}
22:49:15.450395 run                osmo-ms-mob/00059: Starting mobile
22:49:15.464105 run       osmo-ms-mob/00059(pid=194): Launched
22:49:15.475794 run                             mass: MS start registered  {at=4705061.17913918, delay=0.005334391258656979, ms=00059}
22:49:15.747857 run                osmo-ms-mob/00060: Starting mobile
22:49:15.761418 run       osmo-ms-mob/00060(pid=195): Launched
22:49:15.773253 run                             mass: MS start registered  {at=4705061.476591869, delay=0.005258635617792606, ms=00060}
22:49:16.027299 run                             mass: MS performed LU  {at=4705061.730591947, lu_delay=5.3913179924711585, ms=00045}
22:49:16.109464 run                             mass: MS performed LU  {at=4705061.81279681, lu_delay=5.549216140061617, ms=00044}
22:49:16.123453 run                osmo-ms-mob/00061: Starting mobile
22:49:16.137335 run       osmo-ms-mob/00061(pid=196): Launched
22:49:16.143663 run                             mass: MS performed LU  {at=4705061.847016746, lu_delay=5.662556095980108, ms=00043}
22:49:16.149742 run                             mass: MS start registered  {at=4705061.853107643, delay=0.006115495227277279, ms=00061}
22:49:16.281154 run                             mass: MS performed LU  {at=4705061.984411922, lu_delay=6.212376955896616, ms=00042}
22:49:16.295395 run                osmo-ms-mob/00062: Starting mobile
22:49:16.309146 run       osmo-ms-mob/00062(pid=197): Launched
22:49:16.317221 run                             mass: MS performed LU  {at=4705062.020567619, lu_delay=4.949420726858079, ms=00046}
22:49:16.323202 run                             mass: MS start registered  {at=4705062.026567908, delay=0.00805910024791956, ms=00062}
22:49:16.354024 run                             mass: MS performed LU  {at=4705062.057354202, lu_delay=4.684800407849252, ms=00047}
22:49:16.366204 run                osmo-ms-mob/00063: Starting mobile
22:49:16.379962 run       osmo-ms-mob/00063(pid=198): Launched
22:49:16.391423 run                             mass: MS start registered  {at=4705062.094768695, delay=0.005162235349416733, ms=00063}
22:49:17.141521 run                osmo-ms-mob/00064: Starting mobile
22:49:17.154637 run       osmo-ms-mob/00064(pid=199): Launched
22:49:17.166121 run                             mass: MS start registered  {at=4705062.869467333, delay=0.005373465828597546, ms=00064}
22:49:17.549765 run                osmo-ms-mob/00065: Starting mobile
22:49:17.562985 run       osmo-ms-mob/00065(pid=200): Launched
22:49:17.574949 run                             mass: MS start registered  {at=4705063.278292578, delay=0.0054749995470047, ms=00065}
22:49:17.842965 run                osmo-ms-mob/00066: Starting mobile
22:49:17.857037 run       osmo-ms-mob/00066(pid=201): Launched
22:49:17.868503 run                             mass: MS start registered  {at=4705063.571848909, delay=0.005139288492500782, ms=00066}
22:49:17.975054 run                             mass: MS performed LU  {at=4705063.678312295, lu_delay=4.7063193107023835, ms=00052}
22:49:18.039680 run                             mass: MS performed LU  {at=4705063.742937603, lu_delay=5.659440224058926, ms=00050}
22:49:18.109093 run                             mass: MS performed LU  {at=4705063.812351698, lu_delay=5.520424419082701, ms=00051}
22:49:18.132888 run                osmo-ms-mob/00067: Starting mobile
22:49:18.146723 run       osmo-ms-mob/00067(pid=202): Launched
22:49:18.153001 run                             mass: MS performed LU  {at=4705063.856358777, lu_delay=6.181136097759008, ms=00048}
22:49:18.159040 run                             mass: MS start registered  {at=4705063.862406148, delay=0.006068774498999119, ms=00067}
22:49:18.181593 run                             mass: MS performed LU  {at=4705063.88493302, lu_delay=5.9130713092163205, ms=00049}
22:49:18.193242 run                osmo-ms-mob/00068: Starting mobile
22:49:18.206796 run       osmo-ms-mob/00068(pid=203): Launched
22:49:18.220198 run                             mass: MS start registered  {at=4705063.923546107, delay=0.00685651320964098, ms=00068}
22:49:18.454416 run                             mass: MS performed LU  {at=4705064.157674181, lu_delay=4.887127410620451, ms=00053}
22:49:18.948276 run                osmo-ms-mob/00069: Starting mobile
22:49:18.962972 run       osmo-ms-mob/00069(pid=204): Launched
22:49:18.973971 run                             mass: MS start registered  {at=4705064.677323121, delay=0.004932941868901253, ms=00069}
22:49:19.362403 run                osmo-ms-mob/00070: Starting mobile
22:49:19.376045 run       osmo-ms-mob/00070(pid=205): Launched
22:49:19.387024 run                             mass: MS start registered  {at=4705065.090375285, delay=0.004941233433783054, ms=00070}
22:49:19.742011 run                osmo-ms-mob/00071: Starting mobile
22:49:19.754896 run       osmo-ms-mob/00071(pid=206): Launched
22:49:19.766606 run                             mass: MS start registered  {at=4705065.469944123, delay=0.0056485580280423164, ms=00071}
22:49:19.792453 run                             mass: MS performed LU  {at=4705065.495781541, lu_delay=5.924810157157481, ms=00054}
22:49:19.875303 run                             mass: MS performed LU  {at=4705065.578631179, lu_delay=5.565005585551262, ms=00056}
22:49:19.927666 run                             mass: MS performed LU  {at=4705065.631024697, lu_delay=5.760017030872405, ms=00055}
22:49:19.939014 run                osmo-ms-mob/00072: Starting mobile
22:49:19.951970 run       osmo-ms-mob/00072(pid=207): Launched
22:49:19.963236 run                             mass: MS start registered  {at=4705065.666571604, delay=0.0051585352048277855, ms=00072}
22:49:20.083585 run                             mass: MS performed LU  {at=4705065.786849448, lu_delay=4.9141700910404325, ms=00058}
22:49:20.553335 run                osmo-ms-mob/00073: Starting mobile
22:49:20.568353 run       osmo-ms-mob/00073(pid=208): Launched
22:49:20.580220 run                             mass: MS start registered  {at=4705066.283563065, delay=0.005419888533651829, ms=00073}
22:49:20.952103 run                osmo-ms-mob/00074: Starting mobile
22:49:20.966550 run       osmo-ms-mob/00074(pid=209): Launched
22:49:20.978494 run                             mass: MS start registered  {at=4705066.681836358, delay=0.005462543107569218, ms=00074}
22:49:21.342097 run                osmo-ms-mob/00075: Starting mobile
22:49:21.355799 run       osmo-ms-mob/00075(pid=210): Launched
22:49:21.367594 run                             mass: MS start registered  {at=4705067.0709398, delay=0.005146407522261143, ms=00075}
22:49:21.639310 run                             mass: MS performed LU  {at=4705067.342562211, lu_delay=5.315994302742183, ms=00062}
22:49:21.657123 run                             mass: MS performed LU  {at=4705067.360485545, lu_delay=5.883893676102161, ms=00060}
22:49:21.668474 run                osmo-ms-mob/00076: Starting mobile
22:49:21.682297 run       osmo-ms-mob/00076(pid=211): Launched
22:49:21.694584 run                             mass: MS start registered  {at=4705067.397921437, delay=0.0059594651684165, ms=00076}
22:49:21.712015 run                             mass: MS performed LU  {at=4705067.415337457, lu_delay=4.545870124362409, ms=00064}
22:49:21.985634 run                             mass: MS performed LU  {at=4705067.688888288, lu_delay=6.509749107994139, ms=00059}
22:49:22.251620 run                osmo-ms-mob/00077: Starting mobile
22:49:22.265222 run       osmo-ms-mob/00077(pid=212): Launched
22:49:22.276683 run                             mass: MS start registered  {at=4705067.98002773, delay=0.005063261836767197, ms=00077}
22:49:22.700613 run                             mass: MS performed LU  {at=4705068.40387028, lu_delay=6.309101585298777, ms=00063}
22:49:22.728924 run                osmo-ms-mob/00078: Starting mobile
22:49:22.742586 run       osmo-ms-mob/00078(pid=213): Launched
22:49:22.749163 run                             mass: MS performed LU  {at=4705068.45251942, lu_delay=6.599411776289344, ms=00061}
22:49:22.755189 run                             mass: MS start registered  {at=4705068.458555881, delay=0.006056062877178192, ms=00078}
22:49:22.844308 run                             mass: MS performed LU  {at=4705068.547562634, lu_delay=4.975713724270463, ms=00066}
22:49:22.863664 run                             mass: MS performed LU  {at=4705068.567025542, lu_delay=5.288732964545488, ms=00065}
22:49:22.875920 run                osmo-ms-mob/00079: Starting mobile
22:49:22.890053 run       osmo-ms-mob/00079(pid=214): Launched
22:49:22.901254 run                             mass: MS start registered  {at=4705068.604604479, delay=0.004919328726828098, ms=00079}
22:49:23.558616 run                             mass: MS performed LU  {at=4705069.261872702, lu_delay=5.399466554634273, ms=00067}
22:49:23.585180 run                osmo-ms-mob/00080: Starting mobile
22:49:23.599095 run       osmo-ms-mob/00080(pid=215): Launched
22:49:23.610177 run                             mass: MS start registered  {at=4705069.313525727, delay=0.0048290034756064415, ms=00080}
22:49:23.616231 run                             mass: MS performed LU  {at=4705069.319590402, lu_delay=4.642267281189561, ms=00069}
22:49:23.650945 run                             mass: MS performed LU  {at=4705069.354244362, lu_delay=5.430698255077004, ms=00068}
22:49:24.159132 run                osmo-ms-mob/00081: Starting mobile
22:49:24.173956 run       osmo-ms-mob/00081(pid=216): Launched
22:49:24.184765 run                             mass: MS start registered  {at=4705069.888114298, delay=0.004813346080482006, ms=00081}
22:49:24.558869 run                osmo-ms-mob/00082: Starting mobile
22:49:24.572855 run       osmo-ms-mob/00082(pid=217): Launched
22:49:24.583795 run                             mass: MS start registered  {at=4705070.287143281, delay=0.00489913672208786, ms=00082}
22:49:25.156154 run                osmo-ms-mob/00083: Starting mobile
22:49:25.169754 run       osmo-ms-mob/00083(pid=218): Launched
22:49:25.180889 run                             mass: MS start registered  {at=4705070.884219877, delay=0.005159917287528515, ms=00083}
22:49:25.405059 run                             mass: MS performed LU  {at=4705071.108319141, lu_delay=5.441747536882758, ms=00072}
22:49:25.458589 run                             mass: MS performed LU  {at=4705071.161910663, lu_delay=4.878347598016262, ms=00073}
22:49:25.524394 run                             mass: MS performed LU  {at=4705071.227664625, lu_delay=6.137289340607822, ms=00070}
22:49:25.927755 run                osmo-ms-mob/00084: Starting mobile
22:49:25.945434 run       osmo-ms-mob/00084(pid=219): Launched
22:49:25.951706 run                             mass: Starting too slowly. Moving on {now=4705071.655074614, sleep=-0.21607662457972765, target=4705071.4389979895}
22:49:25.957419 run                             mass: MS performed LU  {at=4705071.660777558, lu_delay=4.978941199369729, ms=00074}
22:49:25.963110 run                             mass: Starting too slowly. Moving on {now=4705071.666480316, sleep=-0.12748232670128345, target=4705071.538997989}
22:49:25.968571 run                             mass: MS start registered  {at=4705071.671936136, delay=0.016864505596458912, ms=00084}
22:49:25.974172 run                             mass: Starting too slowly. Moving on {now=4705071.677543469, sleep=-0.038545479997992516, target=4705071.638997989}
22:49:26.382011 run                osmo-ms-mob/00085: Starting mobile
22:49:26.415349 run       osmo-ms-mob/00085(pid=220): Launched
22:49:26.423356 run                             mass: Starting too slowly. Moving on {now=4705072.126724389, sleep=-0.1877264017239213, target=4705071.938997988}
22:49:26.429079 run                             mass: MS start registered  {at=4705072.132440684, delay=0.0057181622833013535, ms=00085}
22:49:26.434819 run                             mass: Starting too slowly. Moving on {now=4705072.13818987, sleep=-0.09919188264757395, target=4705072.038997987}
22:49:26.440854 run                             mass: Starting too slowly. Moving on {now=4705072.144224782, sleep=-0.005226794630289078, target=4705072.138997987}
22:49:26.761579 run                osmo-ms-mob/00086: Starting mobile
22:49:26.777509 run       osmo-ms-mob/00086(pid=221): Launched
22:49:26.788582 run                             mass: MS start registered  {at=4705072.491934168, delay=0.004860473796725273, ms=00086}
22:49:27.358199 run                osmo-ms-mob/00087: Starting mobile
22:49:27.372523 run       osmo-ms-mob/00087(pid=222): Launched
22:49:27.383833 run                             mass: MS start registered  {at=4705073.087173739, delay=0.005202467553317547, ms=00087}
22:49:27.560177 run                             mass: MS performed LU  {at=4705073.263428087, lu_delay=5.283400357700884, ms=00077}
22:49:27.584056 run                             mass: MS performed LU  {at=4705073.287417842, lu_delay=6.216478042304516, ms=00075}
22:49:27.615239 run                             mass: MS performed LU  {at=4705073.31850153, lu_delay=4.859945649281144, ms=00078}
22:49:27.632390 run                             mass: MS performed LU  {at=4705073.335738382, lu_delay=5.937816944904625, ms=00076}
22:49:27.644320 run                osmo-ms-mob/00088: Starting mobile
22:49:27.657696 run       osmo-ms-mob/00088(pid=223): Launched
22:49:27.663790 run                             mass: MS performed LU  {at=4705073.367149491, lu_delay=4.762545011937618, ms=00079}
22:49:27.669728 run                             mass: MS start registered  {at=4705073.373095204, delay=0.005962015129625797, ms=00088}
22:49:28.542474 run                osmo-ms-mob/00089: Starting mobile
22:49:28.556198 run       osmo-ms-mob/00089(pid=224): Launched
22:49:28.568185 run                             mass: MS start registered  {at=4705074.271519211, delay=0.005703410133719444, ms=00089}
22:49:29.154237 run                osmo-ms-mob/00090: Starting mobile
22:49:29.167660 run       osmo-ms-mob/00090(pid=225): Launched
22:49:29.178510 run                             mass: MS start registered  {at=4705074.881845873, delay=0.004838334396481514, ms=00090}
22:49:29.272008 run                             mass: MS performed LU  {at=4705074.975214925, lu_delay=5.661689197644591, ms=00080}
22:49:29.295653 run                             mass: MS performed LU  {at=4705074.999014655, lu_delay=4.71187137439847, ms=00082}
22:49:29.317176 run                             mass: MS performed LU  {at=4705075.020456305, lu_delay=5.132342007011175, ms=00081}
22:49:29.842037 run                osmo-ms-mob/00091: Starting mobile
22:49:29.855462 run       osmo-ms-mob/00091(pid=226): Launched
22:49:29.866365 run                             mass: MS start registered  {at=4705075.569711436, delay=0.004702305421233177, ms=00091}
22:49:30.541682 run                osmo-ms-mob/00092: Starting mobile
22:49:30.554759 run       osmo-ms-mob/00092(pid=227): Launched
22:49:30.566672 run                             mass: MS start registered  {at=4705076.270011541, delay=0.0056014591827988625, ms=00092}
22:49:31.053733 run                             mass: MS performed LU  {at=4705076.756982334, lu_delay=5.872762456536293, ms=00083}
22:49:31.075092 run                             mass: MS performed LU  {at=4705076.77845361, lu_delay=5.106517474167049, ms=00084}
22:49:31.219991 run                             mass: MS performed LU  {at=4705076.923240219, lu_delay=4.790799534879625, ms=00085}
22:49:31.248158 run                osmo-ms-mob/00093: Starting mobile
22:49:31.260965 run       osmo-ms-mob/00093(pid=228): Launched
22:49:31.271783 run                             mass: MS start registered  {at=4705076.975135498, delay=0.00475277379155159, ms=00093}
22:49:32.257018 run                osmo-ms-mob/00094: Starting mobile
22:49:32.271579 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.283228 run                             mass: MS start registered  {at=4705077.986578332, delay=0.005302464589476585, ms=00094}
22:49:33.037355 run                             mass: MS performed LU  {at=4705078.740621465, lu_delay=5.367526261135936, ms=00088}
22:49:33.050287 run                osmo-ms-mob/00095: Starting mobile
22:49:33.064381 run       osmo-ms-mob/00095(pid=230): Launched
22:49:33.070635 run                             mass: MS performed LU  {at=4705078.77399254, lu_delay=5.686818800866604, ms=00087}
22:49:33.076659 run                             mass: MS start registered  {at=4705078.780023571, delay=0.006051624193787575, ms=00095}
22:49:33.083587 run                             mass: MS performed LU  {at=4705078.786942656, lu_delay=6.295008487999439, ms=00086}
22:49:33.208194 run                             mass: MS performed LU  {at=4705078.911453791, lu_delay=4.639934579841793, ms=00089}
22:49:34.142320 run                osmo-ms-mob/00096: Starting mobile
22:49:34.156357 run       osmo-ms-mob/00096(pid=231): Launched
22:49:34.168339 run                             mass: MS start registered  {at=4705079.871678471, delay=0.005644490011036396, ms=00096}
22:49:34.818690 run                             mass: MS performed LU  {at=4705080.522009434, lu_delay=4.9522979985922575, ms=00091}
22:49:34.837370 run                             mass: MS performed LU  {at=4705080.540705587, lu_delay=5.658859713934362, ms=00090}
22:49:34.985845 run                             mass: MS performed LU  {at=4705080.689057546, lu_delay=4.4190460043028, ms=00092}
22:49:35.241618 run                osmo-ms-mob/00097: Starting mobile
22:49:35.255256 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.266844 run                             mass: MS start registered  {at=4705080.97019049, delay=0.005301450379192829, ms=00097}
22:49:36.546388 run                osmo-ms-mob/00098: Starting mobile
22:49:36.567090 run       osmo-ms-mob/00098(pid=233): Launched
22:49:36.582478 run                             mass: MS start registered  {at=4705082.285814867, delay=0.008135865442454815, ms=00098}
22:49:36.803887 run                             mass: MS performed LU  {at=4705082.507210061, lu_delay=5.532074563205242, ms=00093}
22:49:36.821863 run                             mass: MS performed LU  {at=4705082.525202677, lu_delay=22.422012919560075, ms=00057}
22:49:37.083969 run                             mass: MS performed LU  {at=4705082.787305146, lu_delay=4.800726814195514, ms=00094}
22:49:38.342184 run                osmo-ms-mob/00099: Starting mobile
22:49:38.356604 run       osmo-ms-mob/00099(pid=234): Launched
22:49:38.363459 run                             mass: All started... {duration=55.72782635502517, too_slow=6}
22:49:38.371547 run                             mass: MS start registered  {at=4705084.07489451, delay=0.00807442981749773, ms=00099}
22:49:38.584241 run                             mass: MS performed LU  {at=4705084.287558505, lu_delay=5.507534934207797, ms=00095}
22:49:38.751789 run                             mass: MS performed LU  {at=4705084.455014678, lu_delay=4.583336207084358, ms=00096}
22:49:40.569003 run                             mass: MS performed LU  {at=4705086.272295666, lu_delay=5.3021051762625575, ms=00097}
22:49:42.470512 run                             mass: MS performed LU  {at=4705088.173832839, lu_delay=5.888017971999943, ms=00098}
22:49:42.497954 run                             mass: MS performed LU  {at=4705088.201286319, lu_delay=22.731342195533216, ms=00071}
22:49:44.335400 run                             mass: MS performed LU  {at=4705090.038732036, lu_delay=5.963837525807321, ms=00099}
22:49:44.342018 run                             mass: Tests done {all_completed=True, max=22.731342195533216, min=4.4190460043028}
22:49:44.347853 tst         register_default_mass.py: Test passed (84.9 sec)
22:49:44.353533 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.356957 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.360323 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.363722 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.367105 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.370475 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.373863 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.377246 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.380643 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.383995 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.387349 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.390725 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.394060 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.397842 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.401333 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.404737 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.408143 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.411586 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.415274 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.419704 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.423246 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.426988 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.430396 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.433870 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.438315 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.443321 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.446792 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.450198 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.453699 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.457167 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.460571 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.464150 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.467723 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.471119 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.474509 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.478121 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.481562 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.484963 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.488339 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.491745 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.495151 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.498967 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.502393 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.505811 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.509193 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.512645 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.516104 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.519642 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.523258 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.527088 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.530794 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.534796 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.538604 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.542314 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.545840 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.549362 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.552890 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.556440 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.559980 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.563554 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.567123 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.570862 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.574401 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.577965 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.581465 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.584969 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.588429 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.592435 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.596006 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.599591 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.604384 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.607874 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.611381 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.614870 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.618338 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.621819 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.625297 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.628760 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.632229 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.635728 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.639219 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.642714 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.646113 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.649509 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.652909 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.656317 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.659747 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.663355 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.667444 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.670848 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.674482 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.677897 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.682037 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.685439 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.688855 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.692253 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.695599 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.698966 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.702365 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.705757 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.709148 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.712530 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.715938 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.719316 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.722724 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.726115 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.729505 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.732900 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.736295 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.739668 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.743058 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.746427 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.749821 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.753363 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.757242 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.761273 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.765345 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.769343 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.773242 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.777104 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.780966 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.784808 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.788588 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.792381 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.796127 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.799881 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.803621 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.807334 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.810953 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.814546 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.818155 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.821760 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.825282 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.828792 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.832300 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.835846 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.839567 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.843354 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.847117 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.850876 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.854598 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.858289 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.861997 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.865672 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.869397 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.873169 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.877006 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.880901 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.884777 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.888664 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.892528 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.896411 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.900296 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.904188 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.908170 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.912109 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.916016 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.919934 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.923834 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.927735 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.931587 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.935361 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.939135 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.942918 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.946640 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.950371 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.954047 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.957725 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.961406 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.965078 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.968768 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.972451 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.976143 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.979822 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.983489 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.987309 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.991094 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.994883 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.998708 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:45.002751 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:45.006694 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:45.010583 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:45.014459 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:45.018312 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:45.022254 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:45.026065 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:45.029926 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:45.033719 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:45.037595 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:45.041413 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:45.045242 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:45.049056 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:45.052944 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:45.056800 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:45.060695 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:45.064673 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:45.068745 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:45.072828 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:45.076847 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:45.080874 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:45.084879 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:45.088945 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:45.093152 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:45.097152 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:45.101172 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.105235 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.109356 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.113557 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.117762 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:45.123214 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:45.128040 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:45.134148 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:45.138208 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:45.142281 ---      ParallelTerminationStrategy: PID 22 died...
22:49:45.144167 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:45.148786 ---      ParallelTerminationStrategy: PID 23 died...
22:49:45.150675 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:45.155282 ---      ParallelTerminationStrategy: PID 24 died...
22:49:45.157197 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:45.161922 ---      ParallelTerminationStrategy: PID 25 died...
22:49:45.163847 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:45.168581 ---      ParallelTerminationStrategy: PID 26 died...
22:49:45.170550 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:45.175308 ---      ParallelTerminationStrategy: PID 27 died...
22:49:45.177256 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:45.182222 ---      ParallelTerminationStrategy: PID 28 died...
22:49:45.184216 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:45.189054 ---      ParallelTerminationStrategy: PID 29 died...
22:49:45.190994 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:45.195708 ---      ParallelTerminationStrategy: PID 30 died...
22:49:45.197607 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:45.202228 ---      ParallelTerminationStrategy: PID 31 died...
22:49:45.204107 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:45.208701 ---      ParallelTerminationStrategy: PID 32 died...
22:49:45.210513 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:45.214936 ---      ParallelTerminationStrategy: PID 33 died...
22:49:45.216714 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:45.221083 ---      ParallelTerminationStrategy: PID 35 died...
22:49:45.222820 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:45.227112 ---      ParallelTerminationStrategy: PID 36 died...
22:49:45.228893 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:45.233148 ---      ParallelTerminationStrategy: PID 37 died...
22:49:45.234883 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:45.239227 ---      ParallelTerminationStrategy: PID 38 died...
22:49:45.240954 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:45.245238 ---      ParallelTerminationStrategy: PID 39 died...
22:49:45.246999 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:45.251274 ---      ParallelTerminationStrategy: PID 40 died...
22:49:45.252997 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.257199 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.258914 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.263190 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.264921 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.269052 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.270729 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.274849 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.276506 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.280570 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.282213 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.286203 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.287827 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.291859 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.293498 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.297637 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.299303 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.303450 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.305185 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.309470 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.311198 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.315528 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.317229 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.321416 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.323102 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.327259 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.329019 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.333374 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.335170 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.339593 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.341454 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.346016 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.347866 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.352444 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.354278 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.358833 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.360699 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.365160 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.366962 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.371438 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.373218 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.377559 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.379270 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.383440 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.385162 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.389235 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.390873 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.394892 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.396496 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.400482 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.402119 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.422188 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.423797 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.427670 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.429225 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.433114 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.434699 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.438636 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.440259 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.444303 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.445942 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.450057 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.451746 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.456054 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.457831 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.462319 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.464115 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.468491 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.470259 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.474638 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.476437 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.480883 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.482696 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.487189 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.488994 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.493451 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.495215 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.499546 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.501302 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.505717 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.507499 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.512012 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.513934 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.518506 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.520345 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.524822 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.526725 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.531143 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.532983 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.537500 ---      ParallelTerminationStrategy: PID 85 died...
22:49:45.539343 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.543887 ---      ParallelTerminationStrategy: PID 86 died...
22:49:45.545719 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.550258 ---      ParallelTerminationStrategy: PID 87 died...
22:49:45.552083 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.556607 ---      ParallelTerminationStrategy: PID 88 died...
22:49:45.558422 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.562804 ---      ParallelTerminationStrategy: PID 89 died...
22:49:45.564585 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.569013 ---      ParallelTerminationStrategy: PID 90 died...
22:49:45.570806 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.575269 ---      ParallelTerminationStrategy: PID 91 died...
22:49:45.577106 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.581706 ---      ParallelTerminationStrategy: PID 92 died...
22:49:45.583601 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.588283 ---      ParallelTerminationStrategy: PID 93 died...
22:49:45.590175 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.594883 ---      ParallelTerminationStrategy: PID 94 died...
22:49:45.597159 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.601672 ---      ParallelTerminationStrategy: PID 95 died...
22:49:45.603503 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.608059 ---      ParallelTerminationStrategy: PID 96 died...
22:49:45.609920 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.614364 ---      ParallelTerminationStrategy: PID 97 died...
22:49:45.616144 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.620578 ---      ParallelTerminationStrategy: PID 98 died...
22:49:45.622410 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.626849 ---      ParallelTerminationStrategy: PID 99 died...
22:49:45.628633 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.632941 ---      ParallelTerminationStrategy: PID 100 died...
22:49:45.634685 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.638988 ---      ParallelTerminationStrategy: PID 101 died...
22:49:45.640758 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.645059 ---      ParallelTerminationStrategy: PID 102 died...
22:49:45.646795 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.651083 ---      ParallelTerminationStrategy: PID 103 died...
22:49:45.652822 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.657122 ---      ParallelTerminationStrategy: PID 104 died...
22:49:45.658864 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.663062 ---      ParallelTerminationStrategy: PID 105 died...
22:49:45.664768 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.669012 ---      ParallelTerminationStrategy: PID 106 died...
22:49:45.670751 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.675038 ---      ParallelTerminationStrategy: PID 107 died...
22:49:45.676743 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.681029 ---      ParallelTerminationStrategy: PID 108 died...
22:49:45.682780 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.687077 ---      ParallelTerminationStrategy: PID 109 died...
22:49:45.688856 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.693165 ---      ParallelTerminationStrategy: PID 110 died...
22:49:45.694900 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.699187 ---      ParallelTerminationStrategy: PID 111 died...
22:49:45.700907 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.705124 ---      ParallelTerminationStrategy: PID 112 died...
22:49:45.706863 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.711189 ---      ParallelTerminationStrategy: PID 113 died...
22:49:45.712979 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.717392 ---      ParallelTerminationStrategy: PID 114 died...
22:49:45.719131 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.723417 ---      ParallelTerminationStrategy: PID 115 died...
22:49:45.725157 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.729408 ---      ParallelTerminationStrategy: PID 116 died...
22:49:45.731109 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.735348 ---      ParallelTerminationStrategy: PID 117 died...
22:49:45.737103 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.741406 ---      ParallelTerminationStrategy: PID 118 died...
22:49:45.743127 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.747312 ---      ParallelTerminationStrategy: PID 119 died...
22:49:45.749012 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.753273 ---      ParallelTerminationStrategy: PID 120 died...
22:49:45.755010 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.759269 ---      ParallelTerminationStrategy: PID 121 died...
22:49:45.760986 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.765305 ---      ParallelTerminationStrategy: PID 122 died...
22:49:45.767037 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.771323 ---      ParallelTerminationStrategy: PID 123 died...
22:49:45.773060 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.777374 ---      ParallelTerminationStrategy: PID 124 died...
22:49:45.779130 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.783440 ---      ParallelTerminationStrategy: PID 125 died...
22:49:45.785177 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.789527 ---      ParallelTerminationStrategy: PID 126 died...
22:49:45.791327 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.795742 ---      ParallelTerminationStrategy: PID 127 died...
22:49:45.797534 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.801851 ---      ParallelTerminationStrategy: PID 128 died...
22:49:45.803599 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.807928 ---      ParallelTerminationStrategy: PID 129 died...
22:49:45.809666 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.813916 ---      ParallelTerminationStrategy: PID 130 died...
22:49:45.815680 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.819991 ---      ParallelTerminationStrategy: PID 131 died...
22:49:45.821745 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.826158 ---      ParallelTerminationStrategy: PID 132 died...
22:49:45.827937 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.832469 ---      ParallelTerminationStrategy: PID 133 died...
22:49:45.834311 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.838774 ---      ParallelTerminationStrategy: PID 134 died...
22:49:45.840595 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.845019 ---      ParallelTerminationStrategy: PID 135 died...
22:49:45.846821 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.851388 ---      ParallelTerminationStrategy: PID 136 died...
22:49:45.853224 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.857777 ---      ParallelTerminationStrategy: PID 137 died...
22:49:45.859600 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.864190 ---      ParallelTerminationStrategy: PID 138 died...
22:49:45.866030 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.870573 ---      ParallelTerminationStrategy: PID 139 died...
22:49:45.872400 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.877022 ---      ParallelTerminationStrategy: PID 140 died...
22:49:45.878902 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.883602 ---      ParallelTerminationStrategy: PID 141 died...
22:49:45.885503 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.890206 ---      ParallelTerminationStrategy: PID 142 died...
22:49:45.892143 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.897194 ---      ParallelTerminationStrategy: PID 143 died...
22:49:45.899062 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.903716 ---      ParallelTerminationStrategy: PID 144 died...
22:49:45.905613 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.910335 ---      ParallelTerminationStrategy: PID 145 died...
22:49:45.912205 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.916834 ---      ParallelTerminationStrategy: PID 146 died...
22:49:45.918660 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.923215 ---      ParallelTerminationStrategy: PID 147 died...
22:49:45.925055 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.929587 ---      ParallelTerminationStrategy: PID 148 died...
22:49:45.931377 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.935830 ---      ParallelTerminationStrategy: PID 149 died...
22:49:45.937660 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.942088 ---      ParallelTerminationStrategy: PID 150 died...
22:49:45.943825 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.948125 ---      ParallelTerminationStrategy: PID 151 died...
22:49:45.949827 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.953951 ---      ParallelTerminationStrategy: PID 152 died...
22:49:45.955586 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.959627 ---      ParallelTerminationStrategy: PID 153 died...
22:49:45.961240 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.965246 ---      ParallelTerminationStrategy: PID 154 died...
22:49:45.966846 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.970850 ---      ParallelTerminationStrategy: PID 155 died...
22:49:45.972477 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.976487 ---      ParallelTerminationStrategy: PID 156 died...
22:49:45.978058 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.981975 ---      ParallelTerminationStrategy: PID 157 died...
22:49:45.983550 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.987448 ---      ParallelTerminationStrategy: PID 158 died...
22:49:45.989015 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.992945 ---      ParallelTerminationStrategy: PID 159 died...
22:49:45.994529 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.998423 ---      ParallelTerminationStrategy: PID 160 died...
22:49:45.999990 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:46.003898 ---      ParallelTerminationStrategy: PID 161 died...
22:49:46.005568 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:46.009440 ---      ParallelTerminationStrategy: PID 162 died...
22:49:46.011019 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:46.015006 ---      ParallelTerminationStrategy: PID 163 died...
22:49:46.016619 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:46.020663 ---      ParallelTerminationStrategy: PID 164 died...
22:49:46.022294 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:46.026353 ---      ParallelTerminationStrategy: PID 165 died...
22:49:46.027981 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:46.031987 ---      ParallelTerminationStrategy: PID 166 died...
22:49:46.033618 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:46.037603 ---      ParallelTerminationStrategy: PID 167 died...
22:49:46.039209 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:46.043166 ---      ParallelTerminationStrategy: PID 168 died...
22:49:46.044748 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:46.048669 ---      ParallelTerminationStrategy: PID 169 died...
22:49:46.050216 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:46.054094 ---      ParallelTerminationStrategy: PID 170 died...
22:49:46.055629 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:46.059436 ---      ParallelTerminationStrategy: PID 171 died...
22:49:46.061033 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:46.064861 ---      ParallelTerminationStrategy: PID 172 died...
22:49:46.066397 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:46.070223 ---      ParallelTerminationStrategy: PID 173 died...
22:49:46.071764 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:46.075647 ---      ParallelTerminationStrategy: PID 174 died...
22:49:46.077221 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:46.081112 ---      ParallelTerminationStrategy: PID 175 died...
22:49:46.082660 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:46.086595 ---      ParallelTerminationStrategy: PID 176 died...
22:49:46.088240 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:46.092394 ---      ParallelTerminationStrategy: PID 177 died...
22:49:46.094100 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:46.098431 ---      ParallelTerminationStrategy: PID 178 died...
22:49:46.100207 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:46.104618 ---      ParallelTerminationStrategy: PID 179 died...
22:49:46.106407 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:46.110907 ---      ParallelTerminationStrategy: PID 180 died...
22:49:46.112687 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:46.117110 ---      ParallelTerminationStrategy: PID 181 died...
22:49:46.118887 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:46.123251 ---      ParallelTerminationStrategy: PID 182 died...
22:49:46.125000 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:46.129181 ---      ParallelTerminationStrategy: PID 183 died...
22:49:46.130862 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:46.135056 ---      ParallelTerminationStrategy: PID 184 died...
22:49:46.136778 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:46.140984 ---      ParallelTerminationStrategy: PID 185 died...
22:49:46.142667 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:46.146887 ---      ParallelTerminationStrategy: PID 186 died...
22:49:46.148587 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:46.152790 ---      ParallelTerminationStrategy: PID 187 died...
22:49:46.154476 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:46.158672 ---      ParallelTerminationStrategy: PID 188 died...
22:49:46.160362 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:46.164542 ---      ParallelTerminationStrategy: PID 189 died...
22:49:46.166196 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:46.170295 ---      ParallelTerminationStrategy: PID 190 died...
22:49:46.171954 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:46.176071 ---      ParallelTerminationStrategy: PID 191 died...
22:49:46.177794 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:46.182105 ---      ParallelTerminationStrategy: PID 192 died...
22:49:46.183837 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:46.188119 ---      ParallelTerminationStrategy: PID 193 died...
22:49:46.189841 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:46.194174 ---      ParallelTerminationStrategy: PID 194 died...
22:49:46.195912 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.200252 ---      ParallelTerminationStrategy: PID 195 died...
22:49:46.202022 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.206207 ---      ParallelTerminationStrategy: PID 196 died...
22:49:46.207882 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.212062 ---      ParallelTerminationStrategy: PID 197 died...
22:49:46.213750 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.217965 ---      ParallelTerminationStrategy: PID 198 died...
22:49:46.219659 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.223874 ---      ParallelTerminationStrategy: PID 199 died...
22:49:46.225555 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:46.229724 ---      ParallelTerminationStrategy: PID 200 died...
22:49:46.231423 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:46.235642 ---      ParallelTerminationStrategy: PID 201 died...
22:49:46.237357 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:46.241604 ---      ParallelTerminationStrategy: PID 202 died...
22:49:46.243316 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:46.247519 ---      ParallelTerminationStrategy: PID 203 died...
22:49:46.249208 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:46.253450 ---      ParallelTerminationStrategy: PID 204 died...
22:49:46.255139 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:46.259415 ---      ParallelTerminationStrategy: PID 205 died...
22:49:46.261152 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:46.265472 ---      ParallelTerminationStrategy: PID 206 died...
22:49:46.267202 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:46.271539 ---      ParallelTerminationStrategy: PID 207 died...
22:49:46.273323 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:46.277738 ---      ParallelTerminationStrategy: PID 208 died...
22:49:46.279489 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:46.283926 ---      ParallelTerminationStrategy: PID 209 died...
22:49:46.285706 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:46.290135 ---      ParallelTerminationStrategy: PID 210 died...
22:49:46.291885 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:46.296188 ---      ParallelTerminationStrategy: PID 211 died...
22:49:46.297933 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:46.302254 ---      ParallelTerminationStrategy: PID 212 died...
22:49:46.303980 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:46.308309 ---      ParallelTerminationStrategy: PID 213 died...
22:49:46.310065 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:46.314400 ---      ParallelTerminationStrategy: PID 214 died...
22:49:46.316194 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:46.320677 ---      ParallelTerminationStrategy: PID 215 died...
22:49:46.322524 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:46.327150 ---      ParallelTerminationStrategy: PID 216 died...
22:49:46.329021 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:46.333584 ---      ParallelTerminationStrategy: PID 217 died...
22:49:46.335382 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:46.339923 ---      ParallelTerminationStrategy: PID 218 died...
22:49:46.341792 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:46.346311 ---      ParallelTerminationStrategy: PID 219 died...
22:49:46.348097 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:46.352477 ---      ParallelTerminationStrategy: PID 220 died...
22:49:46.354207 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:46.358492 ---      ParallelTerminationStrategy: PID 221 died...
22:49:46.360230 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:46.364554 ---      ParallelTerminationStrategy: PID 222 died...
22:49:46.366280 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:46.370608 ---      ParallelTerminationStrategy: PID 223 died...
22:49:46.372362 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:46.376793 ---      ParallelTerminationStrategy: PID 224 died...
22:49:46.378565 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:46.382982 ---      ParallelTerminationStrategy: PID 225 died...
22:49:46.384778 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:46.389332 ---      ParallelTerminationStrategy: PID 226 died...
22:49:46.391136 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:46.395616 ---      ParallelTerminationStrategy: PID 227 died...
22:49:46.397456 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:46.401976 ---      ParallelTerminationStrategy: PID 228 died...
22:49:46.403762 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:46.408148 ---      ParallelTerminationStrategy: PID 229 died...
22:49:46.409873 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:46.414119 ---      ParallelTerminationStrategy: PID 230 died...
22:49:46.415802 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:46.420012 ---      ParallelTerminationStrategy: PID 231 died...
22:49:46.421707 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:46.425805 ---      ParallelTerminationStrategy: PID 232 died...
22:49:46.427455 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.431578 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.433191 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:46.437187 ---      ParallelTerminationStrategy: PID 234 died...
22:49:46.438794 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.842475 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.844137 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7899 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.919935 tst                       trial-7899: Storing JUnit report in /build/trial-7899/run.2025-03-08_22-48-19/trial-7899.xml

--------------------------------------------------------------------------------------------
trial-7899 PASS
--------------------------------------------------------------------------------------------
22:49:49.930969 tst                       trial-7899: trial-7899: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-7899/inst
+ cd trial-7899
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-08 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7899-run.tgz run.2025-03-08_22-48-19
+ tar czf /build/trial-7899-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-08_13_28_19.tgz osmo-bts-oc2g.build-2025-03-08_00_51_27.tgz osmo-bts-sysmo.build-2025-03-08_00_51_28.tgz osmo-bts.build-2025-03-08_00_51_40.tgz osmo-ggsn.build-2025-03-08_20_42_37.tgz osmo-hlr.build-2025-03-08_16_37_04.tgz osmo-hnbgw.build-2025-03-08_13_28_31.tgz osmo-mgw.build-2025-03-08_08_33_15.tgz osmo-msc.build-2025-03-08_13_33_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-08_07_41_34.tgz osmo-pcu-sysmo.build-2025-03-08_07_41_30.tgz osmo-pcu.build-2025-03-08_07_41_37.tgz osmo-sgsn.build-2025-03-08_20_48_23.tgz osmo-stp.build-2025-03-08_13_25_17.tgz osmo-trx.build-2025-03-08_14_26_56.tgz osmocom-bb.build-2025-03-08_21_17_19.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

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