Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins1861576643770254337.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-7880
+ 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
29206c0 osmo-pcap-master: depend on libosmo-netif
+ 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.2s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#26 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#26 CACHED

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:3b8d5863780be259e2e6115e1753ecbffa0e20cfa353f3d482473e9f3c06f12e 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s

 2 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
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=7881 -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-02-18 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7881
+ mkdir -p trial-7881
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-18_13_25_51.tgz osmo-bts-oc2g.build-2025-02-18_00_51_27.tgz osmo-bts-sysmo.build-2025-02-18_00_51_22.tgz osmo-bts.build-2025-02-18_00_51_39.tgz osmo-ggsn.build-2025-02-18_20_42_40.tgz osmo-hlr.build-2025-02-18_16_36_56.tgz osmo-hnbgw.build-2025-02-18_13_28_31.tgz osmo-mgw.build-2025-02-18_08_33_13.tgz osmo-msc.build-2025-02-18_13_32_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-18_07_41_24.tgz osmo-pcu-sysmo.build-2025-02-18_07_41_19.tgz osmo-pcu.build-2025-02-18_07_41_30.tgz osmo-sgsn.build-2025-02-18_20_47_52.tgz osmo-stp.build-2025-02-18_13_23_03.tgz osmo-trx.build-2025-02-18_14_30_23.tgz osmocom-bb.build-2025-02-18_21_17_07.tgz srslte.build-19.tgz trial-7881
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-18_13_25_51.md5 osmo-bts-oc2g.build-2025-02-18_00_51_27.md5 osmo-bts-sysmo.build-2025-02-18_00_51_22.md5 osmo-bts.build-2025-02-18_00_51_39.md5 osmo-ggsn.build-2025-02-18_20_42_40.md5 osmo-hlr.build-2025-02-18_16_36_56.md5 osmo-hnbgw.build-2025-02-18_13_28_31.md5 osmo-mgw.build-2025-02-18_08_33_13.md5 osmo-msc.build-2025-02-18_13_32_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-18_07_41_24.md5 osmo-pcu-sysmo.build-2025-02-18_07_41_19.md5 osmo-pcu.build-2025-02-18_07_41_30.md5 osmo-sgsn.build-2025-02-18_20_47_52.md5 osmo-stp.build-2025-02-18_13_23_03.md5 osmo-trx.build-2025-02-18_14_30_23.md5 osmocom-bb.build-2025-02-18_21_17_07.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-18_13_25_51.md5 osmo-bts-oc2g.build-2025-02-18_00_51_27.md5 osmo-bts-sysmo.build-2025-02-18_00_51_22.md5 osmo-bts.build-2025-02-18_00_51_39.md5 osmo-ggsn.build-2025-02-18_20_42_40.md5 osmo-hlr.build-2025-02-18_16_36_56.md5 osmo-hnbgw.build-2025-02-18_13_28_31.md5 osmo-mgw.build-2025-02-18_08_33_13.md5 osmo-msc.build-2025-02-18_13_32_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-18_07_41_24.md5 osmo-pcu-sysmo.build-2025-02-18_07_41_19.md5 osmo-pcu.build-2025-02-18_07_41_30.md5 osmo-sgsn.build-2025-02-18_20_47_52.md5 osmo-stp.build-2025-02-18_13_23_03.md5 osmo-trx.build-2025-02-18_14_30_23.md5 osmocom-bb.build-2025-02-18_21_17_07.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-7881 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7881'
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-7881
--------------------------------------------------------------------------------------------
22:48:16.285188 tst                       trial-7881: Detailed log at /build/trial-7881/run.2025-02-18_22-48-16/log

---------------------------------------------------------------------
trial-7881 netreg_mass
---------------------------------------------------------------------
22:48:16.526147 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.526586 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.527564 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.529037 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.572479 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.573477 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.574804 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.679119 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-7881 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.680053 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.697951 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.698617 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.699150 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.699666 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.700190 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.700760 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.701292 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.755074 tst         register_default_mass.py: using LAC 2
22:48:16.794477 tst         register_default_mass.py: using RAC 2
22:48:16.829334 tst         register_default_mass.py: using CellId 2
22:48:16.873573 tst         register_default_mass.py: using BVCI 3
22:48:16.879890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.880616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.881290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.881874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.882457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.883045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.883610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.884213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.884817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.885565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.886145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.886717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.887303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.887900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.888486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.889194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.889807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.890398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.890986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.891583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.892161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.892780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.893397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.894001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.894616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.895221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.895825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.896437 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.897044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.897632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.898233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.898838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.899450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.900097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.900724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.901334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.901958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.902574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.903192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.903813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.904423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.905046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.905684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.906309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.906922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.907531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.908145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.908764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.909373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.910004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.910628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.911258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.911899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.912530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.913166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.913804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.914429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.915042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.915667 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.916278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.916901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.917542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.918168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.918791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.919418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.920038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.920656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.921275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.921891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.922591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.923185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.923801 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.924499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.925114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.925716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.926326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.926926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.927515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.928131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.928739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.929334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.929934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.930551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.931145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.931740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.932672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.933288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.933882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.934489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.935104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.935706 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.936307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.936965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.937604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.938240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.938863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.939484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.940092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.940735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.941366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.942180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.942870 tst      register_default_mass.py:21: Launching a simple network
22:48:16.954763 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.091306 run            create_hlr_db(pid=20): Launched
22:48:18.101947 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.119841 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.136632 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.142858 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.330053 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.346024 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.352068 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.807803 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.824908 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.835693 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.952642 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.967990 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.973856 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.998120 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.013553 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.019341 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.332908 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.348025 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.367361 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.518992 run         osmo-bts-virtual(pid=34): Launched
22:48:29.571766 tst         register_default_mass.py: using MSISDN 1001
22:48:29.577869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.676054 tst         register_default_mass.py: using MSISDN 1002
22:48:29.682101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.748947 tst         register_default_mass.py: using MSISDN 1003
22:48:29.754819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.821618 tst         register_default_mass.py: using MSISDN 1004
22:48:29.827564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.900128 tst         register_default_mass.py: using MSISDN 1005
22:48:29.910032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.974017 tst         register_default_mass.py: using MSISDN 1006
22:48:29.980033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.058108 tst         register_default_mass.py: using MSISDN 1007
22:48:30.065085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.129913 tst         register_default_mass.py: using MSISDN 1008
22:48:30.135669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.196030 tst         register_default_mass.py: using MSISDN 1009
22:48:30.201638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.280144 tst         register_default_mass.py: using MSISDN 1010
22:48:30.286104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.364256 tst         register_default_mass.py: using MSISDN 1011
22:48:30.369897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.442682 tst         register_default_mass.py: using MSISDN 1012
22:48:30.448700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.531456 tst         register_default_mass.py: using MSISDN 1013
22:48:30.537370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.627865 tst         register_default_mass.py: using MSISDN 1014
22:48:30.633553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.716780 tst         register_default_mass.py: using MSISDN 1015
22:48:30.722492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.810953 tst         register_default_mass.py: using MSISDN 1016
22:48:30.816826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.898352 tst         register_default_mass.py: using MSISDN 1017
22:48:30.904244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.973865 tst         register_default_mass.py: using MSISDN 1018
22:48:30.979424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.059877 tst         register_default_mass.py: using MSISDN 1019
22:48:31.065382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.133858 tst         register_default_mass.py: using MSISDN 1020
22:48:31.139337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.207708 tst         register_default_mass.py: using MSISDN 1021
22:48:31.213467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.289305 tst         register_default_mass.py: using MSISDN 1022
22:48:31.296787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.364715 tst         register_default_mass.py: using MSISDN 1023
22:48:31.370347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.443938 tst         register_default_mass.py: using MSISDN 1024
22:48:31.449608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.523908 tst         register_default_mass.py: using MSISDN 1025
22:48:31.529559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.592001 tst         register_default_mass.py: using MSISDN 1026
22:48:31.597693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.670053 tst         register_default_mass.py: using MSISDN 1027
22:48:31.685337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.787615 tst         register_default_mass.py: using MSISDN 1028
22:48:31.813572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.878029 tst         register_default_mass.py: using MSISDN 1029
22:48:31.889646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.975614 tst         register_default_mass.py: using MSISDN 1030
22:48:31.996740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.072976 tst         register_default_mass.py: using MSISDN 1031
22:48:32.094235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.163841 tst         register_default_mass.py: using MSISDN 1032
22:48:32.169825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.243552 tst         register_default_mass.py: using MSISDN 1033
22:48:32.249544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.332227 tst         register_default_mass.py: using MSISDN 1034
22:48:32.338623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.410590 tst         register_default_mass.py: using MSISDN 1035
22:48:32.416590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.577261 tst         register_default_mass.py: using MSISDN 1036
22:48:32.583044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.650338 tst         register_default_mass.py: using MSISDN 1037
22:48:32.656532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.731211 tst         register_default_mass.py: using MSISDN 1038
22:48:32.737673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.808991 tst         register_default_mass.py: using MSISDN 1039
22:48:32.814993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.902929 tst         register_default_mass.py: using MSISDN 1040
22:48:32.917466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.999579 tst         register_default_mass.py: using MSISDN 1041
22:48:33.021516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.096768 tst         register_default_mass.py: using MSISDN 1042
22:48:33.117671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.221939 tst         register_default_mass.py: using MSISDN 1043
22:48:33.227763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.311774 tst         register_default_mass.py: using MSISDN 1044
22:48:33.331869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.406028 tst         register_default_mass.py: using MSISDN 1045
22:48:33.427667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.499039 tst         register_default_mass.py: using MSISDN 1046
22:48:33.508478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.584774 tst         register_default_mass.py: using MSISDN 1047
22:48:33.606332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.682680 tst         register_default_mass.py: using MSISDN 1048
22:48:33.701516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.778866 tst         register_default_mass.py: using MSISDN 1049
22:48:33.787598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.864775 tst         register_default_mass.py: using MSISDN 1050
22:48:33.872589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.978944 tst         register_default_mass.py: using MSISDN 1051
22:48:33.985033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.160009 tst         register_default_mass.py: using MSISDN 1052
22:48:34.165854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.238237 tst         register_default_mass.py: using MSISDN 1053
22:48:34.243757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.303775 tst         register_default_mass.py: using MSISDN 1054
22:48:34.309798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.374710 tst         register_default_mass.py: using MSISDN 1055
22:48:34.380495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.464364 tst         register_default_mass.py: using MSISDN 1056
22:48:34.474203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.535458 tst         register_default_mass.py: using MSISDN 1057
22:48:34.541190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.611798 tst         register_default_mass.py: using MSISDN 1058
22:48:34.618199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.686283 tst         register_default_mass.py: using MSISDN 1059
22:48:34.691776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.765656 tst         register_default_mass.py: using MSISDN 1060
22:48:34.772813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.854127 tst         register_default_mass.py: using MSISDN 1061
22:48:34.859792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.937617 tst         register_default_mass.py: using MSISDN 1062
22:48:34.945379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.017908 tst         register_default_mass.py: using MSISDN 1063
22:48:35.023958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.134700 tst         register_default_mass.py: using MSISDN 1064
22:48:35.143597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.252770 tst         register_default_mass.py: using MSISDN 1065
22:48:35.262470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.333588 tst         register_default_mass.py: using MSISDN 1066
22:48:35.346271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.427638 tst         register_default_mass.py: using MSISDN 1067
22:48:35.434658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.517051 tst         register_default_mass.py: using MSISDN 1068
22:48:35.530721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.617232 tst         register_default_mass.py: using MSISDN 1069
22:48:35.632016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.712662 tst         register_default_mass.py: using MSISDN 1070
22:48:35.718922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.800424 tst         register_default_mass.py: using MSISDN 1071
22:48:35.806702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.884192 tst         register_default_mass.py: using MSISDN 1072
22:48:35.894258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.962486 tst         register_default_mass.py: using MSISDN 1073
22:48:35.968997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.048220 tst         register_default_mass.py: using MSISDN 1074
22:48:36.057388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.134578 tst         register_default_mass.py: using MSISDN 1075
22:48:36.140692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.222337 tst         register_default_mass.py: using MSISDN 1076
22:48:36.228494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.340668 tst         register_default_mass.py: using MSISDN 1077
22:48:36.346821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.424340 tst         register_default_mass.py: using MSISDN 1078
22:48:36.435139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.514194 tst         register_default_mass.py: using MSISDN 1079
22:48:36.523036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:36.603783 tst         register_default_mass.py: using MSISDN 1080
22:48:36.611878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.677724 tst         register_default_mass.py: using MSISDN 1081
22:48:36.688993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:36.762635 tst         register_default_mass.py: using MSISDN 1082
22:48:36.768619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.088524 tst         register_default_mass.py: using MSISDN 1083
22:48:37.094488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.160331 tst         register_default_mass.py: using MSISDN 1084
22:48:37.168227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.235258 tst         register_default_mass.py: using MSISDN 1085
22:48:37.241912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.310459 tst         register_default_mass.py: using MSISDN 1086
22:48:37.316630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.393750 tst         register_default_mass.py: using MSISDN 1087
22:48:37.399743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.460403 tst         register_default_mass.py: using MSISDN 1088
22:48:37.466073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.536144 tst         register_default_mass.py: using MSISDN 1089
22:48:37.542066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.605571 tst         register_default_mass.py: using MSISDN 1090
22:48:37.615670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.686228 tst         register_default_mass.py: using MSISDN 1091
22:48:37.692314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.755898 tst         register_default_mass.py: using MSISDN 1092
22:48:37.762410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.820608 tst         register_default_mass.py: using MSISDN 1093
22:48:37.826673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:37.918685 tst         register_default_mass.py: using MSISDN 1094
22:48:37.925768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:37.993259 tst         register_default_mass.py: using MSISDN 1095
22:48:37.999071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.084425 tst         register_default_mass.py: using MSISDN 1096
22:48:38.090390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.154565 tst         register_default_mass.py: using MSISDN 1097
22:48:38.160429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.221365 tst         register_default_mass.py: using MSISDN 1098
22:48:38.227271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.296095 tst         register_default_mass.py: using MSISDN 1099
22:48:38.306117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.379287 tst         register_default_mass.py: using MSISDN 1100
22:48:38.385352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.515295 run                             mass: Starting testcase
22:48:38.521370 run                             mass: Pre-launching all virtphy's
22:48:38.527238 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.541058 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.547540 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.561690 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.568126 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.581904 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.588296 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.602218 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.608653 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.622517 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.628833 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.642415 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.648818 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.662554 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.668962 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.682764 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.689099 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.702592 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.708981 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.722650 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.729014 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.742697 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.749040 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.762673 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.768969 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.782705 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.788986 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.802559 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.809022 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.822810 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.829124 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.842736 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.849146 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.862749 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.869062 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.887298 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.893598 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.907449 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.913813 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.927493 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.933777 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.947480 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.953819 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.967553 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.973857 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.987489 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.993836 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.007506 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.013833 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.027422 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.033702 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.047350 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.053624 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.067203 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.073472 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.087015 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.093367 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.107063 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.113306 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.126724 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.132956 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.146325 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.152427 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.166084 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.172327 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.185751 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.192036 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.205566 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.211928 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.225490 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.231758 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.245308 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.251617 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.265412 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.282962 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.297319 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.303420 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.316684 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.322732 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.335797 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.341871 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.354944 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.361155 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.374521 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.380600 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.393850 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.399945 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.413715 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.420106 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.433240 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.439634 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.453263 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.459662 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.473118 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.479142 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.492156 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.498415 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.511937 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.518250 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.531848 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.538133 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.551522 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.557724 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.570728 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.576822 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.589986 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.595999 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.609369 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.615639 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.629444 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.635702 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.649306 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.655684 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.669207 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.675539 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.689200 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.695419 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:39.708501 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:39.714676 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:39.727999 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:39.734287 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:39.747849 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:39.754108 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:39.767652 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:39.773953 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:39.787527 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:39.793825 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:39.807349 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:39.813622 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:39.827286 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:39.833548 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:39.847258 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:39.853558 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:39.867278 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:39.873557 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:39.887101 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:39.893519 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:39.907224 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:39.913410 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:39.926517 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:39.932788 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:39.946277 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:39.952336 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:39.965382 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:39.971584 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:39.984677 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:39.990860 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.004011 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.010337 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:40.023941 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:40.030226 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:40.043853 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:40.050129 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:40.063622 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:40.069890 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:40.083518 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:40.089756 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:40.103340 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:40.109606 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:40.123291 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:40.129902 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:40.143916 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:40.150180 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:40.163957 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:40.170335 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:40.184064 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:40.190402 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:40.203921 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:40.210199 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:40.223733 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:40.230001 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:40.243748 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:40.250041 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.263697 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.270029 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:40.284004 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:40.290369 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:40.303985 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:40.310330 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.324015 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.330133 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.343490 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.349677 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:40.363471 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:40.369868 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:40.383704 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:40.389977 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:40.403564 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:40.409876 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.423965 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.430525 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.444325 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.450630 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.464300 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.470612 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:40.484119 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:40.490335 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:40.503524 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:40.509744 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:40.523208 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:40.529480 run                             mass: Checking if sockets are in the filesystem
22:48:40.542083 run                osmo-ms-mob/00000: Starting mobile
22:48:40.555987 run       osmo-ms-mob/00000(pid=135): Launched
22:48:40.567703 run                             mass: MS start registered  {at=3149826.271041481, delay=0.005446437746286392, ms=00000}
22:48:44.741995 run                osmo-ms-mob/00001: Starting mobile
22:48:44.755180 run       osmo-ms-mob/00001(pid=136): Launched
22:48:44.768341 run                             mass: MS start registered  {at=3149830.471682058, delay=0.007099480368196964, ms=00001}
22:48:45.582930 run                             mass: MS performed LU  {at=3149831.286258505, lu_delay=5.015217024367303, ms=00000}
22:48:46.542114 run                osmo-ms-mob/00002: Starting mobile
22:48:46.556047 run       osmo-ms-mob/00002(pid=137): Launched
22:48:46.567592 run                             mass: MS start registered  {at=3149832.270926569, delay=0.005118628963828087, ms=00002}
22:48:47.842386 run                osmo-ms-mob/00003: Starting mobile
22:48:47.856633 run       osmo-ms-mob/00003(pid=138): Launched
22:48:47.867899 run                             mass: MS start registered  {at=3149833.571247284, delay=0.004938490688800812, ms=00003}
22:48:48.942194 run                osmo-ms-mob/00004: Starting mobile
22:48:48.956092 run       osmo-ms-mob/00004(pid=139): Launched
22:48:48.967855 run                             mass: MS start registered  {at=3149834.671203158, delay=0.005093184765428305, ms=00004}
22:48:49.942178 run                osmo-ms-mob/00005: Starting mobile
22:48:49.955877 run       osmo-ms-mob/00005(pid=140): Launched
22:48:49.968699 run                             mass: MS start registered  {at=3149835.672035665, delay=0.005678538698703051, ms=00005}
22:48:50.760450 run                             mass: MS performed LU  {at=3149836.463774446, lu_delay=5.992092387750745, ms=00001}
22:48:50.774793 run                osmo-ms-mob/00006: Starting mobile
22:48:50.787843 run       osmo-ms-mob/00006(pid=141): Launched
22:48:50.798975 run                             mass: MS start registered  {at=3149836.502322759, delay=0.005185585003346205, ms=00006}
22:48:51.742004 run                osmo-ms-mob/00007: Starting mobile
22:48:51.756211 run       osmo-ms-mob/00007(pid=142): Launched
22:48:51.767133 run                             mass: MS start registered  {at=3149837.47048404, delay=0.004855123348534107, ms=00007}
22:48:52.541692 run                osmo-ms-mob/00008: Starting mobile
22:48:52.555581 run       osmo-ms-mob/00008(pid=143): Launched
22:48:52.566937 run                             mass: MS start registered  {at=3149838.270281553, delay=0.00491565465927124, ms=00008}
22:48:52.662839 run                             mass: MS performed LU  {at=3149838.366135993, lu_delay=4.794888709206134, ms=00003}
22:48:52.690361 run                             mass: MS performed LU  {at=3149838.393698645, lu_delay=6.122772075701505, ms=00002}
22:48:53.246921 run                osmo-ms-mob/00009: Starting mobile
22:48:53.272963 run       osmo-ms-mob/00009(pid=144): Launched
22:48:53.285075 run                             mass: MS start registered  {at=3149838.988424, delay=3.121607005596161e-05, ms=00009}
22:48:53.941820 run                osmo-ms-mob/00010: Starting mobile
22:48:53.955582 run       osmo-ms-mob/00010(pid=145): Launched
22:48:53.966936 run                             mass: MS start registered  {at=3149839.670274639, delay=0.005079254042357206, ms=00010}
22:48:54.526863 run                             mass: MS performed LU  {at=3149840.230185352, lu_delay=5.5589821939356625, ms=00004}
22:48:54.539340 run                osmo-ms-mob/00011: Starting mobile
22:48:54.552511 run       osmo-ms-mob/00011(pid=146): Launched
22:48:54.564248 run                             mass: MS start registered  {at=3149840.267562091, delay=0.005388682708144188, ms=00011}
22:48:55.062227 run                             mass: MS performed LU  {at=3149840.765547673, lu_delay=5.093512008432299, ms=00005}
22:48:55.075032 run                osmo-ms-mob/00012: Starting mobile
22:48:55.088236 run       osmo-ms-mob/00012(pid=147): Launched
22:48:55.099309 run                             mass: MS start registered  {at=3149840.802660199, delay=0.00495283305644989, ms=00012}
22:48:55.754406 run                osmo-ms-mob/00013: Starting mobile
22:48:55.771629 run       osmo-ms-mob/00013(pid=148): Launched
22:48:55.782738 run                             mass: MS start registered  {at=3149841.486092539, delay=0.004902325104922056, ms=00013}
22:48:56.342296 run                osmo-ms-mob/00014: Starting mobile
22:48:56.355990 run       osmo-ms-mob/00014(pid=149): Launched
22:48:56.367764 run                             mass: MS start registered  {at=3149842.071111839, delay=0.005527609959244728, ms=00014}
22:48:56.428370 run                             mass: MS performed LU  {at=3149842.13170255, lu_delay=5.629379791207612, ms=00006}
22:48:56.455571 run                             mass: MS performed LU  {at=3149842.158919741, lu_delay=4.688435700722039, ms=00007}
22:48:56.941393 run                osmo-ms-mob/00015: Starting mobile
22:48:56.957383 run       osmo-ms-mob/00015(pid=150): Launched
22:48:56.968275 run                             mass: MS start registered  {at=3149842.671619388, delay=0.004487029742449522, ms=00015}
22:48:57.442169 run                osmo-ms-mob/00016: Starting mobile
22:48:57.457303 run       osmo-ms-mob/00016(pid=151): Launched
22:48:57.468517 run                             mass: MS start registered  {at=3149843.171862711, delay=0.004985684994608164, ms=00016}
22:48:57.954827 run                osmo-ms-mob/00017: Starting mobile
22:48:57.968481 run       osmo-ms-mob/00017(pid=152): Launched
22:48:57.979443 run                             mass: MS start registered  {at=3149843.682797085, delay=0.004974625073373318, ms=00017}
22:48:58.293559 run                             mass: MS performed LU  {at=3149843.996806431, lu_delay=5.008382431231439, ms=00009}
22:48:58.358075 run                             mass: MS performed LU  {at=3149844.061392932, lu_delay=5.79111137939617, ms=00008}
22:48:58.557888 run                osmo-ms-mob/00018: Starting mobile
22:48:58.571570 run       osmo-ms-mob/00018(pid=153): Launched
22:48:58.582617 run                             mass: MS start registered  {at=3149844.285967129, delay=0.004921894986182451, ms=00018}
22:48:58.948829 run                osmo-ms-mob/00019: Starting mobile
22:48:58.963146 run       osmo-ms-mob/00019(pid=154): Launched
22:48:58.974294 run                             mass: MS start registered  {at=3149844.677629675, delay=0.005063338670879602, ms=00019}
22:48:59.689399 run                osmo-ms-mob/00020: Starting mobile
22:48:59.707448 run       osmo-ms-mob/00020(pid=155): Launched
22:48:59.713499 run                             mass: Starting too slowly. Moving on {now=3149845.416869315, sleep=-0.17810995038598776, target=3149845.2387593645}
22:48:59.719043 run                             mass: MS start registered  {at=3149845.422404027, delay=0.005536715965718031, ms=00020}
22:48:59.725045 run                             mass: Starting too slowly. Moving on {now=3149845.428415412, sleep=-0.0896560475230217, target=3149845.3387593646}
22:48:59.950179 run                osmo-ms-mob/00021: Starting mobile
22:48:59.965582 run       osmo-ms-mob/00021(pid=156): Launched
22:48:59.976437 run                             mass: MS start registered  {at=3149845.679788672, delay=0.004786812700331211, ms=00021}
22:49:00.350868 run                osmo-ms-mob/00022: Starting mobile
22:49:00.366599 run       osmo-ms-mob/00022(pid=157): Launched
22:49:00.377795 run                             mass: MS start registered  {at=3149846.081126998, delay=0.005041243974119425, ms=00022}
22:49:00.841953 run                osmo-ms-mob/00023: Starting mobile
22:49:00.855429 run       osmo-ms-mob/00023(pid=158): Launched
22:49:00.866595 run                             mass: MS start registered  {at=3149846.569945695, delay=0.0048097469843924046, ms=00023}
22:49:01.035050 run                             mass: MS performed LU  {at=3149846.738307031, lu_delay=5.252214491833001, ms=00013}
22:49:01.136423 run                             mass: MS performed LU  {at=3149846.839681864, lu_delay=6.572119772899896, ms=00011}
22:49:01.159106 run                osmo-ms-mob/00024: Starting mobile
22:49:01.172320 run       osmo-ms-mob/00024(pid=159): Launched
22:49:01.178334 run                             mass: MS performed LU  {at=3149846.881693721, lu_delay=7.2114190817810595, ms=00010}
22:49:01.184716 run                             mass: MS start registered  {at=3149846.888080443, delay=0.006404820829629898, ms=00024}
22:49:01.251892 run                             mass: MS performed LU  {at=3149846.955176999, lu_delay=6.152516799978912, ms=00012}
22:49:01.742418 run                osmo-ms-mob/00025: Starting mobile
22:49:01.756572 run       osmo-ms-mob/00025(pid=160): Launched
22:49:01.767722 run                             mass: MS start registered  {at=3149847.471072936, delay=0.004563455935567617, ms=00025}
22:49:02.058441 run                             mass: MS performed LU  {at=3149847.761774861, lu_delay=5.0901554729789495, ms=00015}
22:49:02.070157 run                osmo-ms-mob/00026: Starting mobile
22:49:02.084021 run       osmo-ms-mob/00026(pid=161): Launched
22:49:02.095339 run                             mass: MS start registered  {at=3149847.798689178, delay=0.005050595384091139, ms=00026}
22:49:02.122495 run                             mass: MS performed LU  {at=3149847.825838594, lu_delay=5.754726755432785, ms=00014}
22:49:02.465211 run                             mass: MS performed LU  {at=3149848.168468785, lu_delay=4.996606073807925, ms=00016}
22:49:02.490629 run                osmo-ms-mob/00027: Starting mobile
22:49:02.506036 run       osmo-ms-mob/00027(pid=162): Launched
22:49:02.516908 run                             mass: MS start registered  {at=3149848.220255218, delay=0.004710651934146881, ms=00027}
22:49:02.941484 run                osmo-ms-mob/00028: Starting mobile
22:49:02.955521 run       osmo-ms-mob/00028(pid=163): Launched
22:49:02.966898 run                             mass: MS start registered  {at=3149848.67024718, delay=0.004518692847341299, ms=00028}
22:49:03.341784 run                osmo-ms-mob/00029: Starting mobile
22:49:03.355365 run       osmo-ms-mob/00029(pid=164): Launched
22:49:03.366558 run                             mass: MS start registered  {at=3149849.069891664, delay=0.004880113061517477, ms=00029}
22:49:03.741993 run                osmo-ms-mob/00030: Starting mobile
22:49:03.755934 run       osmo-ms-mob/00030(pid=165): Launched
22:49:03.766695 run                             mass: MS start registered  {at=3149849.470042627, delay=0.004520864691585302, ms=00030}
22:49:03.858095 run                             mass: MS performed LU  {at=3149849.561425824, lu_delay=5.878628739155829, ms=00017}
22:49:03.959539 run                             mass: MS performed LU  {at=3149849.662870918, lu_delay=5.376903789117932, ms=00018}
22:49:03.988766 run                             mass: MS performed LU  {at=3149849.691984979, lu_delay=5.014355304185301, ms=00019}
22:49:04.002819 run                osmo-ms-mob/00031: Starting mobile
22:49:04.016163 run       osmo-ms-mob/00031(pid=166): Launched
22:49:04.027151 run                             mass: MS start registered  {at=3149849.730504809, delay=0.004878525156527758, ms=00031}
22:49:04.445356 run                osmo-ms-mob/00032: Starting mobile
22:49:04.459194 run       osmo-ms-mob/00032(pid=167): Launched
22:49:04.470499 run                             mass: MS start registered  {at=3149850.173850099, delay=0.005011733155697584, ms=00032}
22:49:04.842151 run                osmo-ms-mob/00033: Starting mobile
22:49:04.856097 run       osmo-ms-mob/00033(pid=168): Launched
22:49:04.867203 run                             mass: MS start registered  {at=3149850.570551078, delay=0.004630644805729389, ms=00033}
22:49:05.254098 run                osmo-ms-mob/00034: Starting mobile
22:49:05.268575 run       osmo-ms-mob/00034(pid=169): Launched
22:49:05.280153 run                             mass: MS start registered  {at=3149850.983497858, delay=0.005297042895108461, ms=00034}
22:49:05.556377 run                osmo-ms-mob/00035: Starting mobile
22:49:05.569862 run       osmo-ms-mob/00035(pid=170): Launched
22:49:05.580576 run                             mass: MS start registered  {at=3149851.283924818, delay=0.004756506998091936, ms=00035}
22:49:05.723888 run                             mass: MS performed LU  {at=3149851.427137877, lu_delay=4.8571921819821, ms=00023}
22:49:05.759600 run                             mass: MS performed LU  {at=3149851.462932071, lu_delay=5.78314339928329, ms=00021}
22:49:05.889266 run                             mass: MS performed LU  {at=3149851.592527577, lu_delay=5.511400579009205, ms=00022}
22:49:05.919395 run                osmo-ms-mob/00036: Starting mobile
22:49:05.933110 run       osmo-ms-mob/00036(pid=171): Launched
22:49:05.944342 run                             mass: MS start registered  {at=3149851.647692646, delay=0.0044824788346886635, ms=00036}
22:49:06.249299 run                             mass: MS performed LU  {at=3149851.952614556, lu_delay=6.530210528988391, ms=00020}
22:49:06.261313 run                osmo-ms-mob/00037: Starting mobile
22:49:06.276214 run       osmo-ms-mob/00037(pid=172): Launched
22:49:06.287466 run                             mass: MS start registered  {at=3149851.990809266, delay=0.004707342945039272, ms=00037}
22:49:06.641704 run                osmo-ms-mob/00038: Starting mobile
22:49:06.655334 run       osmo-ms-mob/00038(pid=173): Launched
22:49:06.666492 run                             mass: MS start registered  {at=3149852.369838072, delay=0.00493993517011404, ms=00038}
22:49:06.784457 run                             mass: MS performed LU  {at=3149852.487790487, lu_delay=5.599710043985397, ms=00024}
22:49:06.941822 run                osmo-ms-mob/00039: Starting mobile
22:49:06.955749 run       osmo-ms-mob/00039(pid=174): Launched
22:49:06.966631 run                             mass: MS start registered  {at=3149852.669987449, delay=0.004617840051651001, ms=00039}
22:49:07.350302 run                osmo-ms-mob/00040: Starting mobile
22:49:07.363794 run       osmo-ms-mob/00040(pid=175): Launched
22:49:07.374541 run                             mass: MS start registered  {at=3149853.077894584, delay=0.004568842705339193, ms=00040}
22:49:07.625114 run                             mass: MS performed LU  {at=3149853.328375694, lu_delay=5.529686515685171, ms=00026}
22:49:07.649362 run                osmo-ms-mob/00041: Starting mobile
22:49:07.662883 run       osmo-ms-mob/00041(pid=176): Launched
22:49:07.673523 run                             mass: MS start registered  {at=3149853.376872226, delay=0.004570025019347668, ms=00041}
22:49:07.679628 run                             mass: MS performed LU  {at=3149853.38298541, lu_delay=4.712738229893148, ms=00028}
22:49:07.752767 run                             mass: MS performed LU  {at=3149853.456099047, lu_delay=5.235843828879297, ms=00027}
22:49:07.768909 run                osmo-ms-mob/00042: Starting mobile
22:49:07.783194 run       osmo-ms-mob/00042(pid=177): Launched
22:49:07.794272 run                             mass: MS start registered  {at=3149853.497622331, delay=0.004812424071133137, ms=00042}
22:49:07.933392 run                             mass: MS performed LU  {at=3149853.636725931, lu_delay=6.165652994997799, ms=00025}
22:49:08.342281 run                osmo-ms-mob/00043: Starting mobile
22:49:08.356417 run       osmo-ms-mob/00043(pid=178): Launched
22:49:08.367883 run                             mass: MS start registered  {at=3149854.071192014, delay=0.0050986092537641525, ms=00043}
22:49:08.642529 run                osmo-ms-mob/00044: Starting mobile
22:49:08.656257 run       osmo-ms-mob/00044(pid=179): Launched
22:49:08.667924 run                             mass: MS start registered  {at=3149854.371270293, delay=0.0051015387289226055, ms=00044}
22:49:08.943232 run                osmo-ms-mob/00045: Starting mobile
22:49:08.957233 run       osmo-ms-mob/00045(pid=180): Launched
22:49:08.968781 run                             mass: MS start registered  {at=3149854.672124665, delay=0.005319513380527496, ms=00045}
22:49:09.241894 run                osmo-ms-mob/00046: Starting mobile
22:49:09.256664 run       osmo-ms-mob/00046(pid=181): Launched
22:49:09.268113 run                             mass: MS start registered  {at=3149854.971461759, delay=0.004805813077837229, ms=00046}
22:49:09.488520 run                             mass: MS performed LU  {at=3149855.191836213, lu_delay=5.72179358638823, ms=00030}
22:49:09.500919 run                osmo-ms-mob/00047: Starting mobile
22:49:09.514662 run       osmo-ms-mob/00047(pid=182): Launched
22:49:09.525199 run                             mass: MS performed LU  {at=3149855.228540371, lu_delay=4.657989293336868, ms=00033}
22:49:09.531645 run                             mass: MS start registered  {at=3149855.235010089, delay=0.0102638378739357, ms=00047}
22:49:09.654947 run                             mass: MS performed LU  {at=3149855.358214603, lu_delay=6.288322938606143, ms=00029}
22:49:09.671305 run                osmo-ms-mob/00048: Starting mobile
22:49:09.684372 run       osmo-ms-mob/00048(pid=183): Launched
22:49:09.695273 run                             mass: MS start registered  {at=3149855.398613798, delay=0.00488651217892766, ms=00048}
22:49:09.779101 run                             mass: MS performed LU  {at=3149855.482434297, lu_delay=5.3085841978900135, ms=00032}
22:49:10.079559 run                             mass: MS performed LU  {at=3149855.782893375, lu_delay=4.799395516980439, ms=00034}
22:49:10.091293 run                osmo-ms-mob/00049: Starting mobile
22:49:10.105012 run       osmo-ms-mob/00049(pid=184): Launched
22:49:10.116347 run                             mass: MS start registered  {at=3149855.819694158, delay=0.004545195028185844, ms=00049}
22:49:10.442250 run                osmo-ms-mob/00050: Starting mobile
22:49:10.455985 run       osmo-ms-mob/00050(pid=185): Launched
22:49:10.467165 run                             mass: MS start registered  {at=3149856.170511439, delay=0.004627016838639975, ms=00050}
22:49:10.841010 run                osmo-ms-mob/00051: Starting mobile
22:49:10.854632 run       osmo-ms-mob/00051(pid=186): Launched
22:49:10.865500 run                             mass: MS start registered  {at=3149856.568849613, delay=0.004642605781555176, ms=00051}
22:49:11.141358 run                osmo-ms-mob/00052: Starting mobile
22:49:11.156212 run       osmo-ms-mob/00052(pid=187): Launched
22:49:11.167268 run                             mass: MS start registered  {at=3149856.870613513, delay=0.00467990105971694, ms=00052}
22:49:11.390206 run                             mass: MS performed LU  {at=3149857.093539944, lu_delay=4.723701871931553, ms=00038}
22:49:11.401802 run                osmo-ms-mob/00053: Starting mobile
22:49:11.415583 run       osmo-ms-mob/00053(pid=188): Launched
22:49:11.427006 run                             mass: MS start registered  {at=3149857.130350921, delay=0.005139688961207867, ms=00053}
22:49:11.445185 run                             mass: MS performed LU  {at=3149857.148537961, lu_delay=5.50084531493485, ms=00036}
22:49:11.518700 run                             mass: MS performed LU  {at=3149857.222037809, lu_delay=5.231228542979807, ms=00037}
22:49:11.530097 run                osmo-ms-mob/00054: Starting mobile
22:49:11.543837 run       osmo-ms-mob/00054(pid=189): Launched
22:49:11.555220 run                             mass: MS start registered  {at=3149857.258569337, delay=0.005032795947045088, ms=00054}
22:49:11.699181 run                             mass: MS performed LU  {at=3149857.402515364, lu_delay=6.118590545840561, ms=00035}
22:49:11.735761 run                             mass: MS performed LU  {at=3149857.439104884, lu_delay=4.76911743497476, ms=00039}
22:49:11.747500 run                osmo-ms-mob/00055: Starting mobile
22:49:11.762298 run       osmo-ms-mob/00055(pid=190): Launched
22:49:11.773783 run                             mass: MS start registered  {at=3149857.47712459, delay=0.005377804860472679, ms=00055}
22:49:12.343916 run                osmo-ms-mob/00056: Starting mobile
22:49:12.358527 run       osmo-ms-mob/00056(pid=191): Launched
22:49:12.376643 run                             mass: MS start registered  {at=3149858.07997286, delay=0.011300898157060146, ms=00056}
22:49:12.642670 run                osmo-ms-mob/00057: Starting mobile
22:49:12.657536 run       osmo-ms-mob/00057(pid=192): Launched
22:49:12.671868 run                             mass: MS start registered  {at=3149858.375196513, delay=0.007425318006426096, ms=00057}
22:49:13.043974 run                osmo-ms-mob/00058: Starting mobile
22:49:13.058355 run       osmo-ms-mob/00058(pid=193): Launched
22:49:13.069930 run                             mass: MS start registered  {at=3149858.773279436, delay=0.005151732824742794, ms=00058}
22:49:13.341875 run                osmo-ms-mob/00059: Starting mobile
22:49:13.355721 run       osmo-ms-mob/00059(pid=194): Launched
22:49:13.362135 run                             mass: MS performed LU  {at=3149859.065492444, lu_delay=5.567870113067329, ms=00042}
22:49:13.368330 run                             mass: MS start registered  {at=3149859.07169603, delay=0.006222805008292198, ms=00059}
22:49:13.374923 run                             mass: MS performed LU  {at=3149859.078282676, lu_delay=5.701410450041294, ms=00041}
22:49:13.386278 run                osmo-ms-mob/00060: Starting mobile
22:49:13.399734 run       osmo-ms-mob/00060(pid=195): Launched
22:49:13.410738 run                             mass: MS start registered  {at=3149859.114086265, delay=0.004527167417109013, ms=00060}
22:49:13.420751 run                             mass: MS performed LU  {at=3149859.124102507, lu_delay=6.046207922976464, ms=00040}
22:49:13.489758 run                             mass: MS performed LU  {at=3149859.193108836, lu_delay=4.821838543284684, ms=00044}
22:49:13.526862 run                             mass: MS performed LU  {at=3149859.230175901, lu_delay=5.158983887173235, ms=00043}
22:49:13.538636 run                osmo-ms-mob/00061: Starting mobile
22:49:13.554799 run       osmo-ms-mob/00061(pid=196): Launched
22:49:13.566471 run                             mass: MS start registered  {at=3149859.269809774, delay=0.00529553322121501, ms=00061}
22:49:13.781165 run                             mass: MS performed LU  {at=3149859.484497918, lu_delay=4.81237325258553, ms=00045}
22:49:14.341867 run                osmo-ms-mob/00062: Starting mobile
22:49:14.362432 run       osmo-ms-mob/00062(pid=197): Launched
22:49:14.373695 run                             mass: MS start registered  {at=3149860.077045644, delay=0.004904174245893955, ms=00062}
22:49:14.641859 run                osmo-ms-mob/00063: Starting mobile
22:49:14.655545 run       osmo-ms-mob/00063(pid=198): Launched
22:49:14.666763 run                             mass: MS start registered  {at=3149860.370110465, delay=0.004941695369780064, ms=00063}
22:49:15.041882 run                osmo-ms-mob/00064: Starting mobile
22:49:15.055268 run       osmo-ms-mob/00064(pid=199): Launched
22:49:15.066434 run                             mass: MS start registered  {at=3149860.769786848, delay=0.004872752353549004, ms=00064}
22:49:15.155324 run                             mass: MS performed LU  {at=3149860.858659225, lu_delay=4.688147786073387, ms=00050}
22:49:15.211520 run                             mass: MS performed LU  {at=3149860.914855451, lu_delay=5.679845361970365, ms=00047}
22:49:15.284439 run                             mass: MS performed LU  {at=3149860.987767998, lu_delay=5.168073839973658, ms=00049}
22:49:15.295612 run                osmo-ms-mob/00065: Starting mobile
22:49:15.308517 run       osmo-ms-mob/00065(pid=200): Launched
22:49:15.319828 run                             mass: MS start registered  {at=3149861.023178298, delay=0.005317228846251965, ms=00065}
22:49:15.465025 run                             mass: MS performed LU  {at=3149861.168359957, lu_delay=6.196898198220879, ms=00046}
22:49:15.501577 run                             mass: MS performed LU  {at=3149861.204902705, lu_delay=5.806288906838745, ms=00048}
22:49:15.513241 run                osmo-ms-mob/00066: Starting mobile
22:49:15.527514 run       osmo-ms-mob/00066(pid=201): Launched
22:49:15.538418 run                             mass: MS start registered  {at=3149861.241770421, delay=0.004540661349892616, ms=00066}
22:49:16.141778 run                osmo-ms-mob/00067: Starting mobile
22:49:16.156957 run       osmo-ms-mob/00067(pid=202): Launched
22:49:16.168197 run                             mass: MS start registered  {at=3149861.871547688, delay=0.004926627967506647, ms=00067}
22:49:16.441723 run                osmo-ms-mob/00068: Starting mobile
22:49:16.455660 run       osmo-ms-mob/00068(pid=203): Launched
22:49:16.466780 run                             mass: MS start registered  {at=3149862.170131705, delay=0.004689886700361967, ms=00068}
22:49:16.842300 run                osmo-ms-mob/00069: Starting mobile
22:49:16.855858 run       osmo-ms-mob/00069(pid=204): Launched
22:49:16.867622 run                             mass: MS start registered  {at=3149862.570956464, delay=0.005122587084770203, ms=00069}
22:49:17.139710 run                             mass: MS performed LU  {at=3149862.843031359, lu_delay=6.274181745946407, ms=00051}
22:49:17.152238 run                osmo-ms-mob/00070: Starting mobile
22:49:17.166123 run       osmo-ms-mob/00070(pid=205): Launched
22:49:17.177378 run                             mass: MS start registered  {at=3149862.880726144, delay=0.004058615304529667, ms=00070}
22:49:17.185756 run                             mass: MS performed LU  {at=3149862.889110096, lu_delay=5.411985505837947, ms=00055}
22:49:17.255499 run                             mass: MS performed LU  {at=3149862.958833029, lu_delay=5.828482108190656, ms=00053}
22:49:17.292171 run                             mass: MS performed LU  {at=3149862.995508031, lu_delay=5.736938694026321, ms=00054}
22:49:17.303706 run                osmo-ms-mob/00071: Starting mobile
22:49:17.317429 run       osmo-ms-mob/00071(pid=206): Launched
22:49:17.323777 run                             mass: MS performed LU  {at=3149863.027134719, lu_delay=6.156521205790341, ms=00052}
22:49:17.330210 run                             mass: MS start registered  {at=3149863.033573683, delay=0.006458998657763004, ms=00071}
22:49:17.601734 run                             mass: MS performed LU  {at=3149863.305069593, lu_delay=4.929873079992831, ms=00057}
22:49:18.041832 run                osmo-ms-mob/00072: Starting mobile
22:49:18.055595 run       osmo-ms-mob/00072(pid=207): Launched
22:49:18.068034 run                             mass: MS start registered  {at=3149863.771373312, delay=0.00608862703666091, ms=00072}
22:49:18.108832 run                             mass: MS performed LU  {at=3149863.812167007, lu_delay=5.7321941470727324, ms=00056}
22:49:18.229637 run                             mass: MS performed LU  {at=3149863.93297206, lu_delay=5.159692624118179, ms=00058}
22:49:18.442217 run                osmo-ms-mob/00073: Starting mobile
22:49:18.456303 run       osmo-ms-mob/00073(pid=208): Launched
22:49:18.467693 run                             mass: MS start registered  {at=3149864.171041167, delay=0.004797371104359627, ms=00073}
22:49:18.845693 run                osmo-ms-mob/00074: Starting mobile
22:49:18.871196 run       osmo-ms-mob/00074(pid=209): Launched
22:49:18.890419 run                             mass: MS start registered  {at=3149864.593749855, delay=0.006852012127637863, ms=00074}
22:49:18.921188 run                             mass: MS performed LU  {at=3149864.624514554, lu_delay=5.354704780038446, ms=00061}
22:49:18.994949 run                             mass: MS performed LU  {at=3149864.698268055, lu_delay=5.6265720250085, ms=00059}
22:49:19.246424 run                osmo-ms-mob/00075: Starting mobile
22:49:19.262661 run       osmo-ms-mob/00075(pid=210): Launched
22:49:19.271128 run                             mass: MS performed LU  {at=3149864.974477867, lu_delay=4.8974322229623795, ms=00062}
22:49:19.280347 run                             mass: MS start registered  {at=3149864.983712703, delay=0.009262979961931705, ms=00075}
22:49:19.742086 run                osmo-ms-mob/00076: Starting mobile
22:49:19.755898 run       osmo-ms-mob/00076(pid=211): Launched
22:49:19.767499 run                             mass: MS start registered  {at=3149865.470848931, delay=0.005205228924751282, ms=00076}
22:49:20.141824 run                osmo-ms-mob/00077: Starting mobile
22:49:20.155833 run       osmo-ms-mob/00077(pid=212): Launched
22:49:20.167222 run                             mass: MS start registered  {at=3149865.87056647, delay=0.005045261234045029, ms=00077}
22:49:20.641815 run                osmo-ms-mob/00078: Starting mobile
22:49:20.654946 run       osmo-ms-mob/00078(pid=213): Launched
22:49:20.666157 run                             mass: MS start registered  {at=3149866.36950955, delay=0.004856680985540152, ms=00078}
22:49:20.906194 run                             mass: MS performed LU  {at=3149866.609528624, lu_delay=4.439396919216961, ms=00068}
22:49:20.951519 run                             mass: MS performed LU  {at=3149866.654868494, lu_delay=4.783320805989206, ms=00067}
22:49:20.962860 run                osmo-ms-mob/00079: Starting mobile
22:49:20.976237 run       osmo-ms-mob/00079(pid=214): Launched
22:49:20.987389 run                             mass: MS start registered  {at=3149866.690739583, delay=0.005047334358096123, ms=00079}
22:49:21.021122 run                             mass: MS performed LU  {at=3149866.724466849, lu_delay=5.954680000897497, ms=00064}
22:49:21.057881 run                             mass: MS performed LU  {at=3149866.761224205, lu_delay=6.391113739926368, ms=00063}
22:49:21.077333 run                             mass: MS performed LU  {at=3149866.780680877, lu_delay=5.538910456001759, ms=00066}
22:49:21.131836 run                             mass: MS performed LU  {at=3149866.835173721, lu_delay=5.811995422933251, ms=00065}
22:49:21.143595 run                osmo-ms-mob/00080: Starting mobile
22:49:21.157306 run       osmo-ms-mob/00080(pid=215): Launched
22:49:21.168603 run                             mass: MS start registered  {at=3149866.87195184, delay=0.005045074038207531, ms=00080}
22:49:22.041513 run                osmo-ms-mob/00081: Starting mobile
22:49:22.054954 run       osmo-ms-mob/00081(pid=216): Launched
22:49:22.066485 run                             mass: MS start registered  {at=3149867.769836832, delay=0.005045020021498203, ms=00081}
22:49:22.441582 run                osmo-ms-mob/00082: Starting mobile
22:49:22.455823 run       osmo-ms-mob/00082(pid=217): Launched
22:49:22.467207 run                             mass: MS start registered  {at=3149868.170558833, delay=0.0012355470098555088, ms=00082}
22:49:22.687284 run                             mass: MS performed LU  {at=3149868.390615387, lu_delay=5.819658922962844, ms=00069}
22:49:22.761522 run                             mass: MS performed LU  {at=3149868.464858465, lu_delay=5.431284782011062, ms=00071}
22:49:22.816399 run                             mass: MS performed LU  {at=3149868.51973508, lu_delay=4.7483617682009935, ms=00072}
22:49:23.033444 run                             mass: MS performed LU  {at=3149868.736777684, lu_delay=5.856051540002227, ms=00070}
22:49:23.044896 run                osmo-ms-mob/00083: Starting mobile
22:49:23.058323 run       osmo-ms-mob/00083(pid=218): Launched
22:49:23.069643 run                             mass: MS start registered  {at=3149868.77299522, delay=0.0050356159918010235, ms=00083}
22:49:23.541894 run                osmo-ms-mob/00084: Starting mobile
22:49:23.555066 run       osmo-ms-mob/00084(pid=219): Launched
22:49:23.566427 run                             mass: MS start registered  {at=3149869.269769931, delay=0.005060566123574972, ms=00084}
22:49:24.041684 run                osmo-ms-mob/00085: Starting mobile
22:49:24.055552 run       osmo-ms-mob/00085(pid=220): Launched
22:49:24.067493 run                             mass: MS start registered  {at=3149869.77083087, delay=0.005430190358310938, ms=00085}
22:49:24.641325 run                osmo-ms-mob/00086: Starting mobile
22:49:24.655266 run       osmo-ms-mob/00086(pid=221): Launched
22:49:24.661559 run                             mass: MS performed LU  {at=3149870.364917958, lu_delay=5.771168102975935, ms=00074}
22:49:24.667559 run                             mass: MS start registered  {at=3149870.370925651, delay=0.006026858929544687, ms=00086}
22:49:24.673878 run                             mass: MS performed LU  {at=3149870.37723803, lu_delay=6.206196863204241, ms=00073}
22:49:24.717638 run                             mass: MS performed LU  {at=3149870.420990302, lu_delay=4.950141371227801, ms=00076}
22:49:24.787156 run                             mass: MS performed LU  {at=3149870.490487731, lu_delay=5.506775028072298, ms=00075}
22:49:25.059650 run                             mass: MS performed LU  {at=3149870.76298546, lu_delay=4.8924189899116755, ms=00077}
22:49:25.071011 run                osmo-ms-mob/00087: Starting mobile
22:49:25.084327 run       osmo-ms-mob/00087(pid=222): Launched
22:49:25.095550 run                             mass: MS start registered  {at=3149870.798904217, delay=0.005139867775142193, ms=00087}
22:49:25.841251 run                osmo-ms-mob/00088: Starting mobile
22:49:25.854767 run       osmo-ms-mob/00088(pid=223): Launched
22:49:25.865933 run                             mass: MS start registered  {at=3149871.569285857, delay=0.004837533924728632, ms=00088}
22:49:26.441149 run                osmo-ms-mob/00089: Starting mobile
22:49:26.455154 run       osmo-ms-mob/00089(pid=224): Launched
22:49:26.461310 run                             mass: MS performed LU  {at=3149872.164669141, lu_delay=5.473929557949305, ms=00079}
22:49:26.467686 run                             mass: MS start registered  {at=3149872.171051176, delay=0.0064010159112513065, ms=00089}
22:49:26.490014 run                             mass: MS performed LU  {at=3149872.193352697, lu_delay=5.823843147139996, ms=00078}
22:49:26.582157 run                             mass: MS performed LU  {at=3149872.285480642, lu_delay=5.413528802338988, ms=00080}
22:49:26.744381 run                             mass: MS performed LU  {at=3149872.447716707, lu_delay=22.71721189795062, ms=00031}
22:49:26.762395 run                             mass: MS performed LU  {at=3149872.465741793, lu_delay=4.695904961321503, ms=00081}
22:49:26.777078 run                osmo-ms-mob/00090: Starting mobile
22:49:26.790598 run       osmo-ms-mob/00090(pid=225): Launched
22:49:26.801982 run                             mass: MS start registered  {at=3149872.505333708, delay=0.005026564933359623, ms=00090}
22:49:27.742160 run                osmo-ms-mob/00091: Starting mobile
22:49:27.755436 run       osmo-ms-mob/00091(pid=226): Launched
22:49:27.766895 run                             mass: MS start registered  {at=3149873.470243989, delay=0.004971513990312815, ms=00091}
22:49:28.419730 run                             mass: MS performed LU  {at=3149874.123020715, lu_delay=4.853250783868134, ms=00084}
22:49:28.528026 run                osmo-ms-mob/00092: Starting mobile
22:49:28.541748 run       osmo-ms-mob/00092(pid=227): Launched
22:49:28.548044 run                             mass: Starting too slowly. Moving on {now=3149874.25141341, sleep=-0.012654018588364124, target=3149874.2387593915}
22:49:28.554449 run                             mass: MS performed LU  {at=3149874.257807695, lu_delay=5.484812474809587, ms=00083}
22:49:28.560506 run                             mass: MS performed LU  {at=3149874.263871317, lu_delay=6.093312483746558, ms=00082}
22:49:28.567619 run                             mass: MS start registered  {at=3149874.270983894, delay=0.0195732107385993, ms=00092}
22:49:28.788460 run                             mass: MS performed LU  {at=3149874.491794141, lu_delay=4.720963270869106, ms=00085}
22:49:29.241882 run                osmo-ms-mob/00093: Starting mobile
22:49:29.255300 run       osmo-ms-mob/00093(pid=228): Launched
22:49:29.267538 run                             mass: MS start registered  {at=3149874.970886728, delay=0.0048868427984416485, ms=00093}
22:49:30.143868 run                osmo-ms-mob/00094: Starting mobile
22:49:30.157686 run       osmo-ms-mob/00094(pid=229): Launched
22:49:30.173368 run                             mass: MS start registered  {at=3149875.876697637, delay=0.008576205000281334, ms=00094}
22:49:30.218936 run                             mass: MS performed LU  {at=3149875.922271044, lu_delay=5.551345393061638, ms=00086}
22:49:30.348468 run                             mass: MS performed LU  {at=3149876.05178607, lu_delay=5.252881853375584, ms=00087}
22:49:30.472984 run                             mass: MS performed LU  {at=3149876.176308831, lu_delay=4.60702297417447, ms=00088}
22:49:31.043466 run                osmo-ms-mob/00095: Starting mobile
22:49:31.056709 run       osmo-ms-mob/00095(pid=230): Launched
22:49:31.067888 run                             mass: MS start registered  {at=3149876.77124129, delay=0.005137587897479534, ms=00095}
22:49:32.041790 run                osmo-ms-mob/00096: Starting mobile
22:49:32.054955 run       osmo-ms-mob/00096(pid=231): Launched
22:49:32.066423 run                             mass: MS start registered  {at=3149877.769773133, delay=0.0048091718927025795, ms=00096}
22:49:32.185671 run                             mass: MS performed LU  {at=3149877.889005983, lu_delay=5.383672274649143, ms=00090}
22:49:32.203648 run                             mass: MS performed LU  {at=3149877.907002268, lu_delay=5.735951092094183, ms=00089}
22:49:32.719818 run                             mass: MS performed LU  {at=3149878.423151328, lu_delay=4.952907339204103, ms=00091}
22:49:33.141949 run                osmo-ms-mob/00097: Starting mobile
22:49:33.155796 run       osmo-ms-mob/00097(pid=232): Launched
22:49:33.167473 run                             mass: MS start registered  {at=3149878.870819784, delay=0.005333808716386557, ms=00097}
22:49:33.966584 run                             mass: MS performed LU  {at=3149879.669915572, lu_delay=5.398931677918881, ms=00092}
22:49:34.113781 run                             mass: MS performed LU  {at=3149879.817116774, lu_delay=4.8462300463579595, ms=00093}
22:49:34.441560 run                osmo-ms-mob/00098: Starting mobile
22:49:34.455686 run       osmo-ms-mob/00098(pid=233): Launched
22:49:34.467358 run                             mass: MS start registered  {at=3149880.170702458, delay=0.005281861871480942, ms=00098}
22:49:35.951454 run                             mass: MS performed LU  {at=3149881.654789025, lu_delay=4.883547734934837, ms=00095}
22:49:35.969724 run                             mass: MS performed LU  {at=3149881.673078624, lu_delay=22.558992358855903, ms=00060}
22:49:36.015445 run                             mass: MS performed LU  {at=3149881.718787325, lu_delay=5.842089687939733, ms=00094}
22:49:36.026643 run                osmo-ms-mob/00099: Starting mobile
22:49:36.040485 run       osmo-ms-mob/00099(pid=234): Launched
22:49:36.046867 run                             mass: All started... {duration=55.511475132312626, too_slow=3}
22:49:36.052777 run                             mass: MS start registered  {at=3149881.756136952, delay=0.005906275939196348, ms=00099}
22:49:37.732810 run                             mass: MS performed LU  {at=3149883.436141147, lu_delay=5.666368013713509, ms=00096}
22:49:37.879541 run                             mass: MS performed LU  {at=3149883.58287883, lu_delay=4.712059046141803, ms=00097}
22:49:39.717186 run                             mass: MS performed LU  {at=3149885.420514756, lu_delay=5.249812297988683, ms=00098}
22:49:41.618797 run                             mass: MS performed LU  {at=3149887.322121771, lu_delay=5.565984819084406, ms=00099}
22:49:41.626208 run                             mass: Tests done {all_completed=True, max=22.71721189795062, min=4.439396919216961}
22:49:41.632041 tst         register_default_mass.py: Test passed (85.0 sec)
22:49:41.637592 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:41.640888 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:41.644103 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:41.647491 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:41.650856 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:41.654209 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:41.657584 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:41.660800 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:41.664128 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:41.667493 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:41.670846 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:41.674220 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:41.677598 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:41.680940 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:41.684303 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:41.687672 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:41.691042 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:41.694456 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:41.697959 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:41.701432 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:41.704822 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:41.708197 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:41.711598 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:41.714988 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:41.718396 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:41.721811 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:41.725207 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:41.728574 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:41.731844 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:41.735252 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:41.738673 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:41.742118 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:41.745738 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:41.749289 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:41.753518 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:41.756907 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:41.760266 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:41.763824 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:41.767230 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:41.770589 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:41.773979 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:41.777359 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:41.780738 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:41.784103 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:41.787450 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:41.791051 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:41.794422 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:41.798558 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:41.802033 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:41.805403 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:41.808979 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:41.812536 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:41.815988 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:41.819588 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:41.822963 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:41.826334 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:41.829695 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:41.833064 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:41.836422 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:41.839771 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:41.843607 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:41.846988 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:41.850348 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:41.854559 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:41.857959 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:41.861334 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:41.864727 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:41.868096 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:41.871487 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:41.874877 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:41.878848 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:41.882228 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:41.885591 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:41.888965 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:41.892304 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:41.895686 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:41.899071 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:41.902436 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:41.905801 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:41.909175 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:41.912536 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:41.915908 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:41.919310 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:41.922654 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:41.927808 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:41.931585 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:41.935042 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:41.938429 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:41.941840 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:41.945205 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:41.948562 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:41.951984 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:41.955358 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:41.959515 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:41.962906 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:41.966275 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:41.969634 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:41.973063 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:41.976436 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:41.979874 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:41.983260 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:41.986649 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:41.990248 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:41.993644 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:41.997050 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.000429 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.003816 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.007218 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.010611 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.014020 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.017987 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.021569 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.025334 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.028903 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.032283 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.035650 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.039271 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.042617 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.045908 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.049186 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.052537 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.055899 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.059229 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.062605 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.065946 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.069287 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.072668 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.076020 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.079377 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.082906 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.086309 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.089704 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.093038 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.096388 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.099723 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.103071 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.106442 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.109802 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.113180 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.116539 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.119924 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.123314 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.126777 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.130179 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.133583 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.136987 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.140495 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.143911 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.147285 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.150685 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.154075 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.157487 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.160880 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.164267 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.167679 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.171096 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.174501 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.177907 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.181329 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.184758 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.188159 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.191585 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.195017 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.198437 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.201833 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.205243 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.208623 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.212027 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.215393 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.218773 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.222262 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.225650 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.229043 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.232403 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.235768 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.239126 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.242503 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.245879 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.249242 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.252599 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.256022 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.259380 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.262746 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.266130 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.269496 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.272839 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.276188 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.279544 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.282914 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.286296 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.289678 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.293328 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.296699 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.300094 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.303458 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.306837 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.310228 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.313614 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.317002 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.320739 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.324113 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.327490 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.330857 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.334595 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.337979 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.341337 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.344695 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.348064 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.351413 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.354783 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.358134 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.361505 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.364849 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.368213 ---      ParallelTerminationStrategy: PID 22 died...
22:49:42.369754 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.373544 ---      ParallelTerminationStrategy: PID 23 died...
22:49:42.375059 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.378759 ---      ParallelTerminationStrategy: PID 24 died...
22:49:42.380287 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.384025 ---      ParallelTerminationStrategy: PID 25 died...
22:49:42.385541 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.389263 ---      ParallelTerminationStrategy: PID 26 died...
22:49:42.390843 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.394644 ---      ParallelTerminationStrategy: PID 27 died...
22:49:42.396160 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.399896 ---      ParallelTerminationStrategy: PID 28 died...
22:49:42.401434 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.405201 ---      ParallelTerminationStrategy: PID 29 died...
22:49:42.406721 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.410485 ---      ParallelTerminationStrategy: PID 30 died...
22:49:42.411995 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.415743 ---      ParallelTerminationStrategy: PID 31 died...
22:49:42.417254 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.421060 ---      ParallelTerminationStrategy: PID 32 died...
22:49:42.422590 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.426358 ---      ParallelTerminationStrategy: PID 33 died...
22:49:42.427875 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:42.431625 ---      ParallelTerminationStrategy: PID 35 died...
22:49:42.433159 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:42.436940 ---      ParallelTerminationStrategy: PID 36 died...
22:49:42.438467 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:42.442213 ---      ParallelTerminationStrategy: PID 37 died...
22:49:42.443738 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:42.447513 ---      ParallelTerminationStrategy: PID 38 died...
22:49:42.449037 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:42.452802 ---      ParallelTerminationStrategy: PID 39 died...
22:49:42.454322 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:42.458083 ---      ParallelTerminationStrategy: PID 40 died...
22:49:42.459602 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:42.463414 ---      ParallelTerminationStrategy: PID 41 died...
22:49:42.464957 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:42.468740 ---      ParallelTerminationStrategy: PID 42 died...
22:49:42.470269 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:42.474047 ---      ParallelTerminationStrategy: PID 43 died...
22:49:42.475570 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:42.479303 ---      ParallelTerminationStrategy: PID 44 died...
22:49:42.480837 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:42.484582 ---      ParallelTerminationStrategy: PID 45 died...
22:49:42.486161 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:42.489906 ---      ParallelTerminationStrategy: PID 46 died...
22:49:42.491426 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:42.495157 ---      ParallelTerminationStrategy: PID 47 died...
22:49:42.496682 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:42.500426 ---      ParallelTerminationStrategy: PID 48 died...
22:49:42.501969 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:42.505674 ---      ParallelTerminationStrategy: PID 49 died...
22:49:42.507170 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:42.510904 ---      ParallelTerminationStrategy: PID 50 died...
22:49:42.512414 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:42.516190 ---      ParallelTerminationStrategy: PID 51 died...
22:49:42.517702 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:42.521429 ---      ParallelTerminationStrategy: PID 52 died...
22:49:42.522930 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:42.526645 ---      ParallelTerminationStrategy: PID 53 died...
22:49:42.528166 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:42.531946 ---      ParallelTerminationStrategy: PID 54 died...
22:49:42.533468 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:42.537194 ---      ParallelTerminationStrategy: PID 55 died...
22:49:42.538692 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:42.542429 ---      ParallelTerminationStrategy: PID 56 died...
22:49:42.543931 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:42.547681 ---      ParallelTerminationStrategy: PID 57 died...
22:49:42.549196 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:42.552912 ---      ParallelTerminationStrategy: PID 58 died...
22:49:42.554478 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:42.558197 ---      ParallelTerminationStrategy: PID 59 died...
22:49:42.559706 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:42.563464 ---      ParallelTerminationStrategy: PID 60 died...
22:49:42.564969 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:42.568683 ---      ParallelTerminationStrategy: PID 61 died...
22:49:42.570177 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:42.573885 ---      ParallelTerminationStrategy: PID 62 died...
22:49:42.575395 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:42.579098 ---      ParallelTerminationStrategy: PID 63 died...
22:49:42.580713 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:42.584419 ---      ParallelTerminationStrategy: PID 64 died...
22:49:42.585921 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:42.589625 ---      ParallelTerminationStrategy: PID 65 died...
22:49:42.591134 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:42.594871 ---      ParallelTerminationStrategy: PID 66 died...
22:49:42.596360 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:42.600066 ---      ParallelTerminationStrategy: PID 67 died...
22:49:42.601565 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:42.605253 ---      ParallelTerminationStrategy: PID 68 died...
22:49:42.606743 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:42.610481 ---      ParallelTerminationStrategy: PID 69 died...
22:49:42.611990 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:42.615707 ---      ParallelTerminationStrategy: PID 70 died...
22:49:42.617188 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:42.620795 ---      ParallelTerminationStrategy: PID 71 died...
22:49:42.622270 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:42.625963 ---      ParallelTerminationStrategy: PID 72 died...
22:49:42.627395 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:42.630984 ---      ParallelTerminationStrategy: PID 73 died...
22:49:42.632413 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:42.635967 ---      ParallelTerminationStrategy: PID 74 died...
22:49:42.637436 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:42.641018 ---      ParallelTerminationStrategy: PID 75 died...
22:49:42.642449 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:42.645986 ---      ParallelTerminationStrategy: PID 76 died...
22:49:42.647412 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:42.650968 ---      ParallelTerminationStrategy: PID 77 died...
22:49:42.652405 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:42.656001 ---      ParallelTerminationStrategy: PID 78 died...
22:49:42.657486 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:42.661055 ---      ParallelTerminationStrategy: PID 79 died...
22:49:42.662504 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:42.666076 ---      ParallelTerminationStrategy: PID 80 died...
22:49:42.667566 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:42.671282 ---      ParallelTerminationStrategy: PID 81 died...
22:49:42.672746 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:42.676449 ---      ParallelTerminationStrategy: PID 82 died...
22:49:42.677967 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:42.681687 ---      ParallelTerminationStrategy: PID 83 died...
22:49:42.683191 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:42.686896 ---      ParallelTerminationStrategy: PID 84 died...
22:49:42.688402 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:42.692295 ---      ParallelTerminationStrategy: PID 85 died...
22:49:42.693819 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:42.697539 ---      ParallelTerminationStrategy: PID 86 died...
22:49:42.699032 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:42.702731 ---      ParallelTerminationStrategy: PID 87 died...
22:49:42.704228 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:42.707987 ---      ParallelTerminationStrategy: PID 88 died...
22:49:42.709498 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:42.713207 ---      ParallelTerminationStrategy: PID 89 died...
22:49:42.714703 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:42.718392 ---      ParallelTerminationStrategy: PID 90 died...
22:49:42.719888 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:42.723602 ---      ParallelTerminationStrategy: PID 91 died...
22:49:42.725096 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:42.728785 ---      ParallelTerminationStrategy: PID 92 died...
22:49:42.730270 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:42.733859 ---      ParallelTerminationStrategy: PID 93 died...
22:49:42.735297 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:42.738850 ---      ParallelTerminationStrategy: PID 94 died...
22:49:42.740277 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:42.743832 ---      ParallelTerminationStrategy: PID 95 died...
22:49:42.745279 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:42.748845 ---      ParallelTerminationStrategy: PID 96 died...
22:49:42.750273 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:42.753857 ---      ParallelTerminationStrategy: PID 97 died...
22:49:42.755316 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:42.759012 ---      ParallelTerminationStrategy: PID 98 died...
22:49:42.760440 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:42.764116 ---      ParallelTerminationStrategy: PID 99 died...
22:49:42.765633 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:42.769331 ---      ParallelTerminationStrategy: PID 100 died...
22:49:42.770824 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:42.774565 ---      ParallelTerminationStrategy: PID 101 died...
22:49:42.776057 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:42.779865 ---      ParallelTerminationStrategy: PID 102 died...
22:49:42.781370 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:42.785078 ---      ParallelTerminationStrategy: PID 103 died...
22:49:42.786583 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:42.790299 ---      ParallelTerminationStrategy: PID 104 died...
22:49:42.791792 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:42.795515 ---      ParallelTerminationStrategy: PID 105 died...
22:49:42.797011 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:42.800695 ---      ParallelTerminationStrategy: PID 106 died...
22:49:42.802186 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:42.805892 ---      ParallelTerminationStrategy: PID 107 died...
22:49:42.807393 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:42.811053 ---      ParallelTerminationStrategy: PID 108 died...
22:49:42.812559 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:42.816307 ---      ParallelTerminationStrategy: PID 109 died...
22:49:42.817796 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:42.821487 ---      ParallelTerminationStrategy: PID 110 died...
22:49:42.822994 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:42.826684 ---      ParallelTerminationStrategy: PID 111 died...
22:49:42.828180 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:42.831888 ---      ParallelTerminationStrategy: PID 112 died...
22:49:42.833388 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:42.837001 ---      ParallelTerminationStrategy: PID 113 died...
22:49:42.838455 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:42.842097 ---      ParallelTerminationStrategy: PID 114 died...
22:49:42.843577 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:42.847338 ---      ParallelTerminationStrategy: PID 115 died...
22:49:42.848856 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:42.852585 ---      ParallelTerminationStrategy: PID 116 died...
22:49:42.854097 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:42.857851 ---      ParallelTerminationStrategy: PID 117 died...
22:49:42.859375 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:42.863136 ---      ParallelTerminationStrategy: PID 118 died...
22:49:42.864695 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:42.868446 ---      ParallelTerminationStrategy: PID 119 died...
22:49:42.869956 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:42.873640 ---      ParallelTerminationStrategy: PID 120 died...
22:49:42.875143 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:42.878968 ---      ParallelTerminationStrategy: PID 121 died...
22:49:42.880486 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:42.884272 ---      ParallelTerminationStrategy: PID 122 died...
22:49:42.885788 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:42.889545 ---      ParallelTerminationStrategy: PID 123 died...
22:49:42.891063 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:42.894805 ---      ParallelTerminationStrategy: PID 124 died...
22:49:42.896326 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:42.900125 ---      ParallelTerminationStrategy: PID 125 died...
22:49:42.901636 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:42.905348 ---      ParallelTerminationStrategy: PID 126 died...
22:49:42.906856 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:42.910559 ---      ParallelTerminationStrategy: PID 127 died...
22:49:42.912115 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:42.915825 ---      ParallelTerminationStrategy: PID 128 died...
22:49:42.917316 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:42.921021 ---      ParallelTerminationStrategy: PID 129 died...
22:49:42.922513 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:42.926191 ---      ParallelTerminationStrategy: PID 130 died...
22:49:42.927698 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:42.931422 ---      ParallelTerminationStrategy: PID 131 died...
22:49:42.932936 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:42.936678 ---      ParallelTerminationStrategy: PID 132 died...
22:49:42.938180 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:42.941894 ---      ParallelTerminationStrategy: PID 133 died...
22:49:42.943395 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:42.947134 ---      ParallelTerminationStrategy: PID 134 died...
22:49:42.948622 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:42.952321 ---      ParallelTerminationStrategy: PID 135 died...
22:49:42.953829 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:42.957548 ---      ParallelTerminationStrategy: PID 136 died...
22:49:42.959044 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:42.962802 ---      ParallelTerminationStrategy: PID 137 died...
22:49:42.964297 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:42.968008 ---      ParallelTerminationStrategy: PID 138 died...
22:49:42.969509 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:42.973308 ---      ParallelTerminationStrategy: PID 139 died...
22:49:42.974837 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:42.978622 ---      ParallelTerminationStrategy: PID 140 died...
22:49:42.980081 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:42.983790 ---      ParallelTerminationStrategy: PID 141 died...
22:49:42.985295 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:42.989016 ---      ParallelTerminationStrategy: PID 142 died...
22:49:42.990519 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:42.994238 ---      ParallelTerminationStrategy: PID 143 died...
22:49:42.995727 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:42.999436 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.000941 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.004731 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.006238 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.009984 ---      ParallelTerminationStrategy: PID 146 died...
22:49:43.011479 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.015211 ---      ParallelTerminationStrategy: PID 147 died...
22:49:43.016707 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.020429 ---      ParallelTerminationStrategy: PID 148 died...
22:49:43.021922 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.025689 ---      ParallelTerminationStrategy: PID 149 died...
22:49:43.027193 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.030917 ---      ParallelTerminationStrategy: PID 150 died...
22:49:43.032424 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.036162 ---      ParallelTerminationStrategy: PID 151 died...
22:49:43.037671 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.041432 ---      ParallelTerminationStrategy: PID 152 died...
22:49:43.042934 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.046671 ---      ParallelTerminationStrategy: PID 153 died...
22:49:43.048171 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.051911 ---      ParallelTerminationStrategy: PID 154 died...
22:49:43.053414 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.057160 ---      ParallelTerminationStrategy: PID 155 died...
22:49:43.058609 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.062296 ---      ParallelTerminationStrategy: PID 156 died...
22:49:43.063808 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.067548 ---      ParallelTerminationStrategy: PID 157 died...
22:49:43.069067 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.072876 ---      ParallelTerminationStrategy: PID 158 died...
22:49:43.074387 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.078172 ---      ParallelTerminationStrategy: PID 159 died...
22:49:43.079675 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.083393 ---      ParallelTerminationStrategy: PID 160 died...
22:49:43.084910 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.088654 ---      ParallelTerminationStrategy: PID 161 died...
22:49:43.090153 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.093869 ---      ParallelTerminationStrategy: PID 162 died...
22:49:43.095383 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.099104 ---      ParallelTerminationStrategy: PID 163 died...
22:49:43.100596 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.104312 ---      ParallelTerminationStrategy: PID 164 died...
22:49:43.105836 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.109566 ---      ParallelTerminationStrategy: PID 165 died...
22:49:43.111060 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.114798 ---      ParallelTerminationStrategy: PID 166 died...
22:49:43.116316 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.120075 ---      ParallelTerminationStrategy: PID 167 died...
22:49:43.121620 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.125359 ---      ParallelTerminationStrategy: PID 168 died...
22:49:43.126858 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.130604 ---      ParallelTerminationStrategy: PID 169 died...
22:49:43.132114 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.135885 ---      ParallelTerminationStrategy: PID 170 died...
22:49:43.137418 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.141165 ---      ParallelTerminationStrategy: PID 171 died...
22:49:43.142681 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.146434 ---      ParallelTerminationStrategy: PID 172 died...
22:49:43.147953 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.151709 ---      ParallelTerminationStrategy: PID 173 died...
22:49:43.153268 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.157031 ---      ParallelTerminationStrategy: PID 174 died...
22:49:43.158551 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.162311 ---      ParallelTerminationStrategy: PID 175 died...
22:49:43.163825 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.167655 ---      ParallelTerminationStrategy: PID 176 died...
22:49:43.169206 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.172971 ---      ParallelTerminationStrategy: PID 177 died...
22:49:43.174485 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.178238 ---      ParallelTerminationStrategy: PID 178 died...
22:49:43.179731 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.183490 ---      ParallelTerminationStrategy: PID 179 died...
22:49:43.185045 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.188995 ---      ParallelTerminationStrategy: PID 180 died...
22:49:43.190638 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.194729 ---      ParallelTerminationStrategy: PID 181 died...
22:49:43.196369 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.200450 ---      ParallelTerminationStrategy: PID 182 died...
22:49:43.202128 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.206229 ---      ParallelTerminationStrategy: PID 183 died...
22:49:43.207868 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.211993 ---      ParallelTerminationStrategy: PID 184 died...
22:49:43.213634 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.217721 ---      ParallelTerminationStrategy: PID 185 died...
22:49:43.219361 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.223469 ---      ParallelTerminationStrategy: PID 186 died...
22:49:43.225138 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.229228 ---      ParallelTerminationStrategy: PID 187 died...
22:49:43.230895 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.234989 ---      ParallelTerminationStrategy: PID 188 died...
22:49:43.236653 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.240729 ---      ParallelTerminationStrategy: PID 189 died...
22:49:43.242375 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.246448 ---      ParallelTerminationStrategy: PID 190 died...
22:49:43.248087 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.252176 ---      ParallelTerminationStrategy: PID 191 died...
22:49:43.253816 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.257897 ---      ParallelTerminationStrategy: PID 192 died...
22:49:43.259539 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.263635 ---      ParallelTerminationStrategy: PID 193 died...
22:49:43.265315 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.269529 ---      ParallelTerminationStrategy: PID 194 died...
22:49:43.271282 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.275667 ---      ParallelTerminationStrategy: PID 195 died...
22:49:43.277469 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.281859 ---      ParallelTerminationStrategy: PID 196 died...
22:49:43.283620 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.287942 ---      ParallelTerminationStrategy: PID 197 died...
22:49:43.289659 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.293827 ---      ParallelTerminationStrategy: PID 198 died...
22:49:43.295506 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.299696 ---      ParallelTerminationStrategy: PID 199 died...
22:49:43.301400 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.305639 ---      ParallelTerminationStrategy: PID 200 died...
22:49:43.307360 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.311736 ---      ParallelTerminationStrategy: PID 201 died...
22:49:43.313527 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.317937 ---      ParallelTerminationStrategy: PID 202 died...
22:49:43.319701 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.324108 ---      ParallelTerminationStrategy: PID 203 died...
22:49:43.325880 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:43.330318 ---      ParallelTerminationStrategy: PID 204 died...
22:49:43.332085 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:43.336494 ---      ParallelTerminationStrategy: PID 205 died...
22:49:43.338281 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:43.342740 ---      ParallelTerminationStrategy: PID 206 died...
22:49:43.344519 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:43.356972 ---      ParallelTerminationStrategy: PID 207 died...
22:49:43.358677 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:43.362901 ---      ParallelTerminationStrategy: PID 208 died...
22:49:43.364693 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:43.368961 ---      ParallelTerminationStrategy: PID 209 died...
22:49:43.370711 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:43.375448 ---      ParallelTerminationStrategy: PID 210 died...
22:49:43.377265 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:43.381838 ---      ParallelTerminationStrategy: PID 211 died...
22:49:43.383683 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:43.388238 ---      ParallelTerminationStrategy: PID 212 died...
22:49:43.390116 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:43.394838 ---      ParallelTerminationStrategy: PID 213 died...
22:49:43.396739 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:43.401467 ---      ParallelTerminationStrategy: PID 214 died...
22:49:43.403343 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:43.408011 ---      ParallelTerminationStrategy: PID 215 died...
22:49:43.409833 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:43.414347 ---      ParallelTerminationStrategy: PID 216 died...
22:49:43.416138 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:43.420606 ---      ParallelTerminationStrategy: PID 217 died...
22:49:43.422401 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:43.426990 ---      ParallelTerminationStrategy: PID 218 died...
22:49:43.428845 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:43.433394 ---      ParallelTerminationStrategy: PID 219 died...
22:49:43.435237 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:43.439820 ---      ParallelTerminationStrategy: PID 220 died...
22:49:43.441657 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:43.446279 ---      ParallelTerminationStrategy: PID 221 died...
22:49:43.448128 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:43.452793 ---      ParallelTerminationStrategy: PID 222 died...
22:49:43.454638 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:43.459217 ---      ParallelTerminationStrategy: PID 223 died...
22:49:43.461016 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:43.465543 ---      ParallelTerminationStrategy: PID 224 died...
22:49:43.467379 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:43.471973 ---      ParallelTerminationStrategy: PID 225 died...
22:49:43.474062 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:43.478555 ---      ParallelTerminationStrategy: PID 226 died...
22:49:43.480356 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:43.485127 ---      ParallelTerminationStrategy: PID 227 died...
22:49:43.486899 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:43.491292 ---      ParallelTerminationStrategy: PID 228 died...
22:49:43.493070 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:43.497487 ---      ParallelTerminationStrategy: PID 229 died...
22:49:43.499252 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:43.503516 ---      ParallelTerminationStrategy: PID 230 died...
22:49:43.505262 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:43.509581 ---      ParallelTerminationStrategy: PID 231 died...
22:49:43.511381 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:43.515664 ---      ParallelTerminationStrategy: PID 232 died...
22:49:43.517388 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:43.521687 ---      ParallelTerminationStrategy: PID 233 died...
22:49:43.523403 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:43.527723 ---      ParallelTerminationStrategy: PID 234 died...
22:49:43.529455 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:46.933610 ---      ParallelTerminationStrategy: PID 34 died...
22:49:46.936791 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7881 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.030848 tst                       trial-7881: Storing JUnit report in /build/trial-7881/run.2025-02-18_22-48-16/trial-7881.xml

--------------------------------------------------------------------------------------------
trial-7881 PASS
--------------------------------------------------------------------------------------------
22:49:47.043050 tst                       trial-7881: trial-7881: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-7881/inst
+ cd trial-7881
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-18 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7881-run.tgz run.2025-02-18_22-48-16
+ tar czf /build/trial-7881-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-18_13_25_51.tgz osmo-bts-oc2g.build-2025-02-18_00_51_27.tgz osmo-bts-sysmo.build-2025-02-18_00_51_22.tgz osmo-bts.build-2025-02-18_00_51_39.tgz osmo-ggsn.build-2025-02-18_20_42_40.tgz osmo-hlr.build-2025-02-18_16_36_56.tgz osmo-hnbgw.build-2025-02-18_13_28_31.tgz osmo-mgw.build-2025-02-18_08_33_13.tgz osmo-msc.build-2025-02-18_13_32_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-18_07_41_24.tgz osmo-pcu-sysmo.build-2025-02-18_07_41_19.tgz osmo-pcu.build-2025-02-18_07_41_30.tgz osmo-sgsn.build-2025-02-18_20_47_52.tgz osmo-stp.build-2025-02-18_13_23_03.tgz osmo-trx.build-2025-02-18_14_30_23.tgz osmocom-bb.build-2025-02-18_21_17_07.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