Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7694
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14055451695493614818.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-8260
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ 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 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:b0428c8bd0091f871374f5638dc7fcb4e1f71d1294aa316bcccf02106d7fb05a done
#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=8261 -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-03-05 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8261
+ mkdir -p trial-8261
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-05_16_02_15.tgz osmo-bts-oc2g.build-2026-03-05_00_51_33.tgz osmo-bts-sysmo.build-2026-03-05_00_51_32.tgz osmo-bts.build-2026-03-05_00_51_32.tgz osmo-ggsn.build-2026-03-05_20_42_31.tgz osmo-hlr.build-2026-03-05_16_36_50.tgz osmo-hnbgw.build-2026-03-05_13_30_55.tgz osmo-mgw.build-2026-03-05_08_33_14.tgz osmo-msc.build-2026-03-05_13_35_28.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-05_04_23_21.tgz osmo-pcu-sysmo.build-2026-03-05_04_23_11.tgz osmo-pcu.build-2026-03-05_04_23_26.tgz osmo-sgsn.build-2026-03-05_13_31_45.tgz osmo-stp.build-2026-03-05_13_25_29.tgz osmo-trx.build-2026-03-05_14_21_36.tgz osmocom-bb.build-2026-03-05_21_17_20.tgz srslte.build-19.tgz trial-8261
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-05_16_02_15.md5 osmo-bts-oc2g.build-2026-03-05_00_51_33.md5 osmo-bts-sysmo.build-2026-03-05_00_51_32.md5 osmo-bts.build-2026-03-05_00_51_32.md5 osmo-ggsn.build-2026-03-05_20_42_31.md5 osmo-hlr.build-2026-03-05_16_36_50.md5 osmo-hnbgw.build-2026-03-05_13_30_55.md5 osmo-mgw.build-2026-03-05_08_33_14.md5 osmo-msc.build-2026-03-05_13_35_28.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-05_04_23_21.md5 osmo-pcu-sysmo.build-2026-03-05_04_23_11.md5 osmo-pcu.build-2026-03-05_04_23_26.md5 osmo-sgsn.build-2026-03-05_13_31_45.md5 osmo-stp.build-2026-03-05_13_25_29.md5 osmo-trx.build-2026-03-05_14_21_36.md5 osmocom-bb.build-2026-03-05_21_17_20.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-05_16_02_15.md5 osmo-bts-oc2g.build-2026-03-05_00_51_33.md5 osmo-bts-sysmo.build-2026-03-05_00_51_32.md5 osmo-bts.build-2026-03-05_00_51_32.md5 osmo-ggsn.build-2026-03-05_20_42_31.md5 osmo-hlr.build-2026-03-05_16_36_50.md5 osmo-hnbgw.build-2026-03-05_13_30_55.md5 osmo-mgw.build-2026-03-05_08_33_14.md5 osmo-msc.build-2026-03-05_13_35_28.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-05_04_23_21.md5 osmo-pcu-sysmo.build-2026-03-05_04_23_11.md5 osmo-pcu.build-2026-03-05_04_23_26.md5 osmo-sgsn.build-2026-03-05_13_31_45.md5 osmo-stp.build-2026-03-05_13_25_29.md5 osmo-trx.build-2026-03-05_14_21_36.md5 osmocom-bb.build-2026-03-05_21_17_20.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-8261 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8261'
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-8261
--------------------------------------------------------------------------------------------
22:48:18.615729 tst                       trial-8261: Detailed log at /build/trial-8261/run.2026-03-05_22-48-18/log

---------------------------------------------------------------------
trial-8261 netreg_mass
---------------------------------------------------------------------
22:48:18.820933 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.821310 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.822141 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.823282 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.861281 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.862037 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.863157 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.925488 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-8261 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.926218 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.941129 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.941629 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.942081 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.942528 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.942977 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.943418 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.943854 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.975498 tst         register_default_mass.py: using LAC 2
22:48:18.998520 tst         register_default_mass.py: using RAC 2
22:48:19.026237 tst         register_default_mass.py: using CellId 2
22:48:19.056782 tst         register_default_mass.py: using BVCI 3
22:48:19.066425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.067003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.067536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.068071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.068589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.069088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.069603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.070115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.070641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.071167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.071688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.072185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.072711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.073239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.073765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.074283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.074794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.075319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.075841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.076357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.076859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.077396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.077917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.078427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.078945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.079467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.079988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.080514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.081034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.081551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.082072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.082581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.083109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.083635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.084154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.084678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.085191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.085706 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.086222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.086739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.087240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.087759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.088284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.088794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.089313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.089821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.090325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.090853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.091363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.091879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.092408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.092915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.093419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.093943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.094444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.094945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.095459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.095977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.096489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.097007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.097521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.098026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.098554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.099070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.099572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.100100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.100626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.101143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.101661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.102167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.102673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.103184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.103770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.104279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.104785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.105304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.105806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.106304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.106822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.107328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.107828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.108323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.108830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.109337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.109834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.110346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.110855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.111351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.111860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.112375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.112880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.113398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.113918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.114429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.114923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.115433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.115942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.116447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.116968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.117480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.117986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.118554 tst      register_default_mass.py:21: Launching a simple network
22:48:19.128462 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.248361 run            create_hlr_db(pid=20): Launched
22:48:20.271023 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.293649 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.308762 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.314538 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.503959 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.518469 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.524134 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.942317 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.957447 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.975346 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.088754 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.103637 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.109232 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.132432 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.147312 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.152927 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.465955 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.481196 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.508274 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.677490 run         osmo-bts-virtual(pid=34): Launched
22:48:31.713554 tst         register_default_mass.py: using MSISDN 1001
22:48:31.727925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.766845 tst         register_default_mass.py: using MSISDN 1002
22:48:31.784090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.814236 tst         register_default_mass.py: using MSISDN 1003
22:48:31.828767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.867460 tst         register_default_mass.py: using MSISDN 1004
22:48:31.885152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.915550 tst         register_default_mass.py: using MSISDN 1005
22:48:31.927514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.958970 tst         register_default_mass.py: using MSISDN 1006
22:48:31.973668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.004308 tst         register_default_mass.py: using MSISDN 1007
22:48:32.018634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.049003 tst         register_default_mass.py: using MSISDN 1008
22:48:32.063173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.094399 tst         register_default_mass.py: using MSISDN 1009
22:48:32.108974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.139466 tst         register_default_mass.py: using MSISDN 1010
22:48:32.153801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.184646 tst         register_default_mass.py: using MSISDN 1011
22:48:32.199126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.230347 tst         register_default_mass.py: using MSISDN 1012
22:48:32.244742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.275539 tst         register_default_mass.py: using MSISDN 1013
22:48:32.290033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.320583 tst         register_default_mass.py: using MSISDN 1014
22:48:32.334888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.366170 tst         register_default_mass.py: using MSISDN 1015
22:48:32.380713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.412007 tst         register_default_mass.py: using MSISDN 1016
22:48:32.426655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.457542 tst         register_default_mass.py: using MSISDN 1017
22:48:32.471917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.502493 tst         register_default_mass.py: using MSISDN 1018
22:48:32.516646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.547739 tst         register_default_mass.py: using MSISDN 1019
22:48:32.562106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.593110 tst         register_default_mass.py: using MSISDN 1020
22:48:32.607815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.639926 tst         register_default_mass.py: using MSISDN 1021
22:48:32.649794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.680236 tst         register_default_mass.py: using MSISDN 1022
22:48:32.696156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.726919 tst         register_default_mass.py: using MSISDN 1023
22:48:32.741475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.772336 tst         register_default_mass.py: using MSISDN 1024
22:48:32.787013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.817990 tst         register_default_mass.py: using MSISDN 1025
22:48:32.832680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.863559 tst         register_default_mass.py: using MSISDN 1026
22:48:32.878229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.908414 tst         register_default_mass.py: using MSISDN 1027
22:48:32.922615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.952484 tst         register_default_mass.py: using MSISDN 1028
22:48:32.966566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.997050 tst         register_default_mass.py: using MSISDN 1029
22:48:33.011317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.041776 tst         register_default_mass.py: using MSISDN 1030
22:48:33.056201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.086780 tst         register_default_mass.py: using MSISDN 1031
22:48:33.101358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.131460 tst         register_default_mass.py: using MSISDN 1032
22:48:33.144806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.175243 tst         register_default_mass.py: using MSISDN 1033
22:48:33.189574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.220101 tst         register_default_mass.py: using MSISDN 1034
22:48:33.234470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.264901 tst         register_default_mass.py: using MSISDN 1035
22:48:33.279287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.310784 tst         register_default_mass.py: using MSISDN 1036
22:48:33.325500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.356801 tst         register_default_mass.py: using MSISDN 1037
22:48:33.371722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.402365 tst         register_default_mass.py: using MSISDN 1038
22:48:33.416963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.448019 tst         register_default_mass.py: using MSISDN 1039
22:48:33.462710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.494082 tst         register_default_mass.py: using MSISDN 1040
22:48:33.508921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.544043 tst         register_default_mass.py: using MSISDN 1041
22:48:33.560704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.599319 tst         register_default_mass.py: using MSISDN 1042
22:48:33.617086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.647808 tst         register_default_mass.py: using MSISDN 1043
22:48:33.662689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.692686 tst         register_default_mass.py: using MSISDN 1044
22:48:33.706816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.736049 tst         register_default_mass.py: using MSISDN 1045
22:48:33.749827 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.779185 tst         register_default_mass.py: using MSISDN 1046
22:48:33.792942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.822234 tst         register_default_mass.py: using MSISDN 1047
22:48:33.835475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.864955 tst         register_default_mass.py: using MSISDN 1048
22:48:33.878791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.908177 tst         register_default_mass.py: using MSISDN 1049
22:48:33.921858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.951381 tst         register_default_mass.py: using MSISDN 1050
22:48:33.965285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.994648 tst         register_default_mass.py: using MSISDN 1051
22:48:34.008531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.038077 tst         register_default_mass.py: using MSISDN 1052
22:48:34.051843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.081081 tst         register_default_mass.py: using MSISDN 1053
22:48:34.094943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.124285 tst         register_default_mass.py: using MSISDN 1054
22:48:34.138013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.167060 tst         register_default_mass.py: using MSISDN 1055
22:48:34.180702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.210067 tst         register_default_mass.py: using MSISDN 1056
22:48:34.223800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.252942 tst         register_default_mass.py: using MSISDN 1057
22:48:34.266692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.296241 tst         register_default_mass.py: using MSISDN 1058
22:48:34.309988 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.339195 tst         register_default_mass.py: using MSISDN 1059
22:48:34.352853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.382270 tst         register_default_mass.py: using MSISDN 1060
22:48:34.396193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.425440 tst         register_default_mass.py: using MSISDN 1061
22:48:34.439144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.468462 tst         register_default_mass.py: using MSISDN 1062
22:48:34.482130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.511452 tst         register_default_mass.py: using MSISDN 1063
22:48:34.525415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.554882 tst         register_default_mass.py: using MSISDN 1064
22:48:34.568705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.598034 tst         register_default_mass.py: using MSISDN 1065
22:48:34.611738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.641635 tst         register_default_mass.py: using MSISDN 1066
22:48:34.655713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.685309 tst         register_default_mass.py: using MSISDN 1067
22:48:34.698681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.728582 tst         register_default_mass.py: using MSISDN 1068
22:48:34.734370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.763908 tst         register_default_mass.py: using MSISDN 1069
22:48:34.775787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.805741 tst         register_default_mass.py: using MSISDN 1070
22:48:34.819778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.849606 tst         register_default_mass.py: using MSISDN 1071
22:48:34.863556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.893378 tst         register_default_mass.py: using MSISDN 1072
22:48:34.907468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.937153 tst         register_default_mass.py: using MSISDN 1073
22:48:34.951169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.981118 tst         register_default_mass.py: using MSISDN 1074
22:48:34.995069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.025151 tst         register_default_mass.py: using MSISDN 1075
22:48:35.039091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.068741 tst         register_default_mass.py: using MSISDN 1076
22:48:35.082781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.112517 tst         register_default_mass.py: using MSISDN 1077
22:48:35.126392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.156417 tst         register_default_mass.py: using MSISDN 1078
22:48:35.170614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.200575 tst         register_default_mass.py: using MSISDN 1079
22:48:35.214034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.244617 tst         register_default_mass.py: using MSISDN 1080
22:48:35.259072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.289242 tst         register_default_mass.py: using MSISDN 1081
22:48:35.297808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.329339 tst         register_default_mass.py: using MSISDN 1082
22:48:35.345599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.377023 tst         register_default_mass.py: using MSISDN 1083
22:48:35.392001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.423227 tst         register_default_mass.py: using MSISDN 1084
22:48:35.438211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.469360 tst         register_default_mass.py: using MSISDN 1085
22:48:35.484138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.524116 tst         register_default_mass.py: using MSISDN 1086
22:48:35.541914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.573533 tst         register_default_mass.py: using MSISDN 1087
22:48:35.588659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.619362 tst         register_default_mass.py: using MSISDN 1088
22:48:35.634058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.664461 tst         register_default_mass.py: using MSISDN 1089
22:48:35.678252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.708924 tst         register_default_mass.py: using MSISDN 1090
22:48:35.723341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.754068 tst         register_default_mass.py: using MSISDN 1091
22:48:35.768578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.799044 tst         register_default_mass.py: using MSISDN 1092
22:48:35.813491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.844023 tst         register_default_mass.py: using MSISDN 1093
22:48:35.858579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.888963 tst         register_default_mass.py: using MSISDN 1094
22:48:35.903323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.933793 tst         register_default_mass.py: using MSISDN 1095
22:48:35.947818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.978209 tst         register_default_mass.py: using MSISDN 1096
22:48:35.992647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.023061 tst         register_default_mass.py: using MSISDN 1097
22:48:36.037510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.067778 tst         register_default_mass.py: using MSISDN 1098
22:48:36.081923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.112429 tst         register_default_mass.py: using MSISDN 1099
22:48:36.126934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.157381 tst         register_default_mass.py: using MSISDN 1100
22:48:36.171933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.263260 run                             mass: Starting testcase
22:48:36.268801 run                             mass: Pre-launching all virtphy's
22:48:36.274191 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.287196 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.293224 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.306183 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.312240 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.325134 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.331201 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.344120 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.350196 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.363066 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.369067 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.381861 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.387756 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.400437 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.406332 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.419091 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.424972 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.437687 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.443552 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.456270 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.462168 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.474956 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.480835 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.493614 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.499511 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.512204 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.518121 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.530780 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.536624 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.549251 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.555077 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.567828 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.573853 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.586500 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.592408 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.605196 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.611190 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.624118 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.630175 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.643252 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.649305 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.662361 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.668384 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.681359 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.687349 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.700330 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.706383 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.719230 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.725232 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.738117 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.744116 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.756985 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.762890 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.775781 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.781798 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.794646 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.800603 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.813587 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.819491 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.832579 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.838523 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.851529 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.857386 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.870212 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.876074 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.888907 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.894774 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.907497 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.913379 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.926143 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.932028 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.944803 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.950668 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.963452 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.969318 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.982141 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.988007 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.000795 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.006647 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.019418 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.025293 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.038046 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.043919 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.056696 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.062675 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.075437 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.081495 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.094305 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.100189 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.113110 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.118981 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.131844 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.137743 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.150499 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.156371 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.169106 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.175020 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.187802 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.193749 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.206565 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.212431 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.225246 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.231153 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.243946 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.249851 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.262650 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.268601 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.281395 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.287283 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.300223 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.306073 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.319015 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.324874 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.337600 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.343571 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.356347 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.362350 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.375081 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.380979 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.393719 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.399549 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.412285 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.418174 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.430975 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.436875 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.449661 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.455481 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.468241 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.474100 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.486793 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.492656 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.505327 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.511222 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.523948 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.529972 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.542713 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.548695 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.561438 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.567345 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.580225 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.586180 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.599279 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.605309 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.618269 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.624247 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.636953 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.642820 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.655579 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.661468 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.674170 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.680065 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.692793 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.698648 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.711766 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.717885 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.731363 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.737522 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.750555 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.756442 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.769357 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.775252 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.788320 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.794177 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.806932 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.812944 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.825713 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.831700 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.844628 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.850596 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.863648 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.869627 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.882484 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.888388 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.901099 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.907047 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.919799 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.925670 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.938432 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.944308 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.957045 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.962963 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.975700 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.981544 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.994260 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.000320 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.013156 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.019211 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.032015 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.037863 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.050759 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.056611 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.069496 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.075337 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.088094 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.093936 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.106771 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.112787 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.125773 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.131736 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.144519 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.150422 run                             mass: Checking if sockets are in the filesystem
22:48:38.182851 run                osmo-ms-mob/00000: Starting mobile
22:48:38.195801 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.207590 run                             mass: MS start registered  {at=3301544.415909538, delay=0.005775257013738155, ms=00000}
22:48:42.396444 run                osmo-ms-mob/00001: Starting mobile
22:48:42.413157 run       osmo-ms-mob/00001(pid=136): Launched
22:48:42.424094 run                             mass: MS start registered  {at=3301548.632410432, delay=0.005010208114981651, ms=00001}
22:48:43.506209 run                             mass: MS performed LU  {at=3301549.71440996, lu_delay=5.298500421922654, ms=00000}
22:48:44.187924 run                osmo-ms-mob/00002: Starting mobile
22:48:44.203627 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.214877 run                             mass: MS start registered  {at=3301550.423186895, delay=0.005360824055969715, ms=00002}
22:48:45.498637 run                osmo-ms-mob/00003: Starting mobile
22:48:45.515437 run       osmo-ms-mob/00003(pid=138): Launched
22:48:45.526123 run                             mass: MS start registered  {at=3301551.734441446, delay=0.004699026234447956, ms=00003}
22:48:46.589516 run                osmo-ms-mob/00004: Starting mobile
22:48:46.605624 run       osmo-ms-mob/00004(pid=139): Launched
22:48:46.616467 run                             mass: MS start registered  {at=3301552.824786588, delay=0.0048311022110283375, ms=00004}
22:48:47.272500 run                             mass: MS performed LU  {at=3301553.480706791, lu_delay=4.848296358715743, ms=00001}
22:48:47.565745 run                osmo-ms-mob/00005: Starting mobile
22:48:47.578468 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.589132 run                             mass: MS start registered  {at=3301553.797452302, delay=0.004646124318242073, ms=00005}
22:48:48.466414 run                osmo-ms-mob/00006: Starting mobile
22:48:48.479599 run       osmo-ms-mob/00006(pid=141): Launched
22:48:48.490579 run                             mass: MS start registered  {at=3301554.698895736, delay=0.004942780360579491, ms=00006}
22:48:49.172835 run                             mass: MS performed LU  {at=3301555.381043471, lu_delay=4.957856575958431, ms=00002}
22:48:49.399784 run                osmo-ms-mob/00007: Starting mobile
22:48:49.416809 run       osmo-ms-mob/00007(pid=142): Launched
22:48:49.427499 run                             mass: MS start registered  {at=3301555.635821418, delay=0.004791802726686001, ms=00007}
22:48:50.166029 run                osmo-ms-mob/00008: Starting mobile
22:48:50.178772 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.189617 run                             mass: MS start registered  {at=3301556.397935335, delay=0.00482346722856164, ms=00008}
22:48:50.865258 run                osmo-ms-mob/00009: Starting mobile
22:48:50.878036 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.888731 run                             mass: MS start registered  {at=3301557.097053697, delay=0.004761854652315378, ms=00009}
22:48:51.038396 run                             mass: MS performed LU  {at=3301557.246604748, lu_delay=5.5121633019298315, ms=00003}
22:48:51.592097 run                osmo-ms-mob/00010: Starting mobile
22:48:51.606961 run       osmo-ms-mob/00010(pid=145): Launched
22:48:51.618005 run                             mass: MS start registered  {at=3301557.826325853, delay=0.005076657980680466, ms=00010}
22:48:52.166476 run                osmo-ms-mob/00011: Starting mobile
22:48:52.179355 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.190661 run                             mass: MS start registered  {at=3301558.398983841, delay=0.005241927690804005, ms=00011}
22:48:52.766022 run                osmo-ms-mob/00012: Starting mobile
22:48:52.778765 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.789935 run                             mass: MS start registered  {at=3301558.998250521, delay=0.0051469868049025536, ms=00012}
22:48:52.938790 run                             mass: MS performed LU  {at=3301559.14700005, lu_delay=4.448104314040393, ms=00006}
22:48:52.966828 run                             mass: MS performed LU  {at=3301559.175069791, lu_delay=5.377617488615215, ms=00005}
22:48:52.984135 run                             mass: MS performed LU  {at=3301559.192465673, lu_delay=6.3676790851168334, ms=00004}
22:48:53.393847 run                osmo-ms-mob/00013: Starting mobile
22:48:53.410903 run       osmo-ms-mob/00013(pid=148): Launched
22:48:53.421876 run                             mass: MS start registered  {at=3301559.630193521, delay=0.00501495273783803, ms=00013}
22:48:53.979162 run                osmo-ms-mob/00014: Starting mobile
22:48:53.992735 run       osmo-ms-mob/00014(pid=149): Launched
22:48:54.004266 run                             mass: MS start registered  {at=3301560.212583698, delay=0.005334438756108284, ms=00014}
22:48:54.588045 run                osmo-ms-mob/00015: Starting mobile
22:48:54.603856 run       osmo-ms-mob/00015(pid=150): Launched
22:48:54.614732 run                             mass: MS start registered  {at=3301560.823054, delay=0.00480790575966239, ms=00015}
22:48:54.803601 run                             mass: MS performed LU  {at=3301561.011810095, lu_delay=5.375988677144051, ms=00007}
22:48:55.066281 run                osmo-ms-mob/00016: Starting mobile
22:48:55.079300 run       osmo-ms-mob/00016(pid=151): Launched
22:48:55.090498 run                             mass: MS start registered  {at=3301561.298816671, delay=0.005156779196113348, ms=00016}
22:48:55.172410 run                             mass: MS performed LU  {at=3301561.38063115, lu_delay=4.98269581515342, ms=00008}
22:48:55.596887 run                osmo-ms-mob/00017: Starting mobile
22:48:55.614220 run       osmo-ms-mob/00017(pid=152): Launched
22:48:55.625707 run                             mass: MS start registered  {at=3301561.834023003, delay=0.005162994842976332, ms=00017}
22:48:56.208393 run                osmo-ms-mob/00018: Starting mobile
22:48:56.225470 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.236676 run                             mass: MS start registered  {at=3301562.444993494, delay=0.005243367049843073, ms=00018}
22:48:56.597921 run                osmo-ms-mob/00019: Starting mobile
22:48:56.610995 run       osmo-ms-mob/00019(pid=154): Launched
22:48:56.622003 run                             mass: MS start registered  {at=3301562.830322629, delay=0.004899702034890652, ms=00019}
22:48:56.704471 run                             mass: MS performed LU  {at=3301562.912694087, lu_delay=5.086368233896792, ms=00010}
22:48:56.733201 run                             mass: MS performed LU  {at=3301562.941419793, lu_delay=4.542435951996595, ms=00011}
22:48:56.750162 run                             mass: MS performed LU  {at=3301562.958495209, lu_delay=5.861441512126476, ms=00009}
22:48:57.083266 run                osmo-ms-mob/00020: Starting mobile
22:48:57.096306 run       osmo-ms-mob/00020(pid=155): Launched
22:48:57.107159 run                             mass: MS start registered  {at=3301563.315474721, delay=0.0047391983680427074, ms=00020}
22:48:57.581552 run                osmo-ms-mob/00021: Starting mobile
22:48:57.595317 run       osmo-ms-mob/00021(pid=156): Launched
22:48:57.606440 run                             mass: MS start registered  {at=3301563.814761008, delay=0.004898072220385075, ms=00021}
22:48:57.966839 run                osmo-ms-mob/00022: Starting mobile
22:48:57.979576 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.990408 run                             mass: MS start registered  {at=3301564.198723408, delay=0.004903755150735378, ms=00022}
22:48:58.489159 run                osmo-ms-mob/00023: Starting mobile
22:48:58.505185 run       osmo-ms-mob/00023(pid=158): Launched
22:48:58.511123 run                             mass: MS performed LU  {at=3301564.719450358, lu_delay=5.721199837047607, ms=00012}
22:48:58.516932 run                             mass: MS performed LU  {at=3301564.725266469, lu_delay=5.095072948373854, ms=00013}
22:48:58.522818 run                             mass: MS start registered  {at=3301564.731153194, delay=0.01172089297324419, ms=00023}
22:48:58.569445 run                             mass: MS performed LU  {at=3301564.777664091, lu_delay=4.565080393105745, ms=00014}
22:48:58.590054 run                osmo-ms-mob/00024: Starting mobile
22:48:58.602880 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.613688 run                             mass: MS start registered  {at=3301564.822009757, delay=0.004925730172544718, ms=00024}
22:48:59.366244 run                osmo-ms-mob/00025: Starting mobile
22:48:59.382925 run       osmo-ms-mob/00025(pid=160): Launched
22:48:59.394201 run                             mass: MS start registered  {at=3301565.602520371, delay=0.004994268994778395, ms=00025}
22:48:59.766576 run                osmo-ms-mob/00026: Starting mobile
22:48:59.779641 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.790509 run                             mass: MS start registered  {at=3301565.99883084, delay=0.004984464030712843, ms=00026}
22:49:00.165827 run                osmo-ms-mob/00027: Starting mobile
22:49:00.179065 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.190408 run                             mass: MS start registered  {at=3301566.398716948, delay=0.005310830194503069, ms=00027}
22:49:00.470417 run                             mass: MS performed LU  {at=3301566.678635849, lu_delay=5.8555818493478, ms=00015}
22:49:00.502365 run                osmo-ms-mob/00028: Starting mobile
22:49:00.517240 run       osmo-ms-mob/00028(pid=163): Launched
22:49:00.523409 run                             mass: MS performed LU  {at=3301566.731738439, lu_delay=4.897715435829014, ms=00017}
22:49:00.529453 run                             mass: MS performed LU  {at=3301566.73778708, lu_delay=5.438970408868045, ms=00016}
22:49:00.535354 run                             mass: MS start registered  {at=3301566.743688762, delay=0.011967753991484642, ms=00028}
22:49:00.998880 run                osmo-ms-mob/00029: Starting mobile
22:49:01.016015 run       osmo-ms-mob/00029(pid=164): Launched
22:49:01.027284 run                             mass: MS start registered  {at=3301567.235603869, delay=0.005203497130423784, ms=00029}
22:49:01.366635 run                osmo-ms-mob/00030: Starting mobile
22:49:01.379628 run       osmo-ms-mob/00030(pid=165): Launched
22:49:01.390917 run                             mass: MS start registered  {at=3301567.599236306, delay=0.005209381692111492, ms=00030}
22:49:01.766704 run                osmo-ms-mob/00031: Starting mobile
22:49:01.780120 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.791514 run                             mass: MS start registered  {at=3301567.999831188, delay=0.005265451967716217, ms=00031}
22:49:02.097088 run                osmo-ms-mob/00032: Starting mobile
22:49:02.113353 run       osmo-ms-mob/00032(pid=167): Launched
22:49:02.124642 run                             mass: MS start registered  {at=3301568.332959256, delay=0.005189509131014347, ms=00032}
22:49:02.233807 run                             mass: MS performed LU  {at=3301568.442027172, lu_delay=5.611704543232918, ms=00019}
22:49:02.251632 run                             mass: MS performed LU  {at=3301568.459870969, lu_delay=5.14439624780789, ms=00020}
22:49:02.335369 run                             mass: MS performed LU  {at=3301568.543606476, lu_delay=4.728845467790961, ms=00021}
22:49:02.363212 run                osmo-ms-mob/00033: Starting mobile
22:49:02.376221 run       osmo-ms-mob/00033(pid=168): Launched
22:49:02.387358 run                             mass: MS start registered  {at=3301568.595678436, delay=0.004896986298263073, ms=00033}
22:49:02.505591 run                             mass: MS performed LU  {at=3301568.71381047, lu_delay=6.268816975876689, ms=00018}
22:49:02.760594 run                             mass: MS performed LU  {at=3301568.968821928, lu_delay=4.770098519977182, ms=00022}
22:49:02.815066 run                osmo-ms-mob/00034: Starting mobile
22:49:02.829630 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.840651 run                             mass: MS start registered  {at=3301569.048974323, delay=0.005051684100180864, ms=00034}
22:49:03.178519 run                osmo-ms-mob/00035: Starting mobile
22:49:03.192698 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.204418 run                             mass: MS start registered  {at=3301569.412734708, delay=0.005643427837640047, ms=00035}
22:49:03.566820 run                osmo-ms-mob/00036: Starting mobile
22:49:03.579931 run       osmo-ms-mob/00036(pid=171): Launched
22:49:03.591180 run                             mass: MS start registered  {at=3301569.799502415, delay=0.005206479225307703, ms=00036}
22:49:03.996232 run                osmo-ms-mob/00037: Starting mobile
22:49:04.011976 run       osmo-ms-mob/00037(pid=172): Launched
22:49:04.023218 run                             mass: MS start registered  {at=3301570.231540826, delay=0.005177654325962067, ms=00037}
22:49:04.236600 run                             mass: MS performed LU  {at=3301570.44482091, lu_delay=5.622811153065413, ms=00024}
22:49:04.251411 run                osmo-ms-mob/00038: Starting mobile
22:49:04.264593 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.275631 run                             mass: MS start registered  {at=3301570.483954344, delay=0.005016728769987822, ms=00038}
22:49:04.281620 run                             mass: MS performed LU  {at=3301570.48994893, lu_delay=4.491118090227246, ms=00026}
22:49:04.426137 run                             mass: MS performed LU  {at=3301570.634353875, lu_delay=5.031833504326642, ms=00025}
22:49:04.454302 run                osmo-ms-mob/00039: Starting mobile
22:49:04.467080 run       osmo-ms-mob/00039(pid=174): Launched
22:49:04.478320 run                             mass: MS start registered  {at=3301570.686642214, delay=0.004957037977874279, ms=00039}
22:49:04.977134 run                osmo-ms-mob/00040: Starting mobile
22:49:04.992902 run       osmo-ms-mob/00040(pid=175): Launched
22:49:05.004474 run                             mass: MS start registered  {at=3301571.212793399, delay=0.005289002321660519, ms=00040}
22:49:05.281419 run                osmo-ms-mob/00041: Starting mobile
22:49:05.295940 run       osmo-ms-mob/00041(pid=176): Launched
22:49:05.307354 run                             mass: MS start registered  {at=3301571.515675243, delay=0.00518028112128377, ms=00041}
22:49:05.579324 run                osmo-ms-mob/00042: Starting mobile
22:49:05.593239 run       osmo-ms-mob/00042(pid=177): Launched
22:49:05.604281 run                             mass: MS start registered  {at=3301571.812596802, delay=0.005037444178014994, ms=00042}
22:49:05.988809 run                osmo-ms-mob/00043: Starting mobile
22:49:06.005692 run       osmo-ms-mob/00043(pid=178): Launched
22:49:06.012147 run                             mass: MS performed LU  {at=3301572.220471658, lu_delay=4.621235352009535, ms=00030}
22:49:06.018318 run                             mass: MS performed LU  {at=3301572.226651118, lu_delay=5.827934170141816, ms=00027}
22:49:06.024197 run                             mass: MS start registered  {at=3301572.232530845, delay=0.012078465893864632, ms=00043}
22:49:06.035534 run                osmo-ms-mob/00044: Starting mobile
22:49:06.048714 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.060045 run                             mass: MS start registered  {at=3301572.268347003, delay=0.004861105233430862, ms=00044}
22:49:06.101228 run                             mass: MS performed LU  {at=3301572.309465365, lu_delay=5.073861496057361, ms=00029}
22:49:06.271998 run                             mass: MS performed LU  {at=3301572.480217288, lu_delay=5.736528525594622, ms=00028}
22:49:06.301588 run                osmo-ms-mob/00045: Starting mobile
22:49:06.314743 run       osmo-ms-mob/00045(pid=180): Launched
22:49:06.325572 run                             mass: MS start registered  {at=3301572.533892681, delay=0.004800817929208279, ms=00045}
22:49:06.526518 run                             mass: MS performed LU  {at=3301572.734738177, lu_delay=4.734906989149749, ms=00031}
22:49:06.879676 run                osmo-ms-mob/00046: Starting mobile
22:49:06.893543 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.904676 run                             mass: MS start registered  {at=3301573.112994761, delay=0.005075151100754738, ms=00046}
22:49:07.166593 run                osmo-ms-mob/00047: Starting mobile
22:49:07.179890 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.191101 run                             mass: MS start registered  {at=3301573.399419042, delay=0.004728788044303656, ms=00047}
22:49:07.481541 run                osmo-ms-mob/00048: Starting mobile
22:49:07.495853 run       osmo-ms-mob/00048(pid=183): Launched
22:49:07.509515 run                             mass: MS start registered  {at=3301573.717832117, delay=0.007391412742435932, ms=00048}
22:49:07.787989 run                osmo-ms-mob/00049: Starting mobile
22:49:07.804027 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.815669 run                             mass: MS start registered  {at=3301574.02398131, delay=0.005692990962415934, ms=00049}
22:49:07.956918 run                             mass: MS performed LU  {at=3301574.165147891, lu_delay=5.569469454698265, ms=00033}
22:49:07.986343 run                osmo-ms-mob/00050: Starting mobile
22:49:07.999490 run       osmo-ms-mob/00050(pid=185): Launched
22:49:08.005621 run                             mass: MS performed LU  {at=3301574.213948175, lu_delay=4.414445759728551, ms=00036}
22:49:08.011399 run                             mass: MS start registered  {at=3301574.219733983, delay=0.005804660730063915, ms=00050}
22:49:08.048672 run                             mass: MS performed LU  {at=3301574.256891148, lu_delay=4.844156440347433, ms=00035}
22:49:08.209685 run                             mass: MS performed LU  {at=3301574.417912283, lu_delay=5.368937959894538, ms=00034}
22:49:08.238730 run                osmo-ms-mob/00051: Starting mobile
22:49:08.252129 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.258171 run                             mass: MS performed LU  {at=3301574.466499695, lu_delay=6.133540438953787, ms=00032}
22:49:08.263944 run                             mass: MS start registered  {at=3301574.472278154, delay=0.00579698896035552, ms=00051}
22:49:08.766268 run                osmo-ms-mob/00052: Starting mobile
22:49:08.779165 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.790440 run                             mass: MS start registered  {at=3301574.998758299, delay=0.005291875917464495, ms=00052}
22:49:09.066388 run                osmo-ms-mob/00053: Starting mobile
22:49:09.079835 run       osmo-ms-mob/00053(pid=188): Launched
22:49:09.091122 run                             mass: MS start registered  {at=3301575.299435176, delay=0.005049169063568115, ms=00053}
22:49:09.379773 run                osmo-ms-mob/00054: Starting mobile
22:49:09.393793 run       osmo-ms-mob/00054(pid=189): Launched
22:49:09.406188 run                             mass: MS start registered  {at=3301575.614503541, delay=0.0059989700093865395, ms=00054}
22:49:09.666713 run                osmo-ms-mob/00055: Starting mobile
22:49:09.679944 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.691028 run                             mass: MS start registered  {at=3301575.899347583, delay=0.004965962842106819, ms=00055}
22:49:09.764768 run                             mass: MS performed LU  {at=3301575.973002807, lu_delay=5.741461980622262, ms=00037}
22:49:09.782612 run                             mass: MS performed LU  {at=3301575.99091273, lu_delay=5.506958385929465, ms=00038}
22:49:09.807775 run                osmo-ms-mob/00056: Starting mobile
22:49:09.821208 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.832346 run                             mass: MS start registered  {at=3301576.040665221, delay=0.004951006732881069, ms=00056}
22:49:09.866467 run                             mass: MS performed LU  {at=3301576.074677773, lu_delay=4.861884373705834, ms=00040}
22:49:10.036922 run                             mass: MS performed LU  {at=3301576.245135066, lu_delay=5.55849285190925, ms=00039}
22:49:10.065401 run                osmo-ms-mob/00057: Starting mobile
22:49:10.078765 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.084783 run                             mass: MS performed LU  {at=3301576.293111475, lu_delay=4.7774362321943045, ms=00041}
22:49:10.090484 run                             mass: MS start registered  {at=3301576.298819106, delay=0.005725313909351826, ms=00057}
22:49:10.705480 run                osmo-ms-mob/00058: Starting mobile
22:49:10.722464 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.734138 run                             mass: MS start registered  {at=3301576.942448352, delay=0.005321524105966091, ms=00058}
22:49:10.980430 run                osmo-ms-mob/00059: Starting mobile
22:49:10.994226 run       osmo-ms-mob/00059(pid=194): Launched
22:49:11.005667 run                             mass: MS start registered  {at=3301577.213986495, delay=0.005073581822216511, ms=00059}
22:49:11.296918 run                osmo-ms-mob/00060: Starting mobile
22:49:11.312127 run       osmo-ms-mob/00060(pid=195): Launched
22:49:11.323623 run                             mass: MS start registered  {at=3301577.531939655, delay=0.005619678180664778, ms=00060}
22:49:11.687242 run                osmo-ms-mob/00061: Starting mobile
22:49:11.703683 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.714993 run                             mass: MS start registered  {at=3301577.923312923, delay=0.005310338921844959, ms=00061}
22:49:11.768027 run                             mass: MS performed LU  {at=3301577.976247852, lu_delay=4.57682881038636, ms=00047}
22:49:11.795835 run                             mass: MS performed LU  {at=3301578.004128191, lu_delay=4.8911334299482405, ms=00046}
22:49:11.810418 run                osmo-ms-mob/00062: Starting mobile
22:49:11.823681 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.829665 run                             mass: MS performed LU  {at=3301578.037992372, lu_delay=6.225395570043474, ms=00042}
22:49:11.835460 run                             mass: MS start registered  {at=3301578.043794377, delay=0.0058194659650325775, ms=00062}
22:49:11.958608 run                             mass: MS performed LU  {at=3301578.166826655, lu_delay=5.898479652125388, ms=00044}
22:49:11.972190 run                osmo-ms-mob/00063: Starting mobile
22:49:11.985745 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.991877 run                             mass: MS performed LU  {at=3301578.200205645, lu_delay=5.666312964167446, ms=00045}
22:49:11.998034 run                             mass: MS performed LU  {at=3301578.206367155, lu_delay=5.973836310207844, ms=00043}
22:49:12.003980 run                             mass: MS start registered  {at=3301578.21231444, delay=0.012127149850130081, ms=00063}
22:49:12.681434 run                osmo-ms-mob/00064: Starting mobile
22:49:12.695542 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.707026 run                             mass: MS start registered  {at=3301578.915346018, delay=0.005200488958507776, ms=00064}
22:49:13.090125 run                osmo-ms-mob/00065: Starting mobile
22:49:13.106593 run       osmo-ms-mob/00065(pid=200): Launched
22:49:13.118102 run                             mass: MS start registered  {at=3301579.326411005, delay=0.005515469238162041, ms=00065}
22:49:13.379408 run                osmo-ms-mob/00066: Starting mobile
22:49:13.393171 run       osmo-ms-mob/00066(pid=201): Launched
22:49:13.404653 run                             mass: MS start registered  {at=3301579.61296094, delay=0.005032365210354328, ms=00066}
22:49:13.530975 run                             mass: MS performed LU  {at=3301579.739192979, lu_delay=4.740434680134058, ms=00052}
22:49:13.548335 run                             mass: MS performed LU  {at=3301579.756569813, lu_delay=5.284291659016162, ms=00051}
22:49:13.632305 run                             mass: MS performed LU  {at=3301579.840541664, lu_delay=5.620807681232691, ms=00050}
22:49:13.646700 run                osmo-ms-mob/00067: Starting mobile
22:49:13.660059 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.671396 run                             mass: MS start registered  {at=3301579.879718315, delay=0.005385519005358219, ms=00067}
22:49:13.803627 run                             mass: MS performed LU  {at=3301580.011846955, lu_delay=5.987865644972771, ms=00049}
22:49:13.827740 run                             mass: MS performed LU  {at=3301580.03607037, lu_delay=6.318238253239542, ms=00048}
22:49:13.838655 run                osmo-ms-mob/00068: Starting mobile
22:49:13.851906 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.863164 run                             mass: MS start registered  {at=3301580.071481989, delay=0.00528214406222105, ms=00068}
22:49:13.895631 run                             mass: MS performed LU  {at=3301580.103855053, lu_delay=4.804419877007604, ms=00053}
22:49:14.461784 run                osmo-ms-mob/00069: Starting mobile
22:49:14.475203 run       osmo-ms-mob/00069(pid=204): Launched
22:49:14.489530 run                             mass: MS start registered  {at=3301580.697833408, delay=0.007793351076543331, ms=00069}
22:49:14.879636 run                osmo-ms-mob/00070: Starting mobile
22:49:14.893511 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.904723 run                             mass: MS start registered  {at=3301581.113041899, delay=0.005301021039485931, ms=00070}
22:49:15.279792 run                osmo-ms-mob/00071: Starting mobile
22:49:15.293744 run       osmo-ms-mob/00071(pid=206): Launched
22:49:15.305217 run                             mass: MS start registered  {at=3301581.51353846, delay=0.005248505622148514, ms=00071}
22:49:15.488237 run                             mass: MS performed LU  {at=3301581.696456139, lu_delay=6.081952597945929, ms=00054}
22:49:15.561709 run                             mass: MS performed LU  {at=3301581.769929954, lu_delay=4.827481601852924, ms=00058}
22:49:15.586467 run                osmo-ms-mob/00072: Starting mobile
22:49:15.599827 run       osmo-ms-mob/00072(pid=207): Launched
22:49:15.606246 run                             mass: MS performed LU  {at=3301581.814566521, lu_delay=4.600580025929958, ms=00059}
22:49:15.612244 run                             mass: MS start registered  {at=3301581.820578256, delay=0.006035283207893372, ms=00072}
22:49:15.741703 run                             mass: MS performed LU  {at=3301581.949919953, lu_delay=5.909254732076079, ms=00056}
22:49:16.105944 run                osmo-ms-mob/00073: Starting mobile
22:49:16.122252 run       osmo-ms-mob/00073(pid=208): Launched
22:49:16.133873 run                             mass: MS start registered  {at=3301582.342192439, delay=0.005021398887038231, ms=00073}
22:49:16.479662 run                osmo-ms-mob/00074: Starting mobile
22:49:16.493793 run       osmo-ms-mob/00074(pid=209): Launched
22:49:16.499940 run                             mass: MS performed LU  {at=3301582.708267261, lu_delay=6.40944815473631, ms=00057}
22:49:16.506136 run                             mass: MS start registered  {at=3301582.714468352, delay=0.0062193372286856174, ms=00074}
22:49:16.878723 run                osmo-ms-mob/00075: Starting mobile
22:49:16.893118 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.904585 run                             mass: MS start registered  {at=3301583.112904935, delay=0.005207497160881758, ms=00075}
22:49:17.296333 run                             mass: MS performed LU  {at=3301583.50455575, lu_delay=5.292241310235113, ms=00063}
22:49:17.312141 run                osmo-ms-mob/00076: Starting mobile
22:49:17.325655 run       osmo-ms-mob/00076(pid=211): Launched
22:49:17.331618 run                             mass: MS performed LU  {at=3301583.539946851, lu_delay=4.624600832816213, ms=00064}
22:49:17.337557 run                             mass: MS performed LU  {at=3301583.545889997, lu_delay=5.622577073983848, ms=00061}
22:49:17.343193 run                             mass: MS start registered  {at=3301583.551528621, delay=0.01159988297149539, ms=00076}
22:49:17.589369 run                             mass: MS performed LU  {at=3301583.7975875, lu_delay=5.753793123178184, ms=00062}
22:49:17.618367 run                osmo-ms-mob/00077: Starting mobile
22:49:17.631275 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.642784 run                             mass: MS start registered  {at=3301583.851103519, delay=0.005147192161530256, ms=00077}
22:49:17.660171 run                             mass: MS performed LU  {at=3301583.868490463, lu_delay=6.336550808046013, ms=00060}
22:49:18.279051 run                osmo-ms-mob/00078: Starting mobile
22:49:18.292886 run       osmo-ms-mob/00078(pid=213): Launched
22:49:18.303769 run                             mass: MS start registered  {at=3301584.512086726, delay=0.004961107857525349, ms=00078}
22:49:18.510845 run                             mass: MS performed LU  {at=3301584.719063791, lu_delay=3.6060218918137252, ms=00070}
22:49:18.679859 run                osmo-ms-mob/00079: Starting mobile
22:49:18.693979 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.704830 run                             mass: MS start registered  {at=3301584.913150878, delay=0.004855158273130655, ms=00079}
22:49:19.192464 run                osmo-ms-mob/00080: Starting mobile
22:49:19.209224 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.220256 run                             mass: MS start registered  {at=3301585.428576941, delay=0.004988670349121094, ms=00080}
22:49:19.281139 run                             mass: MS performed LU  {at=3301585.489318893, lu_delay=4.791485484689474, ms=00069}
22:49:19.327965 run                             mass: MS performed LU  {at=3301585.536158742, lu_delay=5.4646767526865005, ms=00068}
22:49:19.344553 run                             mass: MS performed LU  {at=3301585.552842891, lu_delay=5.673124575987458, ms=00067}
22:49:19.489783 run                             mass: MS performed LU  {at=3301585.697990171, lu_delay=6.371579166036099, ms=00065}
22:49:19.508051 run                osmo-ms-mob/00081: Starting mobile
22:49:19.521960 run       osmo-ms-mob/00081(pid=216): Launched
22:49:19.528024 run                             mass: MS performed LU  {at=3301585.73635243, lu_delay=6.1233914899639785, ms=00066}
22:49:19.534026 run                             mass: MS start registered  {at=3301585.742360543, delay=0.0060259378515183926, ms=00081}
22:49:20.065949 run                osmo-ms-mob/00082: Starting mobile
22:49:20.080382 run       osmo-ms-mob/00082(pid=217): Launched
22:49:20.091573 run                             mass: MS start registered  {at=3301586.299890342, delay=0.005191592033952475, ms=00082}
22:49:20.693183 run                osmo-ms-mob/00083: Starting mobile
22:49:20.708076 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.719790 run                             mass: MS start registered  {at=3301586.928101076, delay=0.005704819690436125, ms=00083}
22:49:21.062623 run                             mass: MS performed LU  {at=3301587.270843183, lu_delay=4.55637483112514, ms=00074}
22:49:21.094836 run                osmo-ms-mob/00084: Starting mobile
22:49:21.109420 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.115343 run                             mass: MS performed LU  {at=3301587.323671933, lu_delay=4.9814794939011335, ms=00073}
22:49:21.121529 run                             mass: MS performed LU  {at=3301587.329861234, lu_delay=5.816322774160653, ms=00071}
22:49:21.127189 run                             mass: MS start registered  {at=3301587.335524008, delay=0.01186990225687623, ms=00084}
22:49:21.354880 run                             mass: MS performed LU  {at=3301587.563080203, lu_delay=5.742501946631819, ms=00072}
22:49:21.427265 run                             mass: MS performed LU  {at=3301587.635486569, lu_delay=22.904333374928683, ms=00023}
22:49:21.469125 run                osmo-ms-mob/00085: Starting mobile
22:49:21.482806 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.493552 run                             mass: MS start registered  {at=3301587.701872083, delay=0.0046233320608735085, ms=00085}
22:49:22.280478 run                osmo-ms-mob/00086: Starting mobile
22:49:22.294557 run       osmo-ms-mob/00086(pid=221): Launched
22:49:22.305526 run                             mass: MS start registered  {at=3301588.513846721, delay=0.004848787095397711, ms=00086}
22:49:22.896643 run                osmo-ms-mob/00087: Starting mobile
22:49:22.913393 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.924702 run                             mass: MS start registered  {at=3301589.133020427, delay=0.005190243013203144, ms=00087}
22:49:23.047205 run                             mass: MS performed LU  {at=3301589.25542304, lu_delay=4.743336314335465, ms=00078}
22:49:23.065488 run                             mass: MS performed LU  {at=3301589.273705813, lu_delay=6.160800877958536, ms=00075}
22:49:23.093489 run                             mass: MS performed LU  {at=3301589.301726732, lu_delay=5.750198110938072, ms=00076}
22:49:23.256171 run                             mass: MS performed LU  {at=3301589.464390388, lu_delay=4.551239510066807, ms=00079}
22:49:23.347502 run                             mass: MS performed LU  {at=3301589.555723156, lu_delay=5.704619636759162, ms=00077}
22:49:23.391805 run                osmo-ms-mob/00088: Starting mobile
22:49:23.405612 run       osmo-ms-mob/00088(pid=223): Launched
22:49:23.416590 run                             mass: MS start registered  {at=3301589.624910213, delay=0.004994194954633713, ms=00088}
22:49:24.079510 run                osmo-ms-mob/00089: Starting mobile
22:49:24.093337 run       osmo-ms-mob/00089(pid=224): Launched
22:49:24.104308 run                             mass: MS start registered  {at=3301590.31262791, delay=0.005027504172176123, ms=00089}
22:49:24.679802 run                osmo-ms-mob/00090: Starting mobile
22:49:24.693809 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.704834 run                             mass: MS start registered  {at=3301590.913150955, delay=0.005033848807215691, ms=00090}
22:49:24.828675 run                             mass: MS performed LU  {at=3301591.03689424, lu_delay=5.2945336969569325, ms=00081}
22:49:24.865532 run                             mass: MS performed LU  {at=3301591.073765347, lu_delay=4.773875004611909, ms=00082}
22:49:25.082313 run                             mass: MS performed LU  {at=3301591.29053452, lu_delay=5.861957578919828, ms=00080}
22:49:25.411070 run                osmo-ms-mob/00091: Starting mobile
22:49:25.427632 run       osmo-ms-mob/00091(pid=226): Launched
22:49:25.438703 run                             mass: MS start registered  {at=3301591.647022558, delay=0.005175270140171051, ms=00091}
22:49:26.081162 run                osmo-ms-mob/00092: Starting mobile
22:49:26.094950 run       osmo-ms-mob/00092(pid=227): Launched
22:49:26.107028 run                             mass: MS start registered  {at=3301592.315328282, delay=0.0060111447237432, ms=00092}
22:49:26.812997 run                             mass: MS performed LU  {at=3301593.021202917, lu_delay=6.0931018413975835, ms=00083}
22:49:26.874489 run                osmo-ms-mob/00093: Starting mobile
22:49:26.902341 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.908480 run                             mass: MS performed LU  {at=3301593.116808203, lu_delay=5.781284194905311, ms=00084}
22:49:26.914385 run                             mass: MS start registered  {at=3301593.122719249, delay=0.005928928032517433, ms=00093}
22:49:27.095033 run                             mass: MS performed LU  {at=3301593.303252189, lu_delay=5.601380106061697, ms=00085}
22:49:27.112086 run                             mass: MS performed LU  {at=3301593.320329925, lu_delay=4.806483204010874, ms=00086}
22:49:27.779134 run                osmo-ms-mob/00094: Starting mobile
22:49:27.792784 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.804213 run                             mass: MS start registered  {at=3301594.01252591, delay=0.005301670171320438, ms=00094}
22:49:28.594340 run                             mass: MS performed LU  {at=3301594.802559579, lu_delay=4.489931668620557, ms=00089}
22:49:28.651833 run                osmo-ms-mob/00095: Starting mobile
22:49:28.667253 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.673354 run                             mass: MS performed LU  {at=3301594.88168043, lu_delay=5.256770216859877, ms=00088}
22:49:28.679308 run                             mass: MS start registered  {at=3301594.887641457, delay=0.005979753099381924, ms=00095}
22:49:28.847805 run                             mass: MS performed LU  {at=3301595.056026708, lu_delay=5.923006280791014, ms=00087}
22:49:29.678761 run                osmo-ms-mob/00096: Starting mobile
22:49:29.692720 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.703934 run                             mass: MS start registered  {at=3301595.912252868, delay=0.0051785800606012344, ms=00096}
22:49:30.579148 run                             mass: MS performed LU  {at=3301596.787373452, lu_delay=5.8742224969901145, ms=00090}
22:49:30.597059 run                             mass: MS performed LU  {at=3301596.805300624, lu_delay=5.158278066199273, ms=00091}
22:49:30.614002 run                osmo-ms-mob/00097: Starting mobile
22:49:30.627136 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.638437 run                             mass: MS start registered  {at=3301596.84676029, delay=0.005227347370237112, ms=00097}
22:49:30.859687 run                             mass: MS performed LU  {at=3301597.067887351, lu_delay=4.752559069078416, ms=00092}
22:49:32.086014 run                osmo-ms-mob/00098: Starting mobile
22:49:32.102122 run       osmo-ms-mob/00098(pid=233): Launched
22:49:32.113426 run                             mass: MS start registered  {at=3301598.321749034, delay=0.005289359018206596, ms=00098}
22:49:32.360241 run                             mass: MS performed LU  {at=3301598.568460345, lu_delay=5.445741095580161, ms=00093}
22:49:32.526487 run                             mass: MS performed LU  {at=3301598.73470572, lu_delay=4.722179810050875, ms=00094}
22:49:32.849125 run                             mass: MS performed LU  {at=3301599.057345652, lu_delay=23.15799806918949, ms=00055}
22:49:33.907974 run                osmo-ms-mob/00099: Starting mobile
22:49:33.924235 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.930246 run                             mass: All started... {duration=55.774247443303466, too_slow=0}
22:49:33.935906 run                             mass: MS start registered  {at=3301600.14423319, delay=0.005651658866554499, ms=00099}
22:49:34.344576 run                             mass: MS performed LU  {at=3301600.552750373, lu_delay=4.640497504733503, ms=00096}
22:49:34.362270 run                             mass: MS performed LU  {at=3301600.570503773, lu_delay=5.682862316258252, ms=00095}
22:49:36.274286 run                             mass: MS performed LU  {at=3301602.482508358, lu_delay=5.635748067870736, ms=00097}
22:49:38.110605 run                             mass: MS performed LU  {at=3301604.318801311, lu_delay=5.997052276972681, ms=00098}
22:49:40.012012 run                             mass: MS performed LU  {at=3301606.22023422, lu_delay=6.0760010299272835, ms=00099}
22:49:40.035194 run                             mass: Tests done {all_completed=True, max=23.15799806918949, min=3.6060218918137252}
22:49:40.040964 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:40.046517 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.049914 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.053279 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.056690 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.060061 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.063505 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.067056 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.070548 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.074008 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.077550 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.081054 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.084524 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.088031 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.091462 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.094882 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.098358 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.101960 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.105510 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.109036 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.112610 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.116127 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.119606 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.123065 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.126860 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.130419 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.133780 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.137460 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.140926 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.144392 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.147872 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.151270 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.154937 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.158363 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.161813 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.165232 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.168646 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.172048 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.175461 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.178927 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.182530 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.186029 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.189591 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.193061 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.196521 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.200539 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.203904 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.207312 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.210950 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.214424 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.218276 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.222210 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.225579 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.229034 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.232453 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.235926 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.239392 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.242775 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.246281 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.249651 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.253059 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.256500 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.259839 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.263226 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.266706 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.270107 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.273551 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.277213 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.280831 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.284587 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.287972 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.291412 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.294763 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.298212 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.301551 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.305011 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.308480 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.311848 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.315278 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.318680 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.322059 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.325529 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.328918 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.332335 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.335795 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.339191 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.342652 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.346043 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.349469 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.352863 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.356324 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.359790 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.363244 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.366711 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.370190 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.373706 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.377172 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.380626 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.384088 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.387532 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.391044 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.394524 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.398005 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.401485 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.404951 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.408429 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.411909 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.415473 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.419081 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.422730 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.426346 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.429939 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.433535 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.437112 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.440736 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.444260 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.447742 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.451210 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.454788 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.458262 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.461692 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.465103 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.468536 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.471970 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.475391 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.478788 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.482208 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.485604 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.488934 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.492297 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.495640 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.498992 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.502341 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.505688 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.509024 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.512367 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.515697 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.519042 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.522397 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.525737 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.529071 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.532431 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.535802 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.539153 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.542494 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.545845 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.549191 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.552545 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.555886 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.559216 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.562573 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.565914 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.569209 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.572443 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.575684 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.578928 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.582187 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.585417 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.588648 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.591881 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.595121 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.598363 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.601604 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.604845 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.608084 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.611304 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.614544 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.617792 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.621021 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.624238 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.627477 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.630727 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.633954 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.637189 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.640435 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.643686 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.646917 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.650149 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.653375 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.656615 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.659865 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.663092 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.666327 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.669556 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.672790 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.676047 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.679282 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.682518 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.685779 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.689014 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.692237 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.695468 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.698690 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.701924 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.705137 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.708395 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.711644 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.714878 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.718120 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.721343 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.724582 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.727809 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.731025 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.734265 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.737505 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.740751 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.743966 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.747183 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.750426 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.753662 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.756906 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.760137 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.763364 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.766594 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.769856 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.771320 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.774926 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.776399 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.779991 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.781454 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.785060 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.786527 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.790135 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.791592 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.795242 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.796735 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.800354 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.801827 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.805472 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.806952 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.810614 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.812103 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.815757 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.817237 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.820889 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.822365 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.826028 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.827500 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.831133 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.832633 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.836285 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.837759 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.841383 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.842850 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.846469 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.847945 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.851576 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.853052 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.856669 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.858133 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.861764 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.863240 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.866858 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.868325 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.871937 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.873396 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.877021 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.878487 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.882078 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.883542 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.887141 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.888643 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.892291 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.893781 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.897445 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.898929 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.902553 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.904030 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.907628 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.909118 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.912721 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.914185 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.917843 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.919329 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.923008 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.924504 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.928188 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.929666 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.933342 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.934827 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.938506 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.940000 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.943673 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.945162 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.948849 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.950332 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.954032 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.955517 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.959184 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.960669 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.964344 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.965836 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.969521 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.970997 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.974711 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.976213 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.979888 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.981370 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.985057 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.986539 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.990216 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.991712 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.995385 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.996903 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.000568 ---      ParallelTerminationStrategy: PID 68 died...
22:49:41.002056 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.005733 ---      ParallelTerminationStrategy: PID 69 died...
22:49:41.007208 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.010888 ---      ParallelTerminationStrategy: PID 70 died...
22:49:41.012390 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.016064 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.017555 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.021247 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.022753 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.026432 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.027931 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.031603 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.033099 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.036806 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.038293 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.041963 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.043441 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.047119 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.048619 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.052279 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.053757 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.057434 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.058920 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.062624 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.064114 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.067784 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.069266 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.072947 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.074430 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.078115 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.079600 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.083277 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.084764 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.088446 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.089925 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.093600 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.095078 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.098760 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.100247 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.103905 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.105397 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.109082 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.110559 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.114261 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.115747 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.119420 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.120912 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.124585 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.126071 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.129755 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.131239 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.134923 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.136402 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.140087 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.141575 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.145239 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.146718 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.150388 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.151863 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.155539 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.157047 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.160719 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.162205 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.165871 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.167365 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.171027 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.172538 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.176217 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.177705 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.181373 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.182862 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.186539 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.188040 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.191720 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.193207 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.196879 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.198370 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.202043 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.203530 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.207211 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.208701 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.212382 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.213840 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.217454 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.218915 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.222529 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.224021 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.227642 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.229135 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.232800 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.234284 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.237961 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.239448 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.243120 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.244613 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.248303 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.249796 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.253456 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.254948 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.258596 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.260078 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.263770 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.265271 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.268929 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.270413 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.274104 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.275591 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.279264 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.280758 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.284425 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.285904 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.289556 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.291037 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.294711 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.296209 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.299892 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.301377 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.305070 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.306564 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.310257 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.311760 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.315428 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.316927 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.320601 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.322087 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.325769 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.327266 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.330947 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.332465 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.336140 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.337622 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.341293 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.342766 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.346448 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.347937 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.351633 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.353142 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.356848 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.358351 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.362084 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.363580 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.367291 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.368793 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.372537 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.374035 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.377749 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.379248 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.382957 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.384466 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.388160 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.389655 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.393346 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.394845 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.398563 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.400079 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.403790 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.405288 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.408993 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.410489 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.414201 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.415715 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.419422 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.420911 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.424608 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.426092 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.429806 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.431291 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.434989 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.436481 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.440201 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.441708 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.445410 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.446905 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.450620 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.452117 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.455811 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.457302 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.461025 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.462509 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.466232 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.467756 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.471472 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.472970 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.476707 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.478203 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.481913 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.483403 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.487107 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.488608 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.492332 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.493833 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.497544 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.499033 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.502744 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.504238 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.507954 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.509444 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.513154 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.514642 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.518373 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.519873 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.523582 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.525088 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.528820 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.530307 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.534012 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.535496 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.539195 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.540708 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.544404 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.545898 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.549597 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.551081 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.554815 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.556313 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.560033 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.561528 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.565245 ---      ParallelTerminationStrategy: PID 177 died...
22:49:41.566741 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.570448 ---      ParallelTerminationStrategy: PID 178 died...
22:49:41.571951 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.575652 ---      ParallelTerminationStrategy: PID 179 died...
22:49:41.577163 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.580865 ---      ParallelTerminationStrategy: PID 180 died...
22:49:41.582350 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.586075 ---      ParallelTerminationStrategy: PID 181 died...
22:49:41.587567 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.591282 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.592808 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.596500 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.598003 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.601693 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.603184 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.606885 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.608378 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.612084 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.613571 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.617282 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.618768 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.622480 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.623984 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.627686 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.629181 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.632880 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.634369 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.638092 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.639591 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.643295 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.644815 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.648519 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.650010 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.653716 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.655202 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.658905 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.660400 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.664107 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.665593 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.669324 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.670819 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.674512 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.676008 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.679699 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.681190 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.684894 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.686380 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.690107 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.691595 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.695294 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.696805 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.700523 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.702024 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.705743 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.707241 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.710974 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.712477 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.716186 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.717679 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.721386 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.722871 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.726599 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.728112 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.731854 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.733355 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.737081 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.738565 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.742381 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.743936 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.747753 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.749241 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.752968 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.754456 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.758181 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.759679 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.763370 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.764881 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.768594 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.770101 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.773807 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.775291 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.779015 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.780534 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.784262 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.785773 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.789488 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.790985 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.794728 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.796236 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.800080 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.801576 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.805301 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.806796 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.810513 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.812019 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.815724 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.817227 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.820955 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.822443 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.826183 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.827689 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.831415 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.832938 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.836671 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.838184 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.841901 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.843397 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.847134 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.848651 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.852389 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.853883 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.857636 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.859136 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.863012 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.864576 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.269205 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.275557 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8261 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.350644 tst                       trial-8261: Storing JUnit report in /build/trial-8261/run.2026-03-05_22-48-18/trial-8261.xml

--------------------------------------------------------------------------------------------
trial-8261 PASS
--------------------------------------------------------------------------------------------
22:49:45.365464 tst                       trial-8261: trial-8261: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8261/inst
+ cd trial-8261
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-05 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8261-run.tgz run.2026-03-05_22-48-18
+ tar czf /build/trial-8261-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-05_16_02_15.tgz osmo-bts-oc2g.build-2026-03-05_00_51_33.tgz osmo-bts-sysmo.build-2026-03-05_00_51_32.tgz osmo-bts.build-2026-03-05_00_51_32.tgz osmo-ggsn.build-2026-03-05_20_42_31.tgz osmo-hlr.build-2026-03-05_16_36_50.tgz osmo-hnbgw.build-2026-03-05_13_30_55.tgz osmo-mgw.build-2026-03-05_08_33_14.tgz osmo-msc.build-2026-03-05_13_35_28.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-05_04_23_21.tgz osmo-pcu-sysmo.build-2026-03-05_04_23_11.tgz osmo-pcu.build-2026-03-05_04_23_26.tgz osmo-sgsn.build-2026-03-05_13_31_45.tgz osmo-stp.build-2026-03-05_13_25_29.tgz osmo-trx.build-2026-03-05_14_21_36.tgz osmocom-bb.build-2026-03-05_21_17_20.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