Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins11290900231835102038.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-7869
+ 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.2s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:4e8b341584b401fa62367391a94506ca38fa04d25fecd7f5ce32a039113ed1e6 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=7870 -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-07 22:48:36
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7870
+ mkdir -p trial-7870
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-07_13_26_40.tgz osmo-bts-oc2g.build-2025-02-07_00_51_24.tgz osmo-bts-sysmo.build-2025-02-07_00_51_24.tgz osmo-bts.build-2025-02-07_00_51_37.tgz osmo-ggsn.build-2025-02-07_20_42_43.tgz osmo-hlr.build-2025-02-07_16_36_54.tgz osmo-hnbgw.build-2025-02-07_13_28_50.tgz osmo-mgw.build-2025-02-07_08_33_15.tgz osmo-msc.build-2025-02-07_13_34_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-07_07_41_27.tgz osmo-pcu-sysmo.build-2025-02-07_07_41_24.tgz osmo-pcu.build-2025-02-07_07_41_30.tgz osmo-sgsn.build-2025-02-07_20_48_07.tgz osmo-stp.build-2025-02-07_13_25_20.tgz osmo-trx.build-2025-02-07_14_29_19.tgz osmocom-bb.build-2025-02-07_21_17_15.tgz srslte.build-19.tgz trial-7870
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-07_13_26_40.md5 osmo-bts-oc2g.build-2025-02-07_00_51_24.md5 osmo-bts-sysmo.build-2025-02-07_00_51_24.md5 osmo-bts.build-2025-02-07_00_51_37.md5 osmo-ggsn.build-2025-02-07_20_42_43.md5 osmo-hlr.build-2025-02-07_16_36_54.md5 osmo-hnbgw.build-2025-02-07_13_28_50.md5 osmo-mgw.build-2025-02-07_08_33_15.md5 osmo-msc.build-2025-02-07_13_34_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-07_07_41_27.md5 osmo-pcu-sysmo.build-2025-02-07_07_41_24.md5 osmo-pcu.build-2025-02-07_07_41_30.md5 osmo-sgsn.build-2025-02-07_20_48_07.md5 osmo-stp.build-2025-02-07_13_25_20.md5 osmo-trx.build-2025-02-07_14_29_19.md5 osmocom-bb.build-2025-02-07_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-07_13_26_40.md5 osmo-bts-oc2g.build-2025-02-07_00_51_24.md5 osmo-bts-sysmo.build-2025-02-07_00_51_24.md5 osmo-bts.build-2025-02-07_00_51_37.md5 osmo-ggsn.build-2025-02-07_20_42_43.md5 osmo-hlr.build-2025-02-07_16_36_54.md5 osmo-hnbgw.build-2025-02-07_13_28_50.md5 osmo-mgw.build-2025-02-07_08_33_15.md5 osmo-msc.build-2025-02-07_13_34_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-07_07_41_27.md5 osmo-pcu-sysmo.build-2025-02-07_07_41_24.md5 osmo-pcu.build-2025-02-07_07_41_30.md5 osmo-sgsn.build-2025-02-07_20_48_07.md5 osmo-stp.build-2025-02-07_13_25_20.md5 osmo-trx.build-2025-02-07_14_29_19.md5 osmocom-bb.build-2025-02-07_21_17_15.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-7870 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7870'
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-7870
--------------------------------------------------------------------------------------------
22:48:36.375013 tst                       trial-7870: Detailed log at /build/trial-7870/run.2025-02-07_22-48-36/log

---------------------------------------------------------------------
trial-7870 netreg_mass
---------------------------------------------------------------------
22:48:36.579298 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:36.579667 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:36.580482 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:36.581750 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:36.617160 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:36.617936 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:36.619068 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:36.688112 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-7870 netreg_mass register_default_mass.py
----------------------------------------------
22:48:36.688853 tst       register_default_mass.py:9: Claiming resources for the test
22:48:36.704609 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.705193 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.705663 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.706109 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.706552 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.707016 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.707476 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:36.752742 tst         register_default_mass.py: using LAC 2
22:48:36.796395 tst         register_default_mass.py: using RAC 2
22:48:36.841282 tst         register_default_mass.py: using CellId 2
22:48:36.896352 tst         register_default_mass.py: using BVCI 3
22:48:36.908141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.908839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.909419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.909975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.910499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.911016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.911516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.912035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.912580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.913084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.913578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.914104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.914643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.915160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.915689 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.916221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.916749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.917283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.917803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.918326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.918860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.919386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.919905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.920443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.920983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.921502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.922032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.922560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.923075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.923592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.924128 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.924671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.925187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.925797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.926323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.926835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.927340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.927844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.928347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.928871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.929360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.929850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.930359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.930867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.931365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.931884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.932394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.932908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.933429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.933933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.934440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.934943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.935433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.935929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.936432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.936935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.937445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.937949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.938443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.938933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.939425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.939926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.940421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.940944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.941439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.941945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.942443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.942935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.943426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.943921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.944408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.944972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.945573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.946096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.946611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.947127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.947645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.948158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.948694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.949189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.949675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.950160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.950655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.951135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.951618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.952126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.952645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.953156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.953667 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.954186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.954680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.955173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.955678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.956178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.956664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.957166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.957652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.958140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.958642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.959129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.959612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.960164 tst      register_default_mass.py:21: Launching a simple network
22:48:36.969823 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:37.090702 run            create_hlr_db(pid=20): Launched
22:48:38.103013 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:38.121905 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:38.137576 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:38.143452 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:38.314767 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:38.330311 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:38.336055 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:38.762217 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:38.778016 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:41.793012 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:41.906274 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:41.921034 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:41.926581 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:41.949934 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:41.965300 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:41.971004 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:42.288363 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:42.303647 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:48.320913 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:48.472438 run         osmo-bts-virtual(pid=34): Launched
22:48:49.529268 tst         register_default_mass.py: using MSISDN 1001
22:48:49.545738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:49.668920 tst         register_default_mass.py: using MSISDN 1002
22:48:49.686889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:49.769459 tst         register_default_mass.py: using MSISDN 1003
22:48:49.775201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:49.855397 tst         register_default_mass.py: using MSISDN 1004
22:48:49.861269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:49.965989 tst         register_default_mass.py: using MSISDN 1005
22:48:49.974277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:50.077077 tst         register_default_mass.py: using MSISDN 1006
22:48:50.087980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:50.167314 tst         register_default_mass.py: using MSISDN 1007
22:48:50.177107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:50.260413 tst         register_default_mass.py: using MSISDN 1008
22:48:50.272550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:50.372043 tst         register_default_mass.py: using MSISDN 1009
22:48:50.379558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:50.490780 tst         register_default_mass.py: using MSISDN 1010
22:48:50.499253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:50.610619 tst         register_default_mass.py: using MSISDN 1011
22:48:50.616510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:50.723290 tst         register_default_mass.py: using MSISDN 1012
22:48:50.729816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:50.847632 tst         register_default_mass.py: using MSISDN 1013
22:48:50.853547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:50.964130 tst         register_default_mass.py: using MSISDN 1014
22:48:50.970167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:51.042628 tst         register_default_mass.py: using MSISDN 1015
22:48:51.064378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:51.140214 tst         register_default_mass.py: using MSISDN 1016
22:48:51.154267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:51.235746 tst         register_default_mass.py: using MSISDN 1017
22:48:51.241755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:51.312245 tst         register_default_mass.py: using MSISDN 1018
22:48:51.317987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:51.421194 tst         register_default_mass.py: using MSISDN 1019
22:48:51.428536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:51.493508 tst         register_default_mass.py: using MSISDN 1020
22:48:51.500660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:51.665235 tst         register_default_mass.py: using MSISDN 1021
22:48:51.677508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:51.743951 tst         register_default_mass.py: using MSISDN 1022
22:48:51.754089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:51.825898 tst         register_default_mass.py: using MSISDN 1023
22:48:51.845417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:51.933001 tst         register_default_mass.py: using MSISDN 1024
22:48:51.938757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:52.012548 tst         register_default_mass.py: using MSISDN 1025
22:48:52.022175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:52.085057 tst         register_default_mass.py: using MSISDN 1026
22:48:52.090963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:52.198218 tst         register_default_mass.py: using MSISDN 1027
22:48:52.203906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:52.283191 tst         register_default_mass.py: using MSISDN 1028
22:48:52.290031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:52.363899 tst         register_default_mass.py: using MSISDN 1029
22:48:52.375144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:52.464729 tst         register_default_mass.py: using MSISDN 1030
22:48:52.482221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:52.555170 tst         register_default_mass.py: using MSISDN 1031
22:48:52.566715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:52.649251 tst         register_default_mass.py: using MSISDN 1032
22:48:52.657196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:52.732573 tst         register_default_mass.py: using MSISDN 1033
22:48:52.743900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:52.820078 tst         register_default_mass.py: using MSISDN 1034
22:48:52.838308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:52.918264 tst         register_default_mass.py: using MSISDN 1035
22:48:52.924119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:52.996977 tst         register_default_mass.py: using MSISDN 1036
22:48:53.002908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:53.079344 tst         register_default_mass.py: using MSISDN 1037
22:48:53.086509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:53.187430 tst         register_default_mass.py: using MSISDN 1038
22:48:53.193313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:53.277216 tst         register_default_mass.py: using MSISDN 1039
22:48:53.282925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:53.349982 tst         register_default_mass.py: using MSISDN 1040
22:48:53.357400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:53.419753 tst         register_default_mass.py: using MSISDN 1041
22:48:53.440020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:53.510176 tst         register_default_mass.py: using MSISDN 1042
22:48:53.531563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:53.603792 tst         register_default_mass.py: using MSISDN 1043
22:48:53.610082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:53.675574 tst         register_default_mass.py: using MSISDN 1044
22:48:53.683734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:53.760145 tst         register_default_mass.py: using MSISDN 1045
22:48:53.782624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:53.861461 tst         register_default_mass.py: using MSISDN 1046
22:48:53.882972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:53.951718 tst         register_default_mass.py: using MSISDN 1047
22:48:53.972857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:54.048943 tst         register_default_mass.py: using MSISDN 1048
22:48:54.054843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:54.124404 tst         register_default_mass.py: using MSISDN 1049
22:48:54.130183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:54.194587 tst         register_default_mass.py: using MSISDN 1050
22:48:54.200515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:54.272496 tst         register_default_mass.py: using MSISDN 1051
22:48:54.278347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:54.361820 tst         register_default_mass.py: using MSISDN 1052
22:48:54.367695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:54.455317 tst         register_default_mass.py: using MSISDN 1053
22:48:54.461111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:54.553513 tst         register_default_mass.py: using MSISDN 1054
22:48:54.559450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:54.634166 tst         register_default_mass.py: using MSISDN 1055
22:48:54.639763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:54.719229 tst         register_default_mass.py: using MSISDN 1056
22:48:54.724875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:54.805436 tst         register_default_mass.py: using MSISDN 1057
22:48:54.812014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:54.903451 tst         register_default_mass.py: using MSISDN 1058
22:48:54.916366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:55.008630 tst         register_default_mass.py: using MSISDN 1059
22:48:55.014238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:55.111552 tst         register_default_mass.py: using MSISDN 1060
22:48:55.117445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:55.209184 tst         register_default_mass.py: using MSISDN 1061
22:48:55.215787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:55.324121 tst         register_default_mass.py: using MSISDN 1062
22:48:55.330160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:55.422368 tst         register_default_mass.py: using MSISDN 1063
22:48:55.429356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:55.509035 tst         register_default_mass.py: using MSISDN 1064
22:48:55.514709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:55.605772 tst         register_default_mass.py: using MSISDN 1065
22:48:55.611281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:55.695837 tst         register_default_mass.py: using MSISDN 1066
22:48:55.701479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:55.766218 tst         register_default_mass.py: using MSISDN 1067
22:48:55.771782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:55.839330 tst         register_default_mass.py: using MSISDN 1068
22:48:55.845130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:55.912395 tst         register_default_mass.py: using MSISDN 1069
22:48:55.919442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:55.983455 tst         register_default_mass.py: using MSISDN 1070
22:48:55.989071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:56.063713 tst         register_default_mass.py: using MSISDN 1071
22:48:56.069250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:56.138899 tst         register_default_mass.py: using MSISDN 1072
22:48:56.144849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:56.234129 tst         register_default_mass.py: using MSISDN 1073
22:48:56.243685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:56.310147 tst         register_default_mass.py: using MSISDN 1074
22:48:56.320866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:56.411456 tst         register_default_mass.py: using MSISDN 1075
22:48:56.419991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:56.485547 tst         register_default_mass.py: using MSISDN 1076
22:48:56.491461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:56.611624 tst         register_default_mass.py: using MSISDN 1077
22:48:56.618198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:57.090682 tst         register_default_mass.py: using MSISDN 1078
22:48:57.099958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:57.176647 tst         register_default_mass.py: using MSISDN 1079
22:48:57.197732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:57.264774 tst         register_default_mass.py: using MSISDN 1080
22:48:57.277238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:57.357012 tst         register_default_mass.py: using MSISDN 1081
22:48:57.368430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:57.451313 tst         register_default_mass.py: using MSISDN 1082
22:48:57.456993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:57.536229 tst         register_default_mass.py: using MSISDN 1083
22:48:57.552392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:57.628495 tst         register_default_mass.py: using MSISDN 1084
22:48:57.638416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:57.705072 tst         register_default_mass.py: using MSISDN 1085
22:48:57.710692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:57.785787 tst         register_default_mass.py: using MSISDN 1086
22:48:57.792883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:57.861130 tst         register_default_mass.py: using MSISDN 1087
22:48:57.874863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:57.951681 tst         register_default_mass.py: using MSISDN 1088
22:48:57.957240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:58.027393 tst         register_default_mass.py: using MSISDN 1089
22:48:58.049928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:58.132214 tst         register_default_mass.py: using MSISDN 1090
22:48:58.142050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:58.220672 tst         register_default_mass.py: using MSISDN 1091
22:48:58.226187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:58.309585 tst         register_default_mass.py: using MSISDN 1092
22:48:58.315619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:58.423012 tst         register_default_mass.py: using MSISDN 1093
22:48:58.428638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:58.498510 tst         register_default_mass.py: using MSISDN 1094
22:48:58.514178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:58.588328 tst         register_default_mass.py: using MSISDN 1095
22:48:58.598156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:58.667211 tst         register_default_mass.py: using MSISDN 1096
22:48:58.689431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:58.777164 tst         register_default_mass.py: using MSISDN 1097
22:48:58.798525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:58.865297 tst         register_default_mass.py: using MSISDN 1098
22:48:58.874894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:58.955109 tst         register_default_mass.py: using MSISDN 1099
22:48:58.977742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:59.046836 tst         register_default_mass.py: using MSISDN 1100
22:48:59.052979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:59.177869 run                             mass: Starting testcase
22:48:59.183805 run                             mass: Pre-launching all virtphy's
22:48:59.189559 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:59.203257 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:59.209560 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:59.223109 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:59.229926 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:59.243599 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:59.249949 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:59.263545 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:59.270195 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:59.283912 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:59.290743 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:59.304446 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:59.310970 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:59.324658 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:59.331109 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:59.344903 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:59.351627 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:59.365334 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:59.372961 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:59.386673 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:59.394964 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:59.409309 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:59.416751 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:59.430966 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:59.438098 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:59.451670 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:59.458107 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:59.471769 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:59.478115 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:59.491778 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:59.498029 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:59.511682 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:59.519144 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:59.532828 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:59.545002 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:59.559909 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:59.566758 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:59.580479 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:59.586909 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:59.600559 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:59.606964 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:59.620569 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:59.626967 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:59.640640 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:59.646916 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:59.660430 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:59.666835 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:59.680371 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:59.686745 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:59.700268 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:59.706515 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:59.719978 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:59.726171 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:59.739667 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:59.745955 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:59.759471 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:59.765678 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:59.779041 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:59.785301 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:59.798947 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:59.805375 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:59.818845 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:59.824964 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:59.837981 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:59.844041 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:59.857373 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:59.863665 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:59.876802 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:59.882859 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:59.895831 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:59.901876 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:59.914929 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:59.921079 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:59.934209 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:59.940316 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:59.953269 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:59.959212 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:59.972172 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:59.978166 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:59.991074 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:59.997073 run           osmo-ms-virt-phy/00040: Starting virtphy
22:49:00.010103 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:49:00.016174 run           osmo-ms-virt-phy/00041: Starting virtphy
22:49:00.029135 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:49:00.035157 run           osmo-ms-virt-phy/00042: Starting virtphy
22:49:00.048062 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:49:00.054204 run           osmo-ms-virt-phy/00043: Starting virtphy
22:49:00.067159 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:49:00.073272 run           osmo-ms-virt-phy/00044: Starting virtphy
22:49:00.086585 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:49:00.092774 run           osmo-ms-virt-phy/00045: Starting virtphy
22:49:00.106354 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:49:00.112592 run           osmo-ms-virt-phy/00046: Starting virtphy
22:49:00.125788 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:49:00.131959 run           osmo-ms-virt-phy/00047: Starting virtphy
22:49:00.145454 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:49:00.151587 run           osmo-ms-virt-phy/00048: Starting virtphy
22:49:00.164615 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:49:00.170751 run           osmo-ms-virt-phy/00049: Starting virtphy
22:49:00.183724 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:49:00.189699 run           osmo-ms-virt-phy/00050: Starting virtphy
22:49:00.202707 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:49:00.208770 run           osmo-ms-virt-phy/00051: Starting virtphy
22:49:00.221884 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:49:00.228036 run           osmo-ms-virt-phy/00052: Starting virtphy
22:49:00.241402 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:49:00.247600 run           osmo-ms-virt-phy/00053: Starting virtphy
22:49:00.261020 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:49:00.267230 run           osmo-ms-virt-phy/00054: Starting virtphy
22:49:00.280270 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:49:00.286465 run           osmo-ms-virt-phy/00055: Starting virtphy
22:49:00.299748 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:49:00.306000 run           osmo-ms-virt-phy/00056: Starting virtphy
22:49:00.318992 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:49:00.325009 run           osmo-ms-virt-phy/00057: Starting virtphy
22:49:00.338189 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:49:00.344256 run           osmo-ms-virt-phy/00058: Starting virtphy
22:49:00.357314 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:49:00.363405 run           osmo-ms-virt-phy/00059: Starting virtphy
22:49:00.376495 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:49:00.382487 run           osmo-ms-virt-phy/00060: Starting virtphy
22:49:00.395633 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:49:00.401743 run           osmo-ms-virt-phy/00061: Starting virtphy
22:49:00.414612 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:49:00.420551 run           osmo-ms-virt-phy/00062: Starting virtphy
22:49:00.433537 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:49:00.439632 run           osmo-ms-virt-phy/00063: Starting virtphy
22:49:00.452710 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:49:00.458677 run           osmo-ms-virt-phy/00064: Starting virtphy
22:49:00.471643 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:49:00.477783 run           osmo-ms-virt-phy/00065: Starting virtphy
22:49:00.490876 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:49:00.497141 run           osmo-ms-virt-phy/00066: Starting virtphy
22:49:00.510696 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:49:00.516733 run           osmo-ms-virt-phy/00067: Starting virtphy
22:49:00.529904 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:49:00.535992 run           osmo-ms-virt-phy/00068: Starting virtphy
22:49:00.548993 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:49:00.554935 run           osmo-ms-virt-phy/00069: Starting virtphy
22:49:00.568024 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:49:00.574297 run           osmo-ms-virt-phy/00070: Starting virtphy
22:49:00.587308 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:49:00.593309 run           osmo-ms-virt-phy/00071: Starting virtphy
22:49:00.606422 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:49:00.612399 run           osmo-ms-virt-phy/00072: Starting virtphy
22:49:00.625272 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:49:00.631211 run           osmo-ms-virt-phy/00073: Starting virtphy
22:49:00.644124 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:49:00.650135 run           osmo-ms-virt-phy/00074: Starting virtphy
22:49:00.663091 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:49:00.669171 run           osmo-ms-virt-phy/00075: Starting virtphy
22:49:00.682153 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:49:00.688130 run           osmo-ms-virt-phy/00076: Starting virtphy
22:49:00.701202 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:49:00.707365 run           osmo-ms-virt-phy/00077: Starting virtphy
22:49:00.720684 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:49:00.726880 run           osmo-ms-virt-phy/00078: Starting virtphy
22:49:00.740122 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:49:00.746213 run           osmo-ms-virt-phy/00079: Starting virtphy
22:49:00.759639 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:49:00.765795 run           osmo-ms-virt-phy/00080: Starting virtphy
22:49:00.778766 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:49:00.784889 run           osmo-ms-virt-phy/00081: Starting virtphy
22:49:00.798087 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:49:00.804430 run           osmo-ms-virt-phy/00082: Starting virtphy
22:49:00.817948 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:49:00.824173 run           osmo-ms-virt-phy/00083: Starting virtphy
22:49:00.837725 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:49:00.843915 run           osmo-ms-virt-phy/00084: Starting virtphy
22:49:00.857463 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:49:00.863709 run           osmo-ms-virt-phy/00085: Starting virtphy
22:49:00.877375 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:49:00.883580 run           osmo-ms-virt-phy/00086: Starting virtphy
22:49:00.897026 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:49:00.903262 run           osmo-ms-virt-phy/00087: Starting virtphy
22:49:00.916810 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:49:00.923019 run           osmo-ms-virt-phy/00088: Starting virtphy
22:49:00.936513 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:49:00.942733 run           osmo-ms-virt-phy/00089: Starting virtphy
22:49:00.956147 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:49:00.962264 run           osmo-ms-virt-phy/00090: Starting virtphy
22:49:00.975418 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:49:00.981565 run           osmo-ms-virt-phy/00091: Starting virtphy
22:49:00.995128 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:49:01.001355 run           osmo-ms-virt-phy/00092: Starting virtphy
22:49:01.014896 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:49:01.021266 run           osmo-ms-virt-phy/00093: Starting virtphy
22:49:01.034763 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:49:01.041088 run           osmo-ms-virt-phy/00094: Starting virtphy
22:49:01.054505 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:49:01.060703 run           osmo-ms-virt-phy/00095: Starting virtphy
22:49:01.074106 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:49:01.080304 run           osmo-ms-virt-phy/00096: Starting virtphy
22:49:01.093818 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:49:01.100032 run           osmo-ms-virt-phy/00097: Starting virtphy
22:49:01.113434 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:49:01.119654 run           osmo-ms-virt-phy/00098: Starting virtphy
22:49:01.147360 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:49:01.153560 run           osmo-ms-virt-phy/00099: Starting virtphy
22:49:01.246549 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:49:01.253031 run                             mass: Checking if sockets are in the filesystem
22:49:01.267108 run                osmo-ms-mob/00000: Starting mobile
22:49:01.282446 run       osmo-ms-mob/00000(pid=135): Launched
22:49:01.293991 run                             mass: MS start registered  {at=2199446.997332297, delay=0.005275702569633722, ms=00000}
22:49:05.467638 run                osmo-ms-mob/00001: Starting mobile
22:49:05.481402 run       osmo-ms-mob/00001(pid=136): Launched
22:49:05.495787 run                             mass: MS start registered  {at=2199451.19910171, delay=0.007996191270649433, ms=00001}
22:49:06.949074 run                             mass: MS performed LU  {at=2199452.652390767, lu_delay=5.6550584700889885, ms=00000}
22:49:07.266408 run                osmo-ms-mob/00002: Starting mobile
22:49:07.280266 run       osmo-ms-mob/00002(pid=137): Launched
22:49:07.291787 run                             mass: MS start registered  {at=2199452.995112835, delay=0.005199188832193613, ms=00002}
22:49:08.578870 run                osmo-ms-mob/00003: Starting mobile
22:49:08.592204 run       osmo-ms-mob/00003(pid=138): Launched
22:49:08.603170 run                             mass: MS start registered  {at=2199454.306519391, delay=0.0050285630859434605, ms=00003}
22:49:09.670931 run                osmo-ms-mob/00004: Starting mobile
22:49:09.684323 run       osmo-ms-mob/00004(pid=139): Launched
22:49:09.695526 run                             mass: MS start registered  {at=2199455.398871459, delay=0.004910171031951904, ms=00004}
22:49:10.670940 run                osmo-ms-mob/00005: Starting mobile
22:49:10.684404 run       osmo-ms-mob/00005(pid=140): Launched
22:49:10.696887 run                             mass: MS start registered  {at=2199456.400234259, delay=0.005939007271081209, ms=00005}
22:49:10.715153 run                             mass: MS performed LU  {at=2199456.4184886, lu_delay=5.219386889599264, ms=00001}
22:49:11.573139 run                osmo-ms-mob/00006: Starting mobile
22:49:11.595276 run       osmo-ms-mob/00006(pid=141): Launched
22:49:11.606045 run                             mass: MS start registered  {at=2199457.309393107, delay=0.0045461938716471195, ms=00006}
22:49:12.474485 run                osmo-ms-mob/00007: Starting mobile
22:49:12.487872 run       osmo-ms-mob/00007(pid=142): Launched
22:49:12.498906 run                             mass: MS start registered  {at=2199458.202257805, delay=0.0049045272171497345, ms=00007}
22:49:12.617688 run                             mass: MS performed LU  {at=2199458.320936277, lu_delay=5.325823442079127, ms=00002}
22:49:13.280498 run                osmo-ms-mob/00008: Starting mobile
22:49:13.293989 run       osmo-ms-mob/00008(pid=143): Launched
22:49:13.305433 run                             mass: MS start registered  {at=2199459.008773579, delay=0.005463887006044388, ms=00008}
22:49:13.968007 run                osmo-ms-mob/00009: Starting mobile
22:49:13.980994 run       osmo-ms-mob/00009(pid=144): Launched
22:49:13.991919 run                             mass: MS start registered  {at=2199459.695264401, delay=0.004659006837755442, ms=00009}
22:49:14.480959 run                             mass: MS performed LU  {at=2199460.184276028, lu_delay=5.877756637055427, ms=00003}
22:49:14.526960 run                             mass: MS performed LU  {at=2199460.230296435, lu_delay=4.831424975767732, ms=00004}
22:49:14.538697 run                osmo-ms-mob/00010: Starting mobile
22:49:14.552381 run       osmo-ms-mob/00010(pid=145): Launched
22:49:14.563605 run                             mass: MS start registered  {at=2199460.266952013, delay=0.004999039229005575, ms=00010}
22:49:15.267242 run                osmo-ms-mob/00011: Starting mobile
22:49:15.280850 run       osmo-ms-mob/00011(pid=146): Launched
22:49:15.291885 run                             mass: MS start registered  {at=2199460.99522914, delay=0.004811952821910381, ms=00011}
22:49:15.868840 run                osmo-ms-mob/00012: Starting mobile
22:49:15.883183 run       osmo-ms-mob/00012(pid=147): Launched
22:49:15.894615 run                             mass: MS start registered  {at=2199461.597964441, delay=0.004951415117830038, ms=00012}
22:49:16.382843 run                             mass: MS performed LU  {at=2199462.086099296, lu_delay=5.685865036677569, ms=00005}
22:49:16.399122 run                osmo-ms-mob/00013: Starting mobile
22:49:16.412252 run       osmo-ms-mob/00013(pid=148): Launched
22:49:16.423179 run                             mass: MS start registered  {at=2199462.126529662, delay=0.004937131889164448, ms=00013}
22:49:17.084685 run                osmo-ms-mob/00014: Starting mobile
22:49:17.099478 run       osmo-ms-mob/00014(pid=149): Launched
22:49:17.109968 run                             mass: MS start registered  {at=2199462.813319766, delay=0.004477820824831724, ms=00014}
22:49:17.666182 run                osmo-ms-mob/00015: Starting mobile
22:49:17.679265 run       osmo-ms-mob/00015(pid=150): Launched
22:49:17.690698 run                             mass: MS start registered  {at=2199463.394042933, delay=0.004900631960481405, ms=00015}
22:49:18.167212 run                osmo-ms-mob/00016: Starting mobile
22:49:18.181189 run       osmo-ms-mob/00016(pid=151): Launched
22:49:18.192183 run                             mass: MS start registered  {at=2199463.89553665, delay=0.004773783031851053, ms=00016}
22:49:18.247079 run                             mass: MS performed LU  {at=2199463.950397285, lu_delay=5.748139480128884, ms=00007}
22:49:18.292905 run                             mass: MS performed LU  {at=2199463.996236491, lu_delay=4.987462912220508, ms=00008}
22:49:18.666356 run                osmo-ms-mob/00017: Starting mobile
22:49:18.681235 run       osmo-ms-mob/00017(pid=152): Launched
22:49:18.692979 run                             mass: MS start registered  {at=2199464.3962973, delay=0.005272466689348221, ms=00017}
22:49:19.270412 run                osmo-ms-mob/00018: Starting mobile
22:49:19.283966 run       osmo-ms-mob/00018(pid=153): Launched
22:49:19.295146 run                             mass: MS start registered  {at=2199464.998493159, delay=0.004903040360659361, ms=00018}
22:49:19.671003 run                osmo-ms-mob/00019: Starting mobile
22:49:19.698142 run       osmo-ms-mob/00019(pid=154): Launched
22:49:19.716729 run                             mass: MS start registered  {at=2199465.420068421, delay=0.005548806861042976, ms=00019}
22:49:20.028165 run                             mass: MS performed LU  {at=2199465.731483866, lu_delay=4.736254726070911, ms=00011}
22:49:20.045809 run                             mass: MS performed LU  {at=2199465.749152881, lu_delay=6.053888480179012, ms=00009}
22:49:20.057410 run                osmo-ms-mob/00020: Starting mobile
22:49:20.070613 run       osmo-ms-mob/00020(pid=155): Launched
22:49:20.081934 run                             mass: MS start registered  {at=2199465.785278985, delay=0.005045834928750992, ms=00020}
22:49:20.148153 run                             mass: MS performed LU  {at=2199465.851478833, lu_delay=5.584526819642633, ms=00010}
22:49:20.680677 run                osmo-ms-mob/00021: Starting mobile
22:49:20.696087 run       osmo-ms-mob/00021(pid=156): Launched
22:49:20.707335 run                             mass: MS start registered  {at=2199466.410683085, delay=0.005032265093177557, ms=00021}
22:49:21.067000 run                osmo-ms-mob/00022: Starting mobile
22:49:21.081176 run       osmo-ms-mob/00022(pid=157): Launched
22:49:21.093141 run                             mass: MS start registered  {at=2199466.796466403, delay=0.005591612309217453, ms=00022}
22:49:21.567010 run                osmo-ms-mob/00023: Starting mobile
22:49:21.580515 run       osmo-ms-mob/00023(pid=158): Launched
22:49:21.591797 run                             mass: MS start registered  {at=2199467.295140881, delay=0.005079996306449175, ms=00023}
22:49:21.947500 run                             mass: MS performed LU  {at=2199467.650760401, lu_delay=6.05279596010223, ms=00012}
22:49:21.960576 run                osmo-ms-mob/00024: Starting mobile
22:49:21.974209 run       osmo-ms-mob/00024(pid=159): Launched
22:49:21.986075 run                             mass: MS start registered  {at=2199467.689417116, delay=0.0054227630607783794, ms=00024}
22:49:22.012439 run                             mass: MS performed LU  {at=2199467.715777187, lu_delay=5.589247525203973, ms=00013}
22:49:22.059002 run                             mass: MS performed LU  {at=2199467.762337129, lu_delay=4.949017363134772, ms=00014}
22:49:22.466277 run                osmo-ms-mob/00025: Starting mobile
22:49:22.479198 run       osmo-ms-mob/00025(pid=160): Launched
22:49:22.490722 run                             mass: MS start registered  {at=2199468.194055445, delay=0.0026127989403903484, ms=00025}
22:49:22.874612 run                osmo-ms-mob/00026: Starting mobile
22:49:22.888412 run       osmo-ms-mob/00026(pid=161): Launched
22:49:22.899844 run                             mass: MS start registered  {at=2199468.603193065, delay=0.00509899714961648, ms=00026}
22:49:23.277761 run                osmo-ms-mob/00027: Starting mobile
22:49:23.291553 run       osmo-ms-mob/00027(pid=162): Launched
22:49:23.303394 run                             mass: MS start registered  {at=2199469.006732566, delay=0.0054848878644406796, ms=00027}
22:49:23.666870 run                osmo-ms-mob/00028: Starting mobile
22:49:23.680764 run       osmo-ms-mob/00028(pid=163): Launched
22:49:23.691877 run                             mass: MS start registered  {at=2199469.395232814, delay=0.004681773949414492, ms=00028}
22:49:23.913897 run                             mass: MS performed LU  {at=2199469.617226843, lu_delay=5.721690192818642, ms=00016}
22:49:23.959852 run                             mass: MS performed LU  {at=2199469.663171258, lu_delay=6.269128324929625, ms=00015}
22:49:23.971080 run                osmo-ms-mob/00029: Starting mobile
22:49:23.984115 run       osmo-ms-mob/00029(pid=164): Launched
22:49:23.995001 run                             mass: MS start registered  {at=2199469.698352892, delay=0.004762022756040096, ms=00029}
22:49:24.029197 run                             mass: MS performed LU  {at=2199469.732530188, lu_delay=5.336232888046652, ms=00017}
22:49:24.047842 run                             mass: MS performed LU  {at=2199469.751179843, lu_delay=4.752686684019864, ms=00018}
22:49:24.467021 run                osmo-ms-mob/00030: Starting mobile
22:49:24.480878 run       osmo-ms-mob/00030(pid=165): Launched
22:49:24.492395 run                             mass: MS start registered  {at=2199470.195746238, delay=0.0051094419322907925, ms=00030}
22:49:24.876283 run                osmo-ms-mob/00031: Starting mobile
22:49:24.890633 run       osmo-ms-mob/00031(pid=166): Launched
22:49:24.901929 run                             mass: MS start registered  {at=2199470.605273543, delay=0.00509356614202261, ms=00031}
22:49:25.172453 run                osmo-ms-mob/00032: Starting mobile
22:49:25.198272 run       osmo-ms-mob/00032(pid=167): Launched
22:49:25.217698 run                             mass: MS start registered  {at=2199470.921022431, delay=0.0072012911550700665, ms=00032}
22:49:25.568822 run                osmo-ms-mob/00033: Starting mobile
22:49:25.582670 run       osmo-ms-mob/00033(pid=168): Launched
22:49:25.594557 run                             mass: MS start registered  {at=2199471.297886066, delay=0.005365055985748768, ms=00033}
22:49:25.713176 run                             mass: MS performed LU  {at=2199471.416510723, lu_delay=5.631231738254428, ms=00020}
22:49:25.778399 run                             mass: MS performed LU  {at=2199471.481734111, lu_delay=4.68526770779863, ms=00022}
22:49:25.824890 run                             mass: MS performed LU  {at=2199471.528228133, lu_delay=5.117545047774911, ms=00021}
22:49:25.836373 run                osmo-ms-mob/00034: Starting mobile
22:49:25.850422 run       osmo-ms-mob/00034(pid=169): Launched
22:49:25.861989 run                             mass: MS start registered  {at=2199471.565332139, delay=0.00523671880364418, ms=00034}
22:49:25.967952 run                             mass: MS performed LU  {at=2199471.67128635, lu_delay=6.2512179291807115, ms=00019}
22:49:26.268844 run                osmo-ms-mob/00035: Starting mobile
22:49:26.282635 run       osmo-ms-mob/00035(pid=170): Launched
22:49:26.294642 run                             mass: MS start registered  {at=2199471.997933589, delay=0.005648948717862368, ms=00035}
22:49:26.666535 run                osmo-ms-mob/00036: Starting mobile
22:49:26.680802 run       osmo-ms-mob/00036(pid=171): Launched
22:49:26.692816 run                             mass: MS start registered  {at=2199472.396150427, delay=0.005501874722540379, ms=00036}
22:49:27.066656 run                osmo-ms-mob/00037: Starting mobile
22:49:27.080397 run       osmo-ms-mob/00037(pid=172): Launched
22:49:27.092223 run                             mass: MS start registered  {at=2199472.795556941, delay=0.005561105906963348, ms=00037}
22:49:27.366997 run                osmo-ms-mob/00038: Starting mobile
22:49:27.382270 run       osmo-ms-mob/00038(pid=173): Launched
22:49:27.398681 run                             mass: MS start registered  {at=2199473.101997307, delay=0.00897716311737895, ms=00038}
22:49:27.707453 run                osmo-ms-mob/00039: Starting mobile
22:49:27.723547 run       osmo-ms-mob/00039(pid=174): Launched
22:49:27.731394 run                             mass: MS performed LU  {at=2199473.434748772, lu_delay=6.13960789097473, ms=00023}
22:49:27.737887 run                             mass: MS performed LU  {at=2199473.441246565, lu_delay=5.751829449087381, ms=00024}
22:49:27.743871 run                             mass: MS start registered  {at=2199473.447235061, delay=0.012510222848504782, ms=00039}
22:49:27.795223 run                             mass: MS performed LU  {at=2199473.498555627, lu_delay=5.304500182159245, ms=00025}
22:49:27.806740 run                osmo-ms-mob/00040: Starting mobile
22:49:27.819987 run       osmo-ms-mob/00040(pid=175): Launched
22:49:27.826438 run                             mass: MS performed LU  {at=2199473.529794671, lu_delay=4.926601605955511, ms=00026}
22:49:27.832492 run                             mass: MS start registered  {at=2199473.535855771, delay=0.006081069819629192, ms=00040}
22:49:28.104384 run                             mass: MS performed LU  {at=2199473.807719024, lu_delay=4.800986458081752, ms=00027}
22:49:28.116328 run                osmo-ms-mob/00041: Starting mobile
22:49:28.130133 run       osmo-ms-mob/00041(pid=176): Launched
22:49:28.141628 run                             mass: MS start registered  {at=2199473.844973927, delay=0.005219269078224897, ms=00041}
22:49:28.667426 run                osmo-ms-mob/00042: Starting mobile
22:49:28.680891 run       osmo-ms-mob/00042(pid=177): Launched
22:49:28.692329 run                             mass: MS start registered  {at=2199474.395681047, delay=0.0048309327103197575, ms=00042}
22:49:29.067038 run                osmo-ms-mob/00043: Starting mobile
22:49:29.083055 run       osmo-ms-mob/00043(pid=178): Launched
22:49:29.094715 run                             mass: MS start registered  {at=2199474.798059181, delay=0.005208049900829792, ms=00043}
22:49:29.371501 run                osmo-ms-mob/00044: Starting mobile
22:49:29.391814 run       osmo-ms-mob/00044(pid=179): Launched
22:49:29.403814 run                             mass: MS start registered  {at=2199475.107162457, delay=3.098789602518082e-05, ms=00044}
22:49:29.479650 run                             mass: MS performed LU  {at=2199475.182969586, lu_delay=5.787736772093922, ms=00028}
22:49:29.544527 run                             mass: MS performed LU  {at=2199475.247858509, lu_delay=5.052112271077931, ms=00030}
22:49:29.556295 run                osmo-ms-mob/00045: Starting mobile
22:49:29.570080 run       osmo-ms-mob/00045(pid=180): Launched
22:49:29.581504 run                             mass: MS start registered  {at=2199475.28485232, delay=0.0051204427145421505, ms=00045}
22:49:29.590017 run                             mass: MS performed LU  {at=2199475.293357911, lu_delay=4.6880843681283295, ms=00031}
22:49:29.733717 run                             mass: MS performed LU  {at=2199475.437050615, lu_delay=5.738697723019868, ms=00029}
22:49:29.745726 run                osmo-ms-mob/00046: Starting mobile
22:49:29.759792 run       osmo-ms-mob/00046(pid=181): Launched
22:49:29.771427 run                             mass: MS start registered  {at=2199475.474772903, delay=0.005281659308820963, ms=00046}
22:49:30.266732 run                osmo-ms-mob/00047: Starting mobile
22:49:30.280817 run       osmo-ms-mob/00047(pid=182): Launched
22:49:30.293079 run                             mass: MS start registered  {at=2199475.996410533, delay=0.005844232626259327, ms=00047}
22:49:30.566930 run                osmo-ms-mob/00048: Starting mobile
22:49:30.581032 run       osmo-ms-mob/00048(pid=183): Launched
22:49:30.592210 run                             mass: MS start registered  {at=2199476.295549768, delay=0.00508292019367218, ms=00048}
22:49:30.878402 run                osmo-ms-mob/00049: Starting mobile
22:49:30.893109 run       osmo-ms-mob/00049(pid=184): Launched
22:49:30.904762 run                             mass: MS start registered  {at=2199476.608110394, delay=0.005329195875674486, ms=00049}
22:49:31.167256 run                osmo-ms-mob/00050: Starting mobile
22:49:31.180961 run       osmo-ms-mob/00050(pid=185): Launched
22:49:31.194000 run                             mass: MS start registered  {at=2199476.897342805, delay=0.006311006844043732, ms=00050}
22:49:31.445773 run                             mass: MS performed LU  {at=2199477.149074769, lu_delay=5.151141180191189, ms=00035}
22:49:31.492334 run                             mass: MS performed LU  {at=2199477.195638758, lu_delay=4.799488331191242, ms=00036}
22:49:31.517320 run                osmo-ms-mob/00051: Starting mobile
22:49:31.536470 run       osmo-ms-mob/00051(pid=186): Launched
22:49:31.553197 run                             mass: MS start registered  {at=2199477.256521653, delay=0.009875276125967503, ms=00051}
22:49:31.560666 run                             mass: MS performed LU  {at=2199477.263990672, lu_delay=6.3429682408459485, ms=00032}
22:49:31.579757 run                             mass: MS performed LU  {at=2199477.28308647, lu_delay=5.985200403723866, ms=00033}
22:49:31.594141 run                osmo-ms-mob/00052: Starting mobile
22:49:31.608827 run       osmo-ms-mob/00052(pid=187): Launched
22:49:31.622282 run                             mass: MS start registered  {at=2199477.325599615, delay=0.004848359152674675, ms=00052}
22:49:31.638006 run                             mass: MS performed LU  {at=2199477.341343494, lu_delay=5.7760113552212715, ms=00034}
22:49:31.889067 run                             mass: MS performed LU  {at=2199477.592379446, lu_delay=4.796822505071759, ms=00037}
22:49:31.906683 run                osmo-ms-mob/00053: Starting mobile
22:49:31.925952 run       osmo-ms-mob/00053(pid=188): Launched
22:49:31.947124 run                             mass: MS start registered  {at=2199477.650432539, delay=0.010936909355223179, ms=00053}
22:49:32.473272 run                osmo-ms-mob/00054: Starting mobile
22:49:32.491548 run       osmo-ms-mob/00054(pid=189): Launched
22:49:32.507544 run                             mass: MS start registered  {at=2199478.210881017, delay=3.827409818768501e-05, ms=00054}
22:49:32.767769 run                osmo-ms-mob/00055: Starting mobile
22:49:32.784321 run       osmo-ms-mob/00055(pid=190): Launched
22:49:32.798039 run                             mass: MS start registered  {at=2199478.501355031, delay=0.006268393248319626, ms=00055}
22:49:33.067435 run                osmo-ms-mob/00056: Starting mobile
22:49:33.083437 run       osmo-ms-mob/00056(pid=191): Launched
22:49:33.097487 run                             mass: MS start registered  {at=2199478.800820218, delay=0.004847448784857988, ms=00056}
22:49:33.245153 run                             mass: MS performed LU  {at=2199478.948461152, lu_delay=5.412605381105095, ms=00040}
22:49:33.310506 run                             mass: MS performed LU  {at=2199479.013808111, lu_delay=5.168834184296429, ms=00041}
22:49:33.327359 run                osmo-ms-mob/00057: Starting mobile
22:49:33.350070 run       osmo-ms-mob/00057(pid=192): Launched
22:49:33.418353 run                             mass: MS performed LU  {at=2199479.121706219, lu_delay=6.019708911888301, ms=00038}
22:49:33.424469 run                             mass: MS start registered  {at=2199479.127833712, delay=0.0061506228521466255, ms=00057}
22:49:33.499170 run                             mass: MS performed LU  {at=2199479.20250071, lu_delay=5.755265648942441, ms=00039}
22:49:33.554865 run                             mass: MS performed LU  {at=2199479.258174242, lu_delay=21.948781135026366, ms=00006}
22:49:33.572144 run                osmo-ms-mob/00058: Starting mobile
22:49:33.590850 run       osmo-ms-mob/00058(pid=193): Launched
22:49:33.600503 run                             mass: MS performed LU  {at=2199479.303851891, lu_delay=4.90817084396258, ms=00042}
22:49:33.608731 run                             mass: MS start registered  {at=2199479.312090404, delay=0.008267655968666077, ms=00058}
22:49:34.068722 run                osmo-ms-mob/00059: Starting mobile
22:49:34.085960 run       osmo-ms-mob/00059(pid=194): Launched
22:49:34.099597 run                             mass: MS start registered  {at=2199479.80293645, delay=0.0056968261487782, ms=00059}
22:49:34.373461 run                osmo-ms-mob/00060: Starting mobile
22:49:34.404458 run       osmo-ms-mob/00060(pid=195): Launched
22:49:34.418795 run                             mass: MS start registered  {at=2199480.1221407, delay=0.0035678930580615997, ms=00060}
22:49:34.771201 run                osmo-ms-mob/00061: Starting mobile
22:49:34.789618 run       osmo-ms-mob/00061(pid=196): Launched
22:49:34.808612 run                             mass: MS start registered  {at=2199480.511949252, delay=0.0092875468544662, ms=00061}
22:49:35.070483 run                osmo-ms-mob/00062: Starting mobile
22:49:35.089453 run       osmo-ms-mob/00062(pid=197): Launched
22:49:35.109835 run                             mass: MS performed LU  {at=2199480.813145382, lu_delay=5.338372478727251, ms=00046}
22:49:35.122550 run                             mass: MS start registered  {at=2199480.825910647, delay=0.02395958872511983, ms=00062}
22:49:35.257347 run                             mass: MS performed LU  {at=2199480.960658162, lu_delay=5.675805842038244, ms=00045}
22:49:35.276925 run                osmo-ms-mob/00063: Starting mobile
22:49:35.294275 run       osmo-ms-mob/00063(pid=198): Launched
22:49:35.308073 run                             mass: MS start registered  {at=2199481.011397527, delay=0.0059601482935249805, ms=00063}
22:49:35.401319 run                             mass: MS performed LU  {at=2199481.104622134, lu_delay=4.809072365984321, ms=00048}
22:49:35.418652 run                             mass: MS performed LU  {at=2199481.12197179, lu_delay=5.12556125735864, ms=00047}
22:49:35.773197 run                osmo-ms-mob/00064: Starting mobile
22:49:35.792315 run       osmo-ms-mob/00064(pid=199): Launched
22:49:35.813750 run                             mass: MS start registered  {at=2199481.517064312, delay=0.01290206192061305, ms=00064}
22:49:36.133996 run                             mass: MS performed LU  {at=2199481.837307418, lu_delay=7.039248237386346, ms=00043}
22:49:36.159495 run                osmo-ms-mob/00065: Starting mobile
22:49:36.177842 run       osmo-ms-mob/00065(pid=200): Launched
22:49:36.199636 run                             mass: MS start registered  {at=2199481.90296581, delay=0.011251291260123253, ms=00065}
22:49:36.682763 run                osmo-ms-mob/00066: Starting mobile
22:49:36.698765 run       osmo-ms-mob/00066(pid=201): Launched
22:49:36.708550 run                             mass: Starting too slowly. Moving on {now=2199482.411914284, sleep=-0.1480860449373722, target=2199482.263828239}
22:49:36.716493 run                             mass: MS performed LU  {at=2199482.419845072, lu_delay=4.208964054938406, ms=00054}
22:49:36.724341 run                             mass: Starting too slowly. Moving on {now=2199482.427707461, sleep=-0.06387922214344144, target=2199482.363828239}
22:49:36.735848 run                             mass: MS start registered  {at=2199482.439203985, delay=0.027292344253510237, ms=00066}
22:49:36.869790 run                osmo-ms-mob/00067: Starting mobile
22:49:36.888500 run       osmo-ms-mob/00067(pid=202): Launched
22:49:36.909045 run                             mass: MS start registered  {at=2199482.612351187, delay=0.011934771202504635, ms=00067}
22:49:37.168376 run                osmo-ms-mob/00068: Starting mobile
22:49:37.184483 run       osmo-ms-mob/00068(pid=203): Launched
22:49:37.197958 run                             mass: MS start registered  {at=2199482.901301553, delay=0.006000312976539135, ms=00068}
22:49:37.246280 run                             mass: MS performed LU  {at=2199482.949596504, lu_delay=6.052253699395806, ms=00050}
22:49:37.265279 run                             mass: MS performed LU  {at=2199482.96856414, lu_delay=5.318131600972265, ms=00053}
22:49:37.320377 run                             mass: MS performed LU  {at=2199483.023692472, lu_delay=5.69809285691008, ms=00052}
22:49:37.339486 run                osmo-ms-mob/00069: Starting mobile
22:49:37.363804 run       osmo-ms-mob/00069(pid=204): Launched
22:49:37.378885 run                             mass: MS performed LU  {at=2199483.082226699, lu_delay=6.474116305354983, ms=00049}
22:49:37.393348 run                             mass: MS performed LU  {at=2199483.09670141, lu_delay=5.840179757215083, ms=00051}
22:49:37.403045 run                             mass: MS start registered  {at=2199483.106395398, delay=0.024205210618674755, ms=00069}
22:49:38.041745 run                osmo-ms-mob/00070: Starting mobile
22:49:38.057731 run       osmo-ms-mob/00070(pid=205): Launched
22:49:38.065449 run                             mass: Starting too slowly. Moving on {now=2199483.768815029, sleep=-0.004986788611859083, target=2199483.7638282403}
22:49:38.072645 run                             mass: MS start registered  {at=2199483.775986922, delay=0.00717445882037282, ms=00070}
22:49:38.374605 run                osmo-ms-mob/00071: Starting mobile
22:49:38.393013 run       osmo-ms-mob/00071(pid=206): Launched
22:49:38.414964 run                             mass: MS start registered  {at=2199484.118272655, delay=0.012607372365891933, ms=00071}
22:49:38.585097 run                             mass: MS performed LU  {at=2199484.288429782, lu_delay=4.166289081797004, ms=00060}
22:49:38.767606 run                osmo-ms-mob/00072: Starting mobile
22:49:38.783285 run       osmo-ms-mob/00072(pid=207): Launched
22:49:38.796595 run                             mass: MS start registered  {at=2199484.499940039, delay=0.005790154915302992, ms=00072}
22:49:38.843138 run                             mass: MS performed LU  {at=2199484.546460419, lu_delay=5.234370015095919, ms=00058}
22:49:39.168434 run                osmo-ms-mob/00073: Starting mobile
22:49:39.185652 run       osmo-ms-mob/00073(pid=208): Launched
22:49:39.193484 run                             mass: MS performed LU  {at=2199484.896838579, lu_delay=5.093902128748596, ms=00059}
22:49:39.201610 run                             mass: MS performed LU  {at=2199484.904971406, lu_delay=6.403616374824196, ms=00055}
22:49:39.209388 run                             mass: MS start registered  {at=2199484.912751329, delay=0.015935784205794334, ms=00073}
22:49:39.346403 run                             mass: MS performed LU  {at=2199485.04973612, lu_delay=5.921902407892048, ms=00057}
22:49:39.361111 run                osmo-ms-mob/00074: Starting mobile
22:49:39.378125 run       osmo-ms-mob/00074(pid=209): Launched
22:49:39.391727 run                             mass: MS start registered  {at=2199485.095071014, delay=0.005317966919392347, ms=00074}
22:49:39.401527 run                             mass: MS performed LU  {at=2199485.104843085, lu_delay=6.304022867232561, ms=00056}
22:49:39.968092 run                osmo-ms-mob/00075: Starting mobile
22:49:39.985116 run       osmo-ms-mob/00075(pid=210): Launched
22:49:40.000373 run                             mass: MS start registered  {at=2199485.703705397, delay=0.006639828905463219, ms=00075}
22:49:40.467778 run                osmo-ms-mob/00076: Starting mobile
22:49:40.484675 run       osmo-ms-mob/00076(pid=211): Launched
22:49:40.500960 run                             mass: MS start registered  {at=2199486.204294649, delay=0.008524631150066853, ms=00076}
22:49:40.721688 run                             mass: MS performed LU  {at=2199486.42502235, lu_delay=4.522056540008634, ms=00065}
22:49:40.776598 run                             mass: MS performed LU  {at=2199486.479909141, lu_delay=4.962844829075038, ms=00064}
22:49:40.803195 run                osmo-ms-mob/00077: Starting mobile
22:49:40.835805 run       osmo-ms-mob/00077(pid=212): Launched
22:49:40.851368 run                             mass: MS performed LU  {at=2199486.554708004, lu_delay=6.042758752126247, ms=00061}
22:49:40.860833 run                             mass: MS performed LU  {at=2199486.564193956, lu_delay=5.7382833091542125, ms=00062}
22:49:40.869735 run                             mass: MS start registered  {at=2199486.57309564, delay=0.018423954024910927, ms=00077}
22:49:41.104324 run                             mass: MS performed LU  {at=2199486.807654981, lu_delay=5.796257453970611, ms=00063}
22:49:41.368707 run                osmo-ms-mob/00078: Starting mobile
22:49:41.386658 run       osmo-ms-mob/00078(pid=213): Launched
22:49:41.401313 run                             mass: MS start registered  {at=2199487.104615254, delay=0.00629767682403326, ms=00078}
22:49:41.766841 run                osmo-ms-mob/00079: Starting mobile
22:49:41.782277 run       osmo-ms-mob/00079(pid=214): Launched
22:49:41.795640 run                             mass: MS start registered  {at=2199487.498984267, delay=0.00567585788667202, ms=00079}
22:49:42.267785 run                osmo-ms-mob/00080: Starting mobile
22:49:42.284476 run       osmo-ms-mob/00080(pid=215): Launched
22:49:42.297898 run                             mass: MS start registered  {at=2199488.001229617, delay=0.005881730001419783, ms=00080}
22:49:42.769097 run                osmo-ms-mob/00081: Starting mobile
22:49:42.784526 run       osmo-ms-mob/00081(pid=216): Launched
22:49:42.797560 run                             mass: MS start registered  {at=2199488.500883327, delay=0.0056946007534861565, ms=00081}
22:49:42.960219 run                             mass: MS performed LU  {at=2199488.663538415, lu_delay=6.224334429949522, ms=00066}
22:49:42.978704 run                             mass: MS performed LU  {at=2199488.682033797, lu_delay=4.906046874821186, ms=00070}
22:49:43.093231 run                             mass: MS performed LU  {at=2199488.796534115, lu_delay=6.184182927943766, ms=00067}
22:49:43.108174 run                osmo-ms-mob/00082: Starting mobile
22:49:43.126514 run       osmo-ms-mob/00082(pid=217): Launched
22:49:43.137397 run                             mass: MS performed LU  {at=2199488.840748682, lu_delay=4.722476026974618, ms=00071}
22:49:43.145128 run                             mass: MS start registered  {at=2199488.848489105, delay=0.007766027934849262, ms=00082}
22:49:43.185822 run                             mass: MS performed LU  {at=2199488.889155683, lu_delay=5.782760285306722, ms=00069}
22:49:43.768362 run                osmo-ms-mob/00083: Starting mobile
22:49:43.784806 run       osmo-ms-mob/00083(pid=218): Launched
22:49:43.797946 run                             mass: MS start registered  {at=2199489.501288527, delay=0.0044098771177232265, ms=00083}
22:49:44.272772 run                osmo-ms-mob/00084: Starting mobile
22:49:44.294136 run       osmo-ms-mob/00084(pid=219): Launched
22:49:44.310548 run                             mass: MS start registered  {at=2199490.013881351, delay=0.006890580989420414, ms=00084}
22:49:44.542897 run                             mass: MS performed LU  {at=2199490.246220969, lu_delay=5.333469639997929, ms=00073}
22:49:44.561095 run                             mass: MS performed LU  {at=2199490.264429951, lu_delay=4.560724554117769, ms=00075}
22:49:44.616739 run                             mass: MS performed LU  {at=2199490.320070224, lu_delay=5.820130184758455, ms=00072}
22:49:44.630629 run                osmo-ms-mob/00085: Starting mobile
22:49:44.647683 run       osmo-ms-mob/00085(pid=220): Launched
22:49:44.660732 run                             mass: MS start registered  {at=2199490.364079755, delay=0.0055099548771977425, ms=00085}
22:49:44.870422 run                             mass: MS performed LU  {at=2199490.573752678, lu_delay=5.47868166398257, ms=00074}
22:49:45.366602 run                osmo-ms-mob/00086: Starting mobile
22:49:45.380433 run       osmo-ms-mob/00086(pid=221): Launched
22:49:45.392230 run                             mass: MS start registered  {at=2199491.09558292, delay=0.005388995166867971, ms=00086}
22:49:45.966730 run                osmo-ms-mob/00087: Starting mobile
22:49:45.981339 run       osmo-ms-mob/00087(pid=222): Launched
22:49:45.993782 run                             mass: MS start registered  {at=2199491.697123976, delay=0.006126239895820618, ms=00087}
22:49:46.491007 run                             mass: MS performed LU  {at=2199492.194321817, lu_delay=5.62122617661953, ms=00077}
22:49:46.516489 run                osmo-ms-mob/00088: Starting mobile
22:49:46.546963 run       osmo-ms-mob/00088(pid=223): Launched
22:49:46.561442 run                             mass: MS performed LU  {at=2199492.264784759, lu_delay=6.060490109957755, ms=00076}
22:49:46.574856 run                             mass: MS performed LU  {at=2199492.278212341, lu_delay=5.173597087152302, ms=00078}
22:49:46.588184 run                             mass: MS start registered  {at=2199492.291538389, delay=0.02678880002349615, ms=00088}
22:49:46.624307 run                             mass: MS performed LU  {at=2199492.327626023, lu_delay=4.828641755972058, ms=00079}
22:49:47.182236 run                osmo-ms-mob/00089: Starting mobile
22:49:47.207209 run       osmo-ms-mob/00089(pid=224): Launched
22:49:47.227502 run                             mass: MS start registered  {at=2199492.930847119, delay=3.286590799689293e-05, ms=00089}
22:49:47.766322 run                osmo-ms-mob/00090: Starting mobile
22:49:47.781161 run       osmo-ms-mob/00090(pid=225): Launched
22:49:47.794117 run                             mass: MS start registered  {at=2199493.497462348, delay=0.005699038039892912, ms=00090}
22:49:48.290402 run                             mass: MS performed LU  {at=2199493.993724495, lu_delay=5.992494878359139, ms=00080}
22:49:48.308856 run                             mass: MS performed LU  {at=2199494.01218596, lu_delay=4.510897432919592, ms=00083}
22:49:48.322846 run                osmo-ms-mob/00091: Starting mobile
22:49:48.338907 run       osmo-ms-mob/00091(pid=226): Launched
22:49:48.351644 run                             mass: MS start registered  {at=2199494.054983989, delay=0.005384017713367939, ms=00091}
22:49:48.419911 run                             mass: MS performed LU  {at=2199494.123234327, lu_delay=5.622351000085473, ms=00081}
22:49:48.563117 run                             mass: MS performed LU  {at=2199494.266450277, lu_delay=5.417961172293872, ms=00082}
22:49:49.169991 run                osmo-ms-mob/00092: Starting mobile
22:49:49.186659 run       osmo-ms-mob/00092(pid=227): Launched
22:49:49.200813 run                             mass: MS start registered  {at=2199494.904152001, delay=0.006231139879673719, ms=00092}
22:49:49.967095 run                osmo-ms-mob/00093: Starting mobile
22:49:49.982069 run       osmo-ms-mob/00093(pid=228): Launched
22:49:49.995430 run                             mass: MS start registered  {at=2199495.698770766, delay=0.006296271923929453, ms=00093}
22:49:50.256332 run                             mass: MS performed LU  {at=2199495.959649603, lu_delay=5.945768252015114, ms=00084}
22:49:50.274362 run                             mass: MS performed LU  {at=2199495.977694722, lu_delay=5.613614967092872, ms=00085}
22:49:50.320954 run                             mass: MS performed LU  {at=2199496.024288855, lu_delay=4.9287059349007905, ms=00086}
22:49:50.873358 run                osmo-ms-mob/00094: Starting mobile
22:49:50.891317 run       osmo-ms-mob/00094(pid=229): Launched
22:49:50.906207 run                             mass: MS start registered  {at=2199496.609548179, delay=0.005831535905599594, ms=00094}
22:49:51.767635 run                osmo-ms-mob/00095: Starting mobile
22:49:51.783930 run       osmo-ms-mob/00095(pid=230): Launched
22:49:51.797985 run                             mass: MS start registered  {at=2199497.501321795, delay=0.006613026838749647, ms=00095}
22:49:52.037755 run                             mass: MS performed LU  {at=2199497.741087887, lu_delay=4.810240767896175, ms=00089}
22:49:52.055559 run                             mass: MS performed LU  {at=2199497.75889406, lu_delay=5.467355670873076, ms=00088}
22:49:52.184981 run                             mass: MS performed LU  {at=2199497.888312043, lu_delay=6.1911880671978, ms=00087}
22:49:52.309504 run                             mass: MS performed LU  {at=2199498.012819861, lu_delay=22.905657404102385, ms=00044}
22:49:52.767322 run                osmo-ms-mob/00096: Starting mobile
22:49:52.783521 run       osmo-ms-mob/00096(pid=231): Launched
22:49:52.796609 run                             mass: MS start registered  {at=2199498.499954783, delay=0.0056884028017520905, ms=00096}
22:49:53.871648 run                osmo-ms-mob/00097: Starting mobile
22:49:53.887620 run       osmo-ms-mob/00097(pid=232): Launched
22:49:53.901003 run                             mass: MS start registered  {at=2199499.604345781, delay=0.005874436814337969, ms=00097}
22:49:54.022879 run                             mass: MS performed LU  {at=2199499.726170334, lu_delay=6.2287079859524965, ms=00090}
22:49:54.040916 run                             mass: MS performed LU  {at=2199499.744227654, lu_delay=5.6892436649650335, ms=00091}
22:49:54.086809 run                             mass: MS performed LU  {at=2199499.790128194, lu_delay=4.885976193007082, ms=00092}
22:49:55.167806 run                osmo-ms-mob/00098: Starting mobile
22:49:55.185405 run       osmo-ms-mob/00098(pid=233): Launched
22:49:55.199350 run                             mass: MS start registered  {at=2199500.902649538, delay=0.006033513229340315, ms=00098}
22:49:55.803457 run                             mass: MS performed LU  {at=2199501.506790694, lu_delay=5.808019927702844, ms=00093}
22:49:55.950670 run                             mass: MS performed LU  {at=2199501.653986963, lu_delay=5.044438784010708, ms=00094}
22:49:56.968391 run                osmo-ms-mob/00099: Starting mobile
22:49:56.982726 run       osmo-ms-mob/00099(pid=234): Launched
22:49:56.989913 run                             mass: All started... {duration=55.72944934805855, too_slow=3}
22:49:56.997389 run                             mass: MS start registered  {at=2199502.700726053, delay=0.007452573161572218, ms=00099}
22:49:57.787631 run                             mass: MS performed LU  {at=2199503.490923625, lu_delay=5.989601830020547, ms=00095}
22:49:57.805673 run                             mass: MS performed LU  {at=2199503.509010131, lu_delay=5.009055348113179, ms=00096}
22:49:59.717045 run                             mass: MS performed LU  {at=2199505.420369778, lu_delay=5.816023997031152, ms=00097}
22:49:59.735608 run                             mass: MS performed LU  {at=2199505.438955418, lu_delay=4.5363058797083795, ms=00098}
22:50:00.039383 run                             mass: MS performed LU  {at=2199505.742719169, lu_delay=22.84141761576757, ms=00068}
22:50:01.789165 run                             mass: MS performed LU  {at=2199507.492497191, lu_delay=4.791771137621254, ms=00099}
22:50:01.795999 run                             mass: Tests done {all_completed=True, max=22.905657404102385, min=4.166289081797004}
22:50:01.802273 tst         register_default_mass.py: Test passed (85.1 sec)
22:50:01.808612 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:01.812571 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:01.816539 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:01.823180 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:01.827187 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:01.831206 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:01.835171 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:01.839183 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:01.843185 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:01.847174 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:01.853157 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:01.857149 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:01.861157 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:01.865165 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:01.869133 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:01.873135 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:01.877273 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:01.881593 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:01.885963 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:01.890383 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:01.894903 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:01.899446 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:01.906810 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:01.914231 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:01.918923 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:01.923364 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:01.928078 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:01.933056 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:01.937616 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:01.942149 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:01.946896 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:01.951531 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:01.956323 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:01.960996 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:01.966203 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:01.970643 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:01.975050 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:01.979519 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:01.983778 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:01.988025 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:01.992585 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:01.997394 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:02.002263 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:02.006767 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:02.011943 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:02.016673 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:02.021137 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:02.025664 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:02.029997 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:02.034230 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:02.038965 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:02.043076 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:02.047222 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:02.051395 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:02.055588 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:02.059812 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:02.063979 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:02.068131 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:02.072348 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:02.076615 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:02.080831 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:02.085687 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:02.089851 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:02.094083 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:02.098299 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:02.102501 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:02.106704 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:02.111314 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:02.115571 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:02.120116 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:02.124267 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:02.128371 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:02.132493 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:02.136600 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:02.140724 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:02.144853 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:02.149094 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:02.153212 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:02.157427 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:02.161542 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:02.166345 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:02.170673 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:02.175204 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:02.179323 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:02.184115 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:02.188453 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:02.192699 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:02.196966 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:02.201199 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:02.205309 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:02.209754 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:02.214256 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:02.218562 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:02.222989 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:02.227363 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:02.231795 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:02.236170 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:02.240516 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:02.244861 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:02.249229 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:02.253694 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:02.258163 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:02.262995 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:02.267908 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:02.272536 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:02.276960 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:02.281305 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:02.285685 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:02.290031 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:02.294295 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:02.298525 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:02.302759 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:02.307572 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:02.313684 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:02.318913 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:02.323375 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:02.327614 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:02.331712 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:02.335766 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:02.339743 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:02.343755 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:02.347759 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:02.351689 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:02.355568 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:02.359552 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:02.363543 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:02.367530 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:02.371509 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:02.375488 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:02.379438 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:02.383610 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:02.387676 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:02.391663 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:02.395759 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:02.400332 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:02.404640 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:02.409329 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:02.413558 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:02.417802 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:02.422275 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:02.426505 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:02.430576 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:02.434548 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:02.438542 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:02.442439 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:02.446300 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:02.450129 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:02.453836 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:02.457516 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:02.461290 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:02.465206 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:02.469224 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:02.473302 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:02.477298 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:02.481285 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:02.485369 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:02.489345 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:02.493306 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:02.497283 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:02.501262 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:02.505306 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:02.509416 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:02.513481 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:02.517573 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:02.521579 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:02.525541 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:02.529444 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:02.533385 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:02.537404 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:02.541488 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:02.545554 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:02.549493 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:02.553402 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:02.557284 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:02.561264 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:02.565223 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:02.569119 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:02.573077 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:02.576964 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:02.580857 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:02.584737 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:02.588673 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:02.592548 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:02.596640 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:02.600696 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:02.604678 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:02.608654 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:02.612622 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:02.616578 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:02.620518 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:02.624466 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:02.628450 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:02.632452 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:02.636442 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:02.640507 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:02.644606 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:02.648718 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:02.652946 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:02.657249 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:02.661505 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:02.666246 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:02.670451 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:02.674544 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:02.678617 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:02.682623 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:02.686550 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:02.690424 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:02.694286 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:02.698062 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:02.701802 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:02.705685 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:02.709536 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:02.713481 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:02.717488 ---      ParallelTerminationStrategy: PID 22 died...
22:50:02.719302 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:02.723756 ---      ParallelTerminationStrategy: PID 23 died...
22:50:02.725689 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:02.729952 ---      ParallelTerminationStrategy: PID 24 died...
22:50:02.731812 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:02.736199 ---      ParallelTerminationStrategy: PID 25 died...
22:50:02.737990 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:02.742294 ---      ParallelTerminationStrategy: PID 26 died...
22:50:02.744041 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:02.748327 ---      ParallelTerminationStrategy: PID 27 died...
22:50:02.750040 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:02.754348 ---      ParallelTerminationStrategy: PID 28 died...
22:50:02.756106 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:02.760465 ---      ParallelTerminationStrategy: PID 29 died...
22:50:02.762289 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:02.766740 ---      ParallelTerminationStrategy: PID 30 died...
22:50:02.768547 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:02.772979 ---      ParallelTerminationStrategy: PID 31 died...
22:50:02.774788 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:02.779386 ---      ParallelTerminationStrategy: PID 32 died...
22:50:02.781278 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:02.785838 ---      ParallelTerminationStrategy: PID 33 died...
22:50:02.798903 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:02.803269 ---      ParallelTerminationStrategy: PID 35 died...
22:50:02.805069 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:02.809695 ---      ParallelTerminationStrategy: PID 36 died...
22:50:02.811498 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:02.815981 ---      ParallelTerminationStrategy: PID 37 died...
22:50:02.817796 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:02.822060 ---      ParallelTerminationStrategy: PID 38 died...
22:50:02.823809 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:02.828110 ---      ParallelTerminationStrategy: PID 39 died...
22:50:02.829852 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:02.834178 ---      ParallelTerminationStrategy: PID 40 died...
22:50:02.835963 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:02.840413 ---      ParallelTerminationStrategy: PID 41 died...
22:50:02.842235 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:02.846644 ---      ParallelTerminationStrategy: PID 42 died...
22:50:02.848418 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:02.852864 ---      ParallelTerminationStrategy: PID 43 died...
22:50:02.854658 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:02.859084 ---      ParallelTerminationStrategy: PID 44 died...
22:50:02.860876 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:02.865452 ---      ParallelTerminationStrategy: PID 45 died...
22:50:02.867209 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:02.871480 ---      ParallelTerminationStrategy: PID 46 died...
22:50:02.873197 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:02.877388 ---      ParallelTerminationStrategy: PID 47 died...
22:50:02.879073 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:02.883217 ---      ParallelTerminationStrategy: PID 48 died...
22:50:02.884895 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:02.889100 ---      ParallelTerminationStrategy: PID 49 died...
22:50:02.890814 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:02.895088 ---      ParallelTerminationStrategy: PID 50 died...
22:50:02.896822 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:02.900944 ---      ParallelTerminationStrategy: PID 51 died...
22:50:02.902616 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:02.906747 ---      ParallelTerminationStrategy: PID 52 died...
22:50:02.908402 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:02.912519 ---      ParallelTerminationStrategy: PID 53 died...
22:50:02.914192 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:02.918338 ---      ParallelTerminationStrategy: PID 54 died...
22:50:02.920064 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:02.924209 ---      ParallelTerminationStrategy: PID 55 died...
22:50:02.925869 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:02.929992 ---      ParallelTerminationStrategy: PID 56 died...
22:50:02.931673 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:02.935821 ---      ParallelTerminationStrategy: PID 57 died...
22:50:02.937532 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:02.941800 ---      ParallelTerminationStrategy: PID 58 died...
22:50:02.943523 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:02.947821 ---      ParallelTerminationStrategy: PID 59 died...
22:50:02.949583 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:02.954088 ---      ParallelTerminationStrategy: PID 60 died...
22:50:02.956065 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:02.960400 ---      ParallelTerminationStrategy: PID 61 died...
22:50:02.962202 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:02.966659 ---      ParallelTerminationStrategy: PID 62 died...
22:50:02.968423 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:02.972869 ---      ParallelTerminationStrategy: PID 63 died...
22:50:02.974666 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:02.979163 ---      ParallelTerminationStrategy: PID 64 died...
22:50:02.980961 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:02.985432 ---      ParallelTerminationStrategy: PID 65 died...
22:50:02.987232 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:02.991689 ---      ParallelTerminationStrategy: PID 66 died...
22:50:02.993457 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:02.997789 ---      ParallelTerminationStrategy: PID 67 died...
22:50:02.999587 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:03.003894 ---      ParallelTerminationStrategy: PID 68 died...
22:50:03.005618 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:03.009984 ---      ParallelTerminationStrategy: PID 69 died...
22:50:03.011746 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:03.016063 ---      ParallelTerminationStrategy: PID 70 died...
22:50:03.017860 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:03.022148 ---      ParallelTerminationStrategy: PID 71 died...
22:50:03.023864 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:03.028233 ---      ParallelTerminationStrategy: PID 72 died...
22:50:03.030002 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:03.034325 ---      ParallelTerminationStrategy: PID 73 died...
22:50:03.036043 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:03.040444 ---      ParallelTerminationStrategy: PID 74 died...
22:50:03.042226 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:03.046620 ---      ParallelTerminationStrategy: PID 75 died...
22:50:03.048454 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:03.052952 ---      ParallelTerminationStrategy: PID 76 died...
22:50:03.054799 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:03.059352 ---      ParallelTerminationStrategy: PID 77 died...
22:50:03.061158 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:03.065720 ---      ParallelTerminationStrategy: PID 78 died...
22:50:03.067587 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:03.072085 ---      ParallelTerminationStrategy: PID 79 died...
22:50:03.073904 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:03.078482 ---      ParallelTerminationStrategy: PID 80 died...
22:50:03.080306 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:03.084820 ---      ParallelTerminationStrategy: PID 81 died...
22:50:03.086713 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:03.091248 ---      ParallelTerminationStrategy: PID 82 died...
22:50:03.093086 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:03.097636 ---      ParallelTerminationStrategy: PID 83 died...
22:50:03.099514 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:03.104154 ---      ParallelTerminationStrategy: PID 84 died...
22:50:03.106046 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:03.110759 ---      ParallelTerminationStrategy: PID 85 died...
22:50:03.112643 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:03.117450 ---      ParallelTerminationStrategy: PID 86 died...
22:50:03.119369 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:03.124160 ---      ParallelTerminationStrategy: PID 87 died...
22:50:03.126086 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:03.130990 ---      ParallelTerminationStrategy: PID 88 died...
22:50:03.133017 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:03.137809 ---      ParallelTerminationStrategy: PID 89 died...
22:50:03.139720 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:03.144361 ---      ParallelTerminationStrategy: PID 90 died...
22:50:03.146225 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:03.150776 ---      ParallelTerminationStrategy: PID 91 died...
22:50:03.152659 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:03.157326 ---      ParallelTerminationStrategy: PID 92 died...
22:50:03.159180 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:03.163807 ---      ParallelTerminationStrategy: PID 93 died...
22:50:03.165710 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:03.170338 ---      ParallelTerminationStrategy: PID 94 died...
22:50:03.172201 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:03.176972 ---      ParallelTerminationStrategy: PID 95 died...
22:50:03.178978 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:03.183775 ---      ParallelTerminationStrategy: PID 96 died...
22:50:03.185703 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:03.190494 ---      ParallelTerminationStrategy: PID 97 died...
22:50:03.192435 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:03.197171 ---      ParallelTerminationStrategy: PID 98 died...
22:50:03.199045 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:03.203740 ---      ParallelTerminationStrategy: PID 99 died...
22:50:03.205627 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:03.210161 ---      ParallelTerminationStrategy: PID 100 died...
22:50:03.211986 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:03.216587 ---      ParallelTerminationStrategy: PID 101 died...
22:50:03.218397 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:03.222930 ---      ParallelTerminationStrategy: PID 102 died...
22:50:03.224776 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:03.229354 ---      ParallelTerminationStrategy: PID 103 died...
22:50:03.231178 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:03.235710 ---      ParallelTerminationStrategy: PID 104 died...
22:50:03.237536 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:03.242150 ---      ParallelTerminationStrategy: PID 105 died...
22:50:03.244034 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:03.248844 ---      ParallelTerminationStrategy: PID 106 died...
22:50:03.250708 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:03.255248 ---      ParallelTerminationStrategy: PID 107 died...
22:50:03.257101 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:03.261639 ---      ParallelTerminationStrategy: PID 108 died...
22:50:03.263478 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:03.268008 ---      ParallelTerminationStrategy: PID 109 died...
22:50:03.269833 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:03.274345 ---      ParallelTerminationStrategy: PID 110 died...
22:50:03.276178 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:03.280727 ---      ParallelTerminationStrategy: PID 111 died...
22:50:03.282550 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:03.287228 ---      ParallelTerminationStrategy: PID 112 died...
22:50:03.289122 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:03.293793 ---      ParallelTerminationStrategy: PID 113 died...
22:50:03.295636 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:03.300204 ---      ParallelTerminationStrategy: PID 114 died...
22:50:03.302043 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:03.306536 ---      ParallelTerminationStrategy: PID 115 died...
22:50:03.308382 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:03.312914 ---      ParallelTerminationStrategy: PID 116 died...
22:50:03.314737 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:03.319232 ---      ParallelTerminationStrategy: PID 117 died...
22:50:03.321120 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:03.325533 ---      ParallelTerminationStrategy: PID 118 died...
22:50:03.327326 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:03.331708 ---      ParallelTerminationStrategy: PID 119 died...
22:50:03.333476 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:03.337892 ---      ParallelTerminationStrategy: PID 120 died...
22:50:03.339691 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:03.344137 ---      ParallelTerminationStrategy: PID 121 died...
22:50:03.345916 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:03.350316 ---      ParallelTerminationStrategy: PID 122 died...
22:50:03.352086 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:03.356449 ---      ParallelTerminationStrategy: PID 123 died...
22:50:03.358261 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:03.362672 ---      ParallelTerminationStrategy: PID 124 died...
22:50:03.364450 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:03.368880 ---      ParallelTerminationStrategy: PID 125 died...
22:50:03.370662 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:03.375190 ---      ParallelTerminationStrategy: PID 126 died...
22:50:03.377031 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:03.381648 ---      ParallelTerminationStrategy: PID 127 died...
22:50:03.383504 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:03.388027 ---      ParallelTerminationStrategy: PID 128 died...
22:50:03.389911 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:03.394408 ---      ParallelTerminationStrategy: PID 129 died...
22:50:03.396250 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:03.400754 ---      ParallelTerminationStrategy: PID 130 died...
22:50:03.402573 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:03.407064 ---      ParallelTerminationStrategy: PID 131 died...
22:50:03.408948 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:03.413405 ---      ParallelTerminationStrategy: PID 132 died...
22:50:03.415185 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:03.419620 ---      ParallelTerminationStrategy: PID 133 died...
22:50:03.421358 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:03.425643 ---      ParallelTerminationStrategy: PID 134 died...
22:50:03.427375 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:03.431680 ---      ParallelTerminationStrategy: PID 135 died...
22:50:03.433448 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:03.437923 ---      ParallelTerminationStrategy: PID 136 died...
22:50:03.439696 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:03.444057 ---      ParallelTerminationStrategy: PID 137 died...
22:50:03.445800 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:03.450144 ---      ParallelTerminationStrategy: PID 138 died...
22:50:03.451861 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:03.456148 ---      ParallelTerminationStrategy: PID 139 died...
22:50:03.457872 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:03.462186 ---      ParallelTerminationStrategy: PID 140 died...
22:50:03.463934 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:03.468339 ---      ParallelTerminationStrategy: PID 141 died...
22:50:03.470140 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:03.474661 ---      ParallelTerminationStrategy: PID 142 died...
22:50:03.476435 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:03.480861 ---      ParallelTerminationStrategy: PID 143 died...
22:50:03.482642 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:03.487053 ---      ParallelTerminationStrategy: PID 144 died...
22:50:03.488811 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:03.493099 ---      ParallelTerminationStrategy: PID 145 died...
22:50:03.494815 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:03.499143 ---      ParallelTerminationStrategy: PID 146 died...
22:50:03.501370 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:03.507483 ---      ParallelTerminationStrategy: PID 147 died...
22:50:03.509288 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:03.513685 ---      ParallelTerminationStrategy: PID 148 died...
22:50:03.516324 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:03.520924 ---      ParallelTerminationStrategy: PID 149 died...
22:50:03.522707 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:03.527040 ---      ParallelTerminationStrategy: PID 150 died...
22:50:03.528789 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:03.533130 ---      ParallelTerminationStrategy: PID 151 died...
22:50:03.534867 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:03.539219 ---      ParallelTerminationStrategy: PID 152 died...
22:50:03.540952 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:03.545263 ---      ParallelTerminationStrategy: PID 153 died...
22:50:03.547046 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:03.551412 ---      ParallelTerminationStrategy: PID 154 died...
22:50:03.553161 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:03.557520 ---      ParallelTerminationStrategy: PID 155 died...
22:50:03.559245 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:03.563534 ---      ParallelTerminationStrategy: PID 156 died...
22:50:03.565327 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:03.569648 ---      ParallelTerminationStrategy: PID 157 died...
22:50:03.571413 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:03.575736 ---      ParallelTerminationStrategy: PID 158 died...
22:50:03.577455 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:03.581794 ---      ParallelTerminationStrategy: PID 159 died...
22:50:03.583547 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:03.587870 ---      ParallelTerminationStrategy: PID 160 died...
22:50:03.589623 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:03.593996 ---      ParallelTerminationStrategy: PID 161 died...
22:50:03.595784 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:03.600238 ---      ParallelTerminationStrategy: PID 162 died...
22:50:03.602018 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:03.606405 ---      ParallelTerminationStrategy: PID 163 died...
22:50:03.608130 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:03.612417 ---      ParallelTerminationStrategy: PID 164 died...
22:50:03.614181 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:03.618427 ---      ParallelTerminationStrategy: PID 165 died...
22:50:03.620119 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:03.624338 ---      ParallelTerminationStrategy: PID 166 died...
22:50:03.626071 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:03.630454 ---      ParallelTerminationStrategy: PID 167 died...
22:50:03.632216 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:03.636658 ---      ParallelTerminationStrategy: PID 168 died...
22:50:03.638439 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:03.642841 ---      ParallelTerminationStrategy: PID 169 died...
22:50:03.644672 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:03.649103 ---      ParallelTerminationStrategy: PID 170 died...
22:50:03.650881 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:03.655312 ---      ParallelTerminationStrategy: PID 171 died...
22:50:03.657076 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:03.661410 ---      ParallelTerminationStrategy: PID 172 died...
22:50:03.663135 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:03.667420 ---      ParallelTerminationStrategy: PID 173 died...
22:50:03.669161 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:03.673458 ---      ParallelTerminationStrategy: PID 174 died...
22:50:03.675180 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:03.679468 ---      ParallelTerminationStrategy: PID 175 died...
22:50:03.681249 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:03.685527 ---      ParallelTerminationStrategy: PID 176 died...
22:50:03.687256 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:03.691546 ---      ParallelTerminationStrategy: PID 177 died...
22:50:03.693280 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:03.697521 ---      ParallelTerminationStrategy: PID 178 died...
22:50:03.699203 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:03.703489 ---      ParallelTerminationStrategy: PID 179 died...
22:50:03.705240 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:03.709559 ---      ParallelTerminationStrategy: PID 180 died...
22:50:03.711290 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:03.715732 ---      ParallelTerminationStrategy: PID 181 died...
22:50:03.717569 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:03.722225 ---      ParallelTerminationStrategy: PID 182 died...
22:50:03.724075 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:03.728611 ---      ParallelTerminationStrategy: PID 183 died...
22:50:03.730473 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:03.734876 ---      ParallelTerminationStrategy: PID 184 died...
22:50:03.736693 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:03.741201 ---      ParallelTerminationStrategy: PID 185 died...
22:50:03.743000 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:03.747495 ---      ParallelTerminationStrategy: PID 186 died...
22:50:03.749258 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:03.753680 ---      ParallelTerminationStrategy: PID 187 died...
22:50:03.755439 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:03.759914 ---      ParallelTerminationStrategy: PID 188 died...
22:50:03.761745 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:03.766179 ---      ParallelTerminationStrategy: PID 189 died...
22:50:03.767966 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:03.772338 ---      ParallelTerminationStrategy: PID 190 died...
22:50:03.774105 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:03.778447 ---      ParallelTerminationStrategy: PID 191 died...
22:50:03.780206 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:03.784563 ---      ParallelTerminationStrategy: PID 192 died...
22:50:03.786328 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:03.790682 ---      ParallelTerminationStrategy: PID 193 died...
22:50:03.792431 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:03.796811 ---      ParallelTerminationStrategy: PID 194 died...
22:50:03.798535 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:03.802864 ---      ParallelTerminationStrategy: PID 195 died...
22:50:03.804627 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:03.809086 ---      ParallelTerminationStrategy: PID 196 died...
22:50:03.810910 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:03.815460 ---      ParallelTerminationStrategy: PID 197 died...
22:50:03.817326 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:03.822045 ---      ParallelTerminationStrategy: PID 198 died...
22:50:03.823869 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:03.828437 ---      ParallelTerminationStrategy: PID 199 died...
22:50:03.830314 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:03.834805 ---      ParallelTerminationStrategy: PID 200 died...
22:50:03.836603 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:03.841073 ---      ParallelTerminationStrategy: PID 201 died...
22:50:03.842875 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:03.847272 ---      ParallelTerminationStrategy: PID 202 died...
22:50:03.849059 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:03.853517 ---      ParallelTerminationStrategy: PID 203 died...
22:50:03.855302 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:03.859706 ---      ParallelTerminationStrategy: PID 204 died...
22:50:03.861516 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:03.865954 ---      ParallelTerminationStrategy: PID 205 died...
22:50:03.867722 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:03.872109 ---      ParallelTerminationStrategy: PID 206 died...
22:50:03.873867 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:03.878241 ---      ParallelTerminationStrategy: PID 207 died...
22:50:03.879983 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:03.884358 ---      ParallelTerminationStrategy: PID 208 died...
22:50:03.886112 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:03.890460 ---      ParallelTerminationStrategy: PID 209 died...
22:50:03.892178 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:03.896460 ---      ParallelTerminationStrategy: PID 210 died...
22:50:03.898189 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:03.902544 ---      ParallelTerminationStrategy: PID 211 died...
22:50:03.904312 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:03.908794 ---      ParallelTerminationStrategy: PID 212 died...
22:50:03.910590 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:03.914958 ---      ParallelTerminationStrategy: PID 213 died...
22:50:03.916708 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:03.921074 ---      ParallelTerminationStrategy: PID 214 died...
22:50:03.922785 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:03.927005 ---      ParallelTerminationStrategy: PID 215 died...
22:50:03.928674 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:03.932756 ---      ParallelTerminationStrategy: PID 216 died...
22:50:03.934393 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:03.938437 ---      ParallelTerminationStrategy: PID 217 died...
22:50:03.940064 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:03.944057 ---      ParallelTerminationStrategy: PID 218 died...
22:50:03.945680 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:03.949761 ---      ParallelTerminationStrategy: PID 219 died...
22:50:03.951420 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:03.955540 ---      ParallelTerminationStrategy: PID 220 died...
22:50:03.957261 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:03.961542 ---      ParallelTerminationStrategy: PID 221 died...
22:50:03.963306 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:03.967728 ---      ParallelTerminationStrategy: PID 222 died...
22:50:03.969513 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:03.973911 ---      ParallelTerminationStrategy: PID 223 died...
22:50:03.975692 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:03.980010 ---      ParallelTerminationStrategy: PID 224 died...
22:50:03.981755 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:03.986040 ---      ParallelTerminationStrategy: PID 225 died...
22:50:03.987726 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:03.991896 ---      ParallelTerminationStrategy: PID 226 died...
22:50:03.993577 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:03.997767 ---      ParallelTerminationStrategy: PID 227 died...
22:50:03.999458 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:04.003610 ---      ParallelTerminationStrategy: PID 228 died...
22:50:04.005272 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:04.009327 ---      ParallelTerminationStrategy: PID 229 died...
22:50:04.010979 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:04.015157 ---      ParallelTerminationStrategy: PID 230 died...
22:50:04.016863 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:04.021026 ---      ParallelTerminationStrategy: PID 231 died...
22:50:04.022721 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:04.026858 ---      ParallelTerminationStrategy: PID 232 died...
22:50:04.028492 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:04.032535 ---      ParallelTerminationStrategy: PID 233 died...
22:50:04.034182 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:04.038318 ---      ParallelTerminationStrategy: PID 234 died...
22:50:04.040022 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:07.444129 ---      ParallelTerminationStrategy: PID 34 died...
22:50:07.446286 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7870 netreg_mass PASS
---------------------------------------------------------------------
22:50:07.540748 tst                       trial-7870: Storing JUnit report in /build/trial-7870/run.2025-02-07_22-48-36/trial-7870.xml

--------------------------------------------------------------------------------------------
trial-7870 PASS
--------------------------------------------------------------------------------------------
22:50:07.556979 tst                       trial-7870: trial-7870: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.1 sec)
+ exit_code=0
+ rm -rf trial-7870/inst
+ cd trial-7870
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-07 22:48:36
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7870-run.tgz run.2025-02-07_22-48-36
+ tar czf /build/trial-7870-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-07_13_26_40.tgz osmo-bts-oc2g.build-2025-02-07_00_51_24.tgz osmo-bts-sysmo.build-2025-02-07_00_51_24.tgz osmo-bts.build-2025-02-07_00_51_37.tgz osmo-ggsn.build-2025-02-07_20_42_43.tgz osmo-hlr.build-2025-02-07_16_36_54.tgz osmo-hnbgw.build-2025-02-07_13_28_50.tgz osmo-mgw.build-2025-02-07_08_33_15.tgz osmo-msc.build-2025-02-07_13_34_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-07_07_41_27.tgz osmo-pcu-sysmo.build-2025-02-07_07_41_24.tgz osmo-pcu.build-2025-02-07_07_41_30.tgz osmo-sgsn.build-2025-02-07_20_48_07.tgz osmo-stp.build-2025-02-07_13_25_20.tgz osmo-trx.build-2025-02-07_14_29_19.tgz osmocom-bb.build-2025-02-07_21_17_15.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