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 7617
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7208344448580106199.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-8226
+ 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
b0a9258 ttcn3-bts-test: fail on unexpected respawn count
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

#11 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#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 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#13 CACHED

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

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

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

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

#20 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://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
#20 CACHED

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

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

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

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

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

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

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

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

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

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

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

#32 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#32 CACHED

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:1a36405a62efbf8cf963583401de73a1cf145668eaaea1c4d5e72d701fdc0f82 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=8227 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-01-30 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8227
+ mkdir -p trial-8227
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-30_13_31_12.tgz osmo-bts-oc2g.build-2026-01-30_00_51_24.tgz osmo-bts-sysmo.build-2026-01-30_00_51_26.tgz osmo-bts.build-2026-01-30_00_51_36.tgz osmo-ggsn.build-2026-01-30_20_42_30.tgz osmo-hlr.build-2026-01-30_16_37_03.tgz osmo-hnbgw.build-2026-01-30_13_33_33.tgz osmo-mgw.build-2026-01-30_08_33_08.tgz osmo-msc.build-2026-01-30_13_37_54.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-30_07_34_55.tgz osmo-pcu-sysmo.build-2026-01-30_07_34_57.tgz osmo-pcu.build-2026-01-30_07_35_04.tgz osmo-sgsn.build-2026-01-30_20_48_17.tgz osmo-stp.build-2026-01-30_13_27_45.tgz osmo-trx.build-2026-01-30_14_21_29.tgz osmocom-bb.build-2026-01-30_21_17_15.tgz srslte.build-19.tgz trial-8227
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-30_13_31_12.md5 osmo-bts-oc2g.build-2026-01-30_00_51_24.md5 osmo-bts-sysmo.build-2026-01-30_00_51_26.md5 osmo-bts.build-2026-01-30_00_51_36.md5 osmo-ggsn.build-2026-01-30_20_42_30.md5 osmo-hlr.build-2026-01-30_16_37_03.md5 osmo-hnbgw.build-2026-01-30_13_33_33.md5 osmo-mgw.build-2026-01-30_08_33_08.md5 osmo-msc.build-2026-01-30_13_37_54.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-30_07_34_55.md5 osmo-pcu-sysmo.build-2026-01-30_07_34_57.md5 osmo-pcu.build-2026-01-30_07_35_04.md5 osmo-sgsn.build-2026-01-30_20_48_17.md5 osmo-stp.build-2026-01-30_13_27_45.md5 osmo-trx.build-2026-01-30_14_21_29.md5 osmocom-bb.build-2026-01-30_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-30_13_31_12.md5 osmo-bts-oc2g.build-2026-01-30_00_51_24.md5 osmo-bts-sysmo.build-2026-01-30_00_51_26.md5 osmo-bts.build-2026-01-30_00_51_36.md5 osmo-ggsn.build-2026-01-30_20_42_30.md5 osmo-hlr.build-2026-01-30_16_37_03.md5 osmo-hnbgw.build-2026-01-30_13_33_33.md5 osmo-mgw.build-2026-01-30_08_33_08.md5 osmo-msc.build-2026-01-30_13_37_54.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-30_07_34_55.md5 osmo-pcu-sysmo.build-2026-01-30_07_34_57.md5 osmo-pcu.build-2026-01-30_07_35_04.md5 osmo-sgsn.build-2026-01-30_20_48_17.md5 osmo-stp.build-2026-01-30_13_27_45.md5 osmo-trx.build-2026-01-30_14_21_29.md5 osmocom-bb.build-2026-01-30_21_17_15.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8227 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8227'
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-8227
--------------------------------------------------------------------------------------------
22:48:18.389900 tst                       trial-8227: Detailed log at /build/trial-8227/run.2026-01-30_22-48-18/log

---------------------------------------------------------------------
trial-8227 netreg_mass
---------------------------------------------------------------------
22:48:18.594149 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.594511 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.595299 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.596455 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.637758 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.638622 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.639827 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.702050 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-8227 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.702842 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.717893 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.718404 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.718848 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.719286 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.719722 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.720180 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.720619 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.751596 tst         register_default_mass.py: using LAC 2
22:48:18.773395 tst         register_default_mass.py: using RAC 2
22:48:18.799081 tst         register_default_mass.py: using CellId 2
22:48:18.827442 tst         register_default_mass.py: using BVCI 3
22:48:18.840737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.841409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.841996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.842500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.843009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.843519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.844027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.844594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.845150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.845668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.846191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.846714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.847240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.847772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.848295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.848812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.849327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.849849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.850355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.850864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.851385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.851910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.852421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.852945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.853459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.853966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.854491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.855000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.855516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.856047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.856553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.857061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.857581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.858101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.858615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.859134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.859640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.860161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.860669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.861188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.861694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.862195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.862715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.863229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.863749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.864254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.864777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.865293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.865795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.866301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.866828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.867337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.867849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.868369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.868877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.869393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.869910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.870423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.870929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.871445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.871949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.872453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.872962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.873479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.873979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.874478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.874991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.875508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.876013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.876514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.877014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.877528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.878115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.878629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.879135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.879632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.880149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.880651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.881156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.881664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.882161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.882666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.883179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.883682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.884200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.884703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.885201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.885709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.886208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.886705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.887210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.887721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.888232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.888726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.889235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.889735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.890230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.890745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.891248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.891749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.892253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.892812 tst      register_default_mass.py:21: Launching a simple network
22:48:18.902772 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.022542 run            create_hlr_db(pid=20): Launched
22:48:20.037255 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.053618 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.068815 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.074604 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.261339 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.276142 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.281683 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.696991 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.711909 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.734929 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.865909 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.880744 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.886408 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.909755 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.924876 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.930524 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.242245 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.257244 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.284213 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.456173 run         osmo-bts-virtual(pid=34): Launched
22:48:31.492197 tst         register_default_mass.py: using MSISDN 1001
22:48:31.506138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.545741 tst         register_default_mass.py: using MSISDN 1002
22:48:31.563154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.594359 tst         register_default_mass.py: using MSISDN 1003
22:48:31.609172 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.640034 tst         register_default_mass.py: using MSISDN 1004
22:48:31.654556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.685444 tst         register_default_mass.py: using MSISDN 1005
22:48:31.699675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.730533 tst         register_default_mass.py: using MSISDN 1006
22:48:31.744951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.775610 tst         register_default_mass.py: using MSISDN 1007
22:48:31.789951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.821078 tst         register_default_mass.py: using MSISDN 1008
22:48:31.835043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.865976 tst         register_default_mass.py: using MSISDN 1009
22:48:31.880354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.911254 tst         register_default_mass.py: using MSISDN 1010
22:48:31.925590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.955971 tst         register_default_mass.py: using MSISDN 1011
22:48:31.970245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.001350 tst         register_default_mass.py: using MSISDN 1012
22:48:32.015750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.046710 tst         register_default_mass.py: using MSISDN 1013
22:48:32.061110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.091994 tst         register_default_mass.py: using MSISDN 1014
22:48:32.106409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.137188 tst         register_default_mass.py: using MSISDN 1015
22:48:32.151487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.182158 tst         register_default_mass.py: using MSISDN 1016
22:48:32.196542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.227327 tst         register_default_mass.py: using MSISDN 1017
22:48:32.241620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.272109 tst         register_default_mass.py: using MSISDN 1018
22:48:32.286396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.317277 tst         register_default_mass.py: using MSISDN 1019
22:48:32.331637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.362271 tst         register_default_mass.py: using MSISDN 1020
22:48:32.376421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.406960 tst         register_default_mass.py: using MSISDN 1021
22:48:32.421052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.451886 tst         register_default_mass.py: using MSISDN 1022
22:48:32.466346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.497030 tst         register_default_mass.py: using MSISDN 1023
22:48:32.511340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.541997 tst         register_default_mass.py: using MSISDN 1024
22:48:32.556226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.587066 tst         register_default_mass.py: using MSISDN 1025
22:48:32.601496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.632363 tst         register_default_mass.py: using MSISDN 1026
22:48:32.646730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.677798 tst         register_default_mass.py: using MSISDN 1027
22:48:32.692071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.722805 tst         register_default_mass.py: using MSISDN 1028
22:48:32.737224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.767721 tst         register_default_mass.py: using MSISDN 1029
22:48:32.781922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.812558 tst         register_default_mass.py: using MSISDN 1030
22:48:32.826860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.857442 tst         register_default_mass.py: using MSISDN 1031
22:48:32.871562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.902099 tst         register_default_mass.py: using MSISDN 1032
22:48:32.916404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.947372 tst         register_default_mass.py: using MSISDN 1033
22:48:32.961681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.992130 tst         register_default_mass.py: using MSISDN 1034
22:48:33.006365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.036873 tst         register_default_mass.py: using MSISDN 1035
22:48:33.051059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.081355 tst         register_default_mass.py: using MSISDN 1036
22:48:33.095552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.125856 tst         register_default_mass.py: using MSISDN 1037
22:48:33.139851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.170600 tst         register_default_mass.py: using MSISDN 1038
22:48:33.184714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.215169 tst         register_default_mass.py: using MSISDN 1039
22:48:33.229414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.260227 tst         register_default_mass.py: using MSISDN 1040
22:48:33.274595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.305275 tst         register_default_mass.py: using MSISDN 1041
22:48:33.319438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.349971 tst         register_default_mass.py: using MSISDN 1042
22:48:33.364182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.394863 tst         register_default_mass.py: using MSISDN 1043
22:48:33.409049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.439760 tst         register_default_mass.py: using MSISDN 1044
22:48:33.453993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.484894 tst         register_default_mass.py: using MSISDN 1045
22:48:33.499296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.529976 tst         register_default_mass.py: using MSISDN 1046
22:48:33.544341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.575313 tst         register_default_mass.py: using MSISDN 1047
22:48:33.589623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.620020 tst         register_default_mass.py: using MSISDN 1048
22:48:33.634303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.664773 tst         register_default_mass.py: using MSISDN 1049
22:48:33.678889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.709132 tst         register_default_mass.py: using MSISDN 1050
22:48:33.723146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.753363 tst         register_default_mass.py: using MSISDN 1051
22:48:33.767410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.798103 tst         register_default_mass.py: using MSISDN 1052
22:48:33.812459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.842881 tst         register_default_mass.py: using MSISDN 1053
22:48:33.856960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.887905 tst         register_default_mass.py: using MSISDN 1054
22:48:33.902289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.932708 tst         register_default_mass.py: using MSISDN 1055
22:48:33.946866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.977171 tst         register_default_mass.py: using MSISDN 1056
22:48:33.991366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.021647 tst         register_default_mass.py: using MSISDN 1057
22:48:34.035775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.066262 tst         register_default_mass.py: using MSISDN 1058
22:48:34.080520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.111243 tst         register_default_mass.py: using MSISDN 1059
22:48:34.125522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.155736 tst         register_default_mass.py: using MSISDN 1060
22:48:34.169760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.200261 tst         register_default_mass.py: using MSISDN 1061
22:48:34.214591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.245055 tst         register_default_mass.py: using MSISDN 1062
22:48:34.259178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.289731 tst         register_default_mass.py: using MSISDN 1063
22:48:34.303858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.334273 tst         register_default_mass.py: using MSISDN 1064
22:48:34.348532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.378686 tst         register_default_mass.py: using MSISDN 1065
22:48:34.392704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.423363 tst         register_default_mass.py: using MSISDN 1066
22:48:34.437629 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.468042 tst         register_default_mass.py: using MSISDN 1067
22:48:34.482176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.521114 tst         register_default_mass.py: using MSISDN 1068
22:48:34.538527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.568923 tst         register_default_mass.py: using MSISDN 1069
22:48:34.583360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.613832 tst         register_default_mass.py: using MSISDN 1070
22:48:34.627943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.658396 tst         register_default_mass.py: using MSISDN 1071
22:48:34.672599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.702598 tst         register_default_mass.py: using MSISDN 1072
22:48:34.716540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.746994 tst         register_default_mass.py: using MSISDN 1073
22:48:34.761138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.791588 tst         register_default_mass.py: using MSISDN 1074
22:48:34.805775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.836280 tst         register_default_mass.py: using MSISDN 1075
22:48:34.850364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.880933 tst         register_default_mass.py: using MSISDN 1076
22:48:34.895079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.926039 tst         register_default_mass.py: using MSISDN 1077
22:48:34.940469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.971093 tst         register_default_mass.py: using MSISDN 1078
22:48:34.985341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.016014 tst         register_default_mass.py: using MSISDN 1079
22:48:35.030420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.061003 tst         register_default_mass.py: using MSISDN 1080
22:48:35.075295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.105798 tst         register_default_mass.py: using MSISDN 1081
22:48:35.119839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.150703 tst         register_default_mass.py: using MSISDN 1082
22:48:35.165075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.195376 tst         register_default_mass.py: using MSISDN 1083
22:48:35.209640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.240025 tst         register_default_mass.py: using MSISDN 1084
22:48:35.253989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.284109 tst         register_default_mass.py: using MSISDN 1085
22:48:35.298109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.328725 tst         register_default_mass.py: using MSISDN 1086
22:48:35.342889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.373492 tst         register_default_mass.py: using MSISDN 1087
22:48:35.387785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.418539 tst         register_default_mass.py: using MSISDN 1088
22:48:35.432867 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.463365 tst         register_default_mass.py: using MSISDN 1089
22:48:35.477505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.516443 tst         register_default_mass.py: using MSISDN 1090
22:48:35.533823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.564035 tst         register_default_mass.py: using MSISDN 1091
22:48:35.578483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.608946 tst         register_default_mass.py: using MSISDN 1092
22:48:35.623182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.653705 tst         register_default_mass.py: using MSISDN 1093
22:48:35.667775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.698028 tst         register_default_mass.py: using MSISDN 1094
22:48:35.712094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.742846 tst         register_default_mass.py: using MSISDN 1095
22:48:35.757151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.787418 tst         register_default_mass.py: using MSISDN 1096
22:48:35.801590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.832007 tst         register_default_mass.py: using MSISDN 1097
22:48:35.846271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.876703 tst         register_default_mass.py: using MSISDN 1098
22:48:35.890747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.921261 tst         register_default_mass.py: using MSISDN 1099
22:48:35.935365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.965711 tst         register_default_mass.py: using MSISDN 1100
22:48:35.979845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.078013 run                             mass: Starting testcase
22:48:36.083563 run                             mass: Pre-launching all virtphy's
22:48:36.089008 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.101922 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.108659 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.123450 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.129694 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.142782 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.148780 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.161609 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.167590 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.180454 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.186548 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.199535 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.205634 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.218664 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.224607 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.237506 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.243534 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.256381 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.262377 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.275217 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.281184 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.294011 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.299966 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.312789 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.318757 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.331587 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.337531 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.350408 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.356389 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.369254 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.375202 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.388051 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.393998 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.406884 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.412847 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.425704 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.431724 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.444761 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.450706 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.463517 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.469521 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.482311 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.488329 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.501189 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.507148 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.519970 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.525925 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.538718 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.544678 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.557450 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.563405 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.576244 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.582176 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.595024 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.600971 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.613944 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.619903 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.632922 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.638897 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.651887 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.657945 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.670844 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.676855 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.689715 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.695644 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.708527 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.714468 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.727315 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.733279 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.746120 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.752057 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.764946 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.770862 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.783785 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.789760 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.802612 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.808558 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.821552 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.827480 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.840332 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.846419 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.859288 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.865400 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.878336 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.884310 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.897324 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.903332 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.916379 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.922405 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.935326 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.941346 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.954214 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.960183 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.973052 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.979054 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.991951 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.997877 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.010743 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.016714 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.029595 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.035570 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.048468 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.054393 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.067301 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.073320 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.086350 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.092371 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.105439 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.111440 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.124306 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.130393 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.143325 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.149540 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.162592 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.168599 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.181453 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.187400 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.200261 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.206222 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.219051 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.224989 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.237843 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.243868 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.256711 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.262729 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.275589 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.281549 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.294448 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.300398 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.313246 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.319366 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.332292 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.338368 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.351253 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.357234 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.370310 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.376290 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.389326 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.395317 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.408196 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.414166 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.427073 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.433036 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.445921 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.451860 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.464742 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.470661 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.483552 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.489510 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.502360 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.508455 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.521306 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.527256 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.540138 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.546108 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.559162 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.565179 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.578222 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.584208 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.597112 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.603059 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.616180 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.622286 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.635407 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.641477 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.654347 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.660288 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.673099 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.679087 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.691994 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.697956 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.710872 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.716828 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.729747 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.735754 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.748571 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.754482 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.767362 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.773386 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.786538 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.792557 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.805641 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.811610 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.824474 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.830436 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.843527 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.849500 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.862493 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.868471 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.881354 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.887361 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.900233 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.906174 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.918968 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.924980 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.937865 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.943859 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.956796 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.962779 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.975632 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.981576 run                             mass: Checking if sockets are in the filesystem
22:48:38.013836 run                osmo-ms-mob/00000: Starting mobile
22:48:38.027295 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.038970 run                             mass: MS start registered  {at=363944.247283725, delay=0.005676867032889277, ms=00000}
22:48:42.228953 run                osmo-ms-mob/00001: Starting mobile
22:48:42.245976 run       osmo-ms-mob/00001(pid=136): Launched
22:48:42.256427 run                             mass: MS start registered  {at=363948.464746405, delay=0.004296564031392336, ms=00001}
22:48:43.292395 run                             mass: MS performed LU  {at=363949.500598589, lu_delay=5.253314864006825, ms=00000}
22:48:44.028231 run                osmo-ms-mob/00002: Starting mobile
22:48:44.045019 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.055567 run                             mass: MS start registered  {at=363950.263881398, delay=0.004508608020842075, ms=00002}
22:48:45.329437 run                osmo-ms-mob/00003: Starting mobile
22:48:45.346579 run       osmo-ms-mob/00003(pid=138): Launched
22:48:45.357150 run                             mass: MS start registered  {at=363951.565469411, delay=0.004428026033565402, ms=00003}
22:48:46.420119 run                osmo-ms-mob/00004: Starting mobile
22:48:46.436250 run       osmo-ms-mob/00004(pid=139): Launched
22:48:46.447230 run                             mass: MS start registered  {at=363952.655549363, delay=0.005023148027248681, ms=00004}
22:48:47.059187 run                             mass: MS performed LU  {at=363953.267392965, lu_delay=4.802646559954155, ms=00001}
22:48:47.397213 run                osmo-ms-mob/00005: Starting mobile
22:48:47.410242 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.420824 run                             mass: MS start registered  {at=363953.629139863, delay=0.004504259035456926, ms=00005}
22:48:48.298164 run                osmo-ms-mob/00006: Starting mobile
22:48:48.311206 run       osmo-ms-mob/00006(pid=141): Launched
22:48:48.321745 run                             mass: MS start registered  {at=363954.530064915, delay=0.004516940040048212, ms=00006}
22:48:48.960486 run                             mass: MS performed LU  {at=363955.168689148, lu_delay=4.904807749961037, ms=00002}
22:48:49.228140 run                osmo-ms-mob/00007: Starting mobile
22:48:49.244290 run       osmo-ms-mob/00007(pid=142): Launched
22:48:49.254880 run                             mass: MS start registered  {at=363955.463200628, delay=0.004691159003414214, ms=00007}
22:48:50.010603 run                osmo-ms-mob/00008: Starting mobile
22:48:50.024498 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.035370 run                             mass: MS start registered  {at=363956.243692361, delay=0.0046754099894315004, ms=00008}
22:48:50.728786 run                osmo-ms-mob/00009: Starting mobile
22:48:50.746288 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.757197 run                             mass: MS start registered  {at=363956.965516955, delay=0.004512173996772617, ms=00009}
22:48:50.824845 run                             mass: MS performed LU  {at=363957.03305279, lu_delay=5.467583378951531, ms=00003}
22:48:51.428506 run                osmo-ms-mob/00010: Starting mobile
22:48:51.445490 run       osmo-ms-mob/00010(pid=145): Launched
22:48:51.456322 run                             mass: MS start registered  {at=363957.664637994, delay=0.0047127800062298775, ms=00010}
22:48:51.997559 run                osmo-ms-mob/00011: Starting mobile
22:48:52.010922 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.021751 run                             mass: MS start registered  {at=363958.230071271, delay=0.004677768039982766, ms=00011}
22:48:52.621281 run                osmo-ms-mob/00012: Starting mobile
22:48:52.634518 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.645316 run                             mass: MS start registered  {at=363958.853638801, delay=0.004821046022698283, ms=00012}
22:48:52.726231 run                             mass: MS performed LU  {at=363958.934443163, lu_delay=5.3053032999741845, ms=00005}
22:48:52.752107 run                             mass: MS performed LU  {at=363958.960417483, lu_delay=6.304868120001629, ms=00004}
22:48:53.229393 run                osmo-ms-mob/00013: Starting mobile
22:48:53.242853 run       osmo-ms-mob/00013(pid=148): Launched
22:48:53.253532 run                             mass: MS start registered  {at=363959.461851091, delay=0.004506097000557929, ms=00013}
22:48:53.797892 run                osmo-ms-mob/00014: Starting mobile
22:48:53.811124 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.821905 run                             mass: MS start registered  {at=363960.030227799, delay=0.0047892670263536274, ms=00014}
22:48:54.397600 run                osmo-ms-mob/00015: Starting mobile
22:48:54.410532 run       osmo-ms-mob/00015(pid=150): Launched
22:48:54.421245 run                             mass: MS start registered  {at=363960.629563307, delay=0.004739461001008749, ms=00015}
22:48:54.589963 run                             mass: MS performed LU  {at=363960.798175059, lu_delay=5.33497443102533, ms=00007}
22:48:54.655311 run                             mass: MS performed LU  {at=363960.863518967, lu_delay=6.333454051986337, ms=00006}
22:48:54.921030 run                osmo-ms-mob/00016: Starting mobile
22:48:54.937236 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.948069 run                             mass: MS start registered  {at=363961.156391233, delay=0.004695454961620271, ms=00016}
22:48:54.957717 run                             mass: MS performed LU  {at=363961.166036571, lu_delay=4.922344210033771, ms=00008}
22:48:55.420585 run                osmo-ms-mob/00017: Starting mobile
22:48:55.438393 run       osmo-ms-mob/00017(pid=152): Launched
22:48:55.449607 run                             mass: MS start registered  {at=363961.657925411, delay=0.005025178019423038, ms=00017}
22:48:56.020782 run                osmo-ms-mob/00018: Starting mobile
22:48:56.036699 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.047900 run                             mass: MS start registered  {at=363962.256219843, delay=0.005113559018354863, ms=00018}
22:48:56.420780 run                osmo-ms-mob/00019: Starting mobile
22:48:56.437502 run       osmo-ms-mob/00019(pid=154): Launched
22:48:56.448438 run                             mass: MS start registered  {at=363962.656754514, delay=0.0048546260222792625, ms=00019}
22:48:56.491442 run                             mass: MS performed LU  {at=363962.699659173, lu_delay=5.035021179006435, ms=00010}
22:48:56.518522 run                             mass: MS performed LU  {at=363962.726814329, lu_delay=5.76129737397423, ms=00009}
22:48:56.624960 run                             mass: MS performed LU  {at=363962.833181183, lu_delay=4.603109912015498, ms=00011}
22:48:56.928923 run                osmo-ms-mob/00020: Starting mobile
22:48:56.945846 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.956697 run                             mass: MS start registered  {at=363963.165018021, delay=0.004682456026785076, ms=00020}
22:48:57.410052 run                osmo-ms-mob/00021: Starting mobile
22:48:57.424258 run       osmo-ms-mob/00021(pid=156): Launched
22:48:57.435328 run                             mass: MS start registered  {at=363963.643646619, delay=0.004942494968418032, ms=00021}
22:48:57.801459 run                osmo-ms-mob/00022: Starting mobile
22:48:57.814829 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.825634 run                             mass: MS start registered  {at=363964.033948018, delay=0.004626954963896424, ms=00022}
22:48:58.329341 run                osmo-ms-mob/00023: Starting mobile
22:48:58.345766 run       osmo-ms-mob/00023(pid=158): Launched
22:48:58.354418 run                             mass: MS performed LU  {at=363964.562737011, lu_delay=5.709098209976219, ms=00012}
22:48:58.360506 run                             mass: MS start registered  {at=363964.568840188, delay=0.008608262985944748, ms=00023}
22:48:58.421231 run                             mass: MS performed LU  {at=363964.629448516, lu_delay=5.16759742499562, ms=00013}
22:48:58.734576 run                osmo-ms-mob/00024: Starting mobile
22:48:58.751920 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.757994 run                             mass: MS performed LU  {at=363964.966319785, lu_delay=4.936091985960957, ms=00014}
22:48:58.763896 run                             mass: MS start registered  {at=363964.97223044, delay=0.005929529026616365, ms=00024}
22:48:59.197485 run                osmo-ms-mob/00025: Starting mobile
22:48:59.211025 run       osmo-ms-mob/00025(pid=160): Launched
22:48:59.222617 run                             mass: MS start registered  {at=363965.430935329, delay=0.005263614002615213, ms=00025}
22:48:59.598230 run                osmo-ms-mob/00026: Starting mobile
22:48:59.611283 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.622506 run                             mass: MS start registered  {at=363965.830826514, delay=0.0052228179993107915, ms=00026}
22:48:59.997743 run                osmo-ms-mob/00027: Starting mobile
22:49:00.010957 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.022343 run                             mass: MS start registered  {at=363966.230653264, delay=0.00520239700563252, ms=00027}
22:49:00.155028 run                             mass: MS performed LU  {at=363966.363249387, lu_delay=4.705323975998908, ms=00017}
22:49:00.257404 run                             mass: MS performed LU  {at=363966.465619077, lu_delay=5.309227844001725, ms=00016}
22:49:00.284643 run                             mass: MS performed LU  {at=363966.492885183, lu_delay=5.8633218760369346, ms=00015}
22:49:00.339943 run                osmo-ms-mob/00028: Starting mobile
22:49:00.355047 run       osmo-ms-mob/00028(pid=163): Launched
22:49:00.365985 run                             mass: MS start registered  {at=363966.574306197, delay=0.004949059977661818, ms=00028}
22:49:00.828366 run                osmo-ms-mob/00029: Starting mobile
22:49:00.845137 run       osmo-ms-mob/00029(pid=164): Launched
22:49:00.856753 run                             mass: MS start registered  {at=363967.065069575, delay=0.005209708993788809, ms=00029}
22:49:01.205941 run                osmo-ms-mob/00030: Starting mobile
22:49:01.218995 run       osmo-ms-mob/00030(pid=165): Launched
22:49:01.230650 run                             mass: MS start registered  {at=363967.438968743, delay=0.005198288010433316, ms=00030}
22:49:01.615207 run                osmo-ms-mob/00031: Starting mobile
22:49:01.630706 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.641940 run                             mass: MS start registered  {at=363967.850258536, delay=0.005071480991318822, ms=00031}
22:49:01.910287 run                osmo-ms-mob/00032: Starting mobile
22:49:01.923928 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.934976 run                             mass: MS start registered  {at=363968.143294095, delay=0.00503225700231269, ms=00032}
22:49:02.122381 run                             mass: MS performed LU  {at=363968.330595941, lu_delay=5.165577919979114, ms=00020}
22:49:02.187356 run                             mass: MS performed LU  {at=363968.395572717, lu_delay=6.139352874015458, ms=00018}
22:49:02.202604 run                osmo-ms-mob/00033: Starting mobile
22:49:02.215366 run       osmo-ms-mob/00033(pid=168): Launched
22:49:02.226375 run                             mass: MS start registered  {at=363968.434695472, delay=0.005095294036436826, ms=00033}
22:49:02.255151 run                             mass: MS performed LU  {at=363968.463375949, lu_delay=5.806621434981935, ms=00019}
22:49:02.292320 run                             mass: MS performed LU  {at=363968.500560529, lu_delay=4.856913910014555, ms=00021}
22:49:02.736507 run                osmo-ms-mob/00034: Starting mobile
22:49:02.753917 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.765593 run                             mass: MS start registered  {at=363968.973908163, delay=0.005330661020707339, ms=00034}
22:49:03.010123 run                osmo-ms-mob/00035: Starting mobile
22:49:03.026838 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.038213 run                             mass: MS start registered  {at=363969.246527578, delay=0.005256125994492322, ms=00035}
22:49:03.398340 run                osmo-ms-mob/00036: Starting mobile
22:49:03.411229 run       osmo-ms-mob/00036(pid=171): Launched
22:49:03.422376 run                             mass: MS start registered  {at=363969.630692867, delay=0.0050281419535167515, ms=00036}
22:49:03.827225 run                osmo-ms-mob/00037: Starting mobile
22:49:03.844164 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.855682 run                             mass: MS start registered  {at=363970.063995633, delay=0.00551252398872748, ms=00037}
22:49:03.921712 run                             mass: MS performed LU  {at=363970.129930679, lu_delay=5.561090491013601, ms=00023}
22:49:04.022877 run                             mass: MS performed LU  {at=363970.231093779, lu_delay=4.800158449972514, ms=00025}
22:49:04.051537 run                osmo-ms-mob/00038: Starting mobile
22:49:04.064723 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.070852 run                             mass: MS performed LU  {at=363970.279180582, lu_delay=5.306950141966809, ms=00024}
22:49:04.076769 run                             mass: MS start registered  {at=363970.285104526, delay=0.005939858965575695, ms=00038}
22:49:04.194584 run                             mass: MS performed LU  {at=363970.402798551, lu_delay=6.368850533035584, ms=00022}
22:49:04.223851 run                osmo-ms-mob/00039: Starting mobile
22:49:04.236997 run       osmo-ms-mob/00039(pid=174): Launched
22:49:04.248025 run                             mass: MS start registered  {at=363970.456344179, delay=0.004991098016034812, ms=00039}
22:49:04.797154 run                osmo-ms-mob/00040: Starting mobile
22:49:04.809962 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.821301 run                             mass: MS start registered  {at=363971.029615229, delay=0.005282693018671125, ms=00040}
22:49:05.098377 run                osmo-ms-mob/00041: Starting mobile
22:49:05.111974 run       osmo-ms-mob/00041(pid=176): Launched
22:49:05.123317 run                             mass: MS start registered  {at=363971.331635663, delay=0.004993740993086249, ms=00041}
22:49:05.398082 run                osmo-ms-mob/00042: Starting mobile
22:49:05.411155 run       osmo-ms-mob/00042(pid=177): Launched
22:49:05.422651 run                             mass: MS start registered  {at=363971.630971587, delay=0.004983159946277738, ms=00042}
22:49:05.822663 run                osmo-ms-mob/00043: Starting mobile
22:49:05.838892 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.850354 run                             mass: MS start registered  {at=363972.058673316, delay=0.005169074982404709, ms=00043}
22:49:05.952440 run                             mass: MS performed LU  {at=363972.160657092, lu_delay=5.09558751701843, ms=00029}
22:49:06.021730 run                             mass: MS performed LU  {at=363972.229951672, lu_delay=5.9992984080454335, ms=00027}
22:49:06.050317 run                osmo-ms-mob/00044: Starting mobile
22:49:06.063794 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.069886 run                             mass: MS performed LU  {at=363972.278215456, lu_delay=4.839246712974273, ms=00030}
22:49:06.077246 run                             mass: MS start registered  {at=363972.285570953, delay=0.007371525978669524, ms=00044}
22:49:06.093775 run                             mass: MS performed LU  {at=363972.302097402, lu_delay=5.727791204990353, ms=00028}
22:49:06.104863 run                osmo-ms-mob/00045: Starting mobile
22:49:06.117905 run       osmo-ms-mob/00045(pid=180): Launched
22:49:06.124290 run                             mass: MS performed LU  {at=363972.332615338, lu_delay=6.501788823981769, ms=00026}
22:49:06.130238 run                             mass: MS start registered  {at=363972.338572602, delay=0.005975837004370987, ms=00045}
22:49:06.698159 run                osmo-ms-mob/00046: Starting mobile
22:49:06.711256 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.722133 run                             mass: MS start registered  {at=363972.930454182, delay=0.004913458949886262, ms=00046}
22:49:07.011076 run                osmo-ms-mob/00047: Starting mobile
22:49:07.025782 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.037127 run                             mass: MS start registered  {at=363973.245441623, delay=0.005081048002466559, ms=00047}
22:49:07.311012 run                osmo-ms-mob/00048: Starting mobile
22:49:07.325246 run       osmo-ms-mob/00048(pid=183): Launched
22:49:07.336342 run                             mass: MS start registered  {at=363973.544659548, delay=0.004909226961899549, ms=00048}
22:49:07.620556 run                osmo-ms-mob/00049: Starting mobile
22:49:07.636827 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.647938 run                             mass: MS start registered  {at=363973.856260274, delay=0.0050451449933461845, ms=00049}
22:49:07.687178 run                             mass: MS performed LU  {at=363973.895408539, lu_delay=5.752114443981554, ms=00032}
22:49:07.789579 run                             mass: MS performed LU  {at=363973.99779441, lu_delay=5.0238862469559535, ms=00034}
22:49:07.818270 run                osmo-ms-mob/00050: Starting mobile
22:49:07.831388 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.837502 run                             mass: MS performed LU  {at=363974.045830664, lu_delay=6.195572127995547, ms=00031}
22:49:07.843862 run                             mass: MS start registered  {at=363974.05218868, delay=0.006375450000632554, ms=00050}
22:49:07.960968 run                             mass: MS performed LU  {at=363974.169184063, lu_delay=5.734488590969704, ms=00033}
22:49:07.996185 run                             mass: MS performed LU  {at=363974.20444403, lu_delay=4.957916452025529, ms=00035}
22:49:08.011919 run                osmo-ms-mob/00051: Starting mobile
22:49:08.025132 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.037426 run                             mass: MS start registered  {at=363974.245746413, delay=0.0062082610093057156, ms=00051}
22:49:08.623780 run                osmo-ms-mob/00052: Starting mobile
22:49:08.640538 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.651985 run                             mass: MS start registered  {at=363974.860292552, delay=0.0051199489971622825, ms=00052}
22:49:08.911975 run                osmo-ms-mob/00053: Starting mobile
22:49:08.926469 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.937647 run                             mass: MS start registered  {at=363975.145963767, delay=0.0050929030403494835, ms=00053}
22:49:09.210596 run                osmo-ms-mob/00054: Starting mobile
22:49:09.224456 run       osmo-ms-mob/00054(pid=189): Launched
22:49:09.235542 run                             mass: MS start registered  {at=363975.443861539, delay=0.00498127203900367, ms=00054}
22:49:09.497933 run                osmo-ms-mob/00055: Starting mobile
22:49:09.511375 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.522734 run                             mass: MS start registered  {at=363975.73105524, delay=0.005240070982836187, ms=00055}
22:49:09.653186 run                             mass: MS performed LU  {at=363975.861405551, lu_delay=5.797409918042831, ms=00037}
22:49:09.718341 run                             mass: MS performed LU  {at=363975.926562036, lu_delay=5.4702178569859825, ms=00039}
22:49:09.733804 run                osmo-ms-mob/00056: Starting mobile
22:49:09.746961 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.758049 run                             mass: MS start registered  {at=363975.966372261, delay=0.004898527986370027, ms=00056}
22:49:09.786543 run                             mass: MS performed LU  {at=363975.994831677, lu_delay=6.3641388100222684, ms=00036}
22:49:09.823047 run                             mass: MS performed LU  {at=363976.031347818, lu_delay=5.746243292000145, ms=00038}
22:49:09.834869 run                osmo-ms-mob/00057: Starting mobile
22:49:09.848899 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.860073 run                             mass: MS performed LU  {at=363976.068382671, lu_delay=5.038767441990785, ms=00040}
22:49:09.866214 run                             mass: MS start registered  {at=363976.07454763, delay=0.011174282990396023, ms=00057}
22:49:10.132688 run                             mass: MS performed LU  {at=363976.340909815, lu_delay=5.0092741519911215, ms=00041}
22:49:10.512836 run                osmo-ms-mob/00058: Starting mobile
22:49:10.537101 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.548604 run                             mass: MS start registered  {at=363976.756901491, delay=0.005272961047012359, ms=00058}
22:49:10.811404 run                osmo-ms-mob/00059: Starting mobile
22:49:10.825465 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.837085 run                             mass: MS start registered  {at=363977.045405627, delay=0.005216154968366027, ms=00059}
22:49:11.110530 run                osmo-ms-mob/00060: Starting mobile
22:49:11.124224 run       osmo-ms-mob/00060(pid=195): Launched
22:49:11.135442 run                             mass: MS start registered  {at=363977.343764257, delay=0.0050714839599095285, ms=00060}
22:49:11.452641 run                             mass: MS performed LU  {at=363977.660856936, lu_delay=5.3222843339899555, ms=00045}
22:49:11.498676 run                osmo-ms-mob/00061: Starting mobile
22:49:11.512309 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.523427 run                             mass: MS start registered  {at=363977.73174983, delay=0.005072366038803011, ms=00061}
22:49:11.554337 run                             mass: MS performed LU  {at=363977.762578858, lu_delay=4.517137235030532, ms=00047}
22:49:11.582548 run                             mass: MS performed LU  {at=363977.790825766, lu_delay=4.860371584014501, ms=00046}
22:49:11.599953 run                osmo-ms-mob/00062: Starting mobile
22:49:11.613023 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.624007 run                             mass: MS start registered  {at=363977.83232834, delay=0.004847233998589218, ms=00062}
22:49:11.726386 run                             mass: MS performed LU  {at=363977.934612967, lu_delay=5.649042014032602, ms=00044}
22:49:11.761672 run                             mass: MS performed LU  {at=363977.969940222, lu_delay=6.338968635012861, ms=00042}
22:49:11.778285 run                osmo-ms-mob/00063: Starting mobile
22:49:11.791516 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.798002 run                             mass: MS performed LU  {at=363978.00629993, lu_delay=5.947626614011824, ms=00043}
22:49:11.803936 run                             mass: MS start registered  {at=363978.012271352, delay=0.0064033339731395245, ms=00063}
22:49:12.509826 run                osmo-ms-mob/00064: Starting mobile
22:49:12.523856 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.535785 run                             mass: MS start registered  {at=363978.744098505, delay=0.005618327995762229, ms=00064}
22:49:12.911353 run                osmo-ms-mob/00065: Starting mobile
22:49:12.925510 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.936857 run                             mass: MS start registered  {at=363979.145176368, delay=0.005179073021281511, ms=00065}
22:49:13.213140 run                osmo-ms-mob/00066: Starting mobile
22:49:13.227299 run       osmo-ms-mob/00066(pid=201): Launched
22:49:13.238493 run                             mass: MS start registered  {at=363979.446812866, delay=0.005005539045669138, ms=00066}
22:49:13.419119 run                             mass: MS performed LU  {at=363979.627337742, lu_delay=5.771077468001749, ms=00049}
22:49:13.484406 run                             mass: MS performed LU  {at=363979.692623864, lu_delay=6.1479643160128035, ms=00048}
22:49:13.516452 run                osmo-ms-mob/00067: Starting mobile
22:49:13.531230 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.542525 run                             mass: MS start registered  {at=363979.750847289, delay=0.005281599995214492, ms=00067}
22:49:13.552165 run                             mass: MS performed LU  {at=363979.760481682, lu_delay=5.708293002040591, ms=00050}
22:49:13.589804 run                             mass: MS performed LU  {at=363979.798037201, lu_delay=5.5522907879785635, ms=00051}
22:49:13.609163 run                osmo-ms-mob/00068: Starting mobile
22:49:13.622299 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.628786 run                             mass: MS performed LU  {at=363979.837112601, lu_delay=4.976820048992522, ms=00052}
22:49:13.634629 run                             mass: MS start registered  {at=363979.84296304, delay=0.005868453998118639, ms=00068}
22:49:13.899291 run                             mass: MS performed LU  {at=363980.10750744, lu_delay=4.961543673009146, ms=00053}
22:49:14.309393 run                osmo-ms-mob/00069: Starting mobile
22:49:14.323909 run       osmo-ms-mob/00069(pid=204): Launched
22:49:14.335793 run                             mass: MS start registered  {at=363980.544105512, delay=0.005812510964460671, ms=00069}
22:49:14.710560 run                osmo-ms-mob/00070: Starting mobile
22:49:14.724329 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.735613 run                             mass: MS start registered  {at=363980.943934848, delay=0.00514945003669709, ms=00070}
22:49:15.110725 run                osmo-ms-mob/00071: Starting mobile
22:49:15.124471 run       osmo-ms-mob/00071(pid=206): Launched
22:49:15.135703 run                             mass: MS start registered  {at=363981.344013704, delay=0.005292668007314205, ms=00071}
22:49:15.218926 run                             mass: MS performed LU  {at=363981.427140834, lu_delay=5.352593204006553, ms=00057}
22:49:15.256868 run                             mass: MS performed LU  {at=363981.465120708, lu_delay=4.708219216961879, ms=00058}
22:49:15.320467 run                             mass: MS performed LU  {at=363981.528702786, lu_delay=4.483297159022186, ms=00059}
22:49:15.347862 run                osmo-ms-mob/00072: Starting mobile
22:49:15.360904 run       osmo-ms-mob/00072(pid=207): Launched
22:49:15.372044 run                             mass: MS start registered  {at=363981.580363081, delay=0.005036882008425891, ms=00072}
22:49:15.527739 run                             mass: MS performed LU  {at=363981.735933308, lu_delay=6.004878068051767, ms=00055}
22:49:15.564715 run                             mass: MS performed LU  {at=363981.77293193, lu_delay=5.806559669028502, ms=00056}
22:49:15.937247 run                osmo-ms-mob/00073: Starting mobile
22:49:15.954106 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.965467 run                             mass: MS start registered  {at=363982.173775039, delay=0.005240064987447113, ms=00073}
22:49:16.311317 run                osmo-ms-mob/00074: Starting mobile
22:49:16.325363 run       osmo-ms-mob/00074(pid=209): Launched
22:49:16.336735 run                             mass: MS start registered  {at=363982.545046496, delay=0.0038300679880194366, ms=00074}
22:49:16.710302 run                osmo-ms-mob/00075: Starting mobile
22:49:16.724569 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.735559 run                             mass: MS start registered  {at=363982.943882027, delay=0.004875459999311715, ms=00075}
22:49:17.185342 run                             mass: MS performed LU  {at=363983.393562501, lu_delay=5.561234161024913, ms=00062}
22:49:17.216831 run                osmo-ms-mob/00076: Starting mobile
22:49:17.231537 run       osmo-ms-mob/00076(pid=211): Launched
22:49:17.242497 run                             mass: MS start registered  {at=363983.450819693, delay=0.005073676991742104, ms=00076}
22:49:17.248620 run                             mass: MS performed LU  {at=363983.456949173, lu_delay=5.4446778210112825, ms=00063}
22:49:17.319193 run                             mass: MS performed LU  {at=363983.527409638, lu_delay=5.795659807976335, ms=00061}
22:49:17.354665 run                             mass: MS performed LU  {at=363983.562934892, lu_delay=4.8188363870140165, ms=00064}
22:49:17.370736 run                osmo-ms-mob/00077: Starting mobile
22:49:17.384161 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.391569 run                             mass: MS performed LU  {at=363983.599888051, lu_delay=6.256123794009909, ms=00060}
22:49:17.397582 run                             mass: MS start registered  {at=363983.605917009, delay=0.0073672159924171865, ms=00077}
22:49:18.111186 run                osmo-ms-mob/00078: Starting mobile
22:49:18.125058 run       osmo-ms-mob/00078(pid=213): Launched
22:49:18.136251 run                             mass: MS start registered  {at=363984.344568917, delay=0.004945544002112001, ms=00078}
22:49:18.497805 run                osmo-ms-mob/00079: Starting mobile
22:49:18.511356 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.522553 run                             mass: MS start registered  {at=363984.730867498, delay=0.004919644969049841, ms=00079}
22:49:18.984564 run                             mass: MS performed LU  {at=363985.19278174, lu_delay=5.441934450995177, ms=00067}
22:49:19.014211 run                osmo-ms-mob/00080: Starting mobile
22:49:19.027471 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.033477 run                             mass: MS performed LU  {at=363985.241805147, lu_delay=4.697699634998571, ms=00069}
22:49:19.039647 run                             mass: MS start registered  {at=363985.247979213, delay=0.006192132015712559, ms=00080}
22:49:19.086314 run                             mass: MS performed LU  {at=363985.294561224, lu_delay=6.149384855991229, ms=00065}
22:49:19.293509 run                             mass: MS performed LU  {at=363985.501727915, lu_delay=6.054915048996918, ms=00066}
22:49:19.498207 run                osmo-ms-mob/00081: Starting mobile
22:49:19.511625 run       osmo-ms-mob/00081(pid=216): Launched
22:49:19.522554 run                             mass: MS start registered  {at=363985.730871998, delay=0.004949248977936804, ms=00081}
22:49:19.910572 run                osmo-ms-mob/00082: Starting mobile
22:49:19.925097 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.936498 run                             mass: MS start registered  {at=363986.144806307, delay=0.0051610469818115234, ms=00082}
22:49:20.523946 run                osmo-ms-mob/00083: Starting mobile
22:49:20.539635 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.550860 run                             mass: MS start registered  {at=363986.759179667, delay=0.004992500995285809, ms=00083}
22:49:20.951301 run                             mass: MS performed LU  {at=363987.159521405, lu_delay=4.985746366030071, ms=00073}
22:49:21.003586 run                osmo-ms-mob/00084: Starting mobile
22:49:21.017021 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.023055 run                             mass: MS performed LU  {at=363987.231381537, lu_delay=4.686335041013081, ms=00074}
22:49:21.028997 run                             mass: MS start registered  {at=363987.237331901, delay=0.005968056968413293, ms=00084}
22:49:21.121718 run                             mass: MS performed LU  {at=363987.32993529, lu_delay=5.7495722089661285, ms=00072}
22:49:21.159351 run                             mass: MS performed LU  {at=363987.367584745, lu_delay=6.423649896983989, ms=00070}
22:49:21.529510 run                osmo-ms-mob/00085: Starting mobile
22:49:21.545350 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.557727 run                             mass: MS start registered  {at=363987.766044408, delay=0.006253772997297347, ms=00085}
22:49:22.111220 run                osmo-ms-mob/00086: Starting mobile
22:49:22.124980 run       osmo-ms-mob/00086(pid=221): Launched
22:49:22.136502 run                             mass: MS start registered  {at=363988.344820964, delay=0.0051314629963599145, ms=00086}
22:49:22.729398 run                osmo-ms-mob/00087: Starting mobile
22:49:22.746853 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.753217 run                             mass: MS performed LU  {at=363988.961542426, lu_delay=5.355625417025294, ms=00077}
22:49:22.759537 run                             mass: MS start registered  {at=363988.967870266, delay=0.006346401001792401, ms=00087}
22:49:22.851912 run                             mass: MS performed LU  {at=363989.060124908, lu_delay=5.609305215009954, ms=00076}
22:49:22.880251 run                             mass: MS performed LU  {at=363989.088472448, lu_delay=6.144590420997702, ms=00075}
22:49:23.024496 run                             mass: MS performed LU  {at=363989.232715593, lu_delay=4.888146676006727, ms=00078}
22:49:23.337799 run                osmo-ms-mob/00088: Starting mobile
22:49:23.354197 run       osmo-ms-mob/00088(pid=223): Launched
22:49:23.365467 run                             mass: MS start registered  {at=363989.573785699, delay=0.005035074951592833, ms=00088}
22:49:23.909877 run                osmo-ms-mob/00089: Starting mobile
22:49:23.924073 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.935501 run                             mass: MS start registered  {at=363990.143817063, delay=0.005270021036267281, ms=00089}
22:49:24.527749 run                osmo-ms-mob/00090: Starting mobile
22:49:24.543129 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.554752 run                             mass: MS start registered  {at=363990.763072827, delay=0.00530940800672397, ms=00090}
22:49:24.651635 run                             mass: MS performed LU  {at=363990.859856574, lu_delay=4.715050266997423, ms=00082}
22:49:24.716579 run                             mass: MS performed LU  {at=363990.924696049, lu_delay=5.676716835994739, ms=00080}
22:49:24.924669 run                             mass: MS performed LU  {at=363991.132845959, lu_delay=6.401978461013641, ms=00079}
22:49:25.196296 run                osmo-ms-mob/00091: Starting mobile
22:49:25.209822 run       osmo-ms-mob/00091(pid=226): Launched
22:49:25.220877 run                             mass: MS start registered  {at=363991.429196742, delay=0.005096159991808236, ms=00091}
22:49:25.912008 run                osmo-ms-mob/00092: Starting mobile
22:49:25.925805 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.937092 run                             mass: MS start registered  {at=363992.145410569, delay=0.0051770059508271515, ms=00092}
22:49:26.516252 run                             mass: MS performed LU  {at=363992.72446904, lu_delay=5.487137139018159, ms=00084}
22:49:26.618083 run                             mass: MS performed LU  {at=363992.826301359, lu_delay=6.06712169200182, ms=00083}
22:49:26.673858 run                osmo-ms-mob/00093: Starting mobile
22:49:26.688824 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.694947 run                             mass: MS performed LU  {at=363992.90327668, lu_delay=5.137232271954417, ms=00085}
22:49:26.700832 run                             mass: MS start registered  {at=363992.909167557, delay=0.005907166050747037, ms=00093}
22:49:26.789423 run                             mass: MS performed LU  {at=363992.997640793, lu_delay=4.65281982900342, ms=00086}
22:49:27.595833 run                osmo-ms-mob/00094: Starting mobile
22:49:27.609012 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.620216 run                             mass: MS start registered  {at=363993.828535156, delay=0.005060829978901893, ms=00094}
22:49:28.381018 run                             mass: MS performed LU  {at=363994.589240951, lu_delay=5.015455252025276, ms=00088}
22:49:28.483218 run                             mass: MS performed LU  {at=363994.691422437, lu_delay=5.723552171024494, ms=00087}
22:49:28.524243 run                osmo-ms-mob/00095: Starting mobile
22:49:28.539936 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.551224 run                             mass: MS start registered  {at=363994.759545501, delay=0.00528277998091653, ms=00095}
22:49:28.888251 run                             mass: MS performed LU  {at=363995.096483582, lu_delay=4.952666518976912, ms=00089}
22:49:29.501246 run                osmo-ms-mob/00096: Starting mobile
22:49:29.514160 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.525170 run                             mass: MS start registered  {at=363995.73349291, delay=0.004883220011834055, ms=00096}
22:49:30.384125 run                             mass: MS performed LU  {at=363996.592341616, lu_delay=5.8292687889770605, ms=00090}
22:49:30.411253 run                             mass: MS performed LU  {at=363996.619498749, lu_delay=4.474088179995306, ms=00092}
22:49:30.597786 run                osmo-ms-mob/00097: Starting mobile
22:49:30.610756 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.622239 run                             mass: MS start registered  {at=363996.830557811, delay=0.005383518000598997, ms=00097}
22:49:31.920956 run                osmo-ms-mob/00098: Starting mobile
22:49:31.937677 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.948666 run                             mass: MS start registered  {at=363998.156980572, delay=0.004799717979039997, ms=00098}
22:49:32.248644 run                             mass: MS performed LU  {at=363998.456855143, lu_delay=5.547687585989479, ms=00093}
22:49:32.313213 run                             mass: MS performed LU  {at=363998.521430516, lu_delay=4.692895359999966, ms=00094}
22:49:32.617870 run                             mass: MS performed LU  {at=363998.826087329, lu_delay=23.38222579000285, ms=00054}
22:49:33.728787 run                osmo-ms-mob/00099: Starting mobile
22:49:33.745520 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.751596 run                             mass: All started... {duration=55.764384740032256, too_slow=0}
22:49:33.757351 run                             mass: MS start registered  {at=363999.965679372, delay=0.005748499010223895, ms=00099}
22:49:34.149936 run                             mass: MS performed LU  {at=364000.358151842, lu_delay=5.5986063410528, ms=00095}
22:49:34.177555 run                             mass: MS performed LU  {at=364000.385769924, lu_delay=4.65227701398544, ms=00096}
22:49:36.015386 run                             mass: MS performed LU  {at=364002.223602233, lu_delay=5.393044421973173, ms=00097}
22:49:36.079028 run                             mass: MS performed LU  {at=364002.287246009, lu_delay=22.44428296899423, ms=00068}
22:49:37.915712 run                             mass: MS performed LU  {at=364004.123896251, lu_delay=5.9669156790478155, ms=00098}
22:49:37.942536 run                             mass: MS performed LU  {at=364004.15078216, lu_delay=22.806768456008285, ms=00071}
22:49:39.780667 run                             mass: MS performed LU  {at=364005.988882002, lu_delay=6.023202629992738, ms=00099}
22:49:41.916895 run                             mass: MS performed LU  {at=364008.125113743, lu_delay=22.394241745001636, ms=00081}
22:49:47.547300 run                             mass: MS performed LU  {at=364013.755476266, lu_delay=22.326279523957055, ms=00091}
22:49:47.571774 run                             mass: Tests done {all_completed=True, max=23.38222579000285, min=4.474088179995306}
22:49:47.577938 tst         register_default_mass.py: Test passed (88.9 sec)
22:49:47.583265 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.586490 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.589794 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.593066 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.596298 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.599573 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.603079 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.606432 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.609747 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.613074 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.616424 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.619715 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.623032 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.626860 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.630233 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.633674 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.637126 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.640510 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.644153 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.647521 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.650834 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.654245 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.657622 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.661039 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.664348 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.667788 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.671138 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.674513 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.677877 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.681310 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.684682 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.688013 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.693425 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.696941 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.700318 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.703696 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.707254 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.711037 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.714386 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.717767 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.721127 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.724470 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.727783 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.731100 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.734479 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.737910 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.741242 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.744604 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.747957 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.751264 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.755292 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.758681 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.762070 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.765383 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.768777 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.772069 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.775903 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.779234 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.782805 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.786165 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.789509 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.792946 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.796273 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.799610 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.802981 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.806305 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.809715 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.813034 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.816887 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.820272 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.824143 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.827468 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.830890 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.834294 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.837640 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.841367 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.844721 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.848678 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.852001 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.855458 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.858823 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.862205 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.865642 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.869091 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.872471 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.875902 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.879323 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.882738 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.886063 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.889498 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.892820 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.896260 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.899627 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.903053 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.906465 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.909859 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.913878 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.917255 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.920668 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.924149 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.927581 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.930962 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.934383 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.937751 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.941209 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.944586 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.948017 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.951411 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.955116 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.958723 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.962529 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.965984 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.969423 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.972856 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.976300 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.979634 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.982942 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.986236 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.989541 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.992836 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.996115 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.999398 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.002631 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.005897 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.009151 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.012388 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.015611 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.018885 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.022165 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.025451 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.028732 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.032026 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.035316 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.038601 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.041895 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.045182 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.048477 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.051777 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.055063 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.058372 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.061660 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.064937 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.068232 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.071513 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.074783 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.078073 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.081354 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.084635 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.087913 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.091187 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.094479 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.097771 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.101052 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.104336 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.107597 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.110891 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.114170 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.117452 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.120728 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.124011 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.127285 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.130558 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.133848 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.137125 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.140393 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.143682 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.146968 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.150259 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.153556 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.156845 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.160139 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.163426 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.166712 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.169989 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.173274 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.176562 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.179838 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.183112 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.186404 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.189688 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.192970 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.196251 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.199529 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.202817 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.206088 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.209369 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.212650 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.215934 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.219201 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.222489 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.225772 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.229055 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.232336 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.235624 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.238905 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.242188 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.245470 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.248749 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.252033 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.255309 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.258580 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.261872 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.265159 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.268439 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.271717 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.274991 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.278281 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.281571 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.284858 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.288135 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.291422 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.294721 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.297993 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.301278 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.302769 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.306415 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.307897 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.311517 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.312995 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.316657 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.318138 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.321755 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.323225 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.326898 ---      ParallelTerminationStrategy: PID 27 died...
22:49:48.328384 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.332023 ---      ParallelTerminationStrategy: PID 28 died...
22:49:48.333510 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.337186 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.338673 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.342354 ---      ParallelTerminationStrategy: PID 30 died...
22:49:48.343833 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.347490 ---      ParallelTerminationStrategy: PID 31 died...
22:49:48.348970 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.352636 ---      ParallelTerminationStrategy: PID 32 died...
22:49:48.354107 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.357822 ---      ParallelTerminationStrategy: PID 33 died...
22:49:48.359315 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.362981 ---      ParallelTerminationStrategy: PID 35 died...
22:49:48.364473 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.368152 ---      ParallelTerminationStrategy: PID 36 died...
22:49:48.369644 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.373342 ---      ParallelTerminationStrategy: PID 37 died...
22:49:48.374830 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.378500 ---      ParallelTerminationStrategy: PID 38 died...
22:49:48.379993 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.383673 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.385160 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.388852 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.390328 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.394003 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.395495 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.399157 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.400639 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.404317 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.405793 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.409423 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.410907 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.414577 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.416067 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.419727 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.421206 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.424863 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.426329 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.429967 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.431439 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.435086 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.436575 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.440208 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.441676 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.445302 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.446778 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.450439 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.451933 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.455564 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.457038 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.460692 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.462171 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.465802 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.467273 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.470944 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.472417 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.476081 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.477554 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.481195 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.482662 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.486306 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.487780 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.491414 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.492897 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.496527 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.498000 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.501673 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.503154 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.506799 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.508294 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.511927 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.513399 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.517034 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.518502 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.522143 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.523616 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.527253 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.528734 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.532378 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.533844 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.537496 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.538967 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.542621 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.544096 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.547756 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.549231 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.552884 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.554356 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.557995 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.559468 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.563106 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.564585 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.568238 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.569710 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.573350 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.574828 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.578474 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.579952 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.583586 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.585073 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.588713 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.590187 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.593832 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.595298 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.598930 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.600410 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.604052 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.605520 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.609177 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.610648 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.614275 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.615751 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.619397 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.620870 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.624547 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.626016 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.629663 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.631134 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.634774 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.636254 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.639918 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.641391 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.645036 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.646501 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.650164 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.651650 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.655278 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.656764 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.660424 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.661900 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.665545 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.667019 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.670681 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.672169 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.675820 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.677301 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.680961 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.682432 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.686076 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.687558 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.691212 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.692697 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.696339 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.697816 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.701463 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.702949 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.706607 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.708098 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.711742 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.713215 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.716882 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.718360 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.722019 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.723496 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.727142 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.728628 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.732275 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.733755 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.737410 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.738890 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.742548 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.744053 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.747704 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.749185 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.752853 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.754334 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.757997 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.759480 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.763137 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.764635 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.768302 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.769784 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.773445 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.774917 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.778571 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.780052 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.783713 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.785201 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.788852 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.790339 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.794009 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.795479 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.799123 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.800619 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.804272 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.805743 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.809414 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.810895 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.814552 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.816043 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.819700 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.821181 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.824848 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.826325 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.829982 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.831470 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.835119 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.836668 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.840331 ---      ParallelTerminationStrategy: PID 128 died...
22:49:48.841810 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.845463 ---      ParallelTerminationStrategy: PID 129 died...
22:49:48.846946 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.850626 ---      ParallelTerminationStrategy: PID 130 died...
22:49:48.852111 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.855760 ---      ParallelTerminationStrategy: PID 131 died...
22:49:48.857242 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.860900 ---      ParallelTerminationStrategy: PID 132 died...
22:49:48.862382 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.866051 ---      ParallelTerminationStrategy: PID 133 died...
22:49:48.867536 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.871184 ---      ParallelTerminationStrategy: PID 134 died...
22:49:48.872692 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.876336 ---      ParallelTerminationStrategy: PID 135 died...
22:49:48.877811 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.881504 ---      ParallelTerminationStrategy: PID 136 died...
22:49:48.882986 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.886662 ---      ParallelTerminationStrategy: PID 137 died...
22:49:48.888156 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.891823 ---      ParallelTerminationStrategy: PID 138 died...
22:49:48.893305 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.896981 ---      ParallelTerminationStrategy: PID 139 died...
22:49:48.898462 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.902146 ---      ParallelTerminationStrategy: PID 140 died...
22:49:48.903630 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.907296 ---      ParallelTerminationStrategy: PID 141 died...
22:49:48.908777 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.912437 ---      ParallelTerminationStrategy: PID 142 died...
22:49:48.913907 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.917586 ---      ParallelTerminationStrategy: PID 143 died...
22:49:48.919067 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.922730 ---      ParallelTerminationStrategy: PID 144 died...
22:49:48.924212 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.927888 ---      ParallelTerminationStrategy: PID 145 died...
22:49:48.929369 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.933038 ---      ParallelTerminationStrategy: PID 146 died...
22:49:48.934519 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.938206 ---      ParallelTerminationStrategy: PID 147 died...
22:49:48.939678 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.943344 ---      ParallelTerminationStrategy: PID 148 died...
22:49:48.944837 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.948537 ---      ParallelTerminationStrategy: PID 149 died...
22:49:48.950016 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.953705 ---      ParallelTerminationStrategy: PID 150 died...
22:49:48.955188 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.958886 ---      ParallelTerminationStrategy: PID 151 died...
22:49:48.960397 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.964081 ---      ParallelTerminationStrategy: PID 152 died...
22:49:48.965562 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.969254 ---      ParallelTerminationStrategy: PID 153 died...
22:49:48.970737 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.974414 ---      ParallelTerminationStrategy: PID 154 died...
22:49:48.975904 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.979558 ---      ParallelTerminationStrategy: PID 155 died...
22:49:48.981044 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.984742 ---      ParallelTerminationStrategy: PID 156 died...
22:49:48.986218 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.989894 ---      ParallelTerminationStrategy: PID 157 died...
22:49:48.991377 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.995032 ---      ParallelTerminationStrategy: PID 158 died...
22:49:48.996524 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.000217 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.001700 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.005392 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.006876 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.010547 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.012038 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.015718 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.017192 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.020873 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.022355 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.026023 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.027499 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.031175 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.032657 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.036338 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.037814 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.041485 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.042952 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.046628 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.048110 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.051784 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.053254 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.056920 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.058395 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.062069 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.063550 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.067214 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.068699 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.072399 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.073882 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.077553 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.079026 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.082695 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.084185 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.087857 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.089340 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.093007 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.094491 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.098157 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.099627 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.103302 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.104791 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.108464 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.109935 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.113587 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.115068 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.118723 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.120230 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.123907 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.125385 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.129056 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.130532 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.134193 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.135694 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.139342 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.140817 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.144470 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.145945 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.149617 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.151100 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.154775 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.156267 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.159961 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.161441 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.165111 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.166592 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.170268 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.171754 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.175425 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.176909 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.180566 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.182038 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.185706 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.187179 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.190847 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.192324 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.195987 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.197464 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.201113 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.202590 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.206301 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.207793 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.211457 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.212934 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.216591 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.218061 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.221795 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.223274 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.226947 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.228468 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.232115 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.233598 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.237295 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.238775 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.242462 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.243943 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.247611 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.249096 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.252796 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.254281 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.257956 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.259432 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.263098 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.264605 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.268277 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.269755 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.273432 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.274906 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.278574 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.280058 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.283729 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.285200 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.288903 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.290374 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.294047 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.295525 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.299195 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.300680 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.304350 ---      ParallelTerminationStrategy: PID 218 died...
22:49:49.305839 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.309513 ---      ParallelTerminationStrategy: PID 219 died...
22:49:49.310992 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.314667 ---      ParallelTerminationStrategy: PID 220 died...
22:49:49.316155 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.319833 ---      ParallelTerminationStrategy: PID 221 died...
22:49:49.321302 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.324989 ---      ParallelTerminationStrategy: PID 222 died...
22:49:49.326469 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.330141 ---      ParallelTerminationStrategy: PID 223 died...
22:49:49.331619 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.335297 ---      ParallelTerminationStrategy: PID 224 died...
22:49:49.336771 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.340432 ---      ParallelTerminationStrategy: PID 225 died...
22:49:49.341917 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.345649 ---      ParallelTerminationStrategy: PID 226 died...
22:49:49.347123 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.350813 ---      ParallelTerminationStrategy: PID 227 died...
22:49:49.352316 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.355983 ---      ParallelTerminationStrategy: PID 228 died...
22:49:49.357457 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.361158 ---      ParallelTerminationStrategy: PID 229 died...
22:49:49.362634 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.366309 ---      ParallelTerminationStrategy: PID 230 died...
22:49:49.367790 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.371455 ---      ParallelTerminationStrategy: PID 231 died...
22:49:49.372964 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.376633 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.378110 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.381780 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.383258 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.386926 ---      ParallelTerminationStrategy: PID 234 died...
22:49:49.388414 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.792790 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.798539 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8227 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.864521 tst                       trial-8227: Storing JUnit report in /build/trial-8227/run.2026-01-30_22-48-18/trial-8227.xml

--------------------------------------------------------------------------------------------
trial-8227 PASS
--------------------------------------------------------------------------------------------
22:49:52.876315 tst                       trial-8227: trial-8227: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (88.9 sec)
+ exit_code=0
+ rm -rf trial-8227/inst
+ cd trial-8227
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-30 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8227-run.tgz run.2026-01-30_22-48-18
+ tar czf /build/trial-8227-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-30_13_31_12.tgz osmo-bts-oc2g.build-2026-01-30_00_51_24.tgz osmo-bts-sysmo.build-2026-01-30_00_51_26.tgz osmo-bts.build-2026-01-30_00_51_36.tgz osmo-ggsn.build-2026-01-30_20_42_30.tgz osmo-hlr.build-2026-01-30_16_37_03.tgz osmo-hnbgw.build-2026-01-30_13_33_33.tgz osmo-mgw.build-2026-01-30_08_33_08.tgz osmo-msc.build-2026-01-30_13_37_54.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-30_07_34_55.tgz osmo-pcu-sysmo.build-2026-01-30_07_34_57.tgz osmo-pcu.build-2026-01-30_07_35_04.tgz osmo-sgsn.build-2026-01-30_20_48_17.tgz osmo-stp.build-2026-01-30_13_27_45.tgz osmo-trx.build-2026-01-30_14_21_29.tgz osmocom-bb.build-2026-01-30_21_17_15.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS