Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5249482888973656962.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-8203
+ 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
6c4454f bpftrace: Introduce ksys_write_delay.bt
+ 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 M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

#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.0s

#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.0s

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

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

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

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

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

#11 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#11 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:841f985f9b02c63ce7542768f6ba4ecd612579bb5a2984f360d16881fcfc8773 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
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=8204 -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=2026-01-07 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8204
+ mkdir -p trial-8204
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-07_13_26_22.tgz osmo-bts-oc2g.build-2026-01-07_17_48_26.tgz osmo-bts-sysmo.build-2026-01-07_17_48_19.tgz osmo-bts.build-2026-01-07_17_48_22.tgz osmo-ggsn.build-2026-01-07_20_42_39.tgz osmo-hlr.build-2026-01-07_16_36_48.tgz osmo-hnbgw.build-2026-01-07_13_31_04.tgz osmo-mgw.build-2026-01-07_08_33_14.tgz osmo-msc.build-2026-01-07_13_35_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-07_07_34_07.tgz osmo-pcu-sysmo.build-2026-01-07_07_36_15.tgz osmo-pcu.build-2026-01-07_07_36_22.tgz osmo-sgsn.build-2026-01-07_20_48_21.tgz osmo-stp.build-2026-01-07_13_23_21.tgz osmo-trx.build-2026-01-07_14_30_45.tgz osmocom-bb.build-2026-01-07_21_17_13.tgz srslte.build-19.tgz trial-8204
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-07_13_26_22.md5 osmo-bts-oc2g.build-2026-01-07_17_48_26.md5 osmo-bts-sysmo.build-2026-01-07_17_48_19.md5 osmo-bts.build-2026-01-07_17_48_22.md5 osmo-ggsn.build-2026-01-07_20_42_39.md5 osmo-hlr.build-2026-01-07_16_36_48.md5 osmo-hnbgw.build-2026-01-07_13_31_04.md5 osmo-mgw.build-2026-01-07_08_33_14.md5 osmo-msc.build-2026-01-07_13_35_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-07_07_34_07.md5 osmo-pcu-sysmo.build-2026-01-07_07_36_15.md5 osmo-pcu.build-2026-01-07_07_36_22.md5 osmo-sgsn.build-2026-01-07_20_48_21.md5 osmo-stp.build-2026-01-07_13_23_21.md5 osmo-trx.build-2026-01-07_14_30_45.md5 osmocom-bb.build-2026-01-07_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-07_13_26_22.md5 osmo-bts-oc2g.build-2026-01-07_17_48_26.md5 osmo-bts-sysmo.build-2026-01-07_17_48_19.md5 osmo-bts.build-2026-01-07_17_48_22.md5 osmo-ggsn.build-2026-01-07_20_42_39.md5 osmo-hlr.build-2026-01-07_16_36_48.md5 osmo-hnbgw.build-2026-01-07_13_31_04.md5 osmo-mgw.build-2026-01-07_08_33_14.md5 osmo-msc.build-2026-01-07_13_35_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-07_07_34_07.md5 osmo-pcu-sysmo.build-2026-01-07_07_36_15.md5 osmo-pcu.build-2026-01-07_07_36_22.md5 osmo-sgsn.build-2026-01-07_20_48_21.md5 osmo-stp.build-2026-01-07_13_23_21.md5 osmo-trx.build-2026-01-07_14_30_45.md5 osmocom-bb.build-2026-01-07_21_17_13.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-8204 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8204'
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-8204
--------------------------------------------------------------------------------------------
22:48:18.864325 tst                       trial-8204: Detailed log at /build/trial-8204/run.2026-01-07_22-48-18/log

---------------------------------------------------------------------
trial-8204 netreg_mass
---------------------------------------------------------------------
22:48:19.069792 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.070140 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.070971 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.072136 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.113466 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.114284 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.115637 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.178756 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-8204 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.179516 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.194442 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.194976 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.195439 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.195875 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.196329 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.196789 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.197253 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.227028 tst         register_default_mass.py: using LAC 2
22:48:19.247884 tst         register_default_mass.py: using RAC 2
22:48:19.272732 tst         register_default_mass.py: using CellId 2
22:48:19.299944 tst         register_default_mass.py: using BVCI 3
22:48:19.312893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.313583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.314170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.314705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.315213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.315723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.316252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.316781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.317303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.317832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.318344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.318856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.319397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.319923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.320441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.320975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.321494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.322005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.322515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.323037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.323541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.324050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.324573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.325151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.325681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.326198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.326709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.327231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.327748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.328259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.328817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.329342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.329863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.330402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.330926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.331441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.331974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.332491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.333026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.333537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.334042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.334568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.335088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.335596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.336101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.336628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.337140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.337651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.338173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.338680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.339206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.339720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.340221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.340729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.341249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.341759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.342261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.342778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.343284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.343780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.344271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.344795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.345304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.345811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.346316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.346820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.347321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.347839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.348343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.348843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.349359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.349869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.350451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.350968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.351476 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.351969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.352475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.352975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.353474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.353981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.354484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.354977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.355469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.355976 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.356473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.356970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.357467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.357976 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.358474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.358979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.359490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.359992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.360508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.361022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.361520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.362017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.362517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.363014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.363508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.364013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.364508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.365056 tst      register_default_mass.py:21: Launching a simple network
22:48:19.374921 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.494483 run            create_hlr_db(pid=20): Launched
22:48:20.508869 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.525014 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.539775 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.545513 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.751069 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.765669 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.771234 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.190192 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.205272 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.219576 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.562463 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.577551 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.583175 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.685737 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.700789 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.706481 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.100402 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.117794 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.143898 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.314809 run         osmo-bts-virtual(pid=34): Launched
22:48:32.351016 tst         register_default_mass.py: using MSISDN 1001
22:48:32.365436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.405350 tst         register_default_mass.py: using MSISDN 1002
22:48:32.423060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.454040 tst         register_default_mass.py: using MSISDN 1003
22:48:32.468969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.500020 tst         register_default_mass.py: using MSISDN 1004
22:48:32.514777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.545416 tst         register_default_mass.py: using MSISDN 1005
22:48:32.559780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.590959 tst         register_default_mass.py: using MSISDN 1006
22:48:32.605700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.636294 tst         register_default_mass.py: using MSISDN 1007
22:48:32.650879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.681976 tst         register_default_mass.py: using MSISDN 1008
22:48:32.696630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.726056 tst         register_default_mass.py: using MSISDN 1009
22:48:32.739864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.771194 tst         register_default_mass.py: using MSISDN 1010
22:48:32.786046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.816950 tst         register_default_mass.py: using MSISDN 1011
22:48:32.831549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.861541 tst         register_default_mass.py: using MSISDN 1012
22:48:32.875933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.906421 tst         register_default_mass.py: using MSISDN 1013
22:48:32.920882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.951528 tst         register_default_mass.py: using MSISDN 1014
22:48:32.966066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.996127 tst         register_default_mass.py: using MSISDN 1015
22:48:33.005887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.036153 tst         register_default_mass.py: using MSISDN 1016
22:48:33.051713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.082615 tst         register_default_mass.py: using MSISDN 1017
22:48:33.097164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.126991 tst         register_default_mass.py: using MSISDN 1018
22:48:33.141107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.171450 tst         register_default_mass.py: using MSISDN 1019
22:48:33.185829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.216152 tst         register_default_mass.py: using MSISDN 1020
22:48:33.230542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.260758 tst         register_default_mass.py: using MSISDN 1021
22:48:33.275116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.305436 tst         register_default_mass.py: using MSISDN 1022
22:48:33.319866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.349918 tst         register_default_mass.py: using MSISDN 1023
22:48:33.363700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.393819 tst         register_default_mass.py: using MSISDN 1024
22:48:33.407876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.437951 tst         register_default_mass.py: using MSISDN 1025
22:48:33.452160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.482324 tst         register_default_mass.py: using MSISDN 1026
22:48:33.496620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.526607 tst         register_default_mass.py: using MSISDN 1027
22:48:33.540914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.571021 tst         register_default_mass.py: using MSISDN 1028
22:48:33.585361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.615617 tst         register_default_mass.py: using MSISDN 1029
22:48:33.629891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.660050 tst         register_default_mass.py: using MSISDN 1030
22:48:33.674187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.704434 tst         register_default_mass.py: using MSISDN 1031
22:48:33.718713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.748691 tst         register_default_mass.py: using MSISDN 1032
22:48:33.762919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.792961 tst         register_default_mass.py: using MSISDN 1033
22:48:33.807212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.837349 tst         register_default_mass.py: using MSISDN 1034
22:48:33.851702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.881931 tst         register_default_mass.py: using MSISDN 1035
22:48:33.896139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.926421 tst         register_default_mass.py: using MSISDN 1036
22:48:33.940791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.970849 tst         register_default_mass.py: using MSISDN 1037
22:48:33.985224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.015328 tst         register_default_mass.py: using MSISDN 1038
22:48:34.029515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.059561 tst         register_default_mass.py: using MSISDN 1039
22:48:34.073670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.103625 tst         register_default_mass.py: using MSISDN 1040
22:48:34.117776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.147861 tst         register_default_mass.py: using MSISDN 1041
22:48:34.161451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.191407 tst         register_default_mass.py: using MSISDN 1042
22:48:34.205585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.235626 tst         register_default_mass.py: using MSISDN 1043
22:48:34.249875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.280026 tst         register_default_mass.py: using MSISDN 1044
22:48:34.294441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.324412 tst         register_default_mass.py: using MSISDN 1045
22:48:34.338651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.376908 tst         register_default_mass.py: using MSISDN 1046
22:48:34.394223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.424356 tst         register_default_mass.py: using MSISDN 1047
22:48:34.438903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.469034 tst         register_default_mass.py: using MSISDN 1048
22:48:34.483288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.513420 tst         register_default_mass.py: using MSISDN 1049
22:48:34.527562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.557628 tst         register_default_mass.py: using MSISDN 1050
22:48:34.571898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.602248 tst         register_default_mass.py: using MSISDN 1051
22:48:34.616596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.646214 tst         register_default_mass.py: using MSISDN 1052
22:48:34.660358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.689928 tst         register_default_mass.py: using MSISDN 1053
22:48:34.703892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.734031 tst         register_default_mass.py: using MSISDN 1054
22:48:34.748158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.778271 tst         register_default_mass.py: using MSISDN 1055
22:48:34.792630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.822713 tst         register_default_mass.py: using MSISDN 1056
22:48:34.832290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.862661 tst         register_default_mass.py: using MSISDN 1057
22:48:34.878535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.909642 tst         register_default_mass.py: using MSISDN 1058
22:48:34.922804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.952666 tst         register_default_mass.py: using MSISDN 1059
22:48:34.966785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.997400 tst         register_default_mass.py: using MSISDN 1060
22:48:35.010881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.040157 tst         register_default_mass.py: using MSISDN 1061
22:48:35.053965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.084205 tst         register_default_mass.py: using MSISDN 1062
22:48:35.098411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.129326 tst         register_default_mass.py: using MSISDN 1063
22:48:35.144121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.175103 tst         register_default_mass.py: using MSISDN 1064
22:48:35.189910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.220802 tst         register_default_mass.py: using MSISDN 1065
22:48:35.235366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.265911 tst         register_default_mass.py: using MSISDN 1066
22:48:35.280374 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.311263 tst         register_default_mass.py: using MSISDN 1067
22:48:35.325939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.356612 tst         register_default_mass.py: using MSISDN 1068
22:48:35.371179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.402263 tst         register_default_mass.py: using MSISDN 1069
22:48:35.416987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.447724 tst         register_default_mass.py: using MSISDN 1070
22:48:35.462314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.493424 tst         register_default_mass.py: using MSISDN 1071
22:48:35.508009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.539126 tst         register_default_mass.py: using MSISDN 1072
22:48:35.553979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.584556 tst         register_default_mass.py: using MSISDN 1073
22:48:35.599092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.630017 tst         register_default_mass.py: using MSISDN 1074
22:48:35.644760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.675700 tst         register_default_mass.py: using MSISDN 1075
22:48:35.690420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.721312 tst         register_default_mass.py: using MSISDN 1076
22:48:35.735890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.767237 tst         register_default_mass.py: using MSISDN 1077
22:48:35.782206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.813255 tst         register_default_mass.py: using MSISDN 1078
22:48:35.827895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.858825 tst         register_default_mass.py: using MSISDN 1079
22:48:35.873569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.904664 tst         register_default_mass.py: using MSISDN 1080
22:48:35.919456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.950721 tst         register_default_mass.py: using MSISDN 1081
22:48:35.965533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.996987 tst         register_default_mass.py: using MSISDN 1082
22:48:36.011837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:36.042862 tst         register_default_mass.py: using MSISDN 1083
22:48:36.057491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:36.088568 tst         register_default_mass.py: using MSISDN 1084
22:48:36.103341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:36.134361 tst         register_default_mass.py: using MSISDN 1085
22:48:36.149099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:36.180262 tst         register_default_mass.py: using MSISDN 1086
22:48:36.195082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:36.226095 tst         register_default_mass.py: using MSISDN 1087
22:48:36.240735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:36.271841 tst         register_default_mass.py: using MSISDN 1088
22:48:36.286695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:36.317950 tst         register_default_mass.py: using MSISDN 1089
22:48:36.332826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:36.364042 tst         register_default_mass.py: using MSISDN 1090
22:48:36.378973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:36.409720 tst         register_default_mass.py: using MSISDN 1091
22:48:36.424207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.455620 tst         register_default_mass.py: using MSISDN 1092
22:48:36.470601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.501872 tst         register_default_mass.py: using MSISDN 1093
22:48:36.516731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.547907 tst         register_default_mass.py: using MSISDN 1094
22:48:36.562698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.593905 tst         register_default_mass.py: using MSISDN 1095
22:48:36.608645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.643471 tst         register_default_mass.py: using MSISDN 1096
22:48:36.659940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.690463 tst         register_default_mass.py: using MSISDN 1097
22:48:36.705088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.736314 tst         register_default_mass.py: using MSISDN 1098
22:48:36.751041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.782443 tst         register_default_mass.py: using MSISDN 1099
22:48:36.797324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.828431 tst         register_default_mass.py: using MSISDN 1100
22:48:36.843134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.934465 run                             mass: Starting testcase
22:48:36.939938 run                             mass: Pre-launching all virtphy's
22:48:36.945404 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.960576 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.966488 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.979220 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.985179 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.997896 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:37.003920 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:37.016916 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:37.022917 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:37.035699 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:37.041625 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:37.054386 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:37.060350 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:37.073138 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:37.079113 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:37.091947 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:37.097890 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:37.110635 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:37.116516 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:37.129297 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:37.135186 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:37.147908 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:37.153893 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:37.166638 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:37.172570 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:37.185354 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:37.191221 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:37.203948 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:37.209889 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:37.222618 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:37.228500 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:37.241256 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:37.247159 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:37.259918 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:37.265883 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:37.278684 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:37.284634 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:37.297468 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:37.303449 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:37.316157 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:37.322053 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:37.334899 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:37.340798 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:37.353562 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:37.359482 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:37.372238 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:37.378173 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:37.390938 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:37.396863 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:37.409767 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:37.415705 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:37.428523 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:37.434484 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:37.447321 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:37.453241 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:37.466012 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:37.472091 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.484870 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.490865 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.503653 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.509519 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.522380 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.528273 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.541544 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.547446 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.560147 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.566092 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.578848 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.584764 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.597563 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.603414 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.616152 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.622050 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.634793 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.640793 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.653567 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.659500 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.672323 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.678298 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.691126 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.697005 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.709895 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.715783 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.728673 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.734553 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.747313 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.753259 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.766230 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.772251 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.785108 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.791007 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.803774 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.809636 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.822364 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.828272 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.841024 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.846884 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.859644 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.865531 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.878284 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.884195 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.897004 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.902911 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.915697 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.921634 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.934654 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.940766 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.953598 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.959643 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.972439 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.978377 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.991352 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.997263 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:38.010078 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:38.016017 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:38.028830 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:38.034758 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:38.047571 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:38.053463 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:38.067002 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:38.073275 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:38.086687 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:38.092682 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:38.105493 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:38.111444 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:38.124241 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:38.130119 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:38.142966 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:38.148857 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:38.161576 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:38.167446 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:38.180387 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:38.186321 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:38.199245 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:38.205182 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:38.217957 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:38.223996 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:38.236848 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:38.242878 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:38.255625 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:38.261581 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:38.274425 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:38.280344 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:38.293225 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:38.299122 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:38.311927 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:38.317806 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:38.330603 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:38.336492 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:38.349236 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:38.355146 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:38.367931 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:38.373829 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:38.386651 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:38.392552 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:38.405335 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:38.411428 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:38.424301 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:38.430565 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:38.443742 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:38.449947 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:38.463242 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.469233 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.482253 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.488249 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.501106 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.506966 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.519752 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.525704 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.538551 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.544613 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.557825 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.563924 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.576986 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.583093 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.596177 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.602229 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.615185 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.621246 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.634311 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.640374 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.653522 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.659508 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.672610 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.678644 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.691850 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.697908 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.711118 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.717201 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.730164 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.736214 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.749499 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.755518 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.768525 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.774642 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.787725 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.793762 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.806809 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.812837 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.825872 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.831809 run                             mass: Checking if sockets are in the filesystem
22:48:38.864433 run                osmo-ms-mob/00000: Starting mobile
22:48:38.877407 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.888217 run                             mass: MS start registered  {at=31057024.591564696, delay=0.00458386167883873, ms=00000}
22:48:43.079594 run                osmo-ms-mob/00001: Starting mobile
22:48:43.096426 run       osmo-ms-mob/00001(pid=136): Launched
22:48:43.107066 run                             mass: MS start registered  {at=31057028.810389612, delay=0.004750523716211319, ms=00001}
22:48:44.150744 run                             mass: MS performed LU  {at=31057029.853983313, lu_delay=5.262418616563082, ms=00000}
22:48:44.878171 run                osmo-ms-mob/00002: Starting mobile
22:48:44.894520 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.905005 run                             mass: MS start registered  {at=31057030.60835201, delay=0.004486661404371262, ms=00002}
22:48:46.180859 run                osmo-ms-mob/00003: Starting mobile
22:48:46.197846 run       osmo-ms-mob/00003(pid=138): Launched
22:48:46.208504 run                             mass: MS start registered  {at=31057031.91185502, delay=0.004649732261896133, ms=00003}
22:48:47.247589 run                osmo-ms-mob/00004: Starting mobile
22:48:47.260402 run       osmo-ms-mob/00004(pid=139): Launched
22:48:47.270889 run                             mass: MS start registered  {at=31057032.97423863, delay=0.004608780145645142, ms=00004}
22:48:47.916694 run                             mass: MS performed LU  {at=31057033.61991638, lu_delay=4.809526767581701, ms=00001}
22:48:48.270198 run                osmo-ms-mob/00005: Starting mobile
22:48:48.286486 run       osmo-ms-mob/00005(pid=140): Launched
22:48:48.297542 run                             mass: MS start registered  {at=31057034.000883617, delay=0.005079418420791626, ms=00005}
22:48:49.147504 run                osmo-ms-mob/00006: Starting mobile
22:48:49.160621 run       osmo-ms-mob/00006(pid=141): Launched
22:48:49.171078 run                             mass: MS start registered  {at=31057034.874429405, delay=0.004397854208946228, ms=00006}
22:48:49.818331 run                             mass: MS performed LU  {at=31057035.521568798, lu_delay=4.9132167883217335, ms=00002}
22:48:50.079186 run                osmo-ms-mob/00007: Starting mobile
22:48:50.095861 run       osmo-ms-mob/00007(pid=142): Launched
22:48:50.106432 run                             mass: MS start registered  {at=31057035.809782587, delay=0.004559371620416641, ms=00007}
22:48:50.847826 run                osmo-ms-mob/00008: Starting mobile
22:48:50.860690 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.871332 run                             mass: MS start registered  {at=31057036.574686117, delay=0.004778385162353516, ms=00008}
22:48:51.579324 run                osmo-ms-mob/00009: Starting mobile
22:48:51.596424 run       osmo-ms-mob/00009(pid=144): Launched
22:48:51.606935 run                             mass: MS start registered  {at=31057037.31028535, delay=0.004519980400800705, ms=00009}
22:48:51.683357 run                             mass: MS performed LU  {at=31057037.386599265, lu_delay=5.4747442454099655, ms=00003}
22:48:52.260423 run                osmo-ms-mob/00010: Starting mobile
22:48:52.275486 run       osmo-ms-mob/00010(pid=145): Launched
22:48:52.286834 run                             mass: MS start registered  {at=31057037.990186445, delay=0.0050576552748680115, ms=00010}
22:48:52.848276 run                osmo-ms-mob/00011: Starting mobile
22:48:52.863400 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.874590 run                             mass: MS start registered  {at=31057038.577940274, delay=0.004883158951997757, ms=00011}
22:48:53.467807 run                osmo-ms-mob/00012: Starting mobile
22:48:53.488722 run       osmo-ms-mob/00012(pid=147): Launched
22:48:53.499665 run                             mass: MS start registered  {at=31057039.203014728, delay=0.004671040922403336, ms=00012}
22:48:53.584229 run                             mass: MS performed LU  {at=31057039.287474655, lu_delay=5.286591038107872, ms=00005}
22:48:53.612403 run                             mass: MS performed LU  {at=31057039.31567606, lu_delay=6.341437429189682, ms=00004}
22:48:54.078572 run                osmo-ms-mob/00013: Starting mobile
22:48:54.098058 run       osmo-ms-mob/00013(pid=148): Launched
22:48:54.108848 run                             mass: MS start registered  {at=31057039.812200993, delay=0.004539415240287781, ms=00013}
22:48:54.649155 run                osmo-ms-mob/00014: Starting mobile
22:48:54.662411 run       osmo-ms-mob/00014(pid=149): Launched
22:48:54.673318 run                             mass: MS start registered  {at=31057040.376671076, delay=0.004595641046762466, ms=00014}
22:48:55.289913 run                osmo-ms-mob/00015: Starting mobile
22:48:55.309430 run       osmo-ms-mob/00015(pid=150): Launched
22:48:55.320152 run                             mass: MS start registered  {at=31057041.02350342, delay=0.004604477435350418, ms=00015}
22:48:55.449535 run                             mass: MS performed LU  {at=31057041.15277701, lu_delay=6.2783476039767265, ms=00006}
22:48:55.514142 run                             mass: MS performed LU  {at=31057041.21737207, lu_delay=5.4075894840061665, ms=00007}
22:48:55.769757 run                osmo-ms-mob/00016: Starting mobile
22:48:55.785816 run       osmo-ms-mob/00016(pid=151): Launched
22:48:55.796497 run                             mass: MS start registered  {at=31057041.49984588, delay=0.004565339535474777, ms=00016}
22:48:55.817297 run                             mass: MS performed LU  {at=31057041.520641573, lu_delay=4.945955455303192, ms=00008}
22:48:56.279646 run                osmo-ms-mob/00017: Starting mobile
22:48:56.297129 run       osmo-ms-mob/00017(pid=152): Launched
22:48:56.309442 run                             mass: MS start registered  {at=31057042.01279024, delay=0.006299298256635666, ms=00017}
22:48:56.870676 run                osmo-ms-mob/00018: Starting mobile
22:48:56.886937 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.897691 run                             mass: MS start registered  {at=31057042.601044457, delay=0.004671905189752579, ms=00018}
22:48:57.271221 run                osmo-ms-mob/00019: Starting mobile
22:48:57.287570 run       osmo-ms-mob/00019(pid=154): Launched
22:48:57.298439 run                             mass: MS start registered  {at=31057043.001790117, delay=0.004810243844985962, ms=00019}
22:48:57.349812 run                             mass: MS performed LU  {at=31057043.05308013, lu_delay=5.742794781923294, ms=00009}
22:48:57.377535 run                             mass: MS performed LU  {at=31057043.08081058, lu_delay=5.090624134987593, ms=00010}
22:48:57.483211 run                             mass: MS performed LU  {at=31057043.18646586, lu_delay=4.608525585383177, ms=00011}
22:48:57.778711 run                osmo-ms-mob/00020: Starting mobile
22:48:57.795430 run       osmo-ms-mob/00020(pid=155): Launched
22:48:57.806870 run                             mass: MS start registered  {at=31057043.510222144, delay=0.005120731890201569, ms=00020}
22:48:58.252603 run                osmo-ms-mob/00021: Starting mobile
22:48:58.267521 run       osmo-ms-mob/00021(pid=156): Launched
22:48:58.278742 run                             mass: MS start registered  {at=31057043.98209631, delay=0.004843804985284805, ms=00021}
22:48:58.671544 run                osmo-ms-mob/00022: Starting mobile
22:48:58.687301 run       osmo-ms-mob/00022(pid=157): Launched
22:48:58.698467 run                             mass: MS start registered  {at=31057044.401813943, delay=0.005069531500339508, ms=00022}
22:48:59.150095 run                osmo-ms-mob/00023: Starting mobile
22:48:59.163033 run       osmo-ms-mob/00023(pid=158): Launched
22:48:59.173998 run                             mass: MS start registered  {at=31057044.87734999, delay=0.004529044032096863, ms=00023}
22:48:59.214840 run                             mass: MS performed LU  {at=31057044.91810879, lu_delay=4.541437715291977, ms=00014}
22:48:59.279399 run                             mass: MS performed LU  {at=31057044.982650124, lu_delay=5.1704491302371025, ms=00013}
22:48:59.348152 run                             mass: MS performed LU  {at=31057045.051402558, lu_delay=5.8483878299593925, ms=00012}
22:48:59.376154 run                osmo-ms-mob/00024: Starting mobile
22:48:59.389187 run       osmo-ms-mob/00024(pid=159): Launched
22:48:59.399830 run                             mass: MS start registered  {at=31057045.103186123, delay=0.004578515887260437, ms=00024}
22:49:00.047275 run                osmo-ms-mob/00025: Starting mobile
22:49:00.060440 run       osmo-ms-mob/00025(pid=160): Launched
22:49:00.071841 run                             mass: MS start registered  {at=31057045.77518749, delay=0.005010973662137985, ms=00025}
22:49:00.476696 run                osmo-ms-mob/00026: Starting mobile
22:49:00.492329 run       osmo-ms-mob/00026(pid=161): Launched
22:49:00.503203 run                             mass: MS start registered  {at=31057046.206556026, delay=0.004766933619976044, ms=00026}
22:49:00.870165 run                osmo-ms-mob/00027: Starting mobile
22:49:00.886799 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.897640 run                             mass: MS start registered  {at=31057046.600991596, delay=0.004738464951515198, ms=00027}
22:49:01.013981 run                             mass: MS performed LU  {at=31057046.717232168, lu_delay=5.217386286705732, ms=00016}
22:49:01.116231 run                             mass: MS performed LU  {at=31057046.819482457, lu_delay=4.806692216545343, ms=00017}
22:49:01.143095 run                             mass: MS performed LU  {at=31057046.846357245, lu_delay=5.822853825986385, ms=00015}
22:49:01.155832 run                osmo-ms-mob/00028: Starting mobile
22:49:01.168645 run       osmo-ms-mob/00028(pid=163): Launched
22:49:01.179421 run                             mass: MS start registered  {at=31057046.88277689, delay=0.004858683794736862, ms=00028}
22:49:01.680987 run                osmo-ms-mob/00029: Starting mobile
22:49:01.698948 run       osmo-ms-mob/00029(pid=164): Launched
22:49:01.712535 run                             mass: MS start registered  {at=31057047.41588285, delay=0.00739988312125206, ms=00029}
22:49:02.047060 run                osmo-ms-mob/00030: Starting mobile
22:49:02.060467 run       osmo-ms-mob/00030(pid=165): Launched
22:49:02.074373 run                             mass: MS start registered  {at=31057047.77771972, delay=0.005711421370506287, ms=00030}
22:49:02.460858 run                osmo-ms-mob/00031: Starting mobile
22:49:02.474735 run       osmo-ms-mob/00031(pid=166): Launched
22:49:02.486300 run                             mass: MS start registered  {at=31057048.189648733, delay=0.005274876952171326, ms=00031}
22:49:02.779113 run                osmo-ms-mob/00032: Starting mobile
22:49:02.795892 run       osmo-ms-mob/00032(pid=167): Launched
22:49:02.806561 run                             mass: MS start registered  {at=31057048.509914722, delay=0.004714492708444595, ms=00032}
22:49:02.980252 run                             mass: MS performed LU  {at=31057048.68350322, lu_delay=6.0824587643146515, ms=00018}
22:49:03.045902 run                             mass: MS performed LU  {at=31057048.749155007, lu_delay=5.238932862877846, ms=00020}
22:49:03.108314 run                osmo-ms-mob/00033: Starting mobile
22:49:03.123561 run       osmo-ms-mob/00033(pid=168): Launched
22:49:03.129708 run                             mass: MS performed LU  {at=31057048.83306847, lu_delay=4.850972160696983, ms=00021}
22:49:03.135617 run                             mass: MS start registered  {at=31057048.838983987, delay=0.005932759493589401, ms=00033}
22:49:03.150207 run                             mass: MS performed LU  {at=31057048.85356333, lu_delay=5.851773213595152, ms=00019}
22:49:03.569732 run                osmo-ms-mob/00034: Starting mobile
22:49:03.585869 run       osmo-ms-mob/00034(pid=169): Launched
22:49:03.597051 run                             mass: MS start registered  {at=31057049.300400257, delay=0.005103543400764465, ms=00034}
22:49:03.867324 run                osmo-ms-mob/00035: Starting mobile
22:49:03.883499 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.895524 run                             mass: MS start registered  {at=31057049.59887207, delay=0.005920324474573135, ms=00035}
22:49:04.248089 run                osmo-ms-mob/00036: Starting mobile
22:49:04.261505 run       osmo-ms-mob/00036(pid=171): Launched
22:49:04.272261 run                             mass: MS start registered  {at=31057049.975615397, delay=0.004769839346408844, ms=00036}
22:49:04.647263 run                osmo-ms-mob/00037: Starting mobile
22:49:04.660408 run       osmo-ms-mob/00037(pid=172): Launched
22:49:04.671061 run                             mass: MS start registered  {at=31057050.37441543, delay=0.004646766930818558, ms=00037}
22:49:04.780661 run                             mass: MS performed LU  {at=31057050.483890433, lu_delay=6.0820764899253845, ms=00022}
22:49:04.881707 run                             mass: MS performed LU  {at=31057050.58497565, lu_delay=4.8097881600260735, ms=00025}
22:49:04.910542 run                osmo-ms-mob/00038: Starting mobile
22:49:04.923757 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.930220 run                             mass: MS performed LU  {at=31057050.63358109, lu_delay=5.756231099367142, ms=00023}
22:49:04.936389 run                             mass: MS start registered  {at=31057050.639755726, delay=0.006192345172166824, ms=00038}
22:49:05.053044 run                             mass: MS performed LU  {at=31057050.756296813, lu_delay=5.6531106904149055, ms=00024}
22:49:05.082213 run                osmo-ms-mob/00039: Starting mobile
22:49:05.095204 run       osmo-ms-mob/00039(pid=174): Launched
22:49:05.105902 run                             mass: MS start registered  {at=31057050.809258334, delay=0.004739023745059967, ms=00039}
22:49:05.678683 run                osmo-ms-mob/00040: Starting mobile
22:49:05.696200 run       osmo-ms-mob/00040(pid=175): Launched
22:49:05.707299 run                             mass: MS start registered  {at=31057051.41064991, delay=0.004790421575307846, ms=00040}
22:49:05.948358 run                osmo-ms-mob/00041: Starting mobile
22:49:05.961649 run       osmo-ms-mob/00041(pid=176): Launched
22:49:05.972865 run                             mass: MS start registered  {at=31057051.676218893, delay=0.004842299968004227, ms=00041}
22:49:06.261437 run                osmo-ms-mob/00042: Starting mobile
22:49:06.275392 run       osmo-ms-mob/00042(pid=177): Launched
22:49:06.286148 run                             mass: MS start registered  {at=31057051.989499543, delay=0.004661679267883301, ms=00042}
22:49:06.670280 run                osmo-ms-mob/00043: Starting mobile
22:49:06.686981 run       osmo-ms-mob/00043(pid=178): Launched
22:49:06.697668 run                             mass: MS start registered  {at=31057052.401021473, delay=0.004642177373170853, ms=00043}
22:49:06.745988 run                             mass: MS performed LU  {at=31057052.44925151, lu_delay=5.0333686619997025, ms=00029}
22:49:06.811678 run                             mass: MS performed LU  {at=31057052.51492969, lu_delay=4.737209968268871, ms=00030}
22:49:06.839418 run                osmo-ms-mob/00044: Starting mobile
22:49:06.852366 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.863208 run                             mass: MS start registered  {at=31057052.566561278, delay=0.004700809717178345, ms=00044}
22:49:06.878472 run                             mass: MS performed LU  {at=31057052.581826784, lu_delay=5.699049893766642, ms=00028}
22:49:06.954708 run                             mass: MS performed LU  {at=31057052.657958206, lu_delay=6.4514021798968315, ms=00026}
22:49:06.982287 run                osmo-ms-mob/00045: Starting mobile
22:49:06.995387 run       osmo-ms-mob/00045(pid=180): Launched
22:49:07.006078 run                             mass: MS start registered  {at=31057052.70943299, delay=0.004514675587415695, ms=00045}
22:49:07.552557 run                osmo-ms-mob/00046: Starting mobile
22:49:07.567914 run       osmo-ms-mob/00046(pid=181): Launched
22:49:07.578784 run                             mass: MS start registered  {at=31057053.282137766, delay=0.004767116159200668, ms=00046}
22:49:07.862269 run                osmo-ms-mob/00047: Starting mobile
22:49:07.876283 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.887009 run                             mass: MS start registered  {at=31057053.590362784, delay=0.0045854561030864716, ms=00047}
22:49:08.162192 run                osmo-ms-mob/00048: Starting mobile
22:49:08.176023 run       osmo-ms-mob/00048(pid=183): Launched
22:49:08.187056 run                             mass: MS start registered  {at=31057053.89040915, delay=0.004961241036653519, ms=00048}
22:49:08.471220 run                osmo-ms-mob/00049: Starting mobile
22:49:08.488232 run       osmo-ms-mob/00049(pid=184): Launched
22:49:08.499376 run                             mass: MS start registered  {at=31057054.202728912, delay=0.004804186522960663, ms=00049}
22:49:08.546089 run                             mass: MS performed LU  {at=31057054.249350417, lu_delay=5.739435695111752, ms=00032}
22:49:08.648012 run                             mass: MS performed LU  {at=31057054.35124313, lu_delay=5.050842873752117, ms=00034}
22:49:08.662174 run                osmo-ms-mob/00050: Starting mobile
22:49:08.675639 run       osmo-ms-mob/00050(pid=185): Launched
22:49:08.681749 run                             mass: MS performed LU  {at=31057054.38511203, lu_delay=4.786239959299564, ms=00035}
22:49:08.687633 run                             mass: MS start registered  {at=31057054.39100056, delay=0.0059041716158390045, ms=00050}
22:49:08.818822 run                             mass: MS performed LU  {at=31057054.522074006, lu_delay=6.332425273954868, ms=00031}
22:49:08.855587 run                             mass: MS performed LU  {at=31057054.558838915, lu_delay=5.719854928553104, ms=00033}
22:49:08.873158 run                osmo-ms-mob/00051: Starting mobile
22:49:08.886356 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.896970 run                             mass: MS start registered  {at=31057054.600327015, delay=0.004619885236024857, ms=00051}
22:49:09.461368 run                osmo-ms-mob/00052: Starting mobile
22:49:09.475376 run       osmo-ms-mob/00052(pid=187): Launched
22:49:09.486650 run                             mass: MS start registered  {at=31057055.189976275, delay=0.00468265637755394, ms=00052}
22:49:09.762672 run                osmo-ms-mob/00053: Starting mobile
22:49:09.788123 run       osmo-ms-mob/00053(pid=188): Launched
22:49:09.799169 run                             mass: MS start registered  {at=31057055.502518516, delay=0.0049962252378463745, ms=00053}
22:49:10.061899 run                osmo-ms-mob/00054: Starting mobile
22:49:10.075844 run       osmo-ms-mob/00054(pid=189): Launched
22:49:10.087050 run                             mass: MS start registered  {at=31057055.790398955, delay=0.005105331540107727, ms=00054}
22:49:10.348723 run                osmo-ms-mob/00055: Starting mobile
22:49:10.361676 run       osmo-ms-mob/00055(pid=190): Launched
22:49:10.372228 run                             mass: MS start registered  {at=31057056.07558166, delay=0.004582908004522324, ms=00055}
22:49:10.512081 run                             mass: MS performed LU  {at=31057056.215330347, lu_delay=4.804680436849594, ms=00040}
22:49:10.577452 run                             mass: MS performed LU  {at=31057056.280703574, lu_delay=4.604484681040049, ms=00041}
22:49:10.622074 run                osmo-ms-mob/00056: Starting mobile
22:49:10.636546 run       osmo-ms-mob/00056(pid=191): Launched
22:49:10.644932 run                             mass: MS performed LU  {at=31057056.348284345, lu_delay=5.539026010781527, ms=00039}
22:49:10.651171 run                             mass: MS start registered  {at=31057056.354537442, delay=0.00855446606874466, ms=00056}
22:49:10.720925 run                             mass: MS performed LU  {at=31057056.424187012, lu_delay=5.7844312861561775, ms=00038}
22:49:10.748336 run                osmo-ms-mob/00057: Starting mobile
22:49:10.761611 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.767618 run                             mass: MS performed LU  {at=31057056.470978085, lu_delay=6.0965626537799835, ms=00037}
22:49:10.773427 run                             mass: MS start registered  {at=31057056.476793952, delay=0.0058334097266197205, ms=00057}
22:49:10.779337 run                             mass: MS performed LU  {at=31057056.482699513, lu_delay=6.5070841163396835, ms=00036}
22:49:11.361022 run                osmo-ms-mob/00058: Starting mobile
22:49:11.374746 run       osmo-ms-mob/00058(pid=193): Launched
22:49:11.385798 run                             mass: MS start registered  {at=31057057.089150436, delay=0.00486677885055542, ms=00058}
22:49:11.597093 run                             mass: MS performed LU  {at=31057057.30034411, lu_delay=3.7099813260138035, ms=00047}
22:49:11.647291 run                osmo-ms-mob/00059: Starting mobile
22:49:11.660724 run       osmo-ms-mob/00059(pid=194): Launched
22:49:11.671617 run                             mass: MS start registered  {at=31057057.37496937, delay=0.004808895289897919, ms=00059}
22:49:11.961956 run                osmo-ms-mob/00060: Starting mobile
22:49:11.975971 run       osmo-ms-mob/00060(pid=195): Launched
22:49:11.986804 run                             mass: MS start registered  {at=31057057.69015787, delay=0.004858642816543579, ms=00060}
22:49:12.311873 run                             mass: MS performed LU  {at=31057058.015124228, lu_delay=5.305691238492727, ms=00045}
22:49:12.356279 run                osmo-ms-mob/00061: Starting mobile
22:49:12.370474 run       osmo-ms-mob/00061(pid=196): Launched
22:49:12.381683 run                             mass: MS start registered  {at=31057058.085036494, delay=0.005076475441455841, ms=00061}
22:49:12.413816 run                             mass: MS performed LU  {at=31057058.117069367, lu_delay=4.8349316008389, ms=00046}
22:49:12.440742 run                             mass: MS performed LU  {at=31057058.1439781, lu_delay=5.742956627160311, ms=00043}
22:49:12.457606 run                osmo-ms-mob/00062: Starting mobile
22:49:12.470682 run       osmo-ms-mob/00062(pid=197): Launched
22:49:12.481515 run                             mass: MS start registered  {at=31057058.184868436, delay=0.0046311356127262115, ms=00062}
22:49:12.584580 run                             mass: MS performed LU  {at=31057058.287840396, lu_delay=5.721279118210077, ms=00044}
22:49:12.620556 run                             mass: MS performed LU  {at=31057058.323829547, lu_delay=6.334330003708601, ms=00042}
22:49:12.648429 run                osmo-ms-mob/00063: Starting mobile
22:49:12.661811 run       osmo-ms-mob/00063(pid=198): Launched
22:49:12.672529 run                             mass: MS start registered  {at=31057058.375884946, delay=0.004714168608188629, ms=00063}
22:49:13.359320 run                osmo-ms-mob/00064: Starting mobile
22:49:13.373085 run       osmo-ms-mob/00064(pid=199): Launched
22:49:13.384563 run                             mass: MS start registered  {at=31057059.08791152, delay=0.0053767189383506775, ms=00064}
22:49:13.761667 run                osmo-ms-mob/00065: Starting mobile
22:49:13.775422 run       osmo-ms-mob/00065(pid=200): Launched
22:49:13.787200 run                             mass: MS start registered  {at=31057059.490551785, delay=0.005358420312404633, ms=00065}
22:49:14.061454 run                osmo-ms-mob/00066: Starting mobile
22:49:14.075276 run       osmo-ms-mob/00066(pid=201): Launched
22:49:14.086100 run                             mass: MS start registered  {at=31057059.789451625, delay=0.004748888313770294, ms=00066}
22:49:14.278449 run                             mass: MS performed LU  {at=31057059.981700156, lu_delay=5.381373140960932, ms=00051}
22:49:14.342719 run                             mass: MS performed LU  {at=31057060.045971695, lu_delay=5.65497113391757, ms=00050}
22:49:14.384332 run                osmo-ms-mob/00067: Starting mobile
22:49:14.398208 run       osmo-ms-mob/00067(pid=202): Launched
22:49:14.409172 run                             mass: MS start registered  {at=31057060.112526137, delay=0.005020398646593094, ms=00067}
22:49:14.415302 run                             mass: MS performed LU  {at=31057060.118664443, lu_delay=4.928688168525696, ms=00052}
22:49:14.447483 run                             mass: MS performed LU  {at=31057060.150792666, lu_delay=6.260383516550064, ms=00048}
22:49:14.463531 run                osmo-ms-mob/00068: Starting mobile
22:49:14.477026 run       osmo-ms-mob/00068(pid=203): Launched
22:49:14.488051 run                             mass: MS start registered  {at=31057060.191398058, delay=0.005012791603803635, ms=00068}
22:49:14.521332 run                             mass: MS performed LU  {at=31057060.22463184, lu_delay=4.722113322466612, ms=00053}
22:49:15.159994 run                osmo-ms-mob/00069: Starting mobile
22:49:15.173938 run       osmo-ms-mob/00069(pid=204): Launched
22:49:15.184618 run                             mass: MS start registered  {at=31057060.8879711, delay=0.004672940820455551, ms=00069}
22:49:15.547911 run                osmo-ms-mob/00070: Starting mobile
22:49:15.561288 run       osmo-ms-mob/00070(pid=205): Launched
22:49:15.572017 run                             mass: MS start registered  {at=31057061.275370885, delay=0.004670139402151108, ms=00070}
22:49:15.990993 run                osmo-ms-mob/00071: Starting mobile
22:49:16.008199 run       osmo-ms-mob/00071(pid=206): Launched
22:49:16.018883 run                             mass: MS start registered  {at=31057061.72223778, delay=0.004582960158586502, ms=00071}
22:49:16.077470 run                             mass: MS performed LU  {at=31057061.780724276, lu_delay=5.705142617225647, ms=00055}
22:49:16.179693 run                             mass: MS performed LU  {at=31057061.882945724, lu_delay=5.528408281505108, ms=00056}
22:49:16.209204 run                             mass: MS performed LU  {at=31057061.912563212, lu_delay=5.435769259929657, ms=00057}
22:49:16.220809 run                osmo-ms-mob/00072: Starting mobile
22:49:16.233917 run       osmo-ms-mob/00072(pid=207): Launched
22:49:16.244545 run                             mass: MS start registered  {at=31057061.94790521, delay=0.004575219005346298, ms=00072}
22:49:16.350645 run                             mass: MS performed LU  {at=31057062.053895388, lu_delay=6.263496432453394, ms=00054}
22:49:16.386336 run                             mass: MS performed LU  {at=31057062.089610256, lu_delay=5.00045982003212, ms=00058}
22:49:16.423947 run                             mass: MS performed LU  {at=31057062.12722218, lu_delay=4.75225280970335, ms=00059}
22:49:16.445735 run                osmo-ms-mob/00073: Starting mobile
22:49:16.458955 run       osmo-ms-mob/00073(pid=208): Launched
22:49:16.469661 run                             mass: MS start registered  {at=31057062.173016928, delay=0.004705213010311127, ms=00073}
22:49:17.161074 run                osmo-ms-mob/00074: Starting mobile
22:49:17.175024 run       osmo-ms-mob/00074(pid=209): Launched
22:49:17.186141 run                             mass: MS start registered  {at=31057062.889488205, delay=0.005103487521409988, ms=00074}
22:49:17.560824 run                osmo-ms-mob/00075: Starting mobile
22:49:17.575097 run       osmo-ms-mob/00075(pid=210): Launched
22:49:17.586068 run                             mass: MS start registered  {at=31057063.289418608, delay=0.004743263125419617, ms=00075}
22:49:18.079159 run                osmo-ms-mob/00076: Starting mobile
22:49:18.095981 run       osmo-ms-mob/00076(pid=211): Launched
22:49:18.101990 run                             mass: MS performed LU  {at=31057063.805348717, lu_delay=4.717437196522951, ms=00064}
22:49:18.107996 run                             mass: MS start registered  {at=31057063.811362464, delay=0.006033025681972504, ms=00076}
22:49:18.113845 run                             mass: MS performed LU  {at=31057063.81720899, lu_delay=5.441324044018984, ms=00063}
22:49:18.177524 run                             mass: MS performed LU  {at=31057063.88079633, lu_delay=5.695927891880274, ms=00062}
22:49:18.205269 run                osmo-ms-mob/00077: Starting mobile
22:49:18.218535 run       osmo-ms-mob/00077(pid=212): Launched
22:49:18.224574 run                             mass: MS performed LU  {at=31057063.9279339, lu_delay=5.842897407710552, ms=00061}
22:49:18.230410 run                             mass: MS start registered  {at=31057063.933777202, delay=0.005861099809408188, ms=00077}
22:49:18.288522 run                             mass: MS performed LU  {at=31057063.991792124, lu_delay=6.301634252071381, ms=00060}
22:49:18.961854 run                osmo-ms-mob/00078: Starting mobile
22:49:18.975743 run       osmo-ms-mob/00078(pid=213): Launched
22:49:18.987029 run                             mass: MS start registered  {at=31057064.69036919, delay=0.005194064229726791, ms=00078}
22:49:19.350638 run                osmo-ms-mob/00079: Starting mobile
22:49:19.364166 run       osmo-ms-mob/00079(pid=214): Launched
22:49:19.375435 run                             mass: MS start registered  {at=31057065.078776207, delay=0.005249965935945511, ms=00079}
22:49:19.878910 run                osmo-ms-mob/00080: Starting mobile
22:49:19.896053 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.907259 run                             mass: MS start registered  {at=31057065.61061189, delay=0.004903469234704971, ms=00080}
22:49:19.945021 run                             mass: MS performed LU  {at=31057065.64829379, lu_delay=5.85884216427803, ms=00066}
22:49:19.972704 run                             mass: MS performed LU  {at=31057065.675958727, lu_delay=5.484560668468475, ms=00068}
22:49:20.117166 run                             mass: MS performed LU  {at=31057065.820417024, lu_delay=4.932445924729109, ms=00069}
22:49:20.152362 run                             mass: MS performed LU  {at=31057065.855643194, lu_delay=6.365091409534216, ms=00065}
22:49:20.169376 run                osmo-ms-mob/00081: Starting mobile
22:49:20.182552 run       osmo-ms-mob/00081(pid=216): Launched
22:49:20.193356 run                             mass: MS start registered  {at=31057065.896712475, delay=0.00482524186372757, ms=00081}
22:49:20.771826 run                osmo-ms-mob/00082: Starting mobile
22:49:20.789750 run       osmo-ms-mob/00082(pid=217): Launched
22:49:20.800945 run                             mass: MS start registered  {at=31057066.504296713, delay=0.004834063351154327, ms=00082}
22:49:21.386965 run                osmo-ms-mob/00083: Starting mobile
22:49:21.403278 run       osmo-ms-mob/00083(pid=218): Launched
22:49:21.414278 run                             mass: MS start registered  {at=31057067.11763294, delay=0.00497344508767128, ms=00083}
22:49:21.809549 run                             mass: MS performed LU  {at=31057067.51279956, lu_delay=4.62331135571003, ms=00074}
22:49:21.823946 run                osmo-ms-mob/00084: Starting mobile
22:49:21.836959 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.848184 run                             mass: MS start registered  {at=31057067.551538702, delay=0.005156204104423523, ms=00084}
22:49:21.873378 run                             mass: MS performed LU  {at=31057067.57665206, lu_delay=5.854414280503988, ms=00071}
22:49:21.943364 run                             mass: MS performed LU  {at=31057067.646614693, lu_delay=6.371243808418512, ms=00070}
22:49:22.018234 run                             mass: MS performed LU  {at=31057067.72149262, lu_delay=5.548475690186024, ms=00073}
22:49:22.370375 run                osmo-ms-mob/00085: Starting mobile
22:49:22.386981 run       osmo-ms-mob/00085(pid=220): Launched
22:49:22.398198 run                             mass: MS start registered  {at=31057068.10154834, delay=0.004926811903715134, ms=00085}
22:49:22.963418 run                osmo-ms-mob/00086: Starting mobile
22:49:22.977300 run       osmo-ms-mob/00086(pid=221): Launched
22:49:22.989021 run                             mass: MS start registered  {at=31057068.69236525, delay=0.005607329308986664, ms=00086}
22:49:23.560403 run                osmo-ms-mob/00087: Starting mobile
22:49:23.574076 run       osmo-ms-mob/00087(pid=222): Launched
22:49:23.585067 run                             mass: MS start registered  {at=31057069.288417675, delay=0.00492502748966217, ms=00087}
22:49:23.647623 run                             mass: MS performed LU  {at=31057069.35087671, lu_delay=5.539514247328043, ms=00076}
22:49:23.711188 run                             mass: MS performed LU  {at=31057069.41445834, lu_delay=6.125039730221033, ms=00075}
22:49:23.737760 run                             mass: MS performed LU  {at=31057069.44099904, lu_delay=5.507221836596727, ms=00077}
22:49:23.918324 run                             mass: MS performed LU  {at=31057069.62157424, lu_delay=4.931205052882433, ms=00078}
22:49:23.941900 run                             mass: MS performed LU  {at=31057069.64525593, lu_delay=23.04426433518529, ms=00027}
22:49:23.966453 run                osmo-ms-mob/00088: Starting mobile
22:49:23.979838 run       osmo-ms-mob/00088(pid=223): Launched
22:49:23.990818 run                             mass: MS start registered  {at=31057069.694173045, delay=0.004926621913909912, ms=00088}
22:49:24.760447 run                osmo-ms-mob/00089: Starting mobile
22:49:24.774337 run       osmo-ms-mob/00089(pid=224): Launched
22:49:24.785592 run                             mass: MS start registered  {at=31057070.488942236, delay=0.0048713646829128265, ms=00089}
22:49:25.377907 run                osmo-ms-mob/00090: Starting mobile
22:49:25.393333 run       osmo-ms-mob/00090(pid=225): Launched
22:49:25.405580 run                             mass: MS start registered  {at=31057071.108931452, delay=0.00616011768579483, ms=00090}
22:49:25.575929 run                             mass: MS performed LU  {at=31057071.27911066, lu_delay=4.774813946336508, ms=00082}
22:49:25.639590 run                             mass: MS performed LU  {at=31057071.3428405, lu_delay=5.446128025650978, ms=00081}
22:49:25.708755 run                             mass: MS performed LU  {at=31057071.411989827, lu_delay=5.801377937197685, ms=00080}
22:49:25.783806 run                             mass: MS performed LU  {at=31057071.487063855, lu_delay=6.408287648111582, ms=00079}
22:49:26.079893 run                osmo-ms-mob/00091: Starting mobile
22:49:26.096788 run       osmo-ms-mob/00091(pid=226): Launched
22:49:26.107736 run                             mass: MS start registered  {at=31057071.811090127, delay=0.004809744656085968, ms=00091}
22:49:26.760898 run                osmo-ms-mob/00092: Starting mobile
22:49:26.774861 run       osmo-ms-mob/00092(pid=227): Launched
22:49:26.785884 run                             mass: MS start registered  {at=31057072.489235304, delay=0.005000542849302292, ms=00092}
22:49:27.375041 run                             mass: MS performed LU  {at=31057073.078298327, lu_delay=4.976749986410141, ms=00085}
22:49:27.477298 run                             mass: MS performed LU  {at=31057073.180548493, lu_delay=5.6290097907185555, ms=00084}
22:49:27.491695 run                osmo-ms-mob/00093: Starting mobile
22:49:27.505133 run       osmo-ms-mob/00093(pid=228): Launched
22:49:27.511131 run                             mass: MS performed LU  {at=31057073.21449406, lu_delay=6.096861120313406, ms=00083}
22:49:27.516847 run                             mass: MS start registered  {at=31057073.220213875, delay=0.005735177546739578, ms=00093}
22:49:27.648208 run                             mass: MS performed LU  {at=31057073.35145973, lu_delay=4.659094478935003, ms=00086}
22:49:28.447482 run                osmo-ms-mob/00094: Starting mobile
22:49:28.460574 run       osmo-ms-mob/00094(pid=229): Launched
22:49:28.471926 run                             mass: MS start registered  {at=31057074.175279368, delay=0.00524439662694931, ms=00094}
22:49:29.380532 run                osmo-ms-mob/00095: Starting mobile
22:49:29.397548 run       osmo-ms-mob/00095(pid=230): Launched
22:49:29.403599 run                             mass: MS performed LU  {at=31057075.106959496, lu_delay=5.818541821092367, ms=00087}
22:49:29.409727 run                             mass: MS performed LU  {at=31057075.113091983, lu_delay=5.418918937444687, ms=00088}
22:49:29.415456 run                             mass: MS start registered  {at=31057075.11882296, delay=0.011881884187459946, ms=00095}
22:49:29.475140 run                             mass: MS performed LU  {at=31057075.178390868, lu_delay=4.6894486322999, ms=00089}
22:49:30.361739 run                osmo-ms-mob/00096: Starting mobile
22:49:30.375736 run       osmo-ms-mob/00096(pid=231): Launched
22:49:30.386847 run                             mass: MS start registered  {at=31057076.09020148, delay=0.005068566650152206, ms=00096}
22:49:31.242898 run                             mass: MS performed LU  {at=31057076.946149796, lu_delay=5.135059669613838, ms=00091}
22:49:31.270612 run                             mass: MS performed LU  {at=31057076.973890297, lu_delay=5.864958845078945, ms=00090}
22:49:31.318653 run                osmo-ms-mob/00097: Starting mobile
22:49:31.333975 run       osmo-ms-mob/00097(pid=232): Launched
22:49:31.344786 run                             mass: MS start registered  {at=31057077.048142444, delay=0.004800960421562195, ms=00097}
22:49:31.375816 run                             mass: MS performed LU  {at=31057077.079080477, lu_delay=4.589845173060894, ms=00092}
22:49:31.393415 run                             mass: MS performed LU  {at=31057077.09676031, lu_delay=22.894031397998333, ms=00049}
22:49:32.747587 run                osmo-ms-mob/00098: Starting mobile
22:49:32.760906 run       osmo-ms-mob/00098(pid=233): Launched
22:49:32.771747 run                             mass: MS start registered  {at=31057078.47509864, delay=0.004866123199462891, ms=00098}
22:49:33.107551 run                             mass: MS performed LU  {at=31057078.81075701, lu_delay=5.590543136000633, ms=00093}
22:49:33.172008 run                             mass: MS performed LU  {at=31057078.87525895, lu_delay=4.699979580938816, ms=00094}
22:49:34.547336 run                osmo-ms-mob/00099: Starting mobile
22:49:34.560277 run       osmo-ms-mob/00099(pid=234): Launched
22:49:34.566426 run                             mass: All started... {duration=55.72902791202068, too_slow=0}
22:49:34.572064 run                             mass: MS start registered  {at=31057080.27542495, delay=0.0056314729154109955, ms=00099}
22:49:35.008873 run                             mass: MS performed LU  {at=31057080.71212092, lu_delay=5.593297962099314, ms=00095}
22:49:35.506933 run                             mass: MS performed LU  {at=31057081.21018364, lu_delay=5.119982160627842, ms=00096}
22:49:36.873193 run                             mass: MS performed LU  {at=31057082.576435126, lu_delay=5.528292682021856, ms=00097}
22:49:37.173239 run                             mass: MS performed LU  {at=31057082.876494665, lu_delay=22.763968527317047, ms=00067}
22:49:38.774310 run                             mass: MS performed LU  {at=31057084.477562822, lu_delay=6.002464182674885, ms=00098}
22:49:39.036871 run                             mass: MS performed LU  {at=31057084.740127254, lu_delay=22.792222045361996, ms=00072}
22:49:40.639606 run                             mass: MS performed LU  {at=31057086.342857063, lu_delay=6.06743211299181, ms=00099}
22:49:40.662679 run                             mass: Tests done {all_completed=True, max=23.04426433518529, min=3.7099813260138035}
22:49:40.668342 tst         register_default_mass.py: Test passed (81.5 sec)
22:49:40.673669 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.676942 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.680162 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.683413 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.686668 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.689991 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.693320 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.696601 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.699905 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.703241 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.706568 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.709883 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.713198 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.716608 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.720049 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.723510 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.726981 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.730421 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.733879 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.737299 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.740700 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.744133 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.747546 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.750966 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.754370 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.757709 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.761066 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.764388 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.767769 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.771164 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.774510 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.777919 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.781480 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.784933 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.788325 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.791725 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.795092 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.798567 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.802226 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.805688 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.809146 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.812611 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.816081 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.819566 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.823057 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.826513 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.830147 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.833622 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.837086 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.840540 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.843989 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.847630 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.851094 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.854564 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.858017 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.861912 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.865399 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.868851 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.872306 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.875923 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.879378 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.882827 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.886290 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.890132 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.893581 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.897035 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.900495 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.904095 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.907561 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.911417 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.914880 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.918350 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.921788 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.925243 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.928571 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.932074 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.935517 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.938976 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.942433 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.945909 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.949349 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.952804 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.956212 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.959687 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.963092 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.967113 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.970605 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.974058 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.977516 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.980971 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.984417 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.987872 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.991343 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.994796 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.998255 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:41.001728 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:41.005176 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:41.008616 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:41.012578 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:41.016296 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:41.020104 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:41.023812 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:41.027267 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:41.030641 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:41.034031 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:41.037486 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:41.040895 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:41.044344 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:41.047765 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:41.051084 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:41.054535 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:41.057927 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:41.061398 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:41.064806 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:41.068170 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:41.071615 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:41.074992 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:41.078436 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:41.081877 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:41.085331 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:41.088773 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:41.092204 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:41.095530 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:41.098838 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:41.102150 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:41.105453 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:41.108764 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:41.112058 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:41.115355 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:41.118673 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:41.121990 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:41.125289 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:41.128579 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:41.131871 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:41.135182 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:41.138483 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:41.141793 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:41.145121 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:41.148416 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:41.151722 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:41.155025 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:41.158325 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:41.161625 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:41.164927 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:41.168221 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:41.171528 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:41.174839 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:41.178134 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:41.181427 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:41.184743 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:41.188028 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:41.191319 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:41.194624 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:41.197931 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:41.201235 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:41.204519 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:41.207817 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:41.211115 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:41.214424 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:41.217728 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:41.221027 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:41.224317 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:41.227608 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:41.230901 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:41.234195 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:41.237506 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:41.240786 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:41.244089 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:41.247401 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:41.250706 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:41.254010 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:41.257315 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:41.260619 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:41.263920 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:41.267230 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:41.270543 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:41.273853 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:41.277158 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:41.280457 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:41.283758 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:41.287053 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:41.290345 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:41.293644 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:41.296956 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:41.300245 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:41.303546 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:41.306841 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:41.310147 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:41.313437 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:41.316726 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:41.320024 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:41.323317 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:41.326653 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:41.329963 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:41.333251 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:41.336556 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:41.339856 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:41.343193 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:41.346517 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:41.349807 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:41.353116 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:41.356408 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:41.359699 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:41.362986 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:41.366307 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:41.369594 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:41.372892 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:41.376167 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:41.379448 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:41.382753 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:41.386066 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:41.389358 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:41.392669 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:41.395971 ---      ParallelTerminationStrategy: PID 22 died...
22:49:41.397472 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:41.401116 ---      ParallelTerminationStrategy: PID 23 died...
22:49:41.402590 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:41.406203 ---      ParallelTerminationStrategy: PID 24 died...
22:49:41.407678 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:41.411305 ---      ParallelTerminationStrategy: PID 25 died...
22:49:41.412793 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:41.416404 ---      ParallelTerminationStrategy: PID 26 died...
22:49:41.417880 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:41.421528 ---      ParallelTerminationStrategy: PID 27 died...
22:49:41.423008 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:41.426651 ---      ParallelTerminationStrategy: PID 28 died...
22:49:41.428129 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:41.431790 ---      ParallelTerminationStrategy: PID 29 died...
22:49:41.433278 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:41.436948 ---      ParallelTerminationStrategy: PID 30 died...
22:49:41.438421 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:41.442056 ---      ParallelTerminationStrategy: PID 31 died...
22:49:41.443538 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:41.447199 ---      ParallelTerminationStrategy: PID 32 died...
22:49:41.448688 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:41.452356 ---      ParallelTerminationStrategy: PID 33 died...
22:49:41.453854 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.457511 ---      ParallelTerminationStrategy: PID 35 died...
22:49:41.459000 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.462676 ---      ParallelTerminationStrategy: PID 36 died...
22:49:41.464164 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.467816 ---      ParallelTerminationStrategy: PID 37 died...
22:49:41.469312 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.472971 ---      ParallelTerminationStrategy: PID 38 died...
22:49:41.474450 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.478124 ---      ParallelTerminationStrategy: PID 39 died...
22:49:41.479609 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.483308 ---      ParallelTerminationStrategy: PID 40 died...
22:49:41.484794 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.488443 ---      ParallelTerminationStrategy: PID 41 died...
22:49:41.489947 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.493606 ---      ParallelTerminationStrategy: PID 42 died...
22:49:41.495086 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.498736 ---      ParallelTerminationStrategy: PID 43 died...
22:49:41.500204 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.503844 ---      ParallelTerminationStrategy: PID 44 died...
22:49:41.505330 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.508968 ---      ParallelTerminationStrategy: PID 45 died...
22:49:41.510452 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.514108 ---      ParallelTerminationStrategy: PID 46 died...
22:49:41.515576 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.519218 ---      ParallelTerminationStrategy: PID 47 died...
22:49:41.520699 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.524316 ---      ParallelTerminationStrategy: PID 48 died...
22:49:41.525779 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.529416 ---      ParallelTerminationStrategy: PID 49 died...
22:49:41.530877 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.534529 ---      ParallelTerminationStrategy: PID 50 died...
22:49:41.535999 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.539635 ---      ParallelTerminationStrategy: PID 51 died...
22:49:41.541131 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.544808 ---      ParallelTerminationStrategy: PID 52 died...
22:49:41.546286 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.549924 ---      ParallelTerminationStrategy: PID 53 died...
22:49:41.551403 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.555183 ---      ParallelTerminationStrategy: PID 54 died...
22:49:41.556726 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.560507 ---      ParallelTerminationStrategy: PID 55 died...
22:49:41.562046 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.565967 ---      ParallelTerminationStrategy: PID 56 died...
22:49:41.567518 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.571248 ---      ParallelTerminationStrategy: PID 57 died...
22:49:41.572708 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.576322 ---      ParallelTerminationStrategy: PID 58 died...
22:49:41.577799 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.581429 ---      ParallelTerminationStrategy: PID 59 died...
22:49:41.582908 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.586519 ---      ParallelTerminationStrategy: PID 60 died...
22:49:41.587983 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.591608 ---      ParallelTerminationStrategy: PID 61 died...
22:49:41.593081 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.596775 ---      ParallelTerminationStrategy: PID 62 died...
22:49:41.598252 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.601886 ---      ParallelTerminationStrategy: PID 63 died...
22:49:41.603352 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.606985 ---      ParallelTerminationStrategy: PID 64 died...
22:49:41.608455 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.612069 ---      ParallelTerminationStrategy: PID 65 died...
22:49:41.613550 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.617214 ---      ParallelTerminationStrategy: PID 66 died...
22:49:41.618690 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.622332 ---      ParallelTerminationStrategy: PID 67 died...
22:49:41.623812 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.627458 ---      ParallelTerminationStrategy: PID 68 died...
22:49:41.628949 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.632587 ---      ParallelTerminationStrategy: PID 69 died...
22:49:41.634073 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.637704 ---      ParallelTerminationStrategy: PID 70 died...
22:49:41.639175 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.642816 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.644295 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.647942 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.649434 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.653102 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.654585 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.658229 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.659711 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.663333 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.664820 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.668582 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.670119 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.673896 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.675431 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.679237 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.680778 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.684562 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.686098 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.689880 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.691406 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.695196 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.696741 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.700531 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.702069 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.705850 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.707383 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.711193 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.712742 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.716535 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.718090 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.721897 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.723436 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.727228 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.728770 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.732539 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.734074 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.737878 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.739406 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.743185 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.744727 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.748509 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.750050 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.753839 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.755362 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.759155 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.760686 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.764477 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.766008 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.769836 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.771372 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.775136 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.776685 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.780475 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.782010 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.785818 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.787349 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.791136 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.792673 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.796451 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.797986 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.801778 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.803311 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.807096 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.808658 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.812445 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.813984 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.817773 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.819315 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.823106 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.824661 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.828429 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.829962 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.833754 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.835293 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.839089 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.840635 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.844422 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.845959 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.849766 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.851309 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.855085 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.856635 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.860427 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.861965 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.865751 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.867288 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.871082 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.872620 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.876412 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.877942 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.881715 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.883243 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.887020 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.888558 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.892403 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.893941 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.897737 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.899295 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.903073 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.904606 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.908427 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.909968 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.913766 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.915308 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.919090 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.920620 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.924433 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.925978 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.929781 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.931312 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.935093 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.936631 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.940428 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.941963 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.945764 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.947304 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.951095 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.952633 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.956398 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.957941 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.961745 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.963274 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.967068 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.968610 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.972413 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.973953 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.977746 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.979277 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.983076 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.984602 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.988420 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.989962 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.993773 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.995310 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.999142 ---      ParallelTerminationStrategy: PID 138 died...
22:49:42.000691 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:42.004492 ---      ParallelTerminationStrategy: PID 139 died...
22:49:42.006043 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:42.009869 ---      ParallelTerminationStrategy: PID 140 died...
22:49:42.011403 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:42.015223 ---      ParallelTerminationStrategy: PID 141 died...
22:49:42.016771 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:42.020560 ---      ParallelTerminationStrategy: PID 142 died...
22:49:42.022100 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:42.025931 ---      ParallelTerminationStrategy: PID 143 died...
22:49:42.027466 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:42.031280 ---      ParallelTerminationStrategy: PID 144 died...
22:49:42.032826 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:42.036646 ---      ParallelTerminationStrategy: PID 145 died...
22:49:42.038179 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:42.042009 ---      ParallelTerminationStrategy: PID 146 died...
22:49:42.043551 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:42.047447 ---      ParallelTerminationStrategy: PID 147 died...
22:49:42.048988 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:42.052788 ---      ParallelTerminationStrategy: PID 148 died...
22:49:42.054324 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:42.058150 ---      ParallelTerminationStrategy: PID 149 died...
22:49:42.059671 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:42.063489 ---      ParallelTerminationStrategy: PID 150 died...
22:49:42.065036 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:42.068853 ---      ParallelTerminationStrategy: PID 151 died...
22:49:42.070390 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:42.074217 ---      ParallelTerminationStrategy: PID 152 died...
22:49:42.075758 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:42.079585 ---      ParallelTerminationStrategy: PID 153 died...
22:49:42.081145 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:42.084960 ---      ParallelTerminationStrategy: PID 154 died...
22:49:42.086485 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:42.090308 ---      ParallelTerminationStrategy: PID 155 died...
22:49:42.091846 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:42.095678 ---      ParallelTerminationStrategy: PID 156 died...
22:49:42.097222 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:42.101041 ---      ParallelTerminationStrategy: PID 157 died...
22:49:42.102586 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:42.106414 ---      ParallelTerminationStrategy: PID 158 died...
22:49:42.107952 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:42.111745 ---      ParallelTerminationStrategy: PID 159 died...
22:49:42.113292 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:42.117123 ---      ParallelTerminationStrategy: PID 160 died...
22:49:42.118659 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:42.122476 ---      ParallelTerminationStrategy: PID 161 died...
22:49:42.124006 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:42.127821 ---      ParallelTerminationStrategy: PID 162 died...
22:49:42.129366 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:42.133180 ---      ParallelTerminationStrategy: PID 163 died...
22:49:42.134718 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:42.138523 ---      ParallelTerminationStrategy: PID 164 died...
22:49:42.140058 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:42.144025 ---      ParallelTerminationStrategy: PID 165 died...
22:49:42.145610 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:42.149448 ---      ParallelTerminationStrategy: PID 166 died...
22:49:42.150973 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:42.154768 ---      ParallelTerminationStrategy: PID 167 died...
22:49:42.156296 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:42.160091 ---      ParallelTerminationStrategy: PID 168 died...
22:49:42.161613 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:42.165449 ---      ParallelTerminationStrategy: PID 169 died...
22:49:42.166972 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:42.170764 ---      ParallelTerminationStrategy: PID 170 died...
22:49:42.172292 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:42.176076 ---      ParallelTerminationStrategy: PID 171 died...
22:49:42.177594 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:42.181417 ---      ParallelTerminationStrategy: PID 172 died...
22:49:42.182933 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:42.186724 ---      ParallelTerminationStrategy: PID 173 died...
22:49:42.188262 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:42.192063 ---      ParallelTerminationStrategy: PID 174 died...
22:49:42.193605 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:42.197420 ---      ParallelTerminationStrategy: PID 175 died...
22:49:42.198942 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:42.202746 ---      ParallelTerminationStrategy: PID 176 died...
22:49:42.204278 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:42.208062 ---      ParallelTerminationStrategy: PID 177 died...
22:49:42.209594 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:42.213419 ---      ParallelTerminationStrategy: PID 178 died...
22:49:42.214941 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:42.218759 ---      ParallelTerminationStrategy: PID 179 died...
22:49:42.220284 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:42.224080 ---      ParallelTerminationStrategy: PID 180 died...
22:49:42.225600 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:42.229424 ---      ParallelTerminationStrategy: PID 181 died...
22:49:42.230957 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:42.234768 ---      ParallelTerminationStrategy: PID 182 died...
22:49:42.236294 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:42.240092 ---      ParallelTerminationStrategy: PID 183 died...
22:49:42.241625 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:42.245430 ---      ParallelTerminationStrategy: PID 184 died...
22:49:42.246957 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:42.250744 ---      ParallelTerminationStrategy: PID 185 died...
22:49:42.252264 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:42.256058 ---      ParallelTerminationStrategy: PID 186 died...
22:49:42.257587 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:42.261392 ---      ParallelTerminationStrategy: PID 187 died...
22:49:42.262931 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:42.266742 ---      ParallelTerminationStrategy: PID 188 died...
22:49:42.268270 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:42.272079 ---      ParallelTerminationStrategy: PID 189 died...
22:49:42.273613 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:42.277425 ---      ParallelTerminationStrategy: PID 190 died...
22:49:42.278953 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:42.282742 ---      ParallelTerminationStrategy: PID 191 died...
22:49:42.284266 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:42.288085 ---      ParallelTerminationStrategy: PID 192 died...
22:49:42.289613 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:42.293423 ---      ParallelTerminationStrategy: PID 193 died...
22:49:42.294953 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:42.298750 ---      ParallelTerminationStrategy: PID 194 died...
22:49:42.300272 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:42.304084 ---      ParallelTerminationStrategy: PID 195 died...
22:49:42.305618 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:42.309464 ---      ParallelTerminationStrategy: PID 196 died...
22:49:42.311002 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:42.314795 ---      ParallelTerminationStrategy: PID 197 died...
22:49:42.316333 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:42.320147 ---      ParallelTerminationStrategy: PID 198 died...
22:49:42.321693 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:42.325533 ---      ParallelTerminationStrategy: PID 199 died...
22:49:42.327063 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:42.330869 ---      ParallelTerminationStrategy: PID 200 died...
22:49:42.332406 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:42.336208 ---      ParallelTerminationStrategy: PID 201 died...
22:49:42.337737 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:42.341543 ---      ParallelTerminationStrategy: PID 202 died...
22:49:42.343075 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:42.346881 ---      ParallelTerminationStrategy: PID 203 died...
22:49:42.348422 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:42.352242 ---      ParallelTerminationStrategy: PID 204 died...
22:49:42.353772 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:42.357604 ---      ParallelTerminationStrategy: PID 205 died...
22:49:42.359140 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:42.362981 ---      ParallelTerminationStrategy: PID 206 died...
22:49:42.364526 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:42.368375 ---      ParallelTerminationStrategy: PID 207 died...
22:49:42.369917 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:42.373755 ---      ParallelTerminationStrategy: PID 208 died...
22:49:42.375283 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:42.379077 ---      ParallelTerminationStrategy: PID 209 died...
22:49:42.380617 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:42.384433 ---      ParallelTerminationStrategy: PID 210 died...
22:49:42.385965 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:42.389773 ---      ParallelTerminationStrategy: PID 211 died...
22:49:42.391294 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:42.395099 ---      ParallelTerminationStrategy: PID 212 died...
22:49:42.396650 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:42.400454 ---      ParallelTerminationStrategy: PID 213 died...
22:49:42.401982 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:42.405802 ---      ParallelTerminationStrategy: PID 214 died...
22:49:42.407338 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:42.411142 ---      ParallelTerminationStrategy: PID 215 died...
22:49:42.412672 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:42.416460 ---      ParallelTerminationStrategy: PID 216 died...
22:49:42.417988 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:42.421798 ---      ParallelTerminationStrategy: PID 217 died...
22:49:42.423326 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:42.427138 ---      ParallelTerminationStrategy: PID 218 died...
22:49:42.428665 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:42.432486 ---      ParallelTerminationStrategy: PID 219 died...
22:49:42.434019 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:42.437820 ---      ParallelTerminationStrategy: PID 220 died...
22:49:42.439356 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.443197 ---      ParallelTerminationStrategy: PID 221 died...
22:49:42.444730 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.448553 ---      ParallelTerminationStrategy: PID 222 died...
22:49:42.450084 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.453889 ---      ParallelTerminationStrategy: PID 223 died...
22:49:42.455416 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.459221 ---      ParallelTerminationStrategy: PID 224 died...
22:49:42.460759 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.464555 ---      ParallelTerminationStrategy: PID 225 died...
22:49:42.466089 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.469900 ---      ParallelTerminationStrategy: PID 226 died...
22:49:42.471433 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.475248 ---      ParallelTerminationStrategy: PID 227 died...
22:49:42.476784 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.480590 ---      ParallelTerminationStrategy: PID 228 died...
22:49:42.482118 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.485937 ---      ParallelTerminationStrategy: PID 229 died...
22:49:42.487464 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.491303 ---      ParallelTerminationStrategy: PID 230 died...
22:49:42.492831 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.496634 ---      ParallelTerminationStrategy: PID 231 died...
22:49:42.498157 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.501957 ---      ParallelTerminationStrategy: PID 232 died...
22:49:42.503490 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.507324 ---      ParallelTerminationStrategy: PID 233 died...
22:49:42.508852 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.512664 ---      ParallelTerminationStrategy: PID 234 died...
22:49:42.514195 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.918772 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.924322 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8204 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.996264 tst                       trial-8204: Storing JUnit report in /build/trial-8204/run.2026-01-07_22-48-18/trial-8204.xml

--------------------------------------------------------------------------------------------
trial-8204 PASS
--------------------------------------------------------------------------------------------
22:49:46.007355 tst                       trial-8204: trial-8204: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.5 sec)
+ exit_code=0
+ rm -rf trial-8204/inst
+ cd trial-8204
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-07 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8204-run.tgz run.2026-01-07_22-48-18
+ tar czf /build/trial-8204-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-07_13_26_22.tgz osmo-bts-oc2g.build-2026-01-07_17_48_26.tgz osmo-bts-sysmo.build-2026-01-07_17_48_19.tgz osmo-bts.build-2026-01-07_17_48_22.tgz osmo-ggsn.build-2026-01-07_20_42_39.tgz osmo-hlr.build-2026-01-07_16_36_48.tgz osmo-hnbgw.build-2026-01-07_13_31_04.tgz osmo-mgw.build-2026-01-07_08_33_14.tgz osmo-msc.build-2026-01-07_13_35_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-07_07_34_07.tgz osmo-pcu-sysmo.build-2026-01-07_07_36_15.tgz osmo-pcu.build-2026-01-07_07_36_22.tgz osmo-sgsn.build-2026-01-07_20_48_21.tgz osmo-stp.build-2026-01-07_13_23_21.tgz osmo-trx.build-2026-01-07_14_30_45.tgz osmocom-bb.build-2026-01-07_21_17_13.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