Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins10968739676219842383.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-7872
+ 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 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#27 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#27 CACHED

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:12f8e538cb164b769cffc1879dc210b3f4a3e8f880702be549783f1d0f6bc14c 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7873 -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-10 22:48:21
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7873
+ mkdir -p trial-7873
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-10_17_23_36.tgz osmo-bts-oc2g.build-2025-02-10_17_21_59.tgz osmo-bts-sysmo.build-2025-02-10_17_21_52.tgz osmo-bts.build-2025-02-10_17_22_08.tgz osmo-ggsn.build-2025-02-10_20_42_26.tgz osmo-hlr.build-2025-02-10_17_21_29.tgz osmo-hnbgw.build-2025-02-10_15_07_13.tgz osmo-mgw.build-2025-02-10_17_20_12.tgz osmo-msc.build-2025-02-10_17_27_08.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-10_07_40_46.tgz osmo-pcu-sysmo.build-2025-02-10_07_40_40.tgz osmo-pcu.build-2025-02-10_07_40_50.tgz osmo-sgsn.build-2025-02-10_20_48_01.tgz osmo-stp.build-2025-02-10_13_22_51.tgz osmo-trx.build-2025-02-10_14_28_09.tgz osmocom-bb.build-2025-02-10_21_17_29.tgz srslte.build-19.tgz trial-7873
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-10_17_23_36.md5 osmo-bts-oc2g.build-2025-02-10_17_21_59.md5 osmo-bts-sysmo.build-2025-02-10_17_21_52.md5 osmo-bts.build-2025-02-10_17_22_08.md5 osmo-ggsn.build-2025-02-10_20_42_26.md5 osmo-hlr.build-2025-02-10_17_21_29.md5 osmo-hnbgw.build-2025-02-10_15_07_13.md5 osmo-mgw.build-2025-02-10_17_20_12.md5 osmo-msc.build-2025-02-10_17_27_08.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-10_07_40_46.md5 osmo-pcu-sysmo.build-2025-02-10_07_40_40.md5 osmo-pcu.build-2025-02-10_07_40_50.md5 osmo-sgsn.build-2025-02-10_20_48_01.md5 osmo-stp.build-2025-02-10_13_22_51.md5 osmo-trx.build-2025-02-10_14_28_09.md5 osmocom-bb.build-2025-02-10_21_17_29.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-10_17_23_36.md5 osmo-bts-oc2g.build-2025-02-10_17_21_59.md5 osmo-bts-sysmo.build-2025-02-10_17_21_52.md5 osmo-bts.build-2025-02-10_17_22_08.md5 osmo-ggsn.build-2025-02-10_20_42_26.md5 osmo-hlr.build-2025-02-10_17_21_29.md5 osmo-hnbgw.build-2025-02-10_15_07_13.md5 osmo-mgw.build-2025-02-10_17_20_12.md5 osmo-msc.build-2025-02-10_17_27_08.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-10_07_40_46.md5 osmo-pcu-sysmo.build-2025-02-10_07_40_40.md5 osmo-pcu.build-2025-02-10_07_40_50.md5 osmo-sgsn.build-2025-02-10_20_48_01.md5 osmo-stp.build-2025-02-10_13_22_51.md5 osmo-trx.build-2025-02-10_14_28_09.md5 osmocom-bb.build-2025-02-10_21_17_29.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-7873 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7873'
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-7873
--------------------------------------------------------------------------------------------
22:48:21.635815 tst                       trial-7873: Detailed log at /build/trial-7873/run.2025-02-10_22-48-21/log

---------------------------------------------------------------------
trial-7873 netreg_mass
---------------------------------------------------------------------
22:48:21.930606 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.931159 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.932343 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.934117 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.981805 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.983738 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.986614 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.143622 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-7873 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.145533 tst       register_default_mass.py:9: Claiming resources for the test
22:48:22.169624 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.170443 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.171126 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.171764 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.172400 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.173086 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.173741 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.224030 tst         register_default_mass.py: using LAC 2
22:48:22.269424 tst         register_default_mass.py: using RAC 2
22:48:22.355759 tst         register_default_mass.py: using CellId 2
22:48:22.401973 tst         register_default_mass.py: using BVCI 3
22:48:22.411502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.412195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.412787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.413353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.413922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.414479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.415005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.415569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.416139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.416700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.417258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.417808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.418373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.418936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.419533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.420213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.420816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.421412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.421991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.422563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.423147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.423727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.424313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.424913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.425489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.426062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.426665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.427244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.427841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.428433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.429016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.429628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.430248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.430835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.431417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.432001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.432571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.433173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.433753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.434314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.434898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.435475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.436054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.436639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.437225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.437803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.438375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.438954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.439533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.440109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.440773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.441376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.441956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.442561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.443149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.443729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.444321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.444913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.445528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.446134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.446724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.447335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.447952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.448568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.449164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.449779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.450381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.450991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.451627 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.452238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.452877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.453500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.454216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.454838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.455447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.456204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.456824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.457440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.458044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.458663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.459270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.459869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.460472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.461077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.461664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.462262 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.462852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.463437 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.464032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.464621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.465204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.465799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.466398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.466982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.467582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.468168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.468754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.469359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.469945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.470525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.471117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.471757 tst      register_default_mass.py:21: Launching a simple network
22:48:22.482903 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:22.630144 run            create_hlr_db(pid=20): Launched
22:48:23.644078 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:23.662782 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:23.679604 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.685953 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.890391 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.909266 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.916167 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.416713 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.435971 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.452825 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:27.698236 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:27.733200 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:27.749655 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:27.819041 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:27.862389 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:27.871174 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.407424 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.428961 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.454215 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.615683 run         osmo-bts-virtual(pid=34): Launched
22:48:35.660240 tst         register_default_mass.py: using MSISDN 1001
22:48:35.666293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.761668 tst         register_default_mass.py: using MSISDN 1002
22:48:35.767554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.847391 tst         register_default_mass.py: using MSISDN 1003
22:48:35.853340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.928620 tst         register_default_mass.py: using MSISDN 1004
22:48:35.934723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:36.009118 tst         register_default_mass.py: using MSISDN 1005
22:48:36.016527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:36.092486 tst         register_default_mass.py: using MSISDN 1006
22:48:36.098238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.176959 tst         register_default_mass.py: using MSISDN 1007
22:48:36.182758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.261272 tst         register_default_mass.py: using MSISDN 1008
22:48:36.267067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.310272 tst         register_default_mass.py: using MSISDN 1009
22:48:37.316253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.391036 tst         register_default_mass.py: using MSISDN 1010
22:48:37.400311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.462555 tst         register_default_mass.py: using MSISDN 1011
22:48:37.471256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.542515 tst         register_default_mass.py: using MSISDN 1012
22:48:37.548328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.623364 tst         register_default_mass.py: using MSISDN 1013
22:48:37.629221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.705614 tst         register_default_mass.py: using MSISDN 1014
22:48:37.711465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.788568 tst         register_default_mass.py: using MSISDN 1015
22:48:37.794396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.875214 tst         register_default_mass.py: using MSISDN 1016
22:48:37.881503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.966837 tst         register_default_mass.py: using MSISDN 1017
22:48:37.973712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:38.053948 tst         register_default_mass.py: using MSISDN 1018
22:48:38.059817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:38.128801 tst         register_default_mass.py: using MSISDN 1019
22:48:38.134573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:38.211010 tst         register_default_mass.py: using MSISDN 1020
22:48:38.216838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.284324 tst         register_default_mass.py: using MSISDN 1021
22:48:38.291954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.369020 tst         register_default_mass.py: using MSISDN 1022
22:48:38.374888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.449367 tst         register_default_mass.py: using MSISDN 1023
22:48:38.455265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.518537 tst         register_default_mass.py: using MSISDN 1024
22:48:38.524544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.593871 tst         register_default_mass.py: using MSISDN 1025
22:48:38.602780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.667192 tst         register_default_mass.py: using MSISDN 1026
22:48:38.672963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.746694 tst         register_default_mass.py: using MSISDN 1027
22:48:38.752614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.817387 tst         register_default_mass.py: using MSISDN 1028
22:48:38.823245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.893664 tst         register_default_mass.py: using MSISDN 1029
22:48:38.899535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.963083 tst         register_default_mass.py: using MSISDN 1030
22:48:38.969076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:39.033621 tst         register_default_mass.py: using MSISDN 1031
22:48:39.039553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:39.109051 tst         register_default_mass.py: using MSISDN 1032
22:48:39.114964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:39.193057 tst         register_default_mass.py: using MSISDN 1033
22:48:39.199108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:39.264511 tst         register_default_mass.py: using MSISDN 1034
22:48:39.270424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.338802 tst         register_default_mass.py: using MSISDN 1035
22:48:39.344737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:39.422941 tst         register_default_mass.py: using MSISDN 1036
22:48:39.428948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:39.498024 tst         register_default_mass.py: using MSISDN 1037
22:48:39.503985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.574825 tst         register_default_mass.py: using MSISDN 1038
22:48:39.580825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.655568 tst         register_default_mass.py: using MSISDN 1039
22:48:39.661387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.730215 tst         register_default_mass.py: using MSISDN 1040
22:48:39.735961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.813385 tst         register_default_mass.py: using MSISDN 1041
22:48:39.818865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.893096 tst         register_default_mass.py: using MSISDN 1042
22:48:39.898620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.977602 tst         register_default_mass.py: using MSISDN 1043
22:48:39.983089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.054950 tst         register_default_mass.py: using MSISDN 1044
22:48:40.060487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:40.134027 tst         register_default_mass.py: using MSISDN 1045
22:48:40.139819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.223265 tst         register_default_mass.py: using MSISDN 1046
22:48:40.231616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.314952 tst         register_default_mass.py: using MSISDN 1047
22:48:40.320552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.395033 tst         register_default_mass.py: using MSISDN 1048
22:48:40.400744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.476610 tst         register_default_mass.py: using MSISDN 1049
22:48:40.482297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.570718 tst         register_default_mass.py: using MSISDN 1050
22:48:40.576512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.650925 tst         register_default_mass.py: using MSISDN 1051
22:48:40.656664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.736540 tst         register_default_mass.py: using MSISDN 1052
22:48:40.742075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.819368 tst         register_default_mass.py: using MSISDN 1053
22:48:40.825120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:40.897620 tst         register_default_mass.py: using MSISDN 1054
22:48:40.903119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:40.965749 tst         register_default_mass.py: using MSISDN 1055
22:48:40.971418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.045729 tst         register_default_mass.py: using MSISDN 1056
22:48:41.051314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.131851 tst         register_default_mass.py: using MSISDN 1057
22:48:41.137440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.207067 tst         register_default_mass.py: using MSISDN 1058
22:48:41.213699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.287919 tst         register_default_mass.py: using MSISDN 1059
22:48:41.293777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.369886 tst         register_default_mass.py: using MSISDN 1060
22:48:41.375709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.448291 tst         register_default_mass.py: using MSISDN 1061
22:48:41.454129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.520357 tst         register_default_mass.py: using MSISDN 1062
22:48:41.526281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.605025 tst         register_default_mass.py: using MSISDN 1063
22:48:41.610683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.862096 tst         register_default_mass.py: using MSISDN 1064
22:48:41.867741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.953772 tst         register_default_mass.py: using MSISDN 1065
22:48:41.959624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:42.032298 tst         register_default_mass.py: using MSISDN 1066
22:48:42.038096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.114082 tst         register_default_mass.py: using MSISDN 1067
22:48:42.119648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.194211 tst         register_default_mass.py: using MSISDN 1068
22:48:42.200024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.268987 tst         register_default_mass.py: using MSISDN 1069
22:48:42.274703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.358893 tst         register_default_mass.py: using MSISDN 1070
22:48:42.371935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.441688 tst         register_default_mass.py: using MSISDN 1071
22:48:42.451176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.523694 tst         register_default_mass.py: using MSISDN 1072
22:48:42.544763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.621812 tst         register_default_mass.py: using MSISDN 1073
22:48:42.631171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.717378 tst         register_default_mass.py: using MSISDN 1074
22:48:42.723041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.800188 tst         register_default_mass.py: using MSISDN 1075
22:48:42.821056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.880842 tst         register_default_mass.py: using MSISDN 1076
22:48:42.901533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.980503 tst         register_default_mass.py: using MSISDN 1077
22:48:43.001612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.069392 tst         register_default_mass.py: using MSISDN 1078
22:48:43.094029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.179886 tst         register_default_mass.py: using MSISDN 1079
22:48:43.202281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.281649 tst         register_default_mass.py: using MSISDN 1080
22:48:43.300851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.373900 tst         register_default_mass.py: using MSISDN 1081
22:48:43.397430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.472303 tst         register_default_mass.py: using MSISDN 1082
22:48:43.487876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.553945 tst         register_default_mass.py: using MSISDN 1083
22:48:43.559789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.631778 tst         register_default_mass.py: using MSISDN 1084
22:48:43.644080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.716510 tst         register_default_mass.py: using MSISDN 1085
22:48:43.733940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.809951 tst         register_default_mass.py: using MSISDN 1086
22:48:43.819959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.892028 tst         register_default_mass.py: using MSISDN 1087
22:48:43.908055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.976707 tst         register_default_mass.py: using MSISDN 1088
22:48:43.998573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.082884 tst         register_default_mass.py: using MSISDN 1089
22:48:44.089670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:44.187170 tst         register_default_mass.py: using MSISDN 1090
22:48:44.208196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.277299 tst         register_default_mass.py: using MSISDN 1091
22:48:44.293648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.374732 tst         register_default_mass.py: using MSISDN 1092
22:48:44.384274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.453062 tst         register_default_mass.py: using MSISDN 1093
22:48:44.473840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.536297 tst         register_default_mass.py: using MSISDN 1094
22:48:44.557734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.627112 tst         register_default_mass.py: using MSISDN 1095
22:48:44.634775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.710692 tst         register_default_mass.py: using MSISDN 1096
22:48:44.732146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.805155 tst         register_default_mass.py: using MSISDN 1097
22:48:44.836730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.911664 tst         register_default_mass.py: using MSISDN 1098
22:48:44.933690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:45.008823 tst         register_default_mass.py: using MSISDN 1099
22:48:45.022476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:45.090805 tst         register_default_mass.py: using MSISDN 1100
22:48:45.109387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:45.237661 run                             mass: Starting testcase
22:48:45.243665 run                             mass: Pre-launching all virtphy's
22:48:45.249134 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:45.262340 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:45.268479 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:45.281923 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:45.288161 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:45.301482 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:45.307737 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:45.320882 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:45.326913 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:45.339630 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:45.345507 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:45.358302 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:45.364351 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:45.377083 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:45.383042 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:45.395726 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:45.401626 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:45.414301 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:45.420153 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:45.433202 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:45.439478 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:45.453014 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:45.459178 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:45.472508 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:45.478710 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.492149 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.498376 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.511794 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.518103 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.531611 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.537871 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.551390 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.557650 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.571094 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.577364 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.590774 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.596930 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.610315 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.616559 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.629926 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.635869 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.648696 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.654657 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.667853 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.673788 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.686647 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.692682 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.705942 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.712119 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.725363 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.731441 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.744241 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.750218 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.763182 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.769187 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.782049 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.788151 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.801049 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.806946 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.819867 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.825791 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.838575 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.844479 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.857271 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.863175 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.876044 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.881950 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.894708 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.900559 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.913237 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.919307 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.932481 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.938433 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.951279 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.957225 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.970238 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.976320 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.989184 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.995296 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:46.008228 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:46.014140 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:46.026996 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:46.032912 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:46.045828 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:46.051904 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:46.064950 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:46.071001 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:46.084256 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:46.090432 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:46.103607 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:46.109622 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:46.122441 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:46.128570 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:46.142217 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:46.148538 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:46.161732 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:46.167931 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:46.181361 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:46.187534 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:46.200644 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:46.206844 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:46.219765 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.225817 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:46.238814 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:46.245068 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:46.258658 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:46.264906 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:46.278454 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:46.284706 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.297771 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.304005 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.373712 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.383071 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.396036 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.402095 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.415250 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.421285 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.434327 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.440328 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.453763 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.460169 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.473590 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.479828 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.493271 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.499535 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.512933 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.519066 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.532265 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.538233 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.551585 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.557780 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.571153 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.577279 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.590589 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.596889 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.610281 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.616467 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.629754 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.635837 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.649327 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.655493 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.668887 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.675138 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.688646 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.694918 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.708330 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.714638 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.728049 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.734294 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.747778 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.754040 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.767510 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.773693 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.787036 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.793188 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.806089 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.812029 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.824913 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.830791 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.843461 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.849386 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.862272 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.868216 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.881668 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.887869 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.901379 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.907601 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.920936 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.927165 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.940496 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.946804 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.960110 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.966303 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.979657 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.985811 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.999127 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.005112 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.017843 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.023892 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.036763 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.042842 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.055712 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.061645 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.074437 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.080331 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.093762 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.100148 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.113395 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.120037 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.133741 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.140238 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.154030 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.160213 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.173730 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.179805 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.193266 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.199550 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.213131 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.219388 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.232977 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.239188 run                             mass: Checking if sockets are in the filesystem
22:48:47.251743 run                osmo-ms-mob/00000: Starting mobile
22:48:47.265327 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.278102 run                             mass: MS start registered  {at=2458632.981446568, delay=0.006603650748729706, ms=00000}
22:48:51.467283 run                osmo-ms-mob/00001: Starting mobile
22:48:51.480967 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.491882 run                             mass: MS start registered  {at=2458637.195230884, delay=0.004842608235776424, ms=00001}
22:48:53.094450 run                             mass: MS performed LU  {at=2458638.797687976, lu_delay=5.8162414082325995, ms=00000}
22:48:53.269338 run                osmo-ms-mob/00002: Starting mobile
22:48:53.285490 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.296533 run                             mass: MS start registered  {at=2458638.999880034, delay=0.00500842509791255, ms=00002}
22:48:54.551045 run                osmo-ms-mob/00003: Starting mobile
22:48:54.564366 run       osmo-ms-mob/00003(pid=138): Launched
22:48:54.575626 run                             mass: MS start registered  {at=2458640.278971623, delay=0.00504316994920373, ms=00003}
22:48:55.672942 run                osmo-ms-mob/00004: Starting mobile
22:48:55.691294 run       osmo-ms-mob/00004(pid=139): Launched
22:48:55.702644 run                             mass: MS start registered  {at=2458641.405988933, delay=0.005011619068682194, ms=00004}
22:48:56.667723 run                osmo-ms-mob/00005: Starting mobile
22:48:56.681140 run       osmo-ms-mob/00005(pid=140): Launched
22:48:56.691876 run                             mass: MS start registered  {at=2458642.395225119, delay=0.004879603628069162, ms=00005}
22:48:56.859786 run                             mass: MS performed LU  {at=2458642.563021046, lu_delay=5.367790162097663, ms=00001}
22:48:57.556263 run                osmo-ms-mob/00006: Starting mobile
22:48:57.571102 run       osmo-ms-mob/00006(pid=141): Launched
22:48:57.582155 run                             mass: MS start registered  {at=2458643.28550482, delay=0.004823695868253708, ms=00006}
22:48:58.894893 run                osmo-ms-mob/00007: Starting mobile
22:48:58.908348 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.914516 run                             mass: Starting too slowly. Moving on {now=2458644.617884737, sleep=-0.36942781740799546, target=2458644.2484569196}
22:48:58.920380 run                             mass: MS start registered  {at=2458644.623737221, delay=0.005855665076524019, ms=00007}
22:48:58.926333 run                             mass: Starting too slowly. Moving on {now=2458644.629703774, sleep=-0.28124685445800424, target=2458644.3484569197}
22:48:58.932230 run                             mass: Starting too slowly. Moving on {now=2458644.635600636, sleep=-0.18714371602982283, target=2458644.4484569198}
22:48:58.938000 run                             mass: Starting too slowly. Moving on {now=2458644.64137131, sleep=-0.09291439037770033, target=2458644.54845692}
22:48:59.232017 run                             mass: MS performed LU  {at=2458644.935239943, lu_delay=5.935359909199178, ms=00002}
22:48:59.266560 run                osmo-ms-mob/00008: Starting mobile
22:48:59.280553 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.291858 run                             mass: MS start registered  {at=2458644.995203968, delay=0.004840981215238571, ms=00008}
22:48:59.950663 run                osmo-ms-mob/00009: Starting mobile
22:48:59.963562 run       osmo-ms-mob/00009(pid=144): Launched
22:48:59.974752 run                             mass: MS start registered  {at=2458645.678100728, delay=0.004665975924581289, ms=00009}
22:49:00.624436 run                             mass: MS performed LU  {at=2458646.327769953, lu_delay=6.048798329662532, ms=00003}
22:49:00.636341 run                osmo-ms-mob/00010: Starting mobile
22:49:00.650126 run       osmo-ms-mob/00010(pid=145): Launched
22:49:00.661749 run                             mass: MS start registered  {at=2458646.365086732, delay=0.005340550094842911, ms=00010}
22:49:00.671194 run                             mass: MS performed LU  {at=2458646.3745419, lu_delay=4.968552967067808, ms=00004}
22:49:01.251812 run                osmo-ms-mob/00011: Starting mobile
22:49:01.275939 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.287488 run                             mass: MS start registered  {at=2458646.990828553, delay=0.005337463226169348, ms=00011}
22:49:01.866227 run                osmo-ms-mob/00012: Starting mobile
22:49:01.879504 run       osmo-ms-mob/00012(pid=147): Launched
22:49:01.890527 run                             mass: MS start registered  {at=2458647.593879012, delay=0.00493315514177084, ms=00012}
22:49:02.451067 run                osmo-ms-mob/00013: Starting mobile
22:49:02.464930 run       osmo-ms-mob/00013(pid=148): Launched
22:49:02.475937 run                             mass: MS start registered  {at=2458648.179289364, delay=0.004863407928496599, ms=00013}
22:49:02.525571 run                             mass: MS performed LU  {at=2458648.228905936, lu_delay=5.833680816926062, ms=00005}
22:49:02.572265 run                             mass: MS performed LU  {at=2458648.27559942, lu_delay=4.990094600245357, ms=00006}
22:49:03.061400 run                osmo-ms-mob/00014: Starting mobile
22:49:03.076103 run       osmo-ms-mob/00014(pid=149): Launched
22:49:03.087527 run                             mass: MS start registered  {at=2458648.790874746, delay=0.005183374974876642, ms=00014}
22:49:03.651032 run                osmo-ms-mob/00015: Starting mobile
22:49:03.665985 run       osmo-ms-mob/00015(pid=150): Launched
22:49:03.676769 run                             mass: MS start registered  {at=2458649.380124507, delay=0.004576344974339008, ms=00015}
22:49:04.151065 run                osmo-ms-mob/00016: Starting mobile
22:49:04.165014 run       osmo-ms-mob/00016(pid=151): Launched
22:49:04.175883 run                             mass: MS start registered  {at=2458649.879226928, delay=0.004652634263038635, ms=00016}
22:49:04.391352 run                             mass: MS performed LU  {at=2458650.09461263, lu_delay=5.470875408966094, ms=00007}
22:49:04.437851 run                             mass: MS performed LU  {at=2458650.141122612, lu_delay=5.145918644033372, ms=00008}
22:49:04.652400 run                osmo-ms-mob/00017: Starting mobile
22:49:04.666345 run       osmo-ms-mob/00017(pid=152): Launched
22:49:04.677782 run                             mass: MS start registered  {at=2458650.381126944, delay=0.0032017771154642105, ms=00017}
22:49:04.760080 run                             mass: MS performed LU  {at=2458650.463343723, lu_delay=4.785242995247245, ms=00009}
22:49:05.253154 run                osmo-ms-mob/00018: Starting mobile
22:49:05.268554 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.280406 run                             mass: MS start registered  {at=2458650.983736374, delay=0.00524197006598115, ms=00018}
22:49:05.651382 run                osmo-ms-mob/00019: Starting mobile
22:49:05.665061 run       osmo-ms-mob/00019(pid=154): Launched
22:49:05.676240 run                             mass: MS start registered  {at=2458651.379590869, delay=0.004934098105877638, ms=00019}
22:49:06.156351 run                osmo-ms-mob/00020: Starting mobile
22:49:06.170742 run       osmo-ms-mob/00020(pid=155): Launched
22:49:06.182668 run                             mass: MS start registered  {at=2458651.886008546, delay=0.005379125010222197, ms=00020}
22:49:06.189917 run                             mass: MS performed LU  {at=2458651.893260313, lu_delay=5.5281735812313855, ms=00010}
22:49:06.292718 run                             mass: MS performed LU  {at=2458651.995882724, lu_delay=5.005054170731455, ms=00011}
22:49:06.338821 run                             mass: MS performed LU  {at=2458652.042119061, lu_delay=4.448240049183369, ms=00012}
22:49:06.659954 run                osmo-ms-mob/00021: Starting mobile
22:49:06.691757 run       osmo-ms-mob/00021(pid=156): Launched
22:49:06.711368 run                             mass: MS start registered  {at=2458652.414689666, delay=0.006323690060526133, ms=00021}
22:49:07.056922 run                osmo-ms-mob/00022: Starting mobile
22:49:07.079300 run       osmo-ms-mob/00022(pid=157): Launched
22:49:07.095245 run                             mass: MS start registered  {at=2458652.798551524, delay=0.008230817969888449, ms=00022}
22:49:07.556599 run                osmo-ms-mob/00023: Starting mobile
22:49:07.584789 run       osmo-ms-mob/00023(pid=158): Launched
22:49:07.604814 run                             mass: MS start registered  {at=2458653.308134344, delay=0.006367617752403021, ms=00023}
22:49:07.956356 run                osmo-ms-mob/00024: Starting mobile
22:49:07.984514 run       osmo-ms-mob/00024(pid=159): Launched
22:49:08.000958 run                             mass: MS start registered  {at=2458653.704283229, delay=0.0033383090049028397, ms=00024}
22:49:08.155935 run                             mass: MS performed LU  {at=2458653.859255524, lu_delay=5.679966160096228, ms=00013}
22:49:08.202426 run                             mass: MS performed LU  {at=2458653.905756931, lu_delay=5.1148821846581995, ms=00014}
22:49:08.452513 run                osmo-ms-mob/00025: Starting mobile
22:49:08.466075 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.477544 run                             mass: MS start registered  {at=2458654.180891053, delay=0.005181858781725168, ms=00025}
22:49:08.525934 run                             mass: MS performed LU  {at=2458654.229267809, lu_delay=4.849143302068114, ms=00015}
22:49:08.851022 run                osmo-ms-mob/00026: Starting mobile
22:49:08.864803 run       osmo-ms-mob/00026(pid=161): Launched
22:49:08.876377 run                             mass: MS start registered  {at=2458654.579724174, delay=0.005227940157055855, ms=00026}
22:49:09.251130 run                osmo-ms-mob/00027: Starting mobile
22:49:09.267582 run       osmo-ms-mob/00027(pid=162): Launched
22:49:09.279002 run                             mass: MS start registered  {at=2458654.98234216, delay=0.005048805847764015, ms=00027}
22:49:09.651464 run                osmo-ms-mob/00028: Starting mobile
22:49:09.665293 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.676717 run                             mass: MS start registered  {at=2458655.380033754, delay=0.004932304844260216, ms=00028}
22:49:09.956074 run                             mass: MS performed LU  {at=2458655.659407951, lu_delay=4.675671576987952, ms=00018}
22:49:09.968022 run                osmo-ms-mob/00029: Starting mobile
22:49:09.981568 run       osmo-ms-mob/00029(pid=164): Launched
22:49:09.992978 run                             mass: MS start registered  {at=2458655.696322357, delay=0.005183984991163015, ms=00029}
22:49:10.057879 run                             mass: MS performed LU  {at=2458655.761214794, lu_delay=5.380087850149721, ms=00017}
22:49:10.103549 run                             mass: MS performed LU  {at=2458655.806879694, lu_delay=5.927652765996754, ms=00016}
22:49:10.452030 run                osmo-ms-mob/00030: Starting mobile
22:49:10.465901 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.477020 run                             mass: MS start registered  {at=2458656.18036039, delay=0.004925133660435677, ms=00030}
22:49:10.853021 run                osmo-ms-mob/00031: Starting mobile
22:49:10.866491 run       osmo-ms-mob/00031(pid=166): Launched
22:49:10.877905 run                             mass: MS start registered  {at=2458656.581244734, delay=0.00483727129176259, ms=00031}
22:49:11.151466 run                osmo-ms-mob/00032: Starting mobile
22:49:11.165295 run       osmo-ms-mob/00032(pid=167): Launched
22:49:11.177008 run                             mass: MS start registered  {at=2458656.880342533, delay=0.002814748790115118, ms=00032}
22:49:11.551188 run                osmo-ms-mob/00033: Starting mobile
22:49:11.567336 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.578438 run                             mass: MS start registered  {at=2458657.281781937, delay=0.004610415082424879, ms=00033}
22:49:11.922351 run                             mass: MS performed LU  {at=2458657.625666829, lu_delay=4.8271153047680855, ms=00022}
22:49:11.934918 run                osmo-ms-mob/00034: Starting mobile
22:49:11.948562 run       osmo-ms-mob/00034(pid=169): Launched
22:49:11.959898 run                             mass: MS start registered  {at=2458657.663242712, delay=0.005029632244259119, ms=00034}
22:49:11.967731 run                             mass: MS performed LU  {at=2458657.671081335, lu_delay=5.256391668692231, ms=00021}
22:49:12.055601 run                             mass: MS performed LU  {at=2458657.758936376, lu_delay=6.3793455068953335, ms=00019}
22:49:12.067964 run                osmo-ms-mob/00035: Starting mobile
22:49:12.081755 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.092787 run                             mass: MS performed LU  {at=2458657.796125627, lu_delay=5.910117080900818, ms=00020}
22:49:12.099001 run                             mass: MS start registered  {at=2458657.802365128, delay=0.01032610284164548, ms=00035}
22:49:12.347007 run                             mass: MS performed LU  {at=2458658.050338567, lu_delay=4.74220422282815, ms=00023}
22:49:12.651991 run                osmo-ms-mob/00036: Starting mobile
22:49:12.665754 run       osmo-ms-mob/00036(pid=171): Launched
22:49:12.677191 run                             mass: MS start registered  {at=2458658.380532754, delay=0.005004416219890118, ms=00036}
22:49:13.051618 run                osmo-ms-mob/00037: Starting mobile
22:49:13.065975 run       osmo-ms-mob/00037(pid=172): Launched
22:49:13.078828 run                             mass: MS start registered  {at=2458658.782174219, delay=0.006062767934054136, ms=00037}
22:49:13.351194 run                osmo-ms-mob/00038: Starting mobile
22:49:13.365952 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.377142 run                             mass: MS start registered  {at=2458659.080478494, delay=0.004720665048807859, ms=00038}
22:49:13.651733 run                osmo-ms-mob/00039: Starting mobile
22:49:13.665163 run       osmo-ms-mob/00039(pid=174): Launched
22:49:13.676484 run                             mass: MS start registered  {at=2458659.379831724, delay=0.004968611057847738, ms=00039}
22:49:13.721711 run                             mass: MS performed LU  {at=2458659.425047913, lu_delay=4.845323739107698, ms=00026}
22:49:13.823129 run                             mass: MS performed LU  {at=2458659.526463427, lu_delay=5.8221801980398595, ms=00024}
22:49:13.869629 run                             mass: MS performed LU  {at=2458659.572964629, lu_delay=5.392073576338589, ms=00025}
22:49:13.890929 run                osmo-ms-mob/00040: Starting mobile
22:49:13.904537 run       osmo-ms-mob/00040(pid=175): Launched
22:49:13.915897 run                             mass: MS start registered  {at=2458659.619243299, delay=0.0049781459383666515, ms=00040}
22:49:14.012702 run                             mass: MS performed LU  {at=2458659.716036039, lu_delay=4.7336938790977, ms=00027}
22:49:14.350987 run                osmo-ms-mob/00041: Starting mobile
22:49:14.364927 run       osmo-ms-mob/00041(pid=176): Launched
22:49:14.376621 run                             mass: MS start registered  {at=2458660.079963665, delay=0.005088488105684519, ms=00041}
22:49:14.651957 run                osmo-ms-mob/00042: Starting mobile
22:49:14.666584 run       osmo-ms-mob/00042(pid=177): Launched
22:49:14.677983 run                             mass: MS start registered  {at=2458660.381329724, delay=0.00483637023717165, ms=00042}
22:49:15.051276 run                osmo-ms-mob/00043: Starting mobile
22:49:15.064505 run       osmo-ms-mob/00043(pid=178): Launched
22:49:15.075852 run                             mass: MS start registered  {at=2458660.779197078, delay=0.005085785407572985, ms=00043}
22:49:15.351139 run                osmo-ms-mob/00044: Starting mobile
22:49:15.365241 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.376916 run                             mass: MS start registered  {at=2458661.080260604, delay=0.005353068932890892, ms=00044}
22:49:15.651114 run                osmo-ms-mob/00045: Starting mobile
22:49:15.664966 run       osmo-ms-mob/00045(pid=180): Launched
22:49:15.676060 run                             mass: MS start registered  {at=2458661.379412308, delay=0.00479905866086483, ms=00045}
22:49:15.687501 run                             mass: MS performed LU  {at=2458661.390852129, lu_delay=6.010818375274539, ms=00028}
22:49:15.733890 run                             mass: MS performed LU  {at=2458661.437239999, lu_delay=4.855995264835656, ms=00031}
22:49:15.745314 run                osmo-ms-mob/00046: Starting mobile
22:49:15.758914 run       osmo-ms-mob/00046(pid=181): Launched
22:49:15.769980 run                             mass: MS start registered  {at=2458661.473328902, delay=0.004760635085403919, ms=00046}
22:49:15.821494 run                             mass: MS performed LU  {at=2458661.524835597, lu_delay=5.3444752069190145, ms=00030}
22:49:15.858345 run                             mass: MS performed LU  {at=2458661.561684706, lu_delay=5.8653623489663005, ms=00029}
22:49:15.869835 run                osmo-ms-mob/00047: Starting mobile
22:49:15.884104 run       osmo-ms-mob/00047(pid=182): Launched
22:49:15.895551 run                             mass: MS start registered  {at=2458661.59889039, delay=0.0051126559264957905, ms=00047}
22:49:16.112246 run                             mass: MS performed LU  {at=2458661.815578563, lu_delay=4.935236030258238, ms=00032}
22:49:16.551569 run                osmo-ms-mob/00048: Starting mobile
22:49:16.565797 run       osmo-ms-mob/00048(pid=183): Launched
22:49:16.577001 run                             mass: MS start registered  {at=2458662.280349135, delay=0.004876777995377779, ms=00048}
22:49:16.851601 run                osmo-ms-mob/00049: Starting mobile
22:49:16.866979 run       osmo-ms-mob/00049(pid=184): Launched
22:49:16.878091 run                             mass: MS start registered  {at=2458662.581431368, delay=0.004838740918785334, ms=00049}
22:49:17.156193 run                osmo-ms-mob/00050: Starting mobile
22:49:17.179815 run       osmo-ms-mob/00050(pid=185): Launched
22:49:17.190913 run                             mass: MS start registered  {at=2458662.894261586, delay=0.0047892360016703606, ms=00050}
22:49:17.487629 run                             mass: MS performed LU  {at=2458663.190963485, lu_delay=4.40878926590085, ms=00037}
22:49:17.499636 run                osmo-ms-mob/00051: Starting mobile
22:49:17.513248 run       osmo-ms-mob/00051(pid=186): Launched
22:49:17.524678 run                             mass: MS start registered  {at=2458663.228021989, delay=0.005247318185865879, ms=00051}
22:49:17.543126 run                             mass: MS performed LU  {at=2458663.246454567, lu_delay=5.964672630187124, ms=00033}
22:49:17.635539 run                             mass: MS performed LU  {at=2458663.338850921, lu_delay=4.958318166900426, ms=00036}
22:49:17.647533 run                osmo-ms-mob/00052: Starting mobile
22:49:17.661320 run       osmo-ms-mob/00052(pid=187): Launched
22:49:17.672726 run                             mass: MS start registered  {at=2458663.376077247, delay=0.004217506852000952, ms=00052}
22:49:17.797000 run                             mass: MS performed LU  {at=2458663.500334887, lu_delay=5.837092174682766, ms=00034}
22:49:18.151509 run                osmo-ms-mob/00053: Starting mobile
22:49:18.165810 run       osmo-ms-mob/00053(pid=188): Launched
22:49:18.177404 run                             mass: MS start registered  {at=2458663.880746749, delay=0.005253387149423361, ms=00053}
22:49:18.451808 run                osmo-ms-mob/00054: Starting mobile
22:49:18.465328 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.477176 run                             mass: MS start registered  {at=2458664.18051568, delay=0.00524411303922534, ms=00054}
22:49:18.512585 run                             mass: MS performed LU  {at=2458664.215919203, lu_delay=6.413554075174034, ms=00035}
22:49:18.751233 run                osmo-ms-mob/00055: Starting mobile
22:49:18.764909 run       osmo-ms-mob/00055(pid=190): Launched
22:49:18.776929 run                             mass: MS start registered  {at=2458664.480265242, delay=0.00560162216424942, ms=00055}
22:49:19.056594 run                osmo-ms-mob/00056: Starting mobile
22:49:19.085768 run       osmo-ms-mob/00056(pid=191): Launched
22:49:19.106173 run                             mass: MS start registered  {at=2458664.809488087, delay=0.00607706792652607, ms=00056}
22:49:19.358428 run                osmo-ms-mob/00057: Starting mobile
22:49:19.389036 run       osmo-ms-mob/00057(pid=192): Launched
22:49:19.401950 run                             mass: MS performed LU  {at=2458665.105292792, lu_delay=5.725461068097502, ms=00039}
22:49:19.414766 run                             mass: MS performed LU  {at=2458665.118115047, lu_delay=6.037636552937329, ms=00038}
22:49:19.427747 run                             mass: MS start registered  {at=2458665.131098226, delay=0.02584468200802803, ms=00057}
22:49:19.499991 run                             mass: MS performed LU  {at=2458665.20330152, lu_delay=5.584058220963925, ms=00040}
22:49:19.525169 run                osmo-ms-mob/00058: Starting mobile
22:49:19.553613 run       osmo-ms-mob/00058(pid=193): Launched
22:49:19.574480 run                             mass: MS start registered  {at=2458665.277793589, delay=0.006951513234525919, ms=00058}
22:49:19.643559 run                             mass: MS performed LU  {at=2458665.346860622, lu_delay=5.26689695706591, ms=00041}
22:49:19.951945 run                             mass: MS performed LU  {at=2458665.655264281, lu_delay=4.876067203003913, ms=00043}
22:49:19.974704 run                osmo-ms-mob/00059: Starting mobile
22:49:19.991345 run       osmo-ms-mob/00059(pid=194): Launched
22:49:20.004244 run                             mass: MS start registered  {at=2458665.707588201, delay=0.004769883118569851, ms=00059}
22:49:20.354498 run                osmo-ms-mob/00060: Starting mobile
22:49:20.368720 run       osmo-ms-mob/00060(pid=195): Launched
22:49:20.380106 run                             mass: MS start registered  {at=2458666.083461883, delay=0.0012617399916052818, ms=00060}
22:49:20.547338 run                             mass: MS performed LU  {at=2458666.250668566, lu_delay=5.170407962054014, ms=00044}
22:49:20.753214 run                osmo-ms-mob/00061: Starting mobile
22:49:20.766590 run       osmo-ms-mob/00061(pid=196): Launched
22:49:20.778138 run                             mass: MS start registered  {at=2458666.4814867, delay=0.00342864403501153, ms=00061}
22:49:21.066995 run                osmo-ms-mob/00062: Starting mobile
22:49:21.083488 run       osmo-ms-mob/00062(pid=197): Launched
22:49:21.095077 run                             mass: MS start registered  {at=2458666.798405728, delay=0.005136760883033276, ms=00062}
22:49:21.254044 run                             mass: MS performed LU  {at=2458666.957304351, lu_delay=5.577892043162137, ms=00045}
22:49:21.277980 run                osmo-ms-mob/00063: Starting mobile
22:49:21.292177 run       osmo-ms-mob/00063(pid=198): Launched
22:49:21.303675 run                             mass: MS start registered  {at=2458667.007022015, delay=0.004873652942478657, ms=00063}
22:49:21.310941 run                             mass: MS performed LU  {at=2458667.014296752, lu_delay=5.41540636215359, ms=00047}
22:49:21.400886 run                             mass: MS performed LU  {at=2458667.104216377, lu_delay=5.630887474864721, ms=00046}
22:49:21.562687 run                             mass: MS performed LU  {at=2458667.26596273, lu_delay=4.985613595228642, ms=00048}
22:49:21.582537 run                osmo-ms-mob/00064: Starting mobile
22:49:21.596309 run       osmo-ms-mob/00064(pid=199): Launched
22:49:21.602508 run                             mass: MS performed LU  {at=2458667.305864878, lu_delay=4.724433510098606, ms=00049}
22:49:21.608591 run                             mass: MS start registered  {at=2458667.311949535, delay=0.006105795037001371, ms=00064}
22:49:22.154105 run                osmo-ms-mob/00065: Starting mobile
22:49:22.169550 run       osmo-ms-mob/00065(pid=200): Launched
22:49:22.180957 run                             mass: MS start registered  {at=2458667.8843007, delay=0.004712436813861132, ms=00065}
22:49:22.451975 run                osmo-ms-mob/00066: Starting mobile
22:49:22.465563 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.473108 run                             mass: MS performed LU  {at=2458668.176463181, lu_delay=3.696197939105332, ms=00055}
22:49:22.479422 run                             mass: MS start registered  {at=2458668.182774399, delay=0.0063334438018500805, ms=00066}
22:49:22.852181 run                osmo-ms-mob/00067: Starting mobile
22:49:22.865547 run       osmo-ms-mob/00067(pid=202): Launched
22:49:22.877071 run                             mass: MS start registered  {at=2458668.580418706, delay=0.0047232359647750854, ms=00067}
22:49:23.118379 run                             mass: MS performed LU  {at=2458668.821708361, lu_delay=4.94096161192283, ms=00053}
22:49:23.130942 run                osmo-ms-mob/00068: Starting mobile
22:49:23.144269 run       osmo-ms-mob/00068(pid=203): Launched
22:49:23.154660 run                             mass: MS performed LU  {at=2458668.858008209, lu_delay=5.629986220039427, ms=00051}
22:49:23.160800 run                             mass: MS start registered  {at=2458668.864165085, delay=0.009927358012646437, ms=00068}
22:49:23.173509 run                             mass: MS performed LU  {at=2458668.876840804, lu_delay=5.500763556919992, ms=00052}
22:49:23.482776 run                             mass: MS performed LU  {at=2458669.186110403, lu_delay=6.291848816908896, ms=00050}
22:49:23.495999 run                osmo-ms-mob/00069: Starting mobile
22:49:23.510230 run       osmo-ms-mob/00069(pid=204): Launched
22:49:23.521836 run                             mass: MS start registered  {at=2458669.225177918, delay=0.005425041075795889, ms=00069}
22:49:23.963290 run                osmo-ms-mob/00070: Starting mobile
22:49:23.977745 run       osmo-ms-mob/00070(pid=205): Launched
22:49:23.988996 run                             mass: MS start registered  {at=2458669.692344233, delay=0.005200281739234924, ms=00070}
22:49:24.226571 run                             mass: MS performed LU  {at=2458669.929796355, lu_delay=5.7492806748487055, ms=00054}
22:49:24.327464 run                             mass: MS performed LU  {at=2458670.030801824, lu_delay=3.5493151238188148, ms=00061}
22:49:24.339594 run                osmo-ms-mob/00071: Starting mobile
22:49:24.353644 run       osmo-ms-mob/00071(pid=206): Launched
22:49:24.365042 run                             mass: MS start registered  {at=2458670.068387733, delay=0.00512783182784915, ms=00071}
22:49:24.757479 run                osmo-ms-mob/00072: Starting mobile
22:49:24.771511 run       osmo-ms-mob/00072(pid=207): Launched
22:49:24.783860 run                             mass: MS start registered  {at=2458670.487202832, delay=0.005745675880461931, ms=00072}
22:49:25.019523 run                             mass: MS performed LU  {at=2458670.722855567, lu_delay=4.639393683988601, ms=00060}
22:49:25.102476 run                             mass: MS performed LU  {at=2458670.805810723, lu_delay=5.0982225220650434, ms=00059}
22:49:25.143044 run                osmo-ms-mob/00073: Starting mobile
22:49:25.156765 run       osmo-ms-mob/00073(pid=208): Launched
22:49:25.162941 run                             mass: MS performed LU  {at=2458670.866297757, lu_delay=6.05680966982618, ms=00056}
22:49:25.169600 run                             mass: MS start registered  {at=2458670.872962756, delay=0.006685386877506971, ms=00073}
22:49:25.311588 run                             mass: MS performed LU  {at=2458671.014852168, lu_delay=5.88375394186005, ms=00057}
22:49:25.335213 run                             mass: MS performed LU  {at=2458671.03855961, lu_delay=5.760766020976007, ms=00058}
22:49:25.350880 run                osmo-ms-mob/00074: Starting mobile
22:49:25.364591 run       osmo-ms-mob/00074(pid=209): Launched
22:49:25.375843 run                             mass: MS start registered  {at=2458671.079195168, delay=0.0049923136830329895, ms=00074}
22:49:25.951885 run                osmo-ms-mob/00075: Starting mobile
22:49:25.966118 run       osmo-ms-mob/00075(pid=210): Launched
22:49:25.977577 run                             mass: MS start registered  {at=2458671.680920903, delay=0.005032433196902275, ms=00075}
22:49:26.451600 run                osmo-ms-mob/00076: Starting mobile
22:49:26.465559 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.477622 run                             mass: MS start registered  {at=2458672.180968137, delay=0.004717390052974224, ms=00076}
22:49:26.850869 run                osmo-ms-mob/00077: Starting mobile
22:49:26.864504 run       osmo-ms-mob/00077(pid=212): Launched
22:49:26.875777 run                             mass: MS start registered  {at=2458672.579124665, delay=0.005026565864682198, ms=00077}
22:49:26.920804 run                             mass: MS performed LU  {at=2458672.624137611, lu_delay=4.739836911205202, ms=00065}
22:49:26.939067 run                             mass: MS performed LU  {at=2458672.64235792, lu_delay=5.843952191993594, ms=00062}
22:49:26.995412 run                             mass: MS performed LU  {at=2458672.698670734, lu_delay=5.386721199378371, ms=00064}
22:49:27.249620 run                             mass: MS performed LU  {at=2458672.952871272, lu_delay=5.94584925705567, ms=00063}
22:49:27.276378 run                osmo-ms-mob/00078: Starting mobile
22:49:27.289346 run       osmo-ms-mob/00078(pid=213): Launched
22:49:27.300250 run                             mass: MS start registered  {at=2458673.00360288, delay=0.004943244159221649, ms=00078}
22:49:27.764550 run                osmo-ms-mob/00079: Starting mobile
22:49:27.778284 run       osmo-ms-mob/00079(pid=214): Launched
22:49:27.789654 run                             mass: MS start registered  {at=2458673.493007639, delay=0.005108194891363382, ms=00079}
22:49:27.926795 run                             mass: MS performed LU  {at=2458673.630127475, lu_delay=5.447353076189756, ms=00066}
22:49:28.251189 run                osmo-ms-mob/00080: Starting mobile
22:49:28.264422 run       osmo-ms-mob/00080(pid=215): Launched
22:49:28.276202 run                             mass: MS start registered  {at=2458673.979548155, delay=0.005247356835752726, ms=00080}
22:49:28.751729 run                osmo-ms-mob/00081: Starting mobile
22:49:28.765332 run       osmo-ms-mob/00081(pid=216): Launched
22:49:28.777150 run                             mass: MS start registered  {at=2458674.480490431, delay=0.005503685213625431, ms=00081}
22:49:28.886931 run                             mass: MS performed LU  {at=2458674.590266567, lu_delay=5.365088649094105, ms=00069}
22:49:28.932705 run                             mass: MS performed LU  {at=2458674.636028609, lu_delay=4.943684375844896, ms=00070}
22:49:29.076597 run                             mass: MS performed LU  {at=2458674.779855337, lu_delay=6.199436631053686, ms=00067}
22:49:29.088962 run                osmo-ms-mob/00082: Starting mobile
22:49:29.102935 run       osmo-ms-mob/00082(pid=217): Launched
22:49:29.109475 run                             mass: MS performed LU  {at=2458674.812831047, lu_delay=4.744443314149976, ms=00071}
22:49:29.115595 run                             mass: MS start registered  {at=2458674.818958536, delay=0.006149034947156906, ms=00082}
22:49:29.751059 run                osmo-ms-mob/00083: Starting mobile
22:49:29.765030 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.776514 run                             mass: MS start registered  {at=2458675.479856071, delay=0.00506232213228941, ms=00083}
22:49:30.253208 run                osmo-ms-mob/00084: Starting mobile
22:49:30.267279 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.280651 run                             mass: MS start registered  {at=2458675.98397182, delay=0.006755037233233452, ms=00084}
22:49:30.687055 run                             mass: MS performed LU  {at=2458676.390390309, lu_delay=4.709469405934215, ms=00075}
22:49:30.699141 run                osmo-ms-mob/00085: Starting mobile
22:49:30.713705 run       osmo-ms-mob/00085(pid=220): Launched
22:49:30.721122 run                             mass: MS performed LU  {at=2458676.424476539, lu_delay=5.3452813709154725, ms=00074}
22:49:30.729548 run                             mass: MS start registered  {at=2458676.432911105, delay=0.008458158001303673, ms=00085}
22:49:30.797610 run                             mass: MS performed LU  {at=2458676.500944869, lu_delay=6.013742037117481, ms=00072}
22:49:30.995456 run                             mass: MS performed LU  {at=2458676.698778468, lu_delay=5.8258157121017575, ms=00073}
22:49:31.351492 run                osmo-ms-mob/00086: Starting mobile
22:49:31.364636 run       osmo-ms-mob/00086(pid=221): Launched
22:49:31.376398 run                             mass: MS start registered  {at=2458677.07974916, delay=0.005148178897798061, ms=00086}
22:49:31.966768 run                osmo-ms-mob/00087: Starting mobile
22:49:31.981144 run       osmo-ms-mob/00087(pid=222): Launched
22:49:31.992766 run                             mass: MS start registered  {at=2458677.696107977, delay=0.0053172060288488865, ms=00087}
22:49:32.551873 run                osmo-ms-mob/00088: Starting mobile
22:49:32.566209 run       osmo-ms-mob/00088(pid=223): Launched
22:49:32.577909 run                             mass: MS start registered  {at=2458678.281263996, delay=0.005203519947826862, ms=00088}
22:49:32.634646 run                             mass: MS performed LU  {at=2458678.337901206, lu_delay=5.334298326168209, ms=00078}
22:49:32.652922 run                             mass: MS performed LU  {at=2458678.356258334, lu_delay=6.175290197134018, ms=00076}
22:49:32.698847 run                             mass: MS performed LU  {at=2458678.402075494, lu_delay=5.822950829286128, ms=00077}
22:49:32.843718 run                             mass: MS performed LU  {at=2458678.546994122, lu_delay=5.053986483253539, ms=00079}
22:49:33.153217 run                osmo-ms-mob/00089: Starting mobile
22:49:33.167674 run       osmo-ms-mob/00089(pid=224): Launched
22:49:33.179562 run                             mass: MS start registered  {at=2458678.882906315, delay=0.004953764844685793, ms=00089}
22:49:33.763972 run                osmo-ms-mob/00090: Starting mobile
22:49:33.779206 run       osmo-ms-mob/00090(pid=225): Launched
22:49:33.790965 run                             mass: MS start registered  {at=2458679.49430973, delay=0.005043569020926952, ms=00090}
22:49:34.415846 run                             mass: MS performed LU  {at=2458680.119174033, lu_delay=4.639317961875349, ms=00083}
22:49:34.428217 run                osmo-ms-mob/00091: Starting mobile
22:49:34.441837 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.451869 run                             mass: MS performed LU  {at=2458680.155219594, lu_delay=6.175671439152211, ms=00080}
22:49:34.458061 run                             mass: MS start registered  {at=2458680.161426112, delay=0.009742374066263437, ms=00091}
22:49:34.563243 run                             mass: MS performed LU  {at=2458680.266575504, lu_delay=5.786085072904825, ms=00081}
22:49:34.707704 run                             mass: MS performed LU  {at=2458680.410960213, lu_delay=5.5920016770251095, ms=00082}
22:49:35.152146 run                osmo-ms-mob/00092: Starting mobile
22:49:35.167064 run       osmo-ms-mob/00092(pid=227): Launched
22:49:35.179352 run                             mass: MS start registered  {at=2458680.882685799, delay=0.005234115291386843, ms=00092}
22:49:35.959482 run                osmo-ms-mob/00093: Starting mobile
22:49:35.973072 run       osmo-ms-mob/00093(pid=228): Launched
22:49:35.984642 run                             mass: MS start registered  {at=2458681.687982309, delay=0.005251568276435137, ms=00093}
22:49:36.401927 run                             mass: MS performed LU  {at=2458682.105174247, lu_delay=5.672263142187148, ms=00085}
22:49:36.419957 run                             mass: MS performed LU  {at=2458682.123319052, lu_delay=6.139347231946886, ms=00084}
22:49:36.465372 run                             mass: MS performed LU  {at=2458682.168608503, lu_delay=5.088859342969954, ms=00086}
22:49:36.551965 run                             mass: MS performed LU  {at=2458682.25524788, lu_delay=4.559139902703464, ms=00087}
22:49:36.844231 run                             mass: MS performed LU  {at=2458682.547522845, lu_delay=22.166193121112883, ms=00042}
22:49:36.856211 run                osmo-ms-mob/00094: Starting mobile
22:49:36.869721 run       osmo-ms-mob/00094(pid=229): Launched
22:49:36.881802 run                             mass: MS start registered  {at=2458682.585139032, delay=0.005478390026837587, ms=00094}
22:49:37.757716 run                osmo-ms-mob/00095: Starting mobile
22:49:37.772104 run       osmo-ms-mob/00095(pid=230): Launched
22:49:37.786167 run                             mass: MS start registered  {at=2458683.489487789, delay=0.007814452983438969, ms=00095}
22:49:38.182218 run                             mass: MS performed LU  {at=2458683.885466026, lu_delay=5.604202030226588, ms=00088}
22:49:38.328584 run                             mass: MS performed LU  {at=2458684.031885696, lu_delay=5.148979381192476, ms=00089}
22:49:38.688669 run                             mass: MS performed LU  {at=2458684.391998071, lu_delay=4.897688341327012, ms=00090}
22:49:38.700450 run                osmo-ms-mob/00096: Starting mobile
22:49:38.714722 run       osmo-ms-mob/00096(pid=231): Launched
22:49:38.726569 run                             mass: MS start registered  {at=2458684.429898941, delay=0.0055559901520609856, ms=00096}
22:49:39.851592 run                osmo-ms-mob/00097: Starting mobile
22:49:39.864986 run       osmo-ms-mob/00097(pid=232): Launched
22:49:39.876054 run                             mass: MS start registered  {at=2458685.579403219, delay=0.00500251492485404, ms=00097}
22:49:40.166120 run                             mass: MS performed LU  {at=2458685.869407261, lu_delay=5.707981148734689, ms=00091}
22:49:40.184266 run                             mass: MS performed LU  {at=2458685.887605091, lu_delay=5.004919291939586, ms=00092}
22:49:41.155668 run                osmo-ms-mob/00098: Starting mobile
22:49:41.170112 run       osmo-ms-mob/00098(pid=233): Launched
22:49:41.182153 run                             mass: MS start registered  {at=2458686.885492146, delay=0.0054185399785637856, ms=00098}
22:49:42.095763 run                             mass: MS performed LU  {at=2458687.799015753, lu_delay=5.213876720983535, ms=00094}
22:49:42.112854 run                             mass: MS performed LU  {at=2458687.816194503, lu_delay=6.128212193958461, ms=00093}
22:49:42.951025 run                osmo-ms-mob/00099: Starting mobile
22:49:42.965037 run       osmo-ms-mob/00099(pid=234): Launched
22:49:42.971298 run                             mass: All started... {duration=55.72620838880539, too_slow=4}
22:49:42.977166 run                             mass: MS start registered  {at=2458688.68052404, delay=0.005862419027835131, ms=00099}
22:49:43.932913 run                             mass: MS performed LU  {at=2458689.636169637, lu_delay=6.146681847982109, ms=00095}
22:49:43.950574 run                             mass: MS performed LU  {at=2458689.653851602, lu_delay=5.223952661268413, ms=00096}
22:49:45.862747 run                             mass: MS performed LU  {at=2458691.565997896, lu_delay=4.680505749769509, ms=00098}
22:49:45.883411 run                             mass: MS performed LU  {at=2458691.5867744, lu_delay=6.007371181156486, ms=00097}
22:49:45.949327 run                             mass: MS performed LU  {at=2458691.652587421, lu_delay=22.788422335870564, ms=00068}
22:49:47.698979 run                             mass: MS performed LU  {at=2458693.402228469, lu_delay=4.721704429015517, ms=00099}
22:49:47.708402 run                             mass: Tests done {all_completed=True, max=22.788422335870564, min=3.5493151238188148}
22:49:47.714030 tst         register_default_mass.py: Test passed (85.6 sec)
22:49:47.719628 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.723064 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.726454 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.729823 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.733189 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.736560 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.739946 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.745492 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.748864 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.752244 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.755649 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.759045 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.762414 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.765871 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.769374 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.772779 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.776174 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.779611 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.783013 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.786442 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.790135 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.793567 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.796990 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.800406 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.803806 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.807208 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.810579 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.813962 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.817373 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.820780 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.824161 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.827569 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.830975 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.834359 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.837951 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.841589 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.844993 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.849224 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.852664 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.856643 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.860237 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.863789 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.867225 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.870661 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.874256 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.877707 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.881110 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.884493 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.888093 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.891777 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.895195 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.898607 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.901998 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.905550 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.908944 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.912338 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.915745 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.919140 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.922553 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.925942 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.929551 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.933028 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.936484 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.940108 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.943509 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.946940 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.950357 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.953752 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.957190 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.960596 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.964045 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.967448 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.970837 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.974252 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.977693 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.981093 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.984482 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.987905 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.991304 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.994682 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.998082 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.001475 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.004877 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.008250 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.011661 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.015050 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.018460 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.021848 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.025242 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.028651 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.032054 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.035466 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.038854 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.042251 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.046034 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.050142 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.053989 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.057380 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.060910 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.064283 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.067695 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.071095 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.074488 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.077955 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.081354 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.084776 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.088148 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.091551 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.094961 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.098355 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.101752 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.105156 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.108557 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.111961 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.115497 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.118883 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.122250 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.125630 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.129121 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.132490 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.135869 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.139245 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.142619 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.146028 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.149575 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.152969 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.156354 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.159642 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.162883 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.166111 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.169387 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.172605 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.175826 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.179053 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.182285 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.185522 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.188774 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.192056 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.195349 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.198593 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.201846 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.205128 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.208401 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.211660 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.214899 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.218144 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.221423 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.224685 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.227922 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.231154 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.234390 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.237632 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.240873 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.244104 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.247355 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.250674 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.254010 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.257521 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.260995 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.264376 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.267741 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.271137 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.274741 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.278128 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.281540 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.284916 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.288295 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.291693 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.295058 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.298421 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.301808 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.305194 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.308574 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.311954 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.315340 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.318719 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.322109 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.325506 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.328885 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.332260 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.335634 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.339021 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.342409 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.345796 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.349151 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.352532 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.355898 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.359295 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.362667 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.366073 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.369448 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.372818 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.376191 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.379570 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.382963 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.386436 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.389943 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.393468 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.396854 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.400216 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.403615 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.406985 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.410374 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.413753 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.417153 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.420531 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.423931 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.427318 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.430693 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.434104 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.437496 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.440876 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.444246 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.447656 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.449208 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.452963 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.454482 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.458245 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.459793 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.463554 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.465081 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.468843 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.470369 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.474123 ---      ParallelTerminationStrategy: PID 27 died...
22:49:48.475655 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.479446 ---      ParallelTerminationStrategy: PID 28 died...
22:49:48.480980 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.484792 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.486336 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.490115 ---      ParallelTerminationStrategy: PID 30 died...
22:49:48.491652 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.495453 ---      ParallelTerminationStrategy: PID 31 died...
22:49:48.496984 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.500811 ---      ParallelTerminationStrategy: PID 32 died...
22:49:48.502362 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.506164 ---      ParallelTerminationStrategy: PID 33 died...
22:49:48.507692 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.511499 ---      ParallelTerminationStrategy: PID 35 died...
22:49:48.513037 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.516831 ---      ParallelTerminationStrategy: PID 36 died...
22:49:48.518366 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.522164 ---      ParallelTerminationStrategy: PID 37 died...
22:49:48.523703 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.527511 ---      ParallelTerminationStrategy: PID 38 died...
22:49:48.529041 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.532826 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.534364 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.538142 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.539657 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.543403 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.544932 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.548684 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.550193 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.553990 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.555507 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.559273 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.560797 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.564416 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.565926 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.569643 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.571088 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.574797 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.576329 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.580023 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.581529 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.585308 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.586854 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.590628 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.592153 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.595913 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.597478 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.601275 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.602801 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.606585 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.608106 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.611879 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.613419 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.617198 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.618727 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.622517 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.624046 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.627859 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.629400 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.633177 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.634707 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.638524 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.640059 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.643847 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.645392 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.649201 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.650735 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.654523 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.656048 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.659854 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.661408 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.665199 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.666724 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.670508 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.672038 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.675853 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.677384 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.681182 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.682715 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.686506 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.688047 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.691852 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.693414 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.697286 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.698818 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.702611 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.704166 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.708002 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.709533 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.713347 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.714880 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.718673 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.720219 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.724029 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.725578 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.729371 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.730897 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.734642 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.736161 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.739916 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.741430 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.745187 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.746699 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.750445 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.751951 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.755697 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.757292 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.761036 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.762550 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.766295 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.767805 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.771530 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.773052 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.776842 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.778357 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.782098 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.783601 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.787329 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.788857 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.792675 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.794198 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.797973 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.799507 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.803300 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.804849 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.808606 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.810126 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.813898 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.815403 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.819195 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.820749 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.824544 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.826084 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.829862 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.831363 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.835046 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.836498 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.840083 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.841555 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.845165 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.846636 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.850227 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.851675 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.855295 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.856770 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.860340 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.861832 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.865488 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.866935 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.870645 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.872092 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.875661 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.877105 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.880708 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.882223 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.885964 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.887469 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.891104 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.892572 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.896145 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.897600 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.901177 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.902620 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.906184 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.907668 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.911385 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.912884 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.916562 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.918095 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.921822 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.923319 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.927055 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.928551 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.932259 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.933760 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.937325 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.938763 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.942311 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.943757 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.947326 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.948781 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.952336 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.953815 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.957381 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.958840 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.962431 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.963880 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.967482 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.968945 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.972612 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.974108 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.977682 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.979193 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.982964 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.984474 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.988219 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.989726 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.993491 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.995003 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.998742 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.000260 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.003988 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.005554 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.009277 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.010778 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.014527 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.016148 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.019897 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.021408 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.025183 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.026701 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.030412 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.031908 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.035631 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.037137 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.040948 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.042470 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.046253 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.047759 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.051572 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.053110 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.056924 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.058441 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.062200 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.063705 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.067602 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.069147 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.072922 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.074439 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.078195 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.079717 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.083499 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.085051 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.088846 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.090369 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.094143 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.095644 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.099396 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.100946 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.104729 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.106249 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.109994 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.111496 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.115247 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.116755 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.120523 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.122044 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.125786 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.127300 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.131067 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.132581 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.136419 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.137947 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.141727 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.143241 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.147024 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.148537 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.152328 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.153879 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.157629 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.159141 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.162877 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.164378 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.168158 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.169682 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.173507 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.175016 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.178791 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.180322 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.184091 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.185598 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.189313 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.190815 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.194568 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.196069 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.199810 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.201319 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.205080 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.206595 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.210352 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.211867 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.215649 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.217172 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.220927 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.222438 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.226220 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.227718 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.231481 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.233002 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.236769 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.238402 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.242177 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.243685 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.247460 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.249006 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.252746 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.254247 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.257998 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.259500 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.263216 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.264725 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.268470 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.270009 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.273737 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.275256 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.279002 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.280513 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.284375 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.285877 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.289615 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.291131 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.294898 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.296404 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.300135 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.301632 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.305386 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.306893 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.310677 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.312199 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.316008 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.317539 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.321275 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.322789 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.326510 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.328015 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.331806 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.333312 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.337046 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.338553 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.342287 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.343786 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.347524 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.349022 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.352790 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.354290 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.358035 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.359543 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.363280 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.364799 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.368517 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.370016 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.373794 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.375301 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.379034 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.380531 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.384248 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.385753 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.389493 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.390996 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.394768 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.396268 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.400001 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.401518 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.405403 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.406942 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.410761 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.412279 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.416065 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.417610 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.421435 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.422971 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.426729 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.428192 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.431818 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.433297 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.436955 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.438411 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.442074 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.443524 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.447210 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.448683 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.452324 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.453799 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.457473 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.458927 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.462548 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.463998 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.467631 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.469093 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.472771 ---      ParallelTerminationStrategy: PID 218 died...
22:49:49.474244 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.477947 ---      ParallelTerminationStrategy: PID 219 died...
22:49:49.479410 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.483101 ---      ParallelTerminationStrategy: PID 220 died...
22:49:49.484636 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.488310 ---      ParallelTerminationStrategy: PID 221 died...
22:49:49.489781 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.493452 ---      ParallelTerminationStrategy: PID 222 died...
22:49:49.494993 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.498863 ---      ParallelTerminationStrategy: PID 223 died...
22:49:49.500395 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.504228 ---      ParallelTerminationStrategy: PID 224 died...
22:49:49.505766 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.509566 ---      ParallelTerminationStrategy: PID 225 died...
22:49:49.511104 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.514939 ---      ParallelTerminationStrategy: PID 226 died...
22:49:49.516472 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.520317 ---      ParallelTerminationStrategy: PID 227 died...
22:49:49.521867 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.525701 ---      ParallelTerminationStrategy: PID 228 died...
22:49:49.527239 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.531117 ---      ParallelTerminationStrategy: PID 229 died...
22:49:49.532653 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.536451 ---      ParallelTerminationStrategy: PID 230 died...
22:49:49.537984 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.541778 ---      ParallelTerminationStrategy: PID 231 died...
22:49:49.543314 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.547167 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.548699 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.552506 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.554041 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.557862 ---      ParallelTerminationStrategy: PID 234 died...
22:49:49.559392 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.963151 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.972334 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7873 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.086736 tst                       trial-7873: Storing JUnit report in /build/trial-7873/run.2025-02-10_22-48-21/trial-7873.xml

--------------------------------------------------------------------------------------------
trial-7873 PASS
--------------------------------------------------------------------------------------------
22:49:53.098075 tst                       trial-7873: trial-7873: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.6 sec)
+ exit_code=0
+ rm -rf trial-7873/inst
+ cd trial-7873
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-10 22:48:21
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7873-run.tgz run.2025-02-10_22-48-21
+ tar czf /build/trial-7873-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-10_17_23_36.tgz osmo-bts-oc2g.build-2025-02-10_17_21_59.tgz osmo-bts-sysmo.build-2025-02-10_17_21_52.tgz osmo-bts.build-2025-02-10_17_22_08.tgz osmo-ggsn.build-2025-02-10_20_42_26.tgz osmo-hlr.build-2025-02-10_17_21_29.tgz osmo-hnbgw.build-2025-02-10_15_07_13.tgz osmo-mgw.build-2025-02-10_17_20_12.tgz osmo-msc.build-2025-02-10_17_27_08.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-10_07_40_46.tgz osmo-pcu-sysmo.build-2025-02-10_07_40_40.tgz osmo-pcu.build-2025-02-10_07_40_50.tgz osmo-sgsn.build-2025-02-10_20_48_01.tgz osmo-stp.build-2025-02-10_13_22_51.tgz osmo-trx.build-2025-02-10_14_28_09.tgz osmocom-bb.build-2025-02-10_21_17_29.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