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 7821
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15896587208106627396.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-8319
+ 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
2e9b710 debian-trixie-build: add tshark
+ 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.1s

#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 [ 9/28] COPY	SSH /root/.ssh
#8 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d41a775ffc8546d95545c3233abe5adc945b45d105d9bbbbbc21dc12384e3820 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=8320 -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-05-03 22:48:23
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8320
+ mkdir -p trial-8320
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-03_13_26_58.tgz osmo-bts-oc2g.build-2026-05-03_00_52_07.tgz osmo-bts-sysmo.build-2026-05-03_00_51_59.tgz osmo-bts.build-2026-05-03_00_52_14.tgz osmo-ggsn.build-2026-05-03_20_43_03.tgz osmo-hlr.build-2026-05-03_16_36_56.tgz osmo-hnbgw.build-2026-05-03_13_31_25.tgz osmo-mgw.build-2026-05-03_08_33_07.tgz osmo-msc.build-2026-05-03_13_36_06.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-03_07_35_21.tgz osmo-pcu-sysmo.build-2026-05-03_07_35_18.tgz osmo-pcu.build-2026-05-03_07_35_18.tgz osmo-sgsn.build-2026-05-03_20_48_23.tgz osmo-stp.build-2026-05-03_13_25_43.tgz osmo-trx.build-2026-05-03_14_21_51.tgz osmocom-bb.build-2026-05-03_21_17_50.tgz srslte.build-19.tgz trial-8320
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-03_13_26_58.md5 osmo-bts-oc2g.build-2026-05-03_00_52_07.md5 osmo-bts-sysmo.build-2026-05-03_00_51_59.md5 osmo-bts.build-2026-05-03_00_52_14.md5 osmo-ggsn.build-2026-05-03_20_43_03.md5 osmo-hlr.build-2026-05-03_16_36_56.md5 osmo-hnbgw.build-2026-05-03_13_31_25.md5 osmo-mgw.build-2026-05-03_08_33_07.md5 osmo-msc.build-2026-05-03_13_36_06.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-03_07_35_21.md5 osmo-pcu-sysmo.build-2026-05-03_07_35_18.md5 osmo-pcu.build-2026-05-03_07_35_18.md5 osmo-sgsn.build-2026-05-03_20_48_23.md5 osmo-stp.build-2026-05-03_13_25_43.md5 osmo-trx.build-2026-05-03_14_21_51.md5 osmocom-bb.build-2026-05-03_21_17_50.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-03_13_26_58.md5 osmo-bts-oc2g.build-2026-05-03_00_52_07.md5 osmo-bts-sysmo.build-2026-05-03_00_51_59.md5 osmo-bts.build-2026-05-03_00_52_14.md5 osmo-ggsn.build-2026-05-03_20_43_03.md5 osmo-hlr.build-2026-05-03_16_36_56.md5 osmo-hnbgw.build-2026-05-03_13_31_25.md5 osmo-mgw.build-2026-05-03_08_33_07.md5 osmo-msc.build-2026-05-03_13_36_06.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-03_07_35_21.md5 osmo-pcu-sysmo.build-2026-05-03_07_35_18.md5 osmo-pcu.build-2026-05-03_07_35_18.md5 osmo-sgsn.build-2026-05-03_20_48_23.md5 osmo-stp.build-2026-05-03_13_25_43.md5 osmo-trx.build-2026-05-03_14_21_51.md5 osmocom-bb.build-2026-05-03_21_17_50.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-8320 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8320'
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-8320
--------------------------------------------------------------------------------------------
22:48:24.154688 tst                       trial-8320: Detailed log at /build/trial-8320/run.2026-05-03_22-48-24/log

---------------------------------------------------------------------
trial-8320 netreg_mass
---------------------------------------------------------------------
22:48:24.362409 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:24.362752 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:24.363522 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:24.364676 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:24.398975 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:24.399738 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:24.400870 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:24.464295 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-8320 netreg_mass register_default_mass.py
----------------------------------------------
22:48:24.465017 tst       register_default_mass.py:9: Claiming resources for the test
22:48:24.480101 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.480607 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.481051 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.481476 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.481914 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.482357 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.482790 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:24.514654 tst         register_default_mass.py: using LAC 2
22:48:24.537826 tst         register_default_mass.py: using RAC 2
22:48:24.565876 tst         register_default_mass.py: using CellId 2
22:48:24.595254 tst         register_default_mass.py: using BVCI 3
22:48:24.609359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.610028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.610590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.611112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.611639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.612162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.612659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.613283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.613825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.614334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.614828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.615334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.615865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.616378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.616905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.617420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.617947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.618464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.618973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.619494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.620017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.620533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.621043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.621572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.622080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.622585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.623089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.623605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.624121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.624645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.625152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.625657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.626180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.626702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.627212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.627743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.628252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.628764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.629269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.629792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.630298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.630805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.631309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.631826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.632331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.632829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.633346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.633851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.634350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.634869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.635380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.635894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.636407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.636910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.637405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.637929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.638441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.638942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.639456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.639957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.640454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.640960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.641471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.641977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.642490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.642999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.643501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.644008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.644530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.645026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.645538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.646046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.646623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.647133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.647629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.648126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.648625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.649129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.649625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.650118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.650628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.651131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.651634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.652147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.652652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.653144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.653660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.654158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.654656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.655167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.655684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.656183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.656686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.657198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.657695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.658184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.658692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.659201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.659709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.660225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.660722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.661273 tst      register_default_mass.py:21: Launching a simple network
22:48:24.671301 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:24.790634 run            create_hlr_db(pid=20): Launched
22:48:25.804795 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:25.821611 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:25.836913 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:25.842668 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:26.028101 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:26.043052 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:26.048534 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:26.468797 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:26.483950 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:29.499146 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:29.616089 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:29.631436 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:29.637213 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:29.661310 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:29.676694 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:29.682480 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:30.000949 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:30.015934 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:36.046618 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:36.195019 run         osmo-bts-virtual(pid=34): Launched
22:48:37.232124 tst         register_default_mass.py: using MSISDN 1001
22:48:37.246795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:37.285705 tst         register_default_mass.py: using MSISDN 1002
22:48:37.303362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:37.334059 tst         register_default_mass.py: using MSISDN 1003
22:48:37.348691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:37.379040 tst         register_default_mass.py: using MSISDN 1004
22:48:37.389183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:37.420508 tst         register_default_mass.py: using MSISDN 1005
22:48:37.442558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:37.473742 tst         register_default_mass.py: using MSISDN 1006
22:48:37.489187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:37.521023 tst         register_default_mass.py: using MSISDN 1007
22:48:37.536274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:37.567367 tst         register_default_mass.py: using MSISDN 1008
22:48:37.582242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.614444 tst         register_default_mass.py: using MSISDN 1009
22:48:37.629657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.660610 tst         register_default_mass.py: using MSISDN 1010
22:48:37.675237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.706719 tst         register_default_mass.py: using MSISDN 1011
22:48:37.721590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.752070 tst         register_default_mass.py: using MSISDN 1012
22:48:37.766604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.797414 tst         register_default_mass.py: using MSISDN 1013
22:48:37.812194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.843818 tst         register_default_mass.py: using MSISDN 1014
22:48:37.858947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.889438 tst         register_default_mass.py: using MSISDN 1015
22:48:37.903829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.934335 tst         register_default_mass.py: using MSISDN 1016
22:48:37.947830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.979710 tst         register_default_mass.py: using MSISDN 1017
22:48:37.994723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:38.025892 tst         register_default_mass.py: using MSISDN 1018
22:48:38.040645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:38.073017 tst         register_default_mass.py: using MSISDN 1019
22:48:38.088257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:38.118198 tst         register_default_mass.py: using MSISDN 1020
22:48:38.132543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.163765 tst         register_default_mass.py: using MSISDN 1021
22:48:38.178490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.209243 tst         register_default_mass.py: using MSISDN 1022
22:48:38.223835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.254415 tst         register_default_mass.py: using MSISDN 1023
22:48:38.268953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.300096 tst         register_default_mass.py: using MSISDN 1024
22:48:38.314806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.345906 tst         register_default_mass.py: using MSISDN 1025
22:48:38.360603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.391208 tst         register_default_mass.py: using MSISDN 1026
22:48:38.405657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.436701 tst         register_default_mass.py: using MSISDN 1027
22:48:38.451383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.490697 tst         register_default_mass.py: using MSISDN 1028
22:48:38.508644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.539080 tst         register_default_mass.py: using MSISDN 1029
22:48:38.553773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.584253 tst         register_default_mass.py: using MSISDN 1030
22:48:38.598852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.628836 tst         register_default_mass.py: using MSISDN 1031
22:48:38.642878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.673462 tst         register_default_mass.py: using MSISDN 1032
22:48:38.687900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.719164 tst         register_default_mass.py: using MSISDN 1033
22:48:38.734082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.765714 tst         register_default_mass.py: using MSISDN 1034
22:48:38.780654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.812410 tst         register_default_mass.py: using MSISDN 1035
22:48:38.827429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.858449 tst         register_default_mass.py: using MSISDN 1036
22:48:38.873184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.904874 tst         register_default_mass.py: using MSISDN 1037
22:48:38.919975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.951151 tst         register_default_mass.py: using MSISDN 1038
22:48:38.966052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.997231 tst         register_default_mass.py: using MSISDN 1039
22:48:39.012173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.045008 tst         register_default_mass.py: using MSISDN 1040
22:48:39.060494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.092358 tst         register_default_mass.py: using MSISDN 1041
22:48:39.107731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.139619 tst         register_default_mass.py: using MSISDN 1042
22:48:39.154943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.186610 tst         register_default_mass.py: using MSISDN 1043
22:48:39.201785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.233087 tst         register_default_mass.py: using MSISDN 1044
22:48:39.247923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.279579 tst         register_default_mass.py: using MSISDN 1045
22:48:39.294725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.325085 tst         register_default_mass.py: using MSISDN 1046
22:48:39.339552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:39.373819 tst         register_default_mass.py: using MSISDN 1047
22:48:39.390024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.420321 tst         register_default_mass.py: using MSISDN 1048
22:48:39.434880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.466323 tst         register_default_mass.py: using MSISDN 1049
22:48:39.481190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.512702 tst         register_default_mass.py: using MSISDN 1050
22:48:39.527760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.559472 tst         register_default_mass.py: using MSISDN 1051
22:48:39.574575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.606506 tst         register_default_mass.py: using MSISDN 1052
22:48:39.621725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.653251 tst         register_default_mass.py: using MSISDN 1053
22:48:39.668343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.700319 tst         register_default_mass.py: using MSISDN 1054
22:48:39.715584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.746528 tst         register_default_mass.py: using MSISDN 1055
22:48:39.761238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.792699 tst         register_default_mass.py: using MSISDN 1056
22:48:39.807506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.838471 tst         register_default_mass.py: using MSISDN 1057
22:48:39.853188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.884663 tst         register_default_mass.py: using MSISDN 1058
22:48:39.899586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.931258 tst         register_default_mass.py: using MSISDN 1059
22:48:39.946412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.978099 tst         register_default_mass.py: using MSISDN 1060
22:48:39.993156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.025264 tst         register_default_mass.py: using MSISDN 1061
22:48:40.040615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.072042 tst         register_default_mass.py: using MSISDN 1062
22:48:40.087014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.117738 tst         register_default_mass.py: using MSISDN 1063
22:48:40.132326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.163463 tst         register_default_mass.py: using MSISDN 1064
22:48:40.178309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.209150 tst         register_default_mass.py: using MSISDN 1065
22:48:40.223888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.255264 tst         register_default_mass.py: using MSISDN 1066
22:48:40.270174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.301657 tst         register_default_mass.py: using MSISDN 1067
22:48:40.316659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.347544 tst         register_default_mass.py: using MSISDN 1068
22:48:40.362317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.393629 tst         register_default_mass.py: using MSISDN 1069
22:48:40.408454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.439699 tst         register_default_mass.py: using MSISDN 1070
22:48:40.454444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.485743 tst         register_default_mass.py: using MSISDN 1071
22:48:40.500727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.531563 tst         register_default_mass.py: using MSISDN 1072
22:48:40.546313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.578110 tst         register_default_mass.py: using MSISDN 1073
22:48:40.593133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.624674 tst         register_default_mass.py: using MSISDN 1074
22:48:40.639837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.669833 tst         register_default_mass.py: using MSISDN 1075
22:48:40.684052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.714493 tst         register_default_mass.py: using MSISDN 1076
22:48:40.728804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.759492 tst         register_default_mass.py: using MSISDN 1077
22:48:40.774212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.805745 tst         register_default_mass.py: using MSISDN 1078
22:48:40.820816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.851354 tst         register_default_mass.py: using MSISDN 1079
22:48:40.865860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.896678 tst         register_default_mass.py: using MSISDN 1080
22:48:40.911297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.942610 tst         register_default_mass.py: using MSISDN 1081
22:48:40.957492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.989432 tst         register_default_mass.py: using MSISDN 1082
22:48:41.004600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.035693 tst         register_default_mass.py: using MSISDN 1083
22:48:41.050524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.081656 tst         register_default_mass.py: using MSISDN 1084
22:48:41.096432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.127737 tst         register_default_mass.py: using MSISDN 1085
22:48:41.142569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.173887 tst         register_default_mass.py: using MSISDN 1086
22:48:41.188739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.220346 tst         register_default_mass.py: using MSISDN 1087
22:48:41.235290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.266798 tst         register_default_mass.py: using MSISDN 1088
22:48:41.281731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.312805 tst         register_default_mass.py: using MSISDN 1089
22:48:41.327496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.359171 tst         register_default_mass.py: using MSISDN 1090
22:48:41.374304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.405272 tst         register_default_mass.py: using MSISDN 1091
22:48:41.420041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.451004 tst         register_default_mass.py: using MSISDN 1092
22:48:41.465701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.496277 tst         register_default_mass.py: using MSISDN 1093
22:48:41.510877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.542718 tst         register_default_mass.py: using MSISDN 1094
22:48:41.557786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.589329 tst         register_default_mass.py: using MSISDN 1095
22:48:41.604440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.636037 tst         register_default_mass.py: using MSISDN 1096
22:48:41.650969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.682492 tst         register_default_mass.py: using MSISDN 1097
22:48:41.697472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.729292 tst         register_default_mass.py: using MSISDN 1098
22:48:41.744380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.775008 tst         register_default_mass.py: using MSISDN 1099
22:48:41.789588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.820304 tst         register_default_mass.py: using MSISDN 1100
22:48:41.834837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.927698 run                             mass: Starting testcase
22:48:41.933285 run                             mass: Pre-launching all virtphy's
22:48:41.938780 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.951802 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.957915 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.971207 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.977240 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.990189 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.996261 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.009296 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.015340 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.028354 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.034503 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.047598 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.053680 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.066852 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.072995 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.086180 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.092305 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.105223 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.111329 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.124292 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.130248 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.143138 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.149150 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.162082 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.168040 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.180901 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.186863 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.199709 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.205687 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.218557 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.224519 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.237396 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.243359 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.256302 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.262419 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.275449 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.281393 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.294320 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.300325 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.313294 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.319286 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.332160 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.338130 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.351099 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.357248 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.370407 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.376509 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.389695 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.395883 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.409028 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.415150 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.428252 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.434303 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.447422 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.453485 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.466562 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.472618 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.485694 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.491825 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.504916 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.511050 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.524395 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.530576 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.543889 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.549995 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.562876 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.568866 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.581822 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.587917 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.601058 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.607102 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.620174 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.626283 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.639363 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.645371 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.658293 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.664452 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.677540 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.683509 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.696479 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.702635 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.715779 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.721833 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.734918 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.740958 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.753874 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.759927 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.772990 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.779086 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.792260 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.798402 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.811600 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.817653 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.830785 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.836758 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.849652 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.855605 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.868548 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.874542 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.887518 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.893454 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.906520 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.912609 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.925744 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.931843 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.944866 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.950788 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.963668 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.969659 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.982558 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.988513 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.001422 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.007407 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.020375 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.026374 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.039190 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.045171 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.058197 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.064176 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.077116 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.083048 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.096055 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.101988 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.114925 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.120889 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.133730 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.139692 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.152541 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:43.158478 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.171314 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:43.177321 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.190227 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.196171 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.209035 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.214982 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.227878 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.233791 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.246643 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.252594 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.265424 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.271384 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.284358 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.290341 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.303372 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.309324 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.322141 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.328191 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.341091 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.347127 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.360013 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.366004 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.378880 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.384876 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.397764 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.403728 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.416604 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.422583 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.435465 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:43.441408 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.454257 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:43.460226 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.473138 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:43.479065 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.491967 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:43.497906 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.510810 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:43.516904 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.529789 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:43.535844 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.548733 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:43.554677 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.567689 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.573630 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.586611 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.592644 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.605629 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.611706 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.624949 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.631189 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.644447 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.650593 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.663847 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.670031 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.683283 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.689387 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.702714 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.708800 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.722110 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.728275 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.741491 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.747615 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.761050 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.767230 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.780669 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.786765 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.800048 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.806254 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.819807 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.825918 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.839029 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.845163 run                             mass: Checking if sockets are in the filesystem
22:48:43.857483 run                osmo-ms-mob/00000: Starting mobile
22:48:43.870744 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.882432 run                             mass: MS start registered  {at=8399150.090756316, delay=0.0057564955204725266, ms=00000}
22:48:48.074365 run                osmo-ms-mob/00001: Starting mobile
22:48:48.088297 run       osmo-ms-mob/00001(pid=136): Launched
22:48:48.099337 run                             mass: MS start registered  {at=8399154.307651324, delay=0.00476551428437233, ms=00001}
22:48:49.024167 run                             mass: MS performed LU  {at=8399155.23237608, lu_delay=5.141619764268398, ms=00000}
22:48:49.856925 run                osmo-ms-mob/00002: Starting mobile
22:48:49.870256 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.881545 run                             mass: MS start registered  {at=8399156.089850036, delay=0.004573343321681023, ms=00002}
22:48:51.162095 run                osmo-ms-mob/00003: Starting mobile
22:48:51.175044 run       osmo-ms-mob/00003(pid=138): Launched
22:48:51.185609 run                             mass: MS start registered  {at=8399157.393928148, delay=0.004648372530937195, ms=00003}
22:48:52.273017 run                osmo-ms-mob/00004: Starting mobile
22:48:52.286809 run       osmo-ms-mob/00004(pid=139): Launched
22:48:52.297649 run                             mass: MS start registered  {at=8399158.505968012, delay=0.004520667716860771, ms=00004}
22:48:52.789127 run                             mass: MS performed LU  {at=8399158.997345682, lu_delay=4.689694358035922, ms=00001}
22:48:53.261949 run                osmo-ms-mob/00005: Starting mobile
22:48:53.275124 run       osmo-ms-mob/00005(pid=140): Launched
22:48:53.285929 run                             mass: MS start registered  {at=8399159.494248606, delay=0.004686260595917702, ms=00005}
22:48:54.177735 run                osmo-ms-mob/00006: Starting mobile
22:48:54.205371 run       osmo-ms-mob/00006(pid=141): Launched
22:48:54.215969 run                             mass: MS start registered  {at=8399160.424289854, delay=0.004510229453444481, ms=00006}
22:48:54.690813 run                             mass: MS performed LU  {at=8399160.89903055, lu_delay=4.80918051302433, ms=00002}
22:48:55.061189 run                osmo-ms-mob/00007: Starting mobile
22:48:55.074538 run       osmo-ms-mob/00007(pid=142): Launched
22:48:55.085273 run                             mass: MS start registered  {at=8399161.293592481, delay=0.004321591928601265, ms=00007}
22:48:55.883486 run                osmo-ms-mob/00008: Starting mobile
22:48:55.901150 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.912006 run                             mass: MS start registered  {at=8399162.12032501, delay=0.004607304930686951, ms=00008}
22:48:56.560919 run                osmo-ms-mob/00009: Starting mobile
22:48:56.573982 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.580243 run                             mass: MS performed LU  {at=8399162.788567737, lu_delay=5.39463958889246, ms=00003}
22:48:56.586215 run                             mass: MS start registered  {at=8399162.794550624, delay=0.0060015711933374405, ms=00009}
22:48:57.261027 run                osmo-ms-mob/00010: Starting mobile
22:48:57.274260 run       osmo-ms-mob/00010(pid=145): Launched
22:48:57.285068 run                             mass: MS start registered  {at=8399163.493389526, delay=0.004460595548152924, ms=00010}
22:48:57.873700 run                osmo-ms-mob/00011: Starting mobile
22:48:57.887329 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.898086 run                             mass: MS start registered  {at=8399164.106406415, delay=0.004697026684880257, ms=00011}
22:48:58.462872 run                osmo-ms-mob/00012: Starting mobile
22:48:58.476315 run       osmo-ms-mob/00012(pid=147): Launched
22:48:58.482511 run                             mass: MS performed LU  {at=8399164.69083779, lu_delay=5.196589183062315, ms=00005}
22:48:58.488556 run                             mass: MS performed LU  {at=8399164.696888443, lu_delay=6.190920431166887, ms=00004}
22:48:58.494440 run                             mass: MS start registered  {at=8399164.7027751, delay=0.01195446215569973, ms=00012}
22:48:59.061893 run                osmo-ms-mob/00013: Starting mobile
22:48:59.075365 run       osmo-ms-mob/00013(pid=148): Launched
22:48:59.086106 run                             mass: MS start registered  {at=8399165.29442265, delay=0.004536064341664314, ms=00013}
22:48:59.662047 run                osmo-ms-mob/00014: Starting mobile
22:48:59.674974 run       osmo-ms-mob/00014(pid=149): Launched
22:48:59.685846 run                             mass: MS start registered  {at=8399165.894166632, delay=0.004641521722078323, ms=00014}
22:49:00.261345 run                osmo-ms-mob/00015: Starting mobile
22:49:00.274615 run       osmo-ms-mob/00015(pid=150): Launched
22:49:00.286588 run                             mass: MS start registered  {at=8399166.494903939, delay=0.005806766450405121, ms=00015}
22:49:00.321608 run                             mass: MS performed LU  {at=8399166.529841267, lu_delay=6.105551412329078, ms=00006}
22:49:00.385649 run                             mass: MS performed LU  {at=8399166.593885109, lu_delay=5.300292627885938, ms=00007}
22:49:00.761474 run                osmo-ms-mob/00016: Starting mobile
22:49:00.774713 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.785327 run                             mass: MS start registered  {at=8399166.99364954, delay=0.004527876153588295, ms=00016}
22:49:01.267301 run                osmo-ms-mob/00017: Starting mobile
22:49:01.280819 run       osmo-ms-mob/00017(pid=152): Launched
22:49:01.291530 run                             mass: MS start registered  {at=8399167.499853319, delay=0.0045701079070568085, ms=00017}
22:49:01.892179 run                osmo-ms-mob/00018: Starting mobile
22:49:01.909374 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.920069 run                             mass: MS start registered  {at=8399168.128390327, delay=0.004686463624238968, ms=00018}
22:49:02.222913 run                             mass: MS performed LU  {at=8399168.431111397, lu_delay=4.937721870839596, ms=00010}
22:49:02.254767 run                osmo-ms-mob/00019: Starting mobile
22:49:02.269283 run       osmo-ms-mob/00019(pid=154): Launched
22:49:02.275328 run                             mass: MS performed LU  {at=8399168.483658193, lu_delay=5.68910756893456, ms=00009}
22:49:02.281128 run                             mass: MS start registered  {at=8399168.489463711, delay=0.005821853876113892, ms=00019}
22:49:02.338186 run                             mass: MS performed LU  {at=8399168.546403842, lu_delay=6.426078831776977, ms=00008}
22:49:02.761210 run                osmo-ms-mob/00020: Starting mobile
22:49:02.774737 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.785250 run                             mass: MS start registered  {at=8399168.993572654, delay=0.004457591101527214, ms=00020}
22:49:03.265571 run                osmo-ms-mob/00021: Starting mobile
22:49:03.283917 run       osmo-ms-mob/00021(pid=156): Launched
22:49:03.295607 run                             mass: MS start registered  {at=8399169.503928466, delay=0.0037118345499038696, ms=00021}
22:49:03.684817 run                osmo-ms-mob/00022: Starting mobile
22:49:03.701189 run       osmo-ms-mob/00022(pid=157): Launched
22:49:03.711852 run                             mass: MS start registered  {at=8399169.920171868, delay=0.004584666341543198, ms=00022}
22:49:04.003871 run                             mass: MS performed LU  {at=8399170.2120919, lu_delay=5.509316800162196, ms=00012}
22:49:04.087215 run                             mass: MS performed LU  {at=8399170.295435676, lu_delay=6.189029261469841, ms=00011}
22:49:04.131042 run                osmo-ms-mob/00023: Starting mobile
22:49:04.145059 run       osmo-ms-mob/00023(pid=158): Launched
22:49:04.151450 run                             mass: MS performed LU  {at=8399170.359780507, lu_delay=5.065357856452465, ms=00013}
22:49:04.157420 run                             mass: MS start registered  {at=8399170.36575513, delay=0.005990216508507729, ms=00023}
22:49:04.257828 run                             mass: MS performed LU  {at=8399170.466048818, lu_delay=4.571882186457515, ms=00014}
22:49:04.601382 run                osmo-ms-mob/00024: Starting mobile
22:49:04.618135 run       osmo-ms-mob/00024(pid=159): Launched
22:49:04.629176 run                             mass: MS start registered  {at=8399170.837495556, delay=0.004790514707565308, ms=00024}
22:49:05.061861 run                osmo-ms-mob/00025: Starting mobile
22:49:05.075074 run       osmo-ms-mob/00025(pid=160): Launched
22:49:05.085795 run                             mass: MS start registered  {at=8399171.294116942, delay=0.004630466923117638, ms=00025}
22:49:05.474934 run                osmo-ms-mob/00026: Starting mobile
22:49:05.488641 run       osmo-ms-mob/00026(pid=161): Launched
22:49:05.499580 run                             mass: MS start registered  {at=8399171.707900338, delay=0.0049058422446250916, ms=00026}
22:49:05.889170 run                osmo-ms-mob/00027: Starting mobile
22:49:05.905844 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.916463 run                             mass: MS start registered  {at=8399172.124783505, delay=0.004601446911692619, ms=00027}
22:49:05.988597 run                             mass: MS performed LU  {at=8399172.196815306, lu_delay=5.7019113674759865, ms=00015}
22:49:06.014627 run                             mass: MS performed LU  {at=8399172.222874332, lu_delay=5.229224791750312, ms=00016}
22:49:06.103861 run                             mass: MS performed LU  {at=8399172.312080923, lu_delay=4.812227604910731, ms=00017}
22:49:06.133285 run                osmo-ms-mob/00028: Starting mobile
22:49:06.146321 run       osmo-ms-mob/00028(pid=163): Launched
22:49:06.157199 run                             mass: MS start registered  {at=8399172.365510136, delay=0.004807660356163979, ms=00028}
22:49:06.700124 run                osmo-ms-mob/00029: Starting mobile
22:49:06.713185 run       osmo-ms-mob/00029(pid=164): Launched
22:49:06.724316 run                             mass: MS start registered  {at=8399172.93263568, delay=0.0051314979791641235, ms=00029}
22:49:07.061974 run                osmo-ms-mob/00030: Starting mobile
22:49:07.075380 run       osmo-ms-mob/00030(pid=165): Launched
22:49:07.086355 run                             mass: MS start registered  {at=8399173.294675002, delay=0.004844263195991516, ms=00030}
22:49:07.461897 run                osmo-ms-mob/00031: Starting mobile
22:49:07.475022 run       osmo-ms-mob/00031(pid=166): Launched
22:49:07.485805 run                             mass: MS start registered  {at=8399173.694127092, delay=0.004706911742687225, ms=00031}
22:49:07.761945 run                osmo-ms-mob/00032: Starting mobile
22:49:07.775049 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.781266 run                             mass: MS performed LU  {at=8399173.989591977, lu_delay=5.861201649531722, ms=00018}
22:49:07.787228 run                             mass: MS start registered  {at=8399173.995561697, delay=0.005988920107483864, ms=00032}
22:49:07.852832 run                             mass: MS performed LU  {at=8399174.061051361, lu_delay=5.067478707060218, ms=00020}
22:49:07.917283 run                             mass: MS performed LU  {at=8399174.125503741, lu_delay=5.6360400300472975, ms=00019}
22:49:07.932732 run                osmo-ms-mob/00033: Starting mobile
22:49:07.945794 run       osmo-ms-mob/00033(pid=168): Launched
22:49:07.956892 run                             mass: MS start registered  {at=8399174.165215814, delay=0.005052125081419945, ms=00033}
22:49:08.023795 run                             mass: MS performed LU  {at=8399174.231996058, lu_delay=4.728067591786385, ms=00021}
22:49:08.592569 run                osmo-ms-mob/00034: Starting mobile
22:49:08.609326 run       osmo-ms-mob/00034(pid=169): Launched
22:49:08.620477 run                             mass: MS start registered  {at=8399174.828798592, delay=0.004996774718165398, ms=00034}
22:49:08.872793 run                osmo-ms-mob/00035: Starting mobile
22:49:08.886497 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.898122 run                             mass: MS start registered  {at=8399175.106440524, delay=0.005483129993081093, ms=00035}
22:49:09.280044 run                osmo-ms-mob/00036: Starting mobile
22:49:09.294394 run       osmo-ms-mob/00036(pid=171): Launched
22:49:09.305602 run                             mass: MS start registered  {at=8399175.513924692, delay=0.005133837461471558, ms=00036}
22:49:09.693683 run                osmo-ms-mob/00037: Starting mobile
22:49:09.710592 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.721712 run                             mass: MS start registered  {at=8399175.930031328, delay=0.004954883828759193, ms=00037}
22:49:09.753874 run                             mass: MS performed LU  {at=8399175.96213213, lu_delay=4.6680151876062155, ms=00025}
22:49:09.781171 run                             mass: MS performed LU  {at=8399175.989417108, lu_delay=6.0692452397197485, ms=00022}
22:49:09.798373 run                osmo-ms-mob/00038: Starting mobile
22:49:09.811516 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.822394 run                             mass: MS start registered  {at=8399176.030716306, delay=0.00485571101307869, ms=00038}
22:49:09.870125 run                             mass: MS performed LU  {at=8399176.07833435, lu_delay=5.712579220533371, ms=00023}
22:49:09.925609 run                             mass: MS performed LU  {at=8399176.133847088, lu_delay=5.296351531520486, ms=00024}
22:49:09.951648 run                osmo-ms-mob/00039: Starting mobile
22:49:09.964873 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.975811 run                             mass: MS start registered  {at=8399176.184135687, delay=0.004800712689757347, ms=00039}
22:49:10.673506 run                osmo-ms-mob/00040: Starting mobile
22:49:10.687336 run       osmo-ms-mob/00040(pid=175): Launched
22:49:10.698889 run                             mass: MS start registered  {at=8399176.907203378, delay=0.005582870915532112, ms=00040}
22:49:10.962854 run                osmo-ms-mob/00041: Starting mobile
22:49:10.976011 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.986964 run                             mass: MS start registered  {at=8399177.195283433, delay=0.004748744890093803, ms=00041}
22:49:11.260873 run                osmo-ms-mob/00042: Starting mobile
22:49:11.274152 run       osmo-ms-mob/00042(pid=177): Launched
22:49:11.285298 run                             mass: MS start registered  {at=8399177.493616845, delay=0.004719670861959457, ms=00042}
22:49:11.535131 run                             mass: MS performed LU  {at=8399177.743349845, lu_delay=5.377839708700776, ms=00028}
22:49:11.618503 run                             mass: MS performed LU  {at=8399177.826722762, lu_delay=4.894087081775069, ms=00029}
22:49:11.661896 run                osmo-ms-mob/00043: Starting mobile
22:49:11.675915 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.682152 run                             mass: MS performed LU  {at=8399177.890482001, lu_delay=6.182581663131714, ms=00026}
22:49:11.687991 run                             mass: MS start registered  {at=8399177.896325689, delay=0.005859430879354477, ms=00043}
22:49:11.789762 run                             mass: MS performed LU  {at=8399177.997983761, lu_delay=5.873200256377459, ms=00027}
22:49:11.803873 run                osmo-ms-mob/00044: Starting mobile
22:49:11.817092 run       osmo-ms-mob/00044(pid=179): Launched
22:49:11.825436 run                             mass: MS performed LU  {at=8399178.033753147, lu_delay=4.7390781454741955, ms=00030}
22:49:11.831408 run                             mass: MS start registered  {at=8399178.039742883, delay=0.00822751596570015, ms=00044}
22:49:12.291826 run                osmo-ms-mob/00045: Starting mobile
22:49:12.307485 run       osmo-ms-mob/00045(pid=180): Launched
22:49:12.318692 run                             mass: MS start registered  {at=8399178.527011154, delay=0.005110889673233032, ms=00045}
22:49:12.574673 run                osmo-ms-mob/00046: Starting mobile
22:49:12.588784 run       osmo-ms-mob/00046(pid=181): Launched
22:49:12.599739 run                             mass: MS start registered  {at=8399178.808062, delay=0.004938501864671707, ms=00046}
22:49:12.861520 run                osmo-ms-mob/00047: Starting mobile
22:49:12.874729 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.885657 run                             mass: MS start registered  {at=8399179.093978599, delay=0.004939684644341469, ms=00047}
22:49:13.161683 run                osmo-ms-mob/00048: Starting mobile
22:49:13.175288 run       osmo-ms-mob/00048(pid=183): Launched
22:49:13.186294 run                             mass: MS start registered  {at=8399179.394615721, delay=0.0049340128898620605, ms=00048}
22:49:13.399831 run                             mass: MS performed LU  {at=8399179.608051887, lu_delay=5.612490190193057, ms=00032}
22:49:13.423365 run                osmo-ms-mob/00049: Starting mobile
22:49:13.437733 run       osmo-ms-mob/00049(pid=184): Launched
22:49:13.448589 run                             mass: MS start registered  {at=8399179.656910999, delay=0.004859596490859985, ms=00049}
22:49:13.454812 run                             mass: MS performed LU  {at=8399179.66313813, lu_delay=5.497922316193581, ms=00033}
22:49:13.547189 run                             mass: MS performed LU  {at=8399179.75540792, lu_delay=4.648967396467924, ms=00035}
22:49:13.561120 run                osmo-ms-mob/00050: Starting mobile
22:49:13.574022 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.584916 run                             mass: MS start registered  {at=8399179.793241486, delay=0.004758879542350769, ms=00050}
22:49:13.727853 run                             mass: MS performed LU  {at=8399179.936073676, lu_delay=6.241946583613753, ms=00031}
22:49:14.203018 run                osmo-ms-mob/00051: Starting mobile
22:49:14.222095 run       osmo-ms-mob/00051(pid=186): Launched
22:49:14.233514 run                             mass: MS start registered  {at=8399180.441836143, delay=0.005254194140434265, ms=00051}
22:49:14.443275 run                             mass: MS performed LU  {at=8399180.651472308, lu_delay=5.822673715651035, ms=00034}
22:49:14.474009 run                osmo-ms-mob/00052: Starting mobile
22:49:14.487305 run       osmo-ms-mob/00052(pid=187): Launched
22:49:14.498387 run                             mass: MS start registered  {at=8399180.706706252, delay=0.00480395182967186, ms=00052}
22:49:14.774841 run                osmo-ms-mob/00053: Starting mobile
22:49:14.789069 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.799985 run                             mass: MS start registered  {at=8399181.00830469, delay=0.004746394231915474, ms=00053}
22:49:15.086078 run                osmo-ms-mob/00054: Starting mobile
22:49:15.114527 run       osmo-ms-mob/00054(pid=189): Launched
22:49:15.126210 run                             mass: MS start registered  {at=8399181.334530447, delay=0.005226567387580872, ms=00054}
22:49:15.301453 run                             mass: MS performed LU  {at=8399181.5096727, lu_delay=5.325537012889981, ms=00039}
22:49:15.315725 run                osmo-ms-mob/00055: Starting mobile
22:49:15.328988 run       osmo-ms-mob/00055(pid=190): Launched
22:49:15.335038 run                             mass: MS performed LU  {at=8399181.543368146, lu_delay=5.512651840224862, ms=00038}
22:49:15.341208 run                             mass: MS start registered  {at=8399181.549542425, delay=0.006190568208694458, ms=00055}
22:49:15.448859 run                             mass: MS performed LU  {at=8399181.6570802, lu_delay=4.749876821413636, ms=00040}
22:49:15.477447 run                osmo-ms-mob/00056: Starting mobile
22:49:15.490680 run       osmo-ms-mob/00056(pid=191): Launched
22:49:15.501522 run                             mass: MS start registered  {at=8399181.709844787, delay=0.004843294620513916, ms=00056}
22:49:15.593239 run                             mass: MS performed LU  {at=8399181.801458389, lu_delay=6.287533696740866, ms=00036}
22:49:15.628527 run                             mass: MS performed LU  {at=8399181.836791642, lu_delay=5.90676031447947, ms=00037}
22:49:15.645247 run                osmo-ms-mob/00057: Starting mobile
22:49:15.658516 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.664743 run                             mass: MS performed LU  {at=8399181.873072304, lu_delay=4.677788870409131, ms=00041}
22:49:15.670722 run                             mass: MS start registered  {at=8399181.879058417, delay=0.006004186347126961, ms=00057}
22:49:16.374575 run                osmo-ms-mob/00058: Starting mobile
22:49:16.388369 run       osmo-ms-mob/00058(pid=193): Launched
22:49:16.399785 run                             mass: MS start registered  {at=8399182.608103283, delay=0.005227699875831604, ms=00058}
22:49:16.446437 run                             mass: MS performed LU  {at=8399182.654667718, lu_delay=4.127656564116478, ms=00045}
22:49:16.693318 run                osmo-ms-mob/00059: Starting mobile
22:49:16.728758 run       osmo-ms-mob/00059(pid=194): Launched
22:49:16.739791 run                             mass: MS start registered  {at=8399182.948110363, delay=0.005020910874009132, ms=00059}
22:49:16.975518 run                osmo-ms-mob/00060: Starting mobile
22:49:16.989859 run       osmo-ms-mob/00060(pid=195): Launched
22:49:17.000827 run                             mass: MS start registered  {at=8399183.209149405, delay=0.004856538027524948, ms=00060}
22:49:17.166447 run                             mass: MS performed LU  {at=8399183.374678444, lu_delay=5.881061598658562, ms=00042}
22:49:17.222338 run                             mass: MS performed LU  {at=8399183.430574985, lu_delay=5.3908321019262075, ms=00044}
22:49:17.246610 run                osmo-ms-mob/00061: Starting mobile
22:49:17.260215 run       osmo-ms-mob/00061(pid=196): Launched
22:49:17.271402 run                             mass: MS start registered  {at=8399183.47972189, delay=0.004734499379992485, ms=00061}
22:49:17.313670 run                             mass: MS performed LU  {at=8399183.52191164, lu_delay=5.625585950911045, ms=00043}
22:49:17.493161 run                             mass: MS performed LU  {at=8399183.70138065, lu_delay=4.893318649381399, ms=00046}
22:49:17.549911 run                osmo-ms-mob/00062: Starting mobile
22:49:17.564925 run       osmo-ms-mob/00062(pid=197): Launched
22:49:17.576076 run                             mass: MS start registered  {at=8399183.784398094, delay=0.00502161867916584, ms=00062}
22:49:17.738159 run                             mass: MS performed LU  {at=8399183.946385335, lu_delay=4.852406736463308, ms=00047}
22:49:17.993192 run                osmo-ms-mob/00063: Starting mobile
22:49:18.008844 run       osmo-ms-mob/00063(pid=198): Launched
22:49:18.020595 run                             mass: MS start registered  {at=8399184.228890225, delay=0.005540337413549423, ms=00063}
22:49:18.387332 run                osmo-ms-mob/00064: Starting mobile
22:49:18.408308 run       osmo-ms-mob/00064(pid=199): Launched
22:49:18.419704 run                             mass: MS start registered  {at=8399184.628009956, delay=0.005218952894210815, ms=00064}
22:49:18.789714 run                osmo-ms-mob/00065: Starting mobile
22:49:18.804842 run       osmo-ms-mob/00065(pid=200): Launched
22:49:18.816040 run                             mass: MS start registered  {at=8399185.024362814, delay=0.00505225732922554, ms=00065}
22:49:19.061668 run                osmo-ms-mob/00066: Starting mobile
22:49:19.075163 run       osmo-ms-mob/00066(pid=201): Launched
22:49:19.081394 run                             mass: MS performed LU  {at=8399185.289719392, lu_delay=4.847883248701692, ms=00051}
22:49:19.087467 run                             mass: MS performed LU  {at=8399185.295800036, lu_delay=5.901184314861894, ms=00048}
22:49:19.093371 run                             mass: MS start registered  {at=8399185.301706405, delay=0.012006063014268875, ms=00066}
22:49:19.214796 run                             mass: MS performed LU  {at=8399185.423015362, lu_delay=5.629773875698447, ms=00050}
22:49:19.230024 run                osmo-ms-mob/00067: Starting mobile
22:49:19.242844 run       osmo-ms-mob/00067(pid=202): Launched
22:49:19.254102 run                             mass: MS start registered  {at=8399185.462414332, delay=0.005346618592739105, ms=00067}
22:49:19.358797 run                             mass: MS performed LU  {at=8399185.56701856, lu_delay=5.910107560455799, ms=00049}
22:49:19.394773 run                             mass: MS performed LU  {at=8399185.602993164, lu_delay=4.89628691226244, ms=00052}
22:49:19.412732 run                osmo-ms-mob/00068: Starting mobile
22:49:19.425619 run       osmo-ms-mob/00068(pid=203): Launched
22:49:19.436764 run                             mass: MS start registered  {at=8399185.645079955, delay=0.0050337910652160645, ms=00068}
22:49:20.175415 run                osmo-ms-mob/00069: Starting mobile
22:49:20.189985 run       osmo-ms-mob/00069(pid=204): Launched
22:49:20.201610 run                             mass: MS start registered  {at=8399186.409927327, delay=0.005436595529317856, ms=00069}
22:49:20.561224 run                osmo-ms-mob/00070: Starting mobile
22:49:20.574449 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.585763 run                             mass: MS start registered  {at=8399186.794081734, delay=0.005098422989249229, ms=00070}
22:49:21.006175 run                osmo-ms-mob/00071: Starting mobile
22:49:21.019253 run       osmo-ms-mob/00071(pid=206): Launched
22:49:21.030589 run                             mass: MS start registered  {at=8399187.23890506, delay=0.005219439044594765, ms=00071}
22:49:21.050707 run                             mass: MS performed LU  {at=8399187.2590125, lu_delay=5.379954082891345, ms=00057}
22:49:21.079797 run                             mass: MS performed LU  {at=8399187.288038548, lu_delay=5.578193761408329, ms=00056}
22:49:21.167364 run                             mass: MS performed LU  {at=8399187.37558605, lu_delay=6.367281360551715, ms=00053}
22:49:21.182078 run                osmo-ms-mob/00072: Starting mobile
22:49:21.195490 run       osmo-ms-mob/00072(pid=207): Launched
22:49:21.206826 run                             mass: MS start registered  {at=8399187.415147, delay=0.005189232528209686, ms=00072}
22:49:21.258887 run                             mass: MS performed LU  {at=8399187.467117766, lu_delay=4.859014483168721, ms=00058}
22:49:21.775204 run                osmo-ms-mob/00073: Starting mobile
22:49:21.789406 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.800607 run                             mass: MS start registered  {at=8399188.00892932, delay=0.0052119530737400055, ms=00073}
22:49:22.146369 run                             mass: MS performed LU  {at=8399188.35458841, lu_delay=3.726578453555703, ms=00064}
22:49:22.175586 run                osmo-ms-mob/00074: Starting mobile
22:49:22.189082 run       osmo-ms-mob/00074(pid=209): Launched
22:49:22.200412 run                             mass: MS start registered  {at=8399188.408720136, delay=0.00534125417470932, ms=00074}
22:49:22.274761 run                             mass: MS performed LU  {at=8399188.48298641, lu_delay=6.933443984016776, ms=00055}
22:49:22.569673 run                osmo-ms-mob/00075: Starting mobile
22:49:22.583024 run       osmo-ms-mob/00075(pid=210): Launched
22:49:22.594565 run                             mass: MS start registered  {at=8399188.802881775, delay=0.0051759984344244, ms=00075}
22:49:22.832512 run                             mass: MS performed LU  {at=8399189.040732918, lu_delay=4.811842693015933, ms=00063}
22:49:22.857213 run                             mass: MS performed LU  {at=8399189.065543197, lu_delay=5.585821306332946, ms=00061}
22:49:22.889224 run                             mass: MS performed LU  {at=8399189.09741185, lu_delay=5.313013756647706, ms=00062}
22:49:22.947729 run                osmo-ms-mob/00076: Starting mobile
22:49:22.962851 run       osmo-ms-mob/00076(pid=211): Launched
22:49:22.973982 run                             mass: MS start registered  {at=8399189.18230429, delay=0.004833254963159561, ms=00076}
22:49:23.160473 run                             mass: MS performed LU  {at=8399189.368691225, lu_delay=6.159541819244623, ms=00060}
22:49:23.184794 run                             mass: MS performed LU  {at=8399189.393123558, lu_delay=6.44501319527626, ms=00059}
22:49:23.503543 run                osmo-ms-mob/00077: Starting mobile
22:49:23.522823 run       osmo-ms-mob/00077(pid=212): Launched
22:49:23.535915 run                             mass: MS start registered  {at=8399189.744232224, delay=0.006446994841098785, ms=00077}
22:49:23.973179 run                osmo-ms-mob/00078: Starting mobile
22:49:23.986989 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.998537 run                             mass: MS start registered  {at=8399190.206855005, delay=0.0051803383976221085, ms=00078}
22:49:24.029154 run                             mass: MS performed LU  {at=8399190.237394037, lu_delay=3.8274667095392942, ms=00069}
22:49:24.376189 run                osmo-ms-mob/00079: Starting mobile
22:49:24.390062 run       osmo-ms-mob/00079(pid=214): Launched
22:49:24.401270 run                             mass: MS start registered  {at=8399190.609587023, delay=0.005045287311077118, ms=00079}
22:49:24.817598 run                             mass: MS performed LU  {at=8399191.025819356, lu_delay=6.00145654194057, ms=00065}
22:49:24.858477 run                osmo-ms-mob/00080: Starting mobile
22:49:24.874111 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.880242 run                             mass: MS performed LU  {at=8399191.088571161, lu_delay=5.786864755675197, ms=00066}
22:49:24.886349 run                             mass: MS start registered  {at=8399191.094683552, delay=0.006132377311587334, ms=00080}
22:49:24.933076 run                             mass: MS performed LU  {at=8399191.141317783, lu_delay=5.496237827464938, ms=00068}
22:49:25.025425 run                             mass: MS performed LU  {at=8399191.23365913, lu_delay=5.771244797855616, ms=00067}
22:49:25.373625 run                osmo-ms-mob/00081: Starting mobile
22:49:25.387544 run       osmo-ms-mob/00081(pid=216): Launched
22:49:25.398610 run                             mass: MS start registered  {at=8399191.606925385, delay=0.005050249397754669, ms=00081}
22:49:25.773837 run                osmo-ms-mob/00082: Starting mobile
22:49:25.788751 run       osmo-ms-mob/00082(pid=217): Launched
22:49:25.800109 run                             mass: MS start registered  {at=8399192.008425584, delay=0.005174558609724045, ms=00082}
22:49:26.385219 run                osmo-ms-mob/00083: Starting mobile
22:49:26.401712 run       osmo-ms-mob/00083(pid=218): Launched
22:49:26.412951 run                             mass: MS start registered  {at=8399192.621268269, delay=0.005050262436270714, ms=00083}
22:49:26.598567 run                             mass: MS performed LU  {at=8399192.806785954, lu_delay=4.797856634482741, ms=00073}
22:49:26.616484 run                             mass: MS performed LU  {at=8399192.824770603, lu_delay=5.58586554415524, ms=00071}
22:49:26.746913 run                             mass: MS performed LU  {at=8399192.955128606, lu_delay=5.539981605485082, ms=00072}
22:49:26.790489 run                osmo-ms-mob/00084: Starting mobile
22:49:26.804685 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.815899 run                             mass: MS start registered  {at=8399193.024219753, delay=0.005082504823803902, ms=00084}
22:49:26.890333 run                             mass: MS performed LU  {at=8399193.098533854, lu_delay=6.304452119395137, ms=00070}
22:49:26.926885 run                             mass: MS performed LU  {at=8399193.135105588, lu_delay=4.726385451853275, ms=00074}
22:49:27.401054 run                osmo-ms-mob/00085: Starting mobile
22:49:27.418119 run       osmo-ms-mob/00085(pid=220): Launched
22:49:27.429298 run                             mass: MS start registered  {at=8399193.63762036, delay=0.005089418962597847, ms=00085}
22:49:27.988083 run                osmo-ms-mob/00086: Starting mobile
22:49:28.004405 run       osmo-ms-mob/00086(pid=221): Launched
22:49:28.015589 run                             mass: MS start registered  {at=8399194.2239082, delay=0.005089903250336647, ms=00086}
22:49:28.599101 run                osmo-ms-mob/00087: Starting mobile
22:49:28.615350 run       osmo-ms-mob/00087(pid=222): Launched
22:49:28.621457 run                             mass: MS performed LU  {at=8399194.82978391, lu_delay=5.647479621693492, ms=00076}
22:49:28.627414 run                             mass: MS performed LU  {at=8399194.835748257, lu_delay=6.032866481691599, ms=00075}
22:49:28.633287 run                             mass: MS performed LU  {at=8399194.841623224, lu_delay=4.634768219664693, ms=00078}
22:49:28.639134 run                             mass: MS start registered  {at=8399194.847469948, delay=0.01770392246544361, ms=00087}
22:49:28.699375 run                             mass: MS performed LU  {at=8399194.907596136, lu_delay=5.163363911211491, ms=00077}
22:49:29.185124 run                osmo-ms-mob/00088: Starting mobile
22:49:29.198881 run       osmo-ms-mob/00088(pid=223): Launched
22:49:29.210661 run                             mass: MS start registered  {at=8399195.41897969, delay=0.005520310252904892, ms=00088}
22:49:29.774299 run                osmo-ms-mob/00089: Starting mobile
22:49:29.788213 run       osmo-ms-mob/00089(pid=224): Launched
22:49:29.799279 run                             mass: MS start registered  {at=8399196.007600797, delay=0.004899887368083, ms=00089}
22:49:30.395335 run                osmo-ms-mob/00090: Starting mobile
22:49:30.413112 run       osmo-ms-mob/00090(pid=225): Launched
22:49:30.419483 run                             mass: MS performed LU  {at=8399196.627807563, lu_delay=5.533124011009932, ms=00080}
22:49:30.425629 run                             mass: MS performed LU  {at=8399196.633963, lu_delay=4.625537415966392, ms=00082}
22:49:30.431523 run                             mass: MS start registered  {at=8399196.639858402, delay=0.012070979923009872, ms=00090}
22:49:30.513062 run                             mass: MS performed LU  {at=8399196.72128071, lu_delay=5.1143553256988525, ms=00081}
22:49:30.638700 run                             mass: MS performed LU  {at=8399196.846918605, lu_delay=6.23733158223331, ms=00079}
22:49:31.093554 run                osmo-ms-mob/00091: Starting mobile
22:49:31.110531 run       osmo-ms-mob/00091(pid=226): Launched
22:49:31.121681 run                             mass: MS start registered  {at=8399197.330001011, delay=0.004951478913426399, ms=00091}
22:49:31.775049 run                osmo-ms-mob/00092: Starting mobile
22:49:31.789198 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.800469 run                             mass: MS start registered  {at=8399198.008787027, delay=0.0050494130700826645, ms=00092}
22:49:32.331029 run                             mass: MS performed LU  {at=8399198.539245496, lu_delay=5.917977226898074, ms=00083}
22:49:32.354861 run                             mass: MS performed LU  {at=8399198.56319172, lu_delay=4.925571359694004, ms=00085}
22:49:32.376960 run                             mass: MS performed LU  {at=8399198.585232869, lu_delay=5.561013115569949, ms=00084}
22:49:32.416976 run                osmo-ms-mob/00093: Starting mobile
22:49:32.432071 run       osmo-ms-mob/00093(pid=228): Launched
22:49:32.443218 run                             mass: MS start registered  {at=8399198.651539158, delay=0.005081584677100182, ms=00093}
22:49:32.699182 run                             mass: MS performed LU  {at=8399198.907406641, lu_delay=4.683498440310359, ms=00086}
22:49:33.474930 run                osmo-ms-mob/00094: Starting mobile
22:49:33.489403 run       osmo-ms-mob/00094(pid=229): Launched
22:49:33.500594 run                             mass: MS start registered  {at=8399199.708915386, delay=0.005150670185685158, ms=00094}
22:49:34.129896 run                             mass: MS performed LU  {at=8399200.33811527, lu_delay=4.919135579839349, ms=00088}
22:49:34.278062 run                             mass: MS performed LU  {at=8399200.486280978, lu_delay=5.638811029493809, ms=00087}
22:49:34.320465 run                osmo-ms-mob/00095: Starting mobile
22:49:34.336167 run       osmo-ms-mob/00095(pid=230): Launched
22:49:34.347362 run                             mass: MS start registered  {at=8399200.555687485, delay=0.00514645129442215, ms=00095}
22:49:34.384382 run                             mass: MS performed LU  {at=8399200.592610966, lu_delay=4.585010169073939, ms=00089}
22:49:35.374822 run                osmo-ms-mob/00096: Starting mobile
22:49:35.388788 run       osmo-ms-mob/00096(pid=231): Launched
22:49:35.400862 run                             mass: MS start registered  {at=8399201.609179916, delay=0.0057248566299676895, ms=00096}
22:49:36.097113 run                             mass: MS performed LU  {at=8399202.305331534, lu_delay=4.975330522283912, ms=00091}
22:49:36.114584 run                             mass: MS performed LU  {at=8399202.322827823, lu_delay=5.6829694211483, ms=00090}
22:49:36.492269 run                osmo-ms-mob/00097: Starting mobile
22:49:36.509847 run       osmo-ms-mob/00097(pid=232): Launched
22:49:36.521170 run                             mass: MS start registered  {at=8399202.72948453, delay=0.005231458693742752, ms=00097}
22:49:37.782988 run                osmo-ms-mob/00098: Starting mobile
22:49:37.799727 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.810819 run                             mass: MS start registered  {at=8399204.01913615, delay=0.005077498033642769, ms=00098}
22:49:38.025670 run                             mass: MS performed LU  {at=8399204.233867422, lu_delay=6.225080395117402, ms=00092}
22:49:38.044084 run                             mass: MS performed LU  {at=8399204.25232768, lu_delay=5.600788522511721, ms=00093}
22:49:38.113060 run                             mass: MS performed LU  {at=8399204.321280679, lu_delay=22.986750232055783, ms=00054}
22:49:38.366816 run                             mass: MS performed LU  {at=8399204.575036589, lu_delay=4.866121202707291, ms=00094}
22:49:39.592906 run                osmo-ms-mob/00099: Starting mobile
22:49:39.611390 run       osmo-ms-mob/00099(pid=234): Launched
22:49:39.617408 run                             mass: All started... {duration=55.76637696288526, too_slow=0}
22:49:39.623024 run                             mass: MS start registered  {at=8399205.83135281, delay=0.005609525367617607, ms=00099}
22:49:39.863534 run                             mass: MS performed LU  {at=8399206.07151591, lu_delay=5.515828425064683, ms=00095}
22:49:40.116513 run                             mass: MS performed LU  {at=8399206.32473188, lu_delay=4.715551964938641, ms=00096}
22:49:41.791582 run                             mass: MS performed LU  {at=8399207.99980284, lu_delay=5.2703183107078075, ms=00097}
22:49:43.628790 run                             mass: MS performed LU  {at=8399209.837015174, lu_delay=5.817879024893045, ms=00098}
22:49:45.530521 run                             mass: MS performed LU  {at=8399211.73873987, lu_delay=5.907387061044574, ms=00099}
22:49:45.539370 run                             mass: Tests done {all_completed=True, max=22.986750232055783, min=3.726578453555703}
22:49:45.544743 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:45.550171 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:45.553455 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:45.556694 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:45.559950 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:45.563203 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:45.566480 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:45.569768 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:45.573077 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:45.576396 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:45.579727 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:45.583038 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:45.586391 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:45.589797 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:45.593138 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:45.596579 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:45.600032 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:45.603508 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:45.606974 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:45.610356 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:45.613831 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:45.617260 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:45.620675 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:45.624164 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:45.627638 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:45.631122 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:45.634520 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:45.637992 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:45.641430 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:45.644933 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:45.648411 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:45.651894 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:45.655727 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:45.659169 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:45.662630 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:45.665995 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:45.669474 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:45.673157 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:45.676768 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:45.680251 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:45.683840 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:45.687385 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:45.690862 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:45.694462 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:45.697963 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:45.701742 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:45.705205 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:45.708773 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:45.712381 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:45.715950 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:45.719750 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:45.723343 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:45.726927 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:45.730536 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:45.734508 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:45.738130 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:45.741748 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:45.745342 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:45.748962 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:45.752462 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:45.756032 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:45.759643 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:45.763267 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:45.766812 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:45.770389 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:45.773903 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:45.777441 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:45.780954 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:45.784409 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:45.787872 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:45.791409 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:45.794891 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:45.798446 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:45.801910 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:45.805449 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:45.808927 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:45.812466 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:45.816000 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:45.819462 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:45.823004 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:45.826503 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:45.830051 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:45.833544 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:45.837144 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:45.840640 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:45.844128 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:45.847618 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:45.851109 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:45.854584 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:45.858654 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:45.862118 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:45.865625 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:45.869107 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:45.872617 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:45.876260 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:45.880060 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:45.883558 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:45.887015 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:45.890566 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:45.894060 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:45.897611 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:45.901044 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:45.904409 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:45.907834 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:45.911218 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:45.914563 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:45.917994 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:45.921451 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:45.924945 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:45.928326 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:45.931826 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:45.935226 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:45.938678 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:45.942112 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:45.945604 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:45.949064 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:45.952529 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:45.955874 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:45.959216 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:45.962554 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:45.965910 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:45.969236 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:45.972590 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:45.975921 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:45.979193 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:45.982462 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:45.985749 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:45.989029 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:45.992293 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:45.995551 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:45.998825 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:46.002108 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:46.005381 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:46.008668 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:46.011946 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:46.015206 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:46.018496 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:46.021788 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:46.025060 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:46.028340 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:46.031614 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:46.034889 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:46.038155 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:46.041428 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:46.044705 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:46.047979 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:46.051255 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:46.054513 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:46.057782 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:46.061058 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:46.064329 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:46.067601 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:46.070878 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:46.074146 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:46.077413 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:46.080688 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:46.083966 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:46.087231 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:46.090497 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:46.093775 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:46.097045 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:46.100310 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:46.103573 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:46.106845 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:46.110097 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:46.113374 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:46.116646 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:46.119918 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:46.123178 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:46.126442 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:46.129723 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:46.132998 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:46.136262 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:46.139523 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:46.142774 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:46.146038 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:46.149293 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:46.152555 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:46.155815 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:46.159076 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:46.162338 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:46.165610 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:46.168874 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:46.172149 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:46.175407 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:46.178672 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:46.181925 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:46.185194 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:46.188467 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:46.191733 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:46.195001 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:46.198268 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.201520 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.204788 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.208060 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.211314 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.214581 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.217843 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.221111 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.224381 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.227653 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.230914 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.234186 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.237449 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.240706 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.243978 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.247238 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.250506 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.253782 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.257066 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.260343 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.263627 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.266883 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.270154 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.273439 ---      ParallelTerminationStrategy: PID 22 died...
22:49:46.274906 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.278519 ---      ParallelTerminationStrategy: PID 23 died...
22:49:46.279989 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.283574 ---      ParallelTerminationStrategy: PID 24 died...
22:49:46.285039 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.288639 ---      ParallelTerminationStrategy: PID 25 died...
22:49:46.290089 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.293677 ---      ParallelTerminationStrategy: PID 26 died...
22:49:46.295139 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:46.298802 ---      ParallelTerminationStrategy: PID 27 died...
22:49:46.300289 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:46.303961 ---      ParallelTerminationStrategy: PID 28 died...
22:49:46.305443 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:46.309095 ---      ParallelTerminationStrategy: PID 29 died...
22:49:46.310586 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:46.314258 ---      ParallelTerminationStrategy: PID 30 died...
22:49:46.315737 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:46.319381 ---      ParallelTerminationStrategy: PID 31 died...
22:49:46.320869 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:46.324578 ---      ParallelTerminationStrategy: PID 32 died...
22:49:46.326072 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:46.329749 ---      ParallelTerminationStrategy: PID 33 died...
22:49:46.331241 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:46.334874 ---      ParallelTerminationStrategy: PID 35 died...
22:49:46.336362 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:46.340005 ---      ParallelTerminationStrategy: PID 36 died...
22:49:46.341494 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:46.345109 ---      ParallelTerminationStrategy: PID 37 died...
22:49:46.346582 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:46.350240 ---      ParallelTerminationStrategy: PID 38 died...
22:49:46.351720 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:46.355362 ---      ParallelTerminationStrategy: PID 39 died...
22:49:46.356846 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:46.360516 ---      ParallelTerminationStrategy: PID 40 died...
22:49:46.361998 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:46.365697 ---      ParallelTerminationStrategy: PID 41 died...
22:49:46.367178 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:46.370865 ---      ParallelTerminationStrategy: PID 42 died...
22:49:46.372386 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:46.376054 ---      ParallelTerminationStrategy: PID 43 died...
22:49:46.377537 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:46.381176 ---      ParallelTerminationStrategy: PID 44 died...
22:49:46.382662 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:46.386316 ---      ParallelTerminationStrategy: PID 45 died...
22:49:46.387812 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:46.391473 ---      ParallelTerminationStrategy: PID 46 died...
22:49:46.392963 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:46.396625 ---      ParallelTerminationStrategy: PID 47 died...
22:49:46.398114 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:46.401752 ---      ParallelTerminationStrategy: PID 48 died...
22:49:46.403233 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:46.406890 ---      ParallelTerminationStrategy: PID 49 died...
22:49:46.408358 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:46.412036 ---      ParallelTerminationStrategy: PID 50 died...
22:49:46.413513 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:46.417127 ---      ParallelTerminationStrategy: PID 51 died...
22:49:46.418596 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:46.422233 ---      ParallelTerminationStrategy: PID 52 died...
22:49:46.423702 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:46.427337 ---      ParallelTerminationStrategy: PID 53 died...
22:49:46.428806 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:46.432455 ---      ParallelTerminationStrategy: PID 54 died...
22:49:46.433920 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:46.437561 ---      ParallelTerminationStrategy: PID 55 died...
22:49:46.439038 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:46.442710 ---      ParallelTerminationStrategy: PID 56 died...
22:49:46.444212 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:46.447852 ---      ParallelTerminationStrategy: PID 57 died...
22:49:46.449328 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:46.452944 ---      ParallelTerminationStrategy: PID 58 died...
22:49:46.454415 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:46.458073 ---      ParallelTerminationStrategy: PID 59 died...
22:49:46.459544 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:46.463192 ---      ParallelTerminationStrategy: PID 60 died...
22:49:46.464666 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:46.468332 ---      ParallelTerminationStrategy: PID 61 died...
22:49:46.469812 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:46.473452 ---      ParallelTerminationStrategy: PID 62 died...
22:49:46.474929 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:46.478571 ---      ParallelTerminationStrategy: PID 63 died...
22:49:46.480050 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:46.483606 ---      ParallelTerminationStrategy: PID 64 died...
22:49:46.485069 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:46.488636 ---      ParallelTerminationStrategy: PID 65 died...
22:49:46.490088 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:46.493745 ---      ParallelTerminationStrategy: PID 66 died...
22:49:46.495215 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:46.498862 ---      ParallelTerminationStrategy: PID 67 died...
22:49:46.500365 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:46.504013 ---      ParallelTerminationStrategy: PID 68 died...
22:49:46.505486 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:46.509157 ---      ParallelTerminationStrategy: PID 69 died...
22:49:46.510633 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:46.514278 ---      ParallelTerminationStrategy: PID 70 died...
22:49:46.515770 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:46.519421 ---      ParallelTerminationStrategy: PID 71 died...
22:49:46.520905 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:46.524563 ---      ParallelTerminationStrategy: PID 72 died...
22:49:46.526060 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:46.529717 ---      ParallelTerminationStrategy: PID 73 died...
22:49:46.531192 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:46.534861 ---      ParallelTerminationStrategy: PID 74 died...
22:49:46.536341 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:46.539977 ---      ParallelTerminationStrategy: PID 75 died...
22:49:46.541456 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:46.545122 ---      ParallelTerminationStrategy: PID 76 died...
22:49:46.546611 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:46.550286 ---      ParallelTerminationStrategy: PID 77 died...
22:49:46.551780 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:46.555416 ---      ParallelTerminationStrategy: PID 78 died...
22:49:46.556896 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:46.560539 ---      ParallelTerminationStrategy: PID 79 died...
22:49:46.562025 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:46.565697 ---      ParallelTerminationStrategy: PID 80 died...
22:49:46.567169 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:46.570831 ---      ParallelTerminationStrategy: PID 81 died...
22:49:46.572307 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:46.575974 ---      ParallelTerminationStrategy: PID 82 died...
22:49:46.577453 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:46.581126 ---      ParallelTerminationStrategy: PID 83 died...
22:49:46.582606 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:46.586256 ---      ParallelTerminationStrategy: PID 84 died...
22:49:46.587752 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:46.591398 ---      ParallelTerminationStrategy: PID 85 died...
22:49:46.592880 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:46.596524 ---      ParallelTerminationStrategy: PID 86 died...
22:49:46.598015 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:46.601703 ---      ParallelTerminationStrategy: PID 87 died...
22:49:46.603179 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:46.606839 ---      ParallelTerminationStrategy: PID 88 died...
22:49:46.608327 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:46.611999 ---      ParallelTerminationStrategy: PID 89 died...
22:49:46.613484 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:46.617113 ---      ParallelTerminationStrategy: PID 90 died...
22:49:46.618581 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:46.622226 ---      ParallelTerminationStrategy: PID 91 died...
22:49:46.623713 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:46.627339 ---      ParallelTerminationStrategy: PID 92 died...
22:49:46.628818 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:46.632456 ---      ParallelTerminationStrategy: PID 93 died...
22:49:46.633927 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:46.637577 ---      ParallelTerminationStrategy: PID 94 died...
22:49:46.639057 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:46.642702 ---      ParallelTerminationStrategy: PID 95 died...
22:49:46.644196 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:46.647846 ---      ParallelTerminationStrategy: PID 96 died...
22:49:46.649313 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:46.653000 ---      ParallelTerminationStrategy: PID 97 died...
22:49:46.654478 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:46.658126 ---      ParallelTerminationStrategy: PID 98 died...
22:49:46.659596 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:46.663252 ---      ParallelTerminationStrategy: PID 99 died...
22:49:46.664725 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:46.668385 ---      ParallelTerminationStrategy: PID 100 died...
22:49:46.669859 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:46.673506 ---      ParallelTerminationStrategy: PID 101 died...
22:49:46.674968 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:46.678634 ---      ParallelTerminationStrategy: PID 102 died...
22:49:46.680100 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:46.683742 ---      ParallelTerminationStrategy: PID 103 died...
22:49:46.685215 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:46.688858 ---      ParallelTerminationStrategy: PID 104 died...
22:49:46.690327 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:46.693963 ---      ParallelTerminationStrategy: PID 105 died...
22:49:46.695435 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:46.699097 ---      ParallelTerminationStrategy: PID 106 died...
22:49:46.700577 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:46.704225 ---      ParallelTerminationStrategy: PID 107 died...
22:49:46.705698 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:46.709338 ---      ParallelTerminationStrategy: PID 108 died...
22:49:46.710811 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:46.714463 ---      ParallelTerminationStrategy: PID 109 died...
22:49:46.715940 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:46.719578 ---      ParallelTerminationStrategy: PID 110 died...
22:49:46.721077 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:46.724733 ---      ParallelTerminationStrategy: PID 111 died...
22:49:46.726210 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:46.729864 ---      ParallelTerminationStrategy: PID 112 died...
22:49:46.731342 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:46.734980 ---      ParallelTerminationStrategy: PID 113 died...
22:49:46.736461 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:46.740091 ---      ParallelTerminationStrategy: PID 114 died...
22:49:46.741571 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:46.745156 ---      ParallelTerminationStrategy: PID 115 died...
22:49:46.746593 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:46.750152 ---      ParallelTerminationStrategy: PID 116 died...
22:49:46.751602 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:46.755183 ---      ParallelTerminationStrategy: PID 117 died...
22:49:46.756643 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:46.760228 ---      ParallelTerminationStrategy: PID 118 died...
22:49:46.761682 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:46.765256 ---      ParallelTerminationStrategy: PID 119 died...
22:49:46.766714 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:46.770308 ---      ParallelTerminationStrategy: PID 120 died...
22:49:46.771749 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:46.775313 ---      ParallelTerminationStrategy: PID 121 died...
22:49:46.776780 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:46.780364 ---      ParallelTerminationStrategy: PID 122 died...
22:49:46.781801 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:46.785385 ---      ParallelTerminationStrategy: PID 123 died...
22:49:46.786829 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:46.790410 ---      ParallelTerminationStrategy: PID 124 died...
22:49:46.791877 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:46.795459 ---      ParallelTerminationStrategy: PID 125 died...
22:49:46.796909 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:46.800505 ---      ParallelTerminationStrategy: PID 126 died...
22:49:46.801967 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:46.805541 ---      ParallelTerminationStrategy: PID 127 died...
22:49:46.806996 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:46.810576 ---      ParallelTerminationStrategy: PID 128 died...
22:49:46.812049 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:46.815621 ---      ParallelTerminationStrategy: PID 129 died...
22:49:46.817070 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:46.820660 ---      ParallelTerminationStrategy: PID 130 died...
22:49:46.822102 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:46.825684 ---      ParallelTerminationStrategy: PID 131 died...
22:49:46.827129 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:46.830706 ---      ParallelTerminationStrategy: PID 132 died...
22:49:46.832156 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:46.835713 ---      ParallelTerminationStrategy: PID 133 died...
22:49:46.837168 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:46.840752 ---      ParallelTerminationStrategy: PID 134 died...
22:49:46.842191 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:46.845786 ---      ParallelTerminationStrategy: PID 135 died...
22:49:46.847244 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:46.850887 ---      ParallelTerminationStrategy: PID 136 died...
22:49:46.852358 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:46.856043 ---      ParallelTerminationStrategy: PID 137 died...
22:49:46.857515 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:46.861208 ---      ParallelTerminationStrategy: PID 138 died...
22:49:46.862694 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:46.866387 ---      ParallelTerminationStrategy: PID 139 died...
22:49:46.867873 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:46.871544 ---      ParallelTerminationStrategy: PID 140 died...
22:49:46.873057 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:46.876724 ---      ParallelTerminationStrategy: PID 141 died...
22:49:46.878195 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:46.881839 ---      ParallelTerminationStrategy: PID 142 died...
22:49:46.883305 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:46.886996 ---      ParallelTerminationStrategy: PID 143 died...
22:49:46.888472 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:46.892138 ---      ParallelTerminationStrategy: PID 144 died...
22:49:46.893602 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:46.897288 ---      ParallelTerminationStrategy: PID 145 died...
22:49:46.898772 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:46.902443 ---      ParallelTerminationStrategy: PID 146 died...
22:49:46.903945 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:46.907603 ---      ParallelTerminationStrategy: PID 147 died...
22:49:46.909090 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:46.912764 ---      ParallelTerminationStrategy: PID 148 died...
22:49:46.914243 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:46.917896 ---      ParallelTerminationStrategy: PID 149 died...
22:49:46.919372 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:46.923033 ---      ParallelTerminationStrategy: PID 150 died...
22:49:46.924521 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:46.928178 ---      ParallelTerminationStrategy: PID 151 died...
22:49:46.929654 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:46.933317 ---      ParallelTerminationStrategy: PID 152 died...
22:49:46.934787 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:46.938466 ---      ParallelTerminationStrategy: PID 153 died...
22:49:46.939956 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:46.943638 ---      ParallelTerminationStrategy: PID 154 died...
22:49:46.945139 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:46.948800 ---      ParallelTerminationStrategy: PID 155 died...
22:49:46.950286 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:46.953977 ---      ParallelTerminationStrategy: PID 156 died...
22:49:46.955457 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:46.959128 ---      ParallelTerminationStrategy: PID 157 died...
22:49:46.960605 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:46.964274 ---      ParallelTerminationStrategy: PID 158 died...
22:49:46.965751 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:46.969415 ---      ParallelTerminationStrategy: PID 159 died...
22:49:46.970898 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:46.974569 ---      ParallelTerminationStrategy: PID 160 died...
22:49:46.976050 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:46.979706 ---      ParallelTerminationStrategy: PID 161 died...
22:49:46.981185 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:46.984871 ---      ParallelTerminationStrategy: PID 162 died...
22:49:46.986351 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:46.990003 ---      ParallelTerminationStrategy: PID 163 died...
22:49:46.991475 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:46.995148 ---      ParallelTerminationStrategy: PID 164 died...
22:49:46.996633 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.000326 ---      ParallelTerminationStrategy: PID 165 died...
22:49:47.001802 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.005478 ---      ParallelTerminationStrategy: PID 166 died...
22:49:47.006949 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.010632 ---      ParallelTerminationStrategy: PID 167 died...
22:49:47.012117 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.015812 ---      ParallelTerminationStrategy: PID 168 died...
22:49:47.017290 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.020979 ---      ParallelTerminationStrategy: PID 169 died...
22:49:47.022450 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.026115 ---      ParallelTerminationStrategy: PID 170 died...
22:49:47.027607 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.031304 ---      ParallelTerminationStrategy: PID 171 died...
22:49:47.032787 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.036471 ---      ParallelTerminationStrategy: PID 172 died...
22:49:47.037946 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.041622 ---      ParallelTerminationStrategy: PID 173 died...
22:49:47.043098 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.046804 ---      ParallelTerminationStrategy: PID 174 died...
22:49:47.048286 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.051959 ---      ParallelTerminationStrategy: PID 175 died...
22:49:47.053438 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.057097 ---      ParallelTerminationStrategy: PID 176 died...
22:49:47.058570 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.062216 ---      ParallelTerminationStrategy: PID 177 died...
22:49:47.063687 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.067373 ---      ParallelTerminationStrategy: PID 178 died...
22:49:47.068858 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:47.072538 ---      ParallelTerminationStrategy: PID 179 died...
22:49:47.074011 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:47.077688 ---      ParallelTerminationStrategy: PID 180 died...
22:49:47.079162 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:47.082842 ---      ParallelTerminationStrategy: PID 181 died...
22:49:47.084324 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:47.088012 ---      ParallelTerminationStrategy: PID 182 died...
22:49:47.089506 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:47.093184 ---      ParallelTerminationStrategy: PID 183 died...
22:49:47.094653 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:47.098309 ---      ParallelTerminationStrategy: PID 184 died...
22:49:47.099795 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:47.103474 ---      ParallelTerminationStrategy: PID 185 died...
22:49:47.104958 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:47.108622 ---      ParallelTerminationStrategy: PID 186 died...
22:49:47.110099 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:47.113763 ---      ParallelTerminationStrategy: PID 187 died...
22:49:47.115240 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:47.118911 ---      ParallelTerminationStrategy: PID 188 died...
22:49:47.120411 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:47.124068 ---      ParallelTerminationStrategy: PID 189 died...
22:49:47.125555 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:47.129233 ---      ParallelTerminationStrategy: PID 190 died...
22:49:47.130707 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:47.134355 ---      ParallelTerminationStrategy: PID 191 died...
22:49:47.135842 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:47.139501 ---      ParallelTerminationStrategy: PID 192 died...
22:49:47.140972 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:47.144644 ---      ParallelTerminationStrategy: PID 193 died...
22:49:47.146124 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:47.149808 ---      ParallelTerminationStrategy: PID 194 died...
22:49:47.151294 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:47.154965 ---      ParallelTerminationStrategy: PID 195 died...
22:49:47.156442 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:47.160099 ---      ParallelTerminationStrategy: PID 196 died...
22:49:47.161570 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:47.165271 ---      ParallelTerminationStrategy: PID 197 died...
22:49:47.166739 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:47.170396 ---      ParallelTerminationStrategy: PID 198 died...
22:49:47.171868 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:47.175511 ---      ParallelTerminationStrategy: PID 199 died...
22:49:47.177001 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.180673 ---      ParallelTerminationStrategy: PID 200 died...
22:49:47.182151 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.185833 ---      ParallelTerminationStrategy: PID 201 died...
22:49:47.187310 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.190977 ---      ParallelTerminationStrategy: PID 202 died...
22:49:47.192461 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.196129 ---      ParallelTerminationStrategy: PID 203 died...
22:49:47.197606 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.201285 ---      ParallelTerminationStrategy: PID 204 died...
22:49:47.202750 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.206404 ---      ParallelTerminationStrategy: PID 205 died...
22:49:47.207894 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.211578 ---      ParallelTerminationStrategy: PID 206 died...
22:49:47.213056 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.216725 ---      ParallelTerminationStrategy: PID 207 died...
22:49:47.218207 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.221878 ---      ParallelTerminationStrategy: PID 208 died...
22:49:47.223356 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:47.227054 ---      ParallelTerminationStrategy: PID 209 died...
22:49:47.228535 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:47.232204 ---      ParallelTerminationStrategy: PID 210 died...
22:49:47.233674 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:47.237332 ---      ParallelTerminationStrategy: PID 211 died...
22:49:47.238800 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:47.242467 ---      ParallelTerminationStrategy: PID 212 died...
22:49:47.243951 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:47.247610 ---      ParallelTerminationStrategy: PID 213 died...
22:49:47.249089 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:47.252766 ---      ParallelTerminationStrategy: PID 214 died...
22:49:47.254232 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:47.257902 ---      ParallelTerminationStrategy: PID 215 died...
22:49:47.259380 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:47.263041 ---      ParallelTerminationStrategy: PID 216 died...
22:49:47.264526 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:47.268199 ---      ParallelTerminationStrategy: PID 217 died...
22:49:47.269678 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:47.273333 ---      ParallelTerminationStrategy: PID 218 died...
22:49:47.274809 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:47.278485 ---      ParallelTerminationStrategy: PID 219 died...
22:49:47.279971 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:47.283631 ---      ParallelTerminationStrategy: PID 220 died...
22:49:47.285109 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:47.288775 ---      ParallelTerminationStrategy: PID 221 died...
22:49:47.290257 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:47.293934 ---      ParallelTerminationStrategy: PID 222 died...
22:49:47.295405 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:47.299100 ---      ParallelTerminationStrategy: PID 223 died...
22:49:47.300587 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:47.304261 ---      ParallelTerminationStrategy: PID 224 died...
22:49:47.305749 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:47.309417 ---      ParallelTerminationStrategy: PID 225 died...
22:49:47.310888 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:47.314692 ---      ParallelTerminationStrategy: PID 226 died...
22:49:47.316201 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:47.319874 ---      ParallelTerminationStrategy: PID 227 died...
22:49:47.321344 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:47.325008 ---      ParallelTerminationStrategy: PID 228 died...
22:49:47.326474 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:47.330144 ---      ParallelTerminationStrategy: PID 229 died...
22:49:47.331621 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:47.335304 ---      ParallelTerminationStrategy: PID 230 died...
22:49:47.336784 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:47.340464 ---      ParallelTerminationStrategy: PID 231 died...
22:49:47.341935 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:47.345613 ---      ParallelTerminationStrategy: PID 232 died...
22:49:47.347084 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:47.350746 ---      ParallelTerminationStrategy: PID 233 died...
22:49:47.352229 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.355929 ---      ParallelTerminationStrategy: PID 234 died...
22:49:47.357408 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:50.761800 ---      ParallelTerminationStrategy: PID 34 died...
22:49:50.767687 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8320 netreg_mass PASS
---------------------------------------------------------------------
22:49:50.848208 tst                       trial-8320: Storing JUnit report in /build/trial-8320/run.2026-05-03_22-48-24/trial-8320.xml

--------------------------------------------------------------------------------------------
trial-8320 PASS
--------------------------------------------------------------------------------------------
22:49:50.860179 tst                       trial-8320: trial-8320: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8320/inst
+ cd trial-8320
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-03 22:48:23
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8320-run.tgz run.2026-05-03_22-48-24
+ tar czf /build/trial-8320-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-03_13_26_58.tgz osmo-bts-oc2g.build-2026-05-03_00_52_07.tgz osmo-bts-sysmo.build-2026-05-03_00_51_59.tgz osmo-bts.build-2026-05-03_00_52_14.tgz osmo-ggsn.build-2026-05-03_20_43_03.tgz osmo-hlr.build-2026-05-03_16_36_56.tgz osmo-hnbgw.build-2026-05-03_13_31_25.tgz osmo-mgw.build-2026-05-03_08_33_07.tgz osmo-msc.build-2026-05-03_13_36_06.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-03_07_35_21.tgz osmo-pcu-sysmo.build-2026-05-03_07_35_18.tgz osmo-pcu.build-2026-05-03_07_35_18.tgz osmo-sgsn.build-2026-05-03_20_48_23.tgz osmo-stp.build-2026-05-03_13_25_43.tgz osmo-trx.build-2026-05-03_14_21_51.tgz osmocom-bb.build-2026-05-03_21_17_50.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