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

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

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

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

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

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

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

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

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

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

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

#11 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#11 CACHED

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

#13 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#13 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:fe66c567df0bb2f091abd44d817437746c58c6f6bf6197af8567cca919c23285 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s 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=8270 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-03-14 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8270
+ mkdir -p trial-8270
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-14_13_33_51.tgz osmo-bts-oc2g.build-2026-03-14_00_51_28.tgz osmo-bts-sysmo.build-2026-03-14_00_51_31.tgz osmo-bts.build-2026-03-14_00_51_52.tgz osmo-ggsn.build-2026-03-14_20_42_47.tgz osmo-hlr.build-2026-03-14_16_36_49.tgz osmo-hnbgw.build-2026-03-14_13_31_40.tgz osmo-mgw.build-2026-03-14_08_33_10.tgz osmo-msc.build-2026-03-14_13_40_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-14_07_35_14.tgz osmo-pcu-sysmo.build-2026-03-14_07_35_05.tgz osmo-pcu.build-2026-03-14_07_35_17.tgz osmo-sgsn.build-2026-03-14_20_48_38.tgz osmo-stp.build-2026-03-14_13_30_04.tgz osmo-trx.build-2026-03-14_18_35_22.tgz osmocom-bb.build-2026-03-14_21_17_29.tgz srslte.build-19.tgz trial-8270
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-14_13_33_51.md5 osmo-bts-oc2g.build-2026-03-14_00_51_28.md5 osmo-bts-sysmo.build-2026-03-14_00_51_31.md5 osmo-bts.build-2026-03-14_00_51_52.md5 osmo-ggsn.build-2026-03-14_20_42_47.md5 osmo-hlr.build-2026-03-14_16_36_49.md5 osmo-hnbgw.build-2026-03-14_13_31_40.md5 osmo-mgw.build-2026-03-14_08_33_10.md5 osmo-msc.build-2026-03-14_13_40_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-14_07_35_14.md5 osmo-pcu-sysmo.build-2026-03-14_07_35_05.md5 osmo-pcu.build-2026-03-14_07_35_17.md5 osmo-sgsn.build-2026-03-14_20_48_38.md5 osmo-stp.build-2026-03-14_13_30_04.md5 osmo-trx.build-2026-03-14_18_35_22.md5 osmocom-bb.build-2026-03-14_21_17_29.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-14_13_33_51.md5 osmo-bts-oc2g.build-2026-03-14_00_51_28.md5 osmo-bts-sysmo.build-2026-03-14_00_51_31.md5 osmo-bts.build-2026-03-14_00_51_52.md5 osmo-ggsn.build-2026-03-14_20_42_47.md5 osmo-hlr.build-2026-03-14_16_36_49.md5 osmo-hnbgw.build-2026-03-14_13_31_40.md5 osmo-mgw.build-2026-03-14_08_33_10.md5 osmo-msc.build-2026-03-14_13_40_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-14_07_35_14.md5 osmo-pcu-sysmo.build-2026-03-14_07_35_05.md5 osmo-pcu.build-2026-03-14_07_35_17.md5 osmo-sgsn.build-2026-03-14_20_48_38.md5 osmo-stp.build-2026-03-14_13_30_04.md5 osmo-trx.build-2026-03-14_18_35_22.md5 osmocom-bb.build-2026-03-14_21_17_29.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-8270 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8270'
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-8270
--------------------------------------------------------------------------------------------
22:48:22.584576 tst                       trial-8270: Detailed log at /build/trial-8270/run.2026-03-14_22-48-22/log

---------------------------------------------------------------------
trial-8270 netreg_mass
---------------------------------------------------------------------
22:48:22.790422 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.790803 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.791604 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.792740 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.834211 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.835078 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.836262 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.914394 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-8270 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.915156 tst       register_default_mass.py:9: Claiming resources for the test
22:48:22.930470 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.930977 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.931425 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.931866 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.932311 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.932752 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.933180 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.963421 tst         register_default_mass.py: using LAC 2
22:48:22.987843 tst         register_default_mass.py: using RAC 2
22:48:23.025033 tst         register_default_mass.py: using CellId 2
22:48:23.058236 tst         register_default_mass.py: using BVCI 3
22:48:23.072734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.073435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.073977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.074493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.074989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.075501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.076006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.076513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.077056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.077571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.078061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.078584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.079097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.079615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.080149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.080670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.081193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.081709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.082217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.082734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.083257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.083783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.084307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.084838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.085349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.085874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.086389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.086896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.087428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.087954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.088462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.088986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.089513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.090034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.090575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.091091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.091595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.092119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.092640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.093146 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.093650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.094168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.094682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.095198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.095720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.096226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.096749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.097261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.097761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.098274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.098788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.099294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.099793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.100315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.100815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.101320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.101821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.102341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.102844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.103354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.103864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.104371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.104897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.105413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.105908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.106408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.106927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.107441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.107946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.108455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.108962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.109467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.110047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.110563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.111068 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.111574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.112083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.112583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.113078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.113583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.114086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.114582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.115085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.115588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.116086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.116590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.117094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.117588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.118089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.118596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.119093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.119607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.120129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.120635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.121123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.121611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.122119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.122618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.123127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.123632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.124133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.124686 tst      register_default_mass.py:21: Launching a simple network
22:48:23.134739 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.254511 run            create_hlr_db(pid=20): Launched
22:48:24.269485 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.285981 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.301143 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.306848 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.492542 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.507748 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.513485 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.931221 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.946675 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.961455 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.100539 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:28.115911 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:28.121777 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:28.145545 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:28.160923 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:28.166655 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.480655 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.495925 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.528351 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.702053 run         osmo-bts-virtual(pid=34): Launched
22:48:35.737338 tst         register_default_mass.py: using MSISDN 1001
22:48:35.751285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.790252 tst         register_default_mass.py: using MSISDN 1002
22:48:35.808056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.838444 tst         register_default_mass.py: using MSISDN 1003
22:48:35.852984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.883267 tst         register_default_mass.py: using MSISDN 1004
22:48:35.897634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.927629 tst         register_default_mass.py: using MSISDN 1005
22:48:35.941874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.972360 tst         register_default_mass.py: using MSISDN 1006
22:48:35.986697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.017171 tst         register_default_mass.py: using MSISDN 1007
22:48:36.031575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.061747 tst         register_default_mass.py: using MSISDN 1008
22:48:36.076043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:36.106375 tst         register_default_mass.py: using MSISDN 1009
22:48:36.120650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:36.150853 tst         register_default_mass.py: using MSISDN 1010
22:48:36.165162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:36.195533 tst         register_default_mass.py: using MSISDN 1011
22:48:36.210008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:36.240345 tst         register_default_mass.py: using MSISDN 1012
22:48:36.254823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.285040 tst         register_default_mass.py: using MSISDN 1013
22:48:36.299218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.329656 tst         register_default_mass.py: using MSISDN 1014
22:48:36.344150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.374738 tst         register_default_mass.py: using MSISDN 1015
22:48:36.389216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.419365 tst         register_default_mass.py: using MSISDN 1016
22:48:36.433618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.464165 tst         register_default_mass.py: using MSISDN 1017
22:48:36.478595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.508834 tst         register_default_mass.py: using MSISDN 1018
22:48:36.523085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.553663 tst         register_default_mass.py: using MSISDN 1019
22:48:36.568163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.598073 tst         register_default_mass.py: using MSISDN 1020
22:48:36.612279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.642720 tst         register_default_mass.py: using MSISDN 1021
22:48:36.657113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.687347 tst         register_default_mass.py: using MSISDN 1022
22:48:36.701690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.731871 tst         register_default_mass.py: using MSISDN 1023
22:48:36.746260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.776468 tst         register_default_mass.py: using MSISDN 1024
22:48:36.790550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.820531 tst         register_default_mass.py: using MSISDN 1025
22:48:36.834685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.864768 tst         register_default_mass.py: using MSISDN 1026
22:48:36.878976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.908823 tst         register_default_mass.py: using MSISDN 1027
22:48:36.922826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.953254 tst         register_default_mass.py: using MSISDN 1028
22:48:36.967703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.998082 tst         register_default_mass.py: using MSISDN 1029
22:48:37.011262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.040850 tst         register_default_mass.py: using MSISDN 1030
22:48:37.054580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.084340 tst         register_default_mass.py: using MSISDN 1031
22:48:37.098262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.128779 tst         register_default_mass.py: using MSISDN 1032
22:48:37.143128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.172927 tst         register_default_mass.py: using MSISDN 1033
22:48:37.186974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.217245 tst         register_default_mass.py: using MSISDN 1034
22:48:37.231309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.261658 tst         register_default_mass.py: using MSISDN 1035
22:48:37.275991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.305920 tst         register_default_mass.py: using MSISDN 1036
22:48:37.320019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.350500 tst         register_default_mass.py: using MSISDN 1037
22:48:37.364856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.395034 tst         register_default_mass.py: using MSISDN 1038
22:48:37.409298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.438942 tst         register_default_mass.py: using MSISDN 1039
22:48:37.452967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.482426 tst         register_default_mass.py: using MSISDN 1040
22:48:37.496370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.525688 tst         register_default_mass.py: using MSISDN 1041
22:48:37.539518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.568922 tst         register_default_mass.py: using MSISDN 1042
22:48:37.582678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.611807 tst         register_default_mass.py: using MSISDN 1043
22:48:37.625444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.654779 tst         register_default_mass.py: using MSISDN 1044
22:48:37.668555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.697927 tst         register_default_mass.py: using MSISDN 1045
22:48:37.711616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.749274 tst         register_default_mass.py: using MSISDN 1046
22:48:37.766533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.796041 tst         register_default_mass.py: using MSISDN 1047
22:48:37.810165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.839427 tst         register_default_mass.py: using MSISDN 1048
22:48:37.853239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.882604 tst         register_default_mass.py: using MSISDN 1049
22:48:37.896436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.925712 tst         register_default_mass.py: using MSISDN 1050
22:48:37.939362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.968924 tst         register_default_mass.py: using MSISDN 1051
22:48:37.982846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.012299 tst         register_default_mass.py: using MSISDN 1052
22:48:38.025973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.055127 tst         register_default_mass.py: using MSISDN 1053
22:48:38.068934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.098099 tst         register_default_mass.py: using MSISDN 1054
22:48:38.111760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.141196 tst         register_default_mass.py: using MSISDN 1055
22:48:38.154990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.184443 tst         register_default_mass.py: using MSISDN 1056
22:48:38.198291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.227621 tst         register_default_mass.py: using MSISDN 1057
22:48:38.241469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.270803 tst         register_default_mass.py: using MSISDN 1058
22:48:38.284597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.313933 tst         register_default_mass.py: using MSISDN 1059
22:48:38.327766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.357105 tst         register_default_mass.py: using MSISDN 1060
22:48:38.370921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.400240 tst         register_default_mass.py: using MSISDN 1061
22:48:38.413895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.443047 tst         register_default_mass.py: using MSISDN 1062
22:48:38.456759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.486295 tst         register_default_mass.py: using MSISDN 1063
22:48:38.500265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.529503 tst         register_default_mass.py: using MSISDN 1064
22:48:38.543123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.573105 tst         register_default_mass.py: using MSISDN 1065
22:48:38.587268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.617519 tst         register_default_mass.py: using MSISDN 1066
22:48:38.631589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.661605 tst         register_default_mass.py: using MSISDN 1067
22:48:38.675864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.705776 tst         register_default_mass.py: using MSISDN 1068
22:48:38.719995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.750096 tst         register_default_mass.py: using MSISDN 1069
22:48:38.764182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.794390 tst         register_default_mass.py: using MSISDN 1070
22:48:38.808780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.839017 tst         register_default_mass.py: using MSISDN 1071
22:48:38.853203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.883717 tst         register_default_mass.py: using MSISDN 1072
22:48:38.898120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.928504 tst         register_default_mass.py: using MSISDN 1073
22:48:38.942875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.973246 tst         register_default_mass.py: using MSISDN 1074
22:48:38.987627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.017948 tst         register_default_mass.py: using MSISDN 1075
22:48:39.032299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.063256 tst         register_default_mass.py: using MSISDN 1076
22:48:39.077981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.109039 tst         register_default_mass.py: using MSISDN 1077
22:48:39.123696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.154358 tst         register_default_mass.py: using MSISDN 1078
22:48:39.169361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.199520 tst         register_default_mass.py: using MSISDN 1079
22:48:39.213889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.244222 tst         register_default_mass.py: using MSISDN 1080
22:48:39.258690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.289528 tst         register_default_mass.py: using MSISDN 1081
22:48:39.304156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.335146 tst         register_default_mass.py: using MSISDN 1082
22:48:39.349737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.380826 tst         register_default_mass.py: using MSISDN 1083
22:48:39.395605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.426537 tst         register_default_mass.py: using MSISDN 1084
22:48:39.441258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.471944 tst         register_default_mass.py: using MSISDN 1085
22:48:39.486424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.517670 tst         register_default_mass.py: using MSISDN 1086
22:48:39.532537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.564761 tst         register_default_mass.py: using MSISDN 1087
22:48:39.580153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.611236 tst         register_default_mass.py: using MSISDN 1088
22:48:39.625947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.656344 tst         register_default_mass.py: using MSISDN 1089
22:48:39.670693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.701012 tst         register_default_mass.py: using MSISDN 1090
22:48:39.715191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.753376 tst         register_default_mass.py: using MSISDN 1091
22:48:39.770923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.801689 tst         register_default_mass.py: using MSISDN 1092
22:48:39.816506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.847470 tst         register_default_mass.py: using MSISDN 1093
22:48:39.862383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.893672 tst         register_default_mass.py: using MSISDN 1094
22:48:39.908523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.939443 tst         register_default_mass.py: using MSISDN 1095
22:48:39.954088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.985080 tst         register_default_mass.py: using MSISDN 1096
22:48:39.999750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:40.031128 tst         register_default_mass.py: using MSISDN 1097
22:48:40.046033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.077214 tst         register_default_mass.py: using MSISDN 1098
22:48:40.091986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.122734 tst         register_default_mass.py: using MSISDN 1099
22:48:40.137407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.167246 tst         register_default_mass.py: using MSISDN 1100
22:48:40.181255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.272287 run                             mass: Starting testcase
22:48:40.277970 run                             mass: Pre-launching all virtphy's
22:48:40.283546 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.296720 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:40.302780 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.316110 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:40.322364 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:40.335458 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:40.341495 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:40.354709 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:40.360823 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.373806 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:40.379999 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.393163 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:40.399346 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.412515 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:40.418732 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.431982 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:40.438133 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.451219 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:40.457210 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.470245 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.476271 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.489190 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.495196 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.508078 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.514118 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.527115 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.533162 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.546156 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.552226 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.565278 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.571329 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.584402 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.590464 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.603574 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.609628 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.622745 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.628813 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.642008 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.648056 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.661187 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.667247 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.680407 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.686473 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.699544 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.705618 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.718659 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.724712 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.737808 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.743879 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.756907 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.762948 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.776062 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.782122 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.795253 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.801295 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.814335 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.820389 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.833417 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.839458 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.852617 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.858592 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.871664 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.877712 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.890758 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.896898 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.909970 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.916166 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.929287 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.935317 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.948328 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.954391 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.967530 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.973672 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.987048 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.993219 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.006497 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:41.012547 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:41.025606 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:41.031676 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:41.044703 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:41.050741 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:41.063813 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:41.069819 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:41.082961 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:41.088987 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:41.102163 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:41.108196 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:41.121206 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:41.127279 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.140474 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.146468 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.159632 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:41.165669 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.178674 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:41.184737 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.197823 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:41.203852 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.216892 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:41.222939 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.235929 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:41.241960 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.254952 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:41.260973 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.274028 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.280057 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.293162 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.299200 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.312258 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.318408 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.331468 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.337603 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.350666 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.356682 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.369796 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.375857 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.389070 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.395067 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.408167 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.414196 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.427220 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.433261 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.446364 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.452416 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.465489 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.471540 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.484571 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.490621 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.503627 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:41.509659 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.522653 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:41.528703 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.541695 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.547778 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.560968 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.566955 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.580149 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:41.586158 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:41.599362 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:41.605461 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:41.618612 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:41.624664 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:41.637762 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:41.643808 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.656850 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.662845 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.675877 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.681910 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.694975 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.701047 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.714048 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.720052 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.733091 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.739158 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.752266 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.758283 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.771272 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.777383 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.790603 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.796665 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.809881 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.815982 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.829151 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.835319 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.848424 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.854581 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.867622 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.873645 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.886677 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.892697 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.905760 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.911795 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.924844 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.930869 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.943950 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.949976 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.963002 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.969005 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.982048 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.988118 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:42.001167 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:42.007161 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:42.020229 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:42.026459 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:42.039493 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:42.045664 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.058721 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.064711 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.077885 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.083864 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.097057 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.103107 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.116169 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:42.122170 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.135197 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.141199 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.154274 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.160319 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.173363 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.179407 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.192450 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.198452 run                             mass: Checking if sockets are in the filesystem
22:48:42.231299 run                osmo-ms-mob/00000: Starting mobile
22:48:42.244604 run       osmo-ms-mob/00000(pid=135): Launched
22:48:42.255443 run                             mass: MS start registered  {at=4079148.46376042, delay=0.004549375269562006, ms=00000}
22:48:46.446295 run                osmo-ms-mob/00001: Starting mobile
22:48:46.463105 run       osmo-ms-mob/00001(pid=136): Launched
22:48:46.473459 run                             mass: MS start registered  {at=4079152.681776003, delay=0.004258494824171066, ms=00001}
22:48:47.531119 run                             mass: MS performed LU  {at=4079153.739322327, lu_delay=5.275561906863004, ms=00000}
22:48:48.246318 run                osmo-ms-mob/00002: Starting mobile
22:48:48.263373 run       osmo-ms-mob/00002(pid=137): Launched
22:48:48.273978 run                             mass: MS start registered  {at=4079154.482288725, delay=0.0043883612379431725, ms=00002}
22:48:49.545770 run                osmo-ms-mob/00003: Starting mobile
22:48:49.563542 run       osmo-ms-mob/00003(pid=138): Launched
22:48:49.574359 run                             mass: MS start registered  {at=4079155.782676536, delay=0.004794794134795666, ms=00003}
22:48:50.614741 run                osmo-ms-mob/00004: Starting mobile
22:48:50.627836 run       osmo-ms-mob/00004(pid=139): Launched
22:48:50.638465 run                             mass: MS start registered  {at=4079156.846784683, delay=0.0044014970771968365, ms=00004}
22:48:51.297116 run                             mass: MS performed LU  {at=4079157.505323376, lu_delay=4.823547373060137, ms=00001}
22:48:51.614466 run                osmo-ms-mob/00005: Starting mobile
22:48:51.627804 run       osmo-ms-mob/00005(pid=140): Launched
22:48:51.638250 run                             mass: MS start registered  {at=4079157.846570141, delay=0.004263283219188452, ms=00005}
22:48:52.540193 run                osmo-ms-mob/00006: Starting mobile
22:48:52.556755 run       osmo-ms-mob/00006(pid=141): Launched
22:48:52.567242 run                             mass: MS start registered  {at=4079158.775565104, delay=0.00429616030305624, ms=00006}
22:48:53.198222 run                             mass: MS performed LU  {at=4079159.40642944, lu_delay=4.924140714574605, ms=00002}
22:48:53.446135 run                osmo-ms-mob/00007: Starting mobile
22:48:53.463145 run       osmo-ms-mob/00007(pid=142): Launched
22:48:53.473851 run                             mass: MS start registered  {at=4079159.682173217, delay=0.004544693976640701, ms=00007}
22:48:54.214544 run                osmo-ms-mob/00008: Starting mobile
22:48:54.227663 run       osmo-ms-mob/00008(pid=143): Launched
22:48:54.238282 run                             mass: MS start registered  {at=4079160.446604288, delay=0.00452627707272768, ms=00008}
22:48:54.946691 run                osmo-ms-mob/00009: Starting mobile
22:48:54.963473 run       osmo-ms-mob/00009(pid=144): Launched
22:48:54.974319 run                             mass: MS start registered  {at=4079161.182637545, delay=0.004429511725902557, ms=00009}
22:48:55.061978 run                             mass: MS performed LU  {at=4079161.270186887, lu_delay=5.487510350998491, ms=00003}
22:48:55.646613 run                osmo-ms-mob/00010: Starting mobile
22:48:55.663358 run       osmo-ms-mob/00010(pid=145): Launched
22:48:55.674371 run                             mass: MS start registered  {at=4079161.882687441, delay=0.004975508898496628, ms=00010}
22:48:56.237026 run                osmo-ms-mob/00011: Starting mobile
22:48:56.254209 run       osmo-ms-mob/00011(pid=146): Launched
22:48:56.264987 run                             mass: MS start registered  {at=4079162.473309292, delay=0.004498684778809547, ms=00011}
22:48:56.814382 run                osmo-ms-mob/00012: Starting mobile
22:48:56.827682 run       osmo-ms-mob/00012(pid=147): Launched
22:48:56.838267 run                             mass: MS start registered  {at=4079163.046588664, delay=0.00456790579482913, ms=00012}
22:48:56.963433 run                             mass: MS performed LU  {at=4079163.171645841, lu_delay=6.3248611581511796, ms=00004}
22:48:56.990431 run                             mass: MS performed LU  {at=4079163.198739115, lu_delay=5.352168974000961, ms=00005}
22:48:57.440495 run                osmo-ms-mob/00013: Starting mobile
22:48:57.453898 run       osmo-ms-mob/00013(pid=148): Launched
22:48:57.464957 run                             mass: MS start registered  {at=4079163.67327692, delay=0.004901690874248743, ms=00013}
22:48:58.015501 run                osmo-ms-mob/00014: Starting mobile
22:48:58.029428 run       osmo-ms-mob/00014(pid=149): Launched
22:48:58.040085 run                             mass: MS start registered  {at=4079164.248402381, delay=0.004436771851032972, ms=00014}
22:48:58.622617 run                osmo-ms-mob/00015: Starting mobile
22:48:58.636332 run       osmo-ms-mob/00015(pid=150): Launched
22:48:58.647651 run                             mass: MS start registered  {at=4079164.855978511, delay=0.004870330914855003, ms=00015}
22:48:58.828579 run                             mass: MS performed LU  {at=4079165.036789871, lu_delay=5.354616653639823, ms=00007}
22:48:58.893285 run                             mass: MS performed LU  {at=4079165.101495097, lu_delay=6.325929992832243, ms=00006}
22:48:59.138380 run                osmo-ms-mob/00016: Starting mobile
22:48:59.154818 run       osmo-ms-mob/00016(pid=151): Launched
22:48:59.165454 run                             mass: MS start registered  {at=4079165.37377658, delay=0.004454490263015032, ms=00016}
22:48:59.196995 run                             mass: MS performed LU  {at=4079165.405223057, lu_delay=4.958618768956512, ms=00008}
22:48:59.627850 run                osmo-ms-mob/00017: Starting mobile
22:48:59.641956 run       osmo-ms-mob/00017(pid=152): Launched
22:48:59.652660 run                             mass: MS start registered  {at=4079165.860982227, delay=0.004388079978525639, ms=00017}
22:49:00.258524 run                osmo-ms-mob/00018: Starting mobile
22:49:00.274930 run       osmo-ms-mob/00018(pid=153): Launched
22:49:00.286570 run                             mass: MS start registered  {at=4079166.494889055, delay=0.005338200833648443, ms=00018}
22:49:00.615261 run                osmo-ms-mob/00019: Starting mobile
22:49:00.629212 run       osmo-ms-mob/00019(pid=154): Launched
22:49:00.635393 run                             mass: MS performed LU  {at=4079166.843721366, lu_delay=4.961033924948424, ms=00010}
22:49:00.641726 run                             mass: MS start registered  {at=4079166.850060611, delay=0.006356474943459034, ms=00019}
22:49:00.729185 run                             mass: MS performed LU  {at=4079166.937423909, lu_delay=4.464114617090672, ms=00011}
22:49:00.756385 run                             mass: MS performed LU  {at=4079166.964694522, lu_delay=5.782056977041066, ms=00009}
22:49:01.141039 run                osmo-ms-mob/00020: Starting mobile
22:49:01.154508 run       osmo-ms-mob/00020(pid=155): Launched
22:49:01.165269 run                             mass: MS start registered  {at=4079167.373588424, delay=0.004602822009474039, ms=00020}
22:49:01.615472 run                osmo-ms-mob/00021: Starting mobile
22:49:01.629327 run       osmo-ms-mob/00021(pid=156): Launched
22:49:01.640104 run                             mass: MS start registered  {at=4079167.84842468, delay=0.0044766622595489025, ms=00021}
22:49:02.014624 run                osmo-ms-mob/00022: Starting mobile
22:49:02.028139 run       osmo-ms-mob/00022(pid=157): Launched
22:49:02.039143 run                             mass: MS start registered  {at=4079168.247464732, delay=0.004638830665498972, ms=00022}
22:49:02.540547 run                osmo-ms-mob/00023: Starting mobile
22:49:02.558627 run       osmo-ms-mob/00023(pid=158): Launched
22:49:02.570973 run                             mass: MS start registered  {at=4079168.779287418, delay=0.005974544677883387, ms=00023}
22:49:02.592751 run                             mass: MS performed LU  {at=4079168.800982635, lu_delay=5.127705715131015, ms=00013}
22:49:02.658612 run                             mass: MS performed LU  {at=4079168.866834796, lu_delay=5.820246132090688, ms=00012}
22:49:02.728174 run                             mass: MS performed LU  {at=4079168.936396136, lu_delay=4.687993755098432, ms=00014}
22:49:02.756769 run                osmo-ms-mob/00024: Starting mobile
22:49:02.770543 run       osmo-ms-mob/00024(pid=159): Launched
22:49:02.781443 run                             mass: MS start registered  {at=4079168.989761719, delay=0.004677202086895704, ms=00024}
22:49:03.426875 run                osmo-ms-mob/00025: Starting mobile
22:49:03.443175 run       osmo-ms-mob/00025(pid=160): Launched
22:49:03.454313 run                             mass: MS start registered  {at=4079169.662629863, delay=0.004881938919425011, ms=00025}
22:49:03.837774 run                osmo-ms-mob/00026: Starting mobile
22:49:03.853899 run       osmo-ms-mob/00026(pid=161): Launched
22:49:03.865138 run                             mass: MS start registered  {at=4079170.073449631, delay=0.004991591442376375, ms=00026}
22:49:04.237204 run                osmo-ms-mob/00027: Starting mobile
22:49:04.253567 run       osmo-ms-mob/00027(pid=162): Launched
22:49:04.264705 run                             mass: MS start registered  {at=4079170.473026405, delay=0.0047053680755198, ms=00027}
22:49:04.394090 run                             mass: MS performed LU  {at=4079170.602315918, lu_delay=5.228539337869734, ms=00016}
22:49:04.495439 run                             mass: MS performed LU  {at=4079170.703660117, lu_delay=5.8476816061884165, ms=00015}
22:49:04.522404 run                             mass: MS performed LU  {at=4079170.73071654, lu_delay=4.869734312873334, ms=00017}
22:49:04.534965 run                osmo-ms-mob/00028: Starting mobile
22:49:04.548246 run       osmo-ms-mob/00028(pid=163): Launched
22:49:04.558946 run                             mass: MS start registered  {at=4079170.767269919, delay=0.004615805111825466, ms=00028}
22:49:05.037205 run                osmo-ms-mob/00029: Starting mobile
22:49:05.054742 run       osmo-ms-mob/00029(pid=164): Launched
22:49:05.065482 run                             mass: MS start registered  {at=4079171.273805557, delay=0.0044388617388904095, ms=00029}
22:49:05.428584 run                osmo-ms-mob/00030: Starting mobile
22:49:05.442788 run       osmo-ms-mob/00030(pid=165): Launched
22:49:05.453702 run                             mass: MS start registered  {at=4079171.662020451, delay=0.004729503765702248, ms=00030}
22:49:05.815771 run                osmo-ms-mob/00031: Starting mobile
22:49:05.829480 run       osmo-ms-mob/00031(pid=166): Launched
22:49:05.840110 run                             mass: MS start registered  {at=4079172.048429507, delay=0.004476647824048996, ms=00031}
22:49:06.129648 run                osmo-ms-mob/00032: Starting mobile
22:49:06.143001 run       osmo-ms-mob/00032(pid=167): Launched
22:49:06.153904 run                             mass: MS start registered  {at=4079172.362225666, delay=0.0045545403845608234, ms=00032}
22:49:06.359357 run                             mass: MS performed LU  {at=4079172.567575526, lu_delay=4.719150845892727, ms=00021}
22:49:06.424868 run                             mass: MS performed LU  {at=4079172.633089803, lu_delay=6.138200748246163, ms=00018}
22:49:06.467382 run                osmo-ms-mob/00033: Starting mobile
22:49:06.481405 run       osmo-ms-mob/00033(pid=168): Launched
22:49:06.492000 run                             mass: MS start registered  {at=4079172.700321114, delay=0.004422859288752079, ms=00033}
22:49:06.498258 run                             mass: MS performed LU  {at=4079172.706589078, lu_delay=5.856528467033058, ms=00019}
22:49:06.530192 run                             mass: MS performed LU  {at=4079172.738465849, lu_delay=5.364877424668521, ms=00020}
22:49:06.784766 run                             mass: MS performed LU  {at=4079172.992986682, lu_delay=4.745521950069815, ms=00022}
22:49:06.799241 run                osmo-ms-mob/00034: Starting mobile
22:49:06.812935 run       osmo-ms-mob/00034(pid=169): Launched
22:49:06.823675 run                             mass: MS start registered  {at=4079173.031994134, delay=0.004552801139652729, ms=00034}
22:49:07.228235 run                osmo-ms-mob/00035: Starting mobile
22:49:07.242288 run       osmo-ms-mob/00035(pid=170): Launched
22:49:07.252880 run                             mass: MS start registered  {at=4079173.461198954, delay=0.004397889133542776, ms=00035}
22:49:07.657394 run                osmo-ms-mob/00036: Starting mobile
22:49:07.675238 run       osmo-ms-mob/00036(pid=171): Launched
22:49:07.686253 run                             mass: MS start registered  {at=4079173.894574734, delay=0.004579655826091766, ms=00036}
22:49:08.015177 run                osmo-ms-mob/00037: Starting mobile
22:49:08.028582 run       osmo-ms-mob/00037(pid=172): Launched
22:49:08.039540 run                             mass: MS start registered  {at=4079174.247863152, delay=0.004866193048655987, ms=00037}
22:49:08.159009 run                             mass: MS performed LU  {at=4079174.367227396, lu_delay=5.377465676981956, ms=00024}
22:49:08.261119 run                             mass: MS performed LU  {at=4079174.46934014, lu_delay=4.806710277218372, ms=00025}
22:49:08.276169 run                osmo-ms-mob/00038: Starting mobile
22:49:08.289493 run       osmo-ms-mob/00038(pid=173): Launched
22:49:08.295679 run                             mass: MS performed LU  {at=4079174.504008645, lu_delay=5.724721227306873, ms=00023}
22:49:08.301610 run                             mass: MS start registered  {at=4079174.509946329, delay=0.005956119857728481, ms=00038}
22:49:08.614614 run                osmo-ms-mob/00039: Starting mobile
22:49:08.633406 run       osmo-ms-mob/00039(pid=174): Launched
22:49:08.648573 run                             mass: MS start registered  {at=4079174.856891807, delay=0.007473621983081102, ms=00039}
22:49:09.027265 run                osmo-ms-mob/00040: Starting mobile
22:49:09.040577 run       osmo-ms-mob/00040(pid=175): Launched
22:49:09.051423 run                             mass: MS start registered  {at=4079175.259742947, delay=0.004538516979664564, ms=00040}
22:49:09.314489 run                osmo-ms-mob/00041: Starting mobile
22:49:09.328244 run       osmo-ms-mob/00041(pid=176): Launched
22:49:09.339212 run                             mass: MS start registered  {at=4079175.54753076, delay=0.004886658862233162, ms=00041}
22:49:09.615461 run                osmo-ms-mob/00042: Starting mobile
22:49:09.629243 run       osmo-ms-mob/00042(pid=177): Launched
22:49:09.640017 run                             mass: MS start registered  {at=4079175.848339564, delay=0.004620605148375034, ms=00042}
22:49:10.014386 run                osmo-ms-mob/00043: Starting mobile
22:49:10.028043 run       osmo-ms-mob/00043(pid=178): Launched
22:49:10.038847 run                             mass: MS start registered  {at=4079176.247168425, delay=0.004304021131247282, ms=00043}
22:49:10.125918 run                             mass: MS performed LU  {at=4079176.334139849, lu_delay=5.86111344397068, ms=00027}
22:49:10.190504 run                             mass: MS performed LU  {at=4079176.398731543, lu_delay=5.631461624056101, ms=00028}
22:49:10.204359 run                osmo-ms-mob/00044: Starting mobile
22:49:10.217614 run       osmo-ms-mob/00044(pid=179): Launched
22:49:10.228186 run                             mass: MS start registered  {at=4079176.436508857, delay=0.004365024156868458, ms=00044}
22:49:10.259330 run                             mass: MS performed LU  {at=4079176.467563238, lu_delay=5.193757681176066, ms=00029}
22:49:10.296854 run                             mass: MS performed LU  {at=4079176.505099057, lu_delay=4.843078606296331, ms=00030}
22:49:10.318032 run                osmo-ms-mob/00045: Starting mobile
22:49:10.331444 run       osmo-ms-mob/00045(pid=180): Launched
22:49:10.338066 run                             mass: MS performed LU  {at=4079176.546393321, lu_delay=6.472943689674139, ms=00026}
22:49:10.344120 run                             mass: MS start registered  {at=4079176.552455478, delay=0.00608044071123004, ms=00045}
22:49:10.932092 run                osmo-ms-mob/00046: Starting mobile
22:49:10.953377 run       osmo-ms-mob/00046(pid=181): Launched
22:49:10.964540 run                             mass: MS start registered  {at=4079177.172860286, delay=0.0049139223992824554, ms=00046}
22:49:11.215297 run                osmo-ms-mob/00047: Starting mobile
22:49:11.229272 run       osmo-ms-mob/00047(pid=182): Launched
22:49:11.240067 run                             mass: MS start registered  {at=4079177.448388676, delay=0.0045503610745072365, ms=00047}
22:49:11.528553 run                osmo-ms-mob/00048: Starting mobile
22:49:11.542741 run       osmo-ms-mob/00048(pid=183): Launched
22:49:11.553406 run                             mass: MS start registered  {at=4079177.761724764, delay=0.004465621896088123, ms=00048}
22:49:11.814406 run                osmo-ms-mob/00049: Starting mobile
22:49:11.827888 run       osmo-ms-mob/00049(pid=184): Launched
22:49:11.838512 run                             mass: MS start registered  {at=4079178.046834884, delay=0.004421723075211048, ms=00049}
22:49:11.925162 run                             mass: MS performed LU  {at=4079178.133380572, lu_delay=4.672181617934257, ms=00035}
22:49:12.027377 run                             mass: MS performed LU  {at=4079178.235595593, lu_delay=5.203601459041238, ms=00034}
22:49:12.056169 run                osmo-ms-mob/00050: Starting mobile
22:49:12.069582 run       osmo-ms-mob/00050(pid=185): Launched
22:49:12.080275 run                             mass: MS start registered  {at=4079178.288599404, delay=0.004572337958961725, ms=00050}
22:49:12.217494 run                             mass: MS performed LU  {at=4079178.425714282, lu_delay=6.063488615676761, ms=00032}
22:49:12.241392 run                             mass: MS performed LU  {at=4079178.449723503, lu_delay=6.401293996255845, ms=00031}
22:49:12.514046 run                osmo-ms-mob/00051: Starting mobile
22:49:12.527580 run       osmo-ms-mob/00051(pid=186): Launched
22:49:12.538481 run                             mass: MS start registered  {at=4079178.746800985, delay=0.004774588160216808, ms=00051}
22:49:12.815104 run                osmo-ms-mob/00052: Starting mobile
22:49:12.828688 run       osmo-ms-mob/00052(pid=187): Launched
22:49:12.839443 run                             mass: MS start registered  {at=4079179.047765881, delay=0.004462557844817638, ms=00052}
22:49:13.128644 run                osmo-ms-mob/00053: Starting mobile
22:49:13.143105 run       osmo-ms-mob/00053(pid=188): Launched
22:49:13.153911 run                             mass: MS start registered  {at=4079179.362233711, delay=0.004730632063001394, ms=00053}
22:49:13.429297 run                osmo-ms-mob/00054: Starting mobile
22:49:13.443351 run       osmo-ms-mob/00054(pid=189): Launched
22:49:13.454013 run                             mass: MS start registered  {at=4079179.662334836, delay=0.004491189960390329, ms=00054}
22:49:13.714197 run                osmo-ms-mob/00055: Starting mobile
22:49:13.727925 run       osmo-ms-mob/00055(pid=190): Launched
22:49:13.738730 run                             mass: MS start registered  {at=4079179.947051806, delay=0.004589165095239878, ms=00055}
22:49:13.789717 run                             mass: MS performed LU  {at=4079179.997935184, lu_delay=5.141043376643211, ms=00039}
22:49:13.827093 run                             mass: MS performed LU  {at=4079180.035332848, lu_delay=6.14075811393559, ms=00036}
22:49:13.852452 run                osmo-ms-mob/00056: Starting mobile
22:49:13.866128 run       osmo-ms-mob/00056(pid=191): Launched
22:49:13.876898 run                             mass: MS start registered  {at=4079180.085221753, delay=0.004569463897496462, ms=00056}
22:49:13.956441 run                             mass: MS performed LU  {at=4079180.164666282, lu_delay=4.617135521955788, ms=00041}
22:49:14.081191 run                             mass: MS performed LU  {at=4079180.289422638, lu_delay=6.041559485718608, ms=00037}
22:49:14.110578 run                osmo-ms-mob/00057: Starting mobile
22:49:14.123879 run       osmo-ms-mob/00057(pid=192): Launched
22:49:14.135090 run                             mass: MS performed LU  {at=4079180.34340667, lu_delay=5.833460340742022, ms=00038}
22:49:14.141145 run                             mass: MS start registered  {at=4079180.349480118, delay=0.0106178461574018, ms=00057}
22:49:14.726526 run                osmo-ms-mob/00058: Starting mobile
22:49:14.741350 run       osmo-ms-mob/00058(pid=193): Launched
22:49:14.752452 run                             mass: MS start registered  {at=4079180.960774358, delay=0.004908707924187183, ms=00058}
22:49:14.851295 run                             mass: MS performed LU  {at=4079181.059514853, lu_delay=5.799771906342357, ms=00040}
22:49:14.934845 run                             mass: MS performed LU  {at=4079181.143074496, lu_delay=5.294734932016581, ms=00042}
22:49:14.963133 run                osmo-ms-mob/00059: Starting mobile
22:49:14.976875 run       osmo-ms-mob/00059(pid=194): Launched
22:49:14.983091 run                             mass: MS performed LU  {at=4079181.191419298, lu_delay=3.7430306216701865, ms=00047}
22:49:14.989269 run                             mass: MS start registered  {at=4079181.19760323, delay=0.006202432792633772, ms=00059}
22:49:15.328085 run                osmo-ms-mob/00060: Starting mobile
22:49:15.342210 run       osmo-ms-mob/00060(pid=195): Launched
22:49:15.352946 run                             mass: MS start registered  {at=4079181.561269105, delay=0.004480505827814341, ms=00060}
22:49:15.728283 run                osmo-ms-mob/00061: Starting mobile
22:49:15.742489 run       osmo-ms-mob/00061(pid=196): Launched
22:49:15.748957 run                             mass: MS performed LU  {at=4079181.957282847, lu_delay=4.784422560594976, ms=00046}
22:49:15.755186 run                             mass: MS start registered  {at=4079181.963519996, delay=0.006256157997995615, ms=00061}
22:49:15.764231 run                             mass: MS performed LU  {at=4079181.972552897, lu_delay=5.420097419060767, ms=00045}
22:49:15.775559 run                osmo-ms-mob/00062: Starting mobile
22:49:15.789032 run       osmo-ms-mob/00062(pid=197): Launched
22:49:15.799979 run                             mass: MS start registered  {at=4079182.008291045, delay=0.004362521227449179, ms=00062}
22:49:15.806070 run                             mass: MS performed LU  {at=4079182.014400396, lu_delay=5.767231971025467, ms=00043}
22:49:16.355549 run                osmo-ms-mob/00063: Starting mobile
22:49:16.372633 run       osmo-ms-mob/00063(pid=198): Launched
22:49:16.383980 run                             mass: MS start registered  {at=4079182.592296417, delay=0.00461024371907115, ms=00063}
22:49:16.729016 run                osmo-ms-mob/00064: Starting mobile
22:49:16.743835 run       osmo-ms-mob/00064(pid=199): Launched
22:49:16.755503 run                             mass: MS start registered  {at=4079182.963818483, delay=0.0053931549191474915, ms=00064}
22:49:16.780238 run                             mass: MS performed LU  {at=4079182.988458764, lu_delay=6.551949906628579, ms=00044}
22:49:16.837245 run                             mass: MS performed LU  {at=4079183.04548644, lu_delay=5.283761675935239, ms=00048}
22:49:16.871854 run                             mass: MS performed LU  {at=4079183.080167883, lu_delay=4.333366897888482, ms=00051}
22:49:16.886035 run                osmo-ms-mob/00065: Starting mobile
22:49:16.899417 run       osmo-ms-mob/00065(pid=200): Launched
22:49:16.910456 run                             mass: MS start registered  {at=4079183.118776747, delay=0.0046629272401332855, ms=00065}
22:49:17.452309 run                osmo-ms-mob/00066: Starting mobile
22:49:17.468907 run       osmo-ms-mob/00066(pid=201): Launched
22:49:17.479980 run                             mass: MS start registered  {at=4079183.68830203, delay=0.004718846641480923, ms=00066}
22:49:17.555770 run                             mass: MS performed LU  {at=4079183.763965494, lu_delay=4.716199613176286, ms=00052}
22:49:17.611811 run                             mass: MS performed LU  {at=4079183.820045178, lu_delay=5.773210293613374, ms=00049}
22:49:17.828890 run                osmo-ms-mob/00067: Starting mobile
22:49:17.843127 run       osmo-ms-mob/00067(pid=202): Launched
22:49:17.854643 run                             mass: MS start registered  {at=4079184.062962619, delay=0.005040288902819157, ms=00067}
22:49:18.128047 run                osmo-ms-mob/00068: Starting mobile
22:49:18.142633 run       osmo-ms-mob/00068(pid=203): Launched
22:49:18.153635 run                             mass: MS start registered  {at=4079184.36195522, delay=0.004570802673697472, ms=00068}
22:49:18.523585 run                osmo-ms-mob/00069: Starting mobile
22:49:18.538214 run       osmo-ms-mob/00069(pid=204): Launched
22:49:18.549210 run                             mass: MS start registered  {at=4079184.757532391, delay=0.004511114209890366, ms=00069}
22:49:18.616777 run                             mass: MS performed LU  {at=4079184.82499289, lu_delay=5.462759179063141, ms=00053}
22:49:18.713755 run                             mass: MS performed LU  {at=4079184.921972107, lu_delay=4.974920301232487, ms=00055}
22:49:18.738966 run                             mass: MS performed LU  {at=4079184.947296453, lu_delay=4.862074700184166, ms=00056}
22:49:18.750801 run                osmo-ms-mob/00070: Starting mobile
22:49:18.764735 run       osmo-ms-mob/00070(pid=205): Launched
22:49:18.777451 run                             mass: MS start registered  {at=4079184.98576642, delay=0.0064822109416127205, ms=00070}
22:49:19.328000 run                osmo-ms-mob/00071: Starting mobile
22:49:19.342596 run       osmo-ms-mob/00071(pid=206): Launched
22:49:19.353944 run                             mass: MS start registered  {at=4079185.562264369, delay=0.004956550896167755, ms=00071}
22:49:19.513858 run                             mass: MS performed LU  {at=4079185.722066907, lu_delay=4.76129254931584, ms=00058}
22:49:19.585786 run                             mass: MS performed LU  {at=4079185.794022747, lu_delay=5.444542628712952, ms=00057}
22:49:19.613302 run                osmo-ms-mob/00072: Starting mobile
22:49:19.626574 run       osmo-ms-mob/00072(pid=207): Launched
22:49:19.637420 run                             mass: MS start registered  {at=4079185.845743116, delay=0.004485945217311382, ms=00072}
22:49:19.802646 run                             mass: MS performed LU  {at=4079186.010867328, lu_delay=6.348532491829246, ms=00054}
22:49:20.150804 run                osmo-ms-mob/00073: Starting mobile
22:49:20.171552 run       osmo-ms-mob/00073(pid=208): Launched
22:49:20.182487 run                             mass: MS start registered  {at=4079186.390807329, delay=0.004682954400777817, ms=00073}
22:49:20.528250 run                osmo-ms-mob/00074: Starting mobile
22:49:20.543006 run       osmo-ms-mob/00074(pid=209): Launched
22:49:20.554049 run                             mass: MS start registered  {at=4079186.762370641, delay=0.00467260368168354, ms=00074}
22:49:20.616579 run                             mass: MS performed LU  {at=4079186.824810961, lu_delay=4.8612909647636116, ms=00061}
22:49:20.948181 run                osmo-ms-mob/00075: Starting mobile
22:49:20.967717 run       osmo-ms-mob/00075(pid=210): Launched
22:49:20.979793 run                             mass: MS start registered  {at=4079187.188104268, delay=0.005698224063962698, ms=00075}
22:49:21.453351 run                osmo-ms-mob/00076: Starting mobile
22:49:21.469546 run       osmo-ms-mob/00076(pid=211): Launched
22:49:21.475847 run                             mass: MS performed LU  {at=4079187.684169924, lu_delay=5.675878878682852, ms=00062}
22:49:21.481769 run                             mass: MS start registered  {at=4079187.690104293, delay=0.005953845102339983, ms=00076}
22:49:21.487790 run                             mass: MS performed LU  {at=4079187.696119457, lu_delay=6.134850352071226, ms=00060}
22:49:21.556403 run                             mass: MS performed LU  {at=4079187.764622253, lu_delay=4.8008037698455155, ms=00064}
22:49:21.584743 run                osmo-ms-mob/00077: Starting mobile
22:49:21.598384 run       osmo-ms-mob/00077(pid=212): Launched
22:49:21.609069 run                             mass: MS start registered  {at=4079187.817388977, delay=0.004402125719934702, ms=00077}
22:49:21.615510 run                             mass: MS performed LU  {at=4079187.823838956, lu_delay=5.231542539317161, ms=00063}
22:49:21.677088 run                             mass: MS performed LU  {at=4079187.885322014, lu_delay=4.766545266844332, ms=00065}
22:49:22.328288 run                osmo-ms-mob/00078: Starting mobile
22:49:22.342969 run       osmo-ms-mob/00078(pid=213): Launched
22:49:22.353701 run                             mass: MS start registered  {at=4079188.562024489, delay=0.004536273889243603, ms=00078}
22:49:22.493331 run                             mass: MS performed LU  {at=4079188.701555469, lu_delay=3.7157890489324927, ms=00070}
22:49:22.727079 run                osmo-ms-mob/00079: Starting mobile
22:49:22.741725 run       osmo-ms-mob/00079(pid=214): Launched
22:49:22.753459 run                             mass: MS start registered  {at=4079188.961776151, delay=0.005410886835306883, ms=00079}
22:49:23.214972 run                osmo-ms-mob/00080: Starting mobile
22:49:23.228470 run       osmo-ms-mob/00080(pid=215): Launched
22:49:23.239392 run                             mass: MS start registered  {at=4079189.447713643, delay=0.004410323686897755, ms=00080}
22:49:23.279553 run                             mass: MS performed LU  {at=4079189.487782963, lu_delay=5.125827743206173, ms=00068}
22:49:23.352478 run                             mass: MS performed LU  {at=4079189.560684526, lu_delay=5.872382496017963, ms=00066}
22:49:23.568960 run                             mass: MS performed LU  {at=4079189.77717999, lu_delay=5.019647598732263, ms=00069}
22:49:23.727369 run                osmo-ms-mob/00081: Starting mobile
22:49:23.742213 run       osmo-ms-mob/00081(pid=216): Launched
22:49:23.753425 run                             mass: MS start registered  {at=4079189.96174441, delay=0.004647692199796438, ms=00081}
22:49:24.128982 run                osmo-ms-mob/00082: Starting mobile
22:49:24.143563 run       osmo-ms-mob/00082(pid=217): Launched
22:49:24.154743 run                             mass: MS start registered  {at=4079190.363051283, delay=0.004753596149384975, ms=00082}
22:49:24.726430 run                osmo-ms-mob/00083: Starting mobile
22:49:24.740287 run       osmo-ms-mob/00083(pid=218): Launched
22:49:24.753022 run                             mass: MS start registered  {at=4079190.961342674, delay=0.006453728303313255, ms=00083}
22:49:25.189311 run                             mass: MS performed LU  {at=4079191.39753637, lu_delay=5.006729040760547, ms=00073}
22:49:25.220346 run                osmo-ms-mob/00084: Starting mobile
22:49:25.235026 run       osmo-ms-mob/00084(pid=219): Launched
22:49:25.241210 run                             mass: MS performed LU  {at=4079191.449538329, lu_delay=4.687167688272893, ms=00074}
22:49:25.247221 run                             mass: MS start registered  {at=4079191.455556862, delay=0.006035134196281433, ms=00084}
22:49:25.253329 run                             mass: MS performed LU  {at=4079191.461661071, lu_delay=5.899396702181548, ms=00071}
22:49:25.323262 run                             mass: MS performed LU  {at=4079191.531482982, lu_delay=5.685739865992218, ms=00072}
22:49:25.754531 run                osmo-ms-mob/00085: Starting mobile
22:49:25.771185 run       osmo-ms-mob/00085(pid=220): Launched
22:49:25.781909 run                             mass: MS start registered  {at=4079191.990229385, delay=0.0045031108893454075, ms=00085}
22:49:26.328654 run                osmo-ms-mob/00086: Starting mobile
22:49:26.342859 run       osmo-ms-mob/00086(pid=221): Launched
22:49:26.353516 run                             mass: MS start registered  {at=4079192.561837709, delay=0.004463716875761747, ms=00086}
22:49:26.946291 run                osmo-ms-mob/00087: Starting mobile
22:49:26.963214 run       osmo-ms-mob/00087(pid=222): Launched
22:49:26.973810 run                             mass: MS start registered  {at=4079193.182132235, delay=0.004299768712371588, ms=00087}
22:49:27.006274 run                             mass: MS performed LU  {at=4079193.214509372, lu_delay=5.39712039520964, ms=00077}
22:49:27.026344 run                             mass: MS performed LU  {at=4079193.234585467, lu_delay=5.544481173623353, ms=00076}
22:49:27.117969 run                             mass: MS performed LU  {at=4079193.326188902, lu_delay=4.764164412859827, ms=00078}
22:49:27.280709 run                             mass: MS performed LU  {at=4079193.488926599, lu_delay=6.300822330638766, ms=00075}
22:49:27.304136 run                             mass: MS performed LU  {at=4079193.512468135, lu_delay=4.550691984128207, ms=00079}
22:49:27.339754 run                osmo-ms-mob/00088: Starting mobile
22:49:27.354433 run       osmo-ms-mob/00088(pid=223): Launched
22:49:27.364938 run                             mass: MS start registered  {at=4079193.573260049, delay=0.004458050709217787, ms=00088}
22:49:28.114479 run                osmo-ms-mob/00089: Starting mobile
22:49:28.127925 run       osmo-ms-mob/00089(pid=224): Launched
22:49:28.138682 run                             mass: MS start registered  {at=4079194.347004603, delay=0.0046857260167598724, ms=00089}
22:49:28.729402 run                osmo-ms-mob/00090: Starting mobile
22:49:28.743833 run       osmo-ms-mob/00090(pid=225): Launched
22:49:28.754683 run                             mass: MS start registered  {at=4079194.963006154, delay=0.004558790009468794, ms=00090}
22:49:28.954607 run                             mass: MS performed LU  {at=4079195.162807172, lu_delay=5.715093529317528, ms=00080}
22:49:29.019033 run                             mass: MS performed LU  {at=4079195.22727378, lu_delay=4.864222496747971, ms=00082}
22:49:29.089020 run                             mass: MS performed LU  {at=4079195.297240912, lu_delay=22.59691979782656, ms=00033}
22:49:29.454518 run                osmo-ms-mob/00091: Starting mobile
22:49:29.470992 run       osmo-ms-mob/00091(pid=226): Launched
22:49:29.481825 run                             mass: MS start registered  {at=4079195.690138667, delay=0.004660912789404392, ms=00091}
22:49:30.126833 run                osmo-ms-mob/00092: Starting mobile
22:49:30.140944 run       osmo-ms-mob/00092(pid=227): Launched
22:49:30.152085 run                             mass: MS start registered  {at=4079196.360401621, delay=0.004954709205776453, ms=00092}
22:49:30.754619 run                             mass: MS performed LU  {at=4079196.962838959, lu_delay=5.507282096892595, ms=00084}
22:49:30.772118 run                             mass: MS performed LU  {at=4079196.980346218, lu_delay=4.990116833243519, ms=00085}
22:49:30.814837 run                osmo-ms-mob/00093: Starting mobile
22:49:30.830025 run       osmo-ms-mob/00093(pid=228): Launched
22:49:30.840730 run                             mass: MS start registered  {at=4079197.04905437, delay=0.004606317728757858, ms=00093}
22:49:30.883923 run                             mass: MS performed LU  {at=4079197.092146479, lu_delay=6.130803804844618, ms=00083}
22:49:31.027523 run                             mass: MS performed LU  {at=4079197.235746567, lu_delay=4.673908858094364, ms=00086}
22:49:31.814049 run                osmo-ms-mob/00094: Starting mobile
22:49:31.827796 run       osmo-ms-mob/00094(pid=229): Launched
22:49:31.838499 run                             mass: MS start registered  {at=4079198.0468224, delay=0.0044371080584824085, ms=00094}
22:49:32.755257 run                osmo-ms-mob/00095: Starting mobile
22:49:32.771799 run       osmo-ms-mob/00095(pid=230): Launched
22:49:32.777932 run                             mass: MS performed LU  {at=4079198.9862595, lu_delay=5.412999451160431, ms=00088}
22:49:32.784037 run                             mass: MS start registered  {at=4079198.992371709, delay=0.006130895111709833, ms=00095}
22:49:32.790048 run                             mass: MS performed LU  {at=4079198.998380597, lu_delay=5.816248362418264, ms=00087}
22:49:32.854923 run                             mass: MS performed LU  {at=4079199.063145073, lu_delay=4.7161404700018466, ms=00089}
22:49:33.715345 run                osmo-ms-mob/00096: Starting mobile
22:49:33.729233 run       osmo-ms-mob/00096(pid=231): Launched
22:49:33.740234 run                             mass: MS start registered  {at=4079199.948556475, delay=0.004800125956535339, ms=00096}
22:49:34.520558 run                             mass: MS performed LU  {at=4079200.728778852, lu_delay=5.038640185259283, ms=00091}
22:49:34.538390 run                             mass: MS performed LU  {at=4079200.746678857, lu_delay=5.783672702964395, ms=00090}
22:49:34.650460 run                             mass: MS performed LU  {at=4079200.858681123, lu_delay=22.57008171873167, ms=00050}
22:49:34.665013 run                osmo-ms-mob/00097: Starting mobile
22:49:34.678239 run       osmo-ms-mob/00097(pid=232): Launched
22:49:34.689062 run                             mass: MS start registered  {at=4079200.897386543, delay=0.004673311952501535, ms=00097}
22:49:34.793222 run                             mass: MS performed LU  {at=4079201.001446643, lu_delay=4.641045021824539, ms=00092}
22:49:36.146424 run                osmo-ms-mob/00098: Starting mobile
22:49:36.164460 run       osmo-ms-mob/00098(pid=233): Launched
22:49:36.175348 run                             mass: MS start registered  {at=4079202.383653694, delay=0.0047919610515236855, ms=00098}
22:49:36.486409 run                             mass: MS performed LU  {at=4079202.694541422, lu_delay=5.645487052388489, ms=00093}
22:49:36.504375 run                             mass: MS performed LU  {at=4079202.712619449, lu_delay=4.665797049179673, ms=00094}
22:49:36.786515 run                             mass: MS performed LU  {at=4079202.994734227, lu_delay=21.797130997292697, ms=00059}
22:49:37.945038 run                osmo-ms-mob/00099: Starting mobile
22:49:37.960597 run       osmo-ms-mob/00099(pid=234): Launched
22:49:37.966990 run                             mass: All started... {duration=55.762747848872095, too_slow=0}
22:49:37.972992 run                             mass: MS start registered  {at=4079204.181321284, delay=0.005996830761432648, ms=00099}
22:49:38.267908 run                             mass: MS performed LU  {at=4079204.476128702, lu_delay=5.483756992965937, ms=00095}
22:49:38.415976 run                             mass: MS performed LU  {at=4079204.624198287, lu_delay=4.675641811918467, ms=00096}
22:49:40.252194 run                             mass: MS performed LU  {at=4079206.460393466, lu_delay=5.563006923068315, ms=00097}
22:49:40.270375 run                             mass: MS performed LU  {at=4079206.478619603, lu_delay=22.415656983852386, ms=00067}
22:49:42.181355 run                             mass: MS performed LU  {at=4079208.389578502, lu_delay=6.005924808327109, ms=00098}
22:49:44.019687 run                             mass: MS performed LU  {at=4079210.227878062, lu_delay=6.046556778252125, ms=00099}
22:49:46.155149 run                             mass: MS performed LU  {at=4079212.363370783, lu_delay=22.40162637317553, ms=00081}
22:49:46.165706 run                             mass: Tests done {all_completed=True, max=22.59691979782656, min=3.7157890489324927}
22:49:46.171336 tst         register_default_mass.py: Test passed (83.3 sec)
22:49:46.176739 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.180031 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.183299 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.186605 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.189893 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.193598 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.197178 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.200473 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.203883 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.207298 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.210652 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.214008 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.217381 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.220747 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.224155 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.227540 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.230942 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.234424 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.238032 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.241925 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.245311 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.248747 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.252192 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.255557 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.258998 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.262391 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.265848 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.269236 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.272697 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.276088 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.279806 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.283250 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.286627 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.289990 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.293425 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.297153 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.301588 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.305062 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.308506 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.312145 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.315752 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.319191 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.322625 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.326333 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.329827 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.333268 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.336930 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.340526 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.344521 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.348018 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.351453 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.354961 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.358359 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.361844 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.365306 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.368751 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.372204 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.375640 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.379111 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.382615 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.386133 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.389691 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.393200 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.396703 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.400665 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.404192 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.407668 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.411331 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.415417 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.419027 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.422514 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.426016 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.429491 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.432994 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.436496 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.439988 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.443480 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.446992 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.450434 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.453934 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.457381 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.460877 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.464313 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.468243 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.471747 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.475098 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.478603 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.482088 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.485483 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.488976 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.492427 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.495864 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.499897 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.503343 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.506774 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.510190 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.513550 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.517123 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.520607 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.524065 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.527432 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.530939 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.534437 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.538412 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.541859 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.545236 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.548731 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.552217 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.555724 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.559403 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.562765 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.566141 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.569534 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.572945 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.576317 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.579665 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.582989 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.586273 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.589580 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:46.592901 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:46.596243 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:46.599568 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:46.602904 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:46.606185 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:46.609460 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:46.612748 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:46.616017 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:46.619279 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:46.622540 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:46.625802 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:46.629078 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:46.632351 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:46.635611 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:46.638879 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:46.642156 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:46.645437 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:46.648708 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:46.651968 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:46.655231 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:46.658519 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:46.661854 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:46.665190 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:46.668501 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:46.671852 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:46.675175 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:46.678497 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:46.681787 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:46.685066 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:46.688347 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:46.691602 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:46.694867 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:46.698150 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:46.701421 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:46.704701 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:46.707987 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:46.711231 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:46.714502 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:46.717780 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:46.721041 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:46.724321 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:46.727586 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:46.730855 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:46.734131 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:46.737395 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:46.740661 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:46.743939 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:46.747199 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:46.750469 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:46.753735 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:46.756999 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:46.760268 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:46.763524 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:46.766802 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:46.770064 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:46.773332 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:46.776595 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:46.779860 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:46.783124 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:46.786388 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:46.789631 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:46.792899 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:46.796169 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:46.799423 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:46.802682 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:46.805953 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:46.809227 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:46.812484 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:46.815745 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:46.818993 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:46.822275 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:46.825543 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.828810 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.832095 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.835356 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.838621 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.841893 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.845158 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.848426 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.851679 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.854929 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.858171 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.861428 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.864715 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.867990 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.871239 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.874497 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.877753 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.881037 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.884316 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.887595 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.890866 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.894141 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.897417 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.900695 ---      ParallelTerminationStrategy: PID 22 died...
22:49:46.902172 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.905799 ---      ParallelTerminationStrategy: PID 23 died...
22:49:46.907267 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.910883 ---      ParallelTerminationStrategy: PID 24 died...
22:49:46.912362 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.915992 ---      ParallelTerminationStrategy: PID 25 died...
22:49:46.917473 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.921101 ---      ParallelTerminationStrategy: PID 26 died...
22:49:46.922572 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:46.926204 ---      ParallelTerminationStrategy: PID 27 died...
22:49:46.927690 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:46.931312 ---      ParallelTerminationStrategy: PID 28 died...
22:49:46.932788 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:46.936419 ---      ParallelTerminationStrategy: PID 29 died...
22:49:46.937896 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:46.941546 ---      ParallelTerminationStrategy: PID 30 died...
22:49:46.943017 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:46.946655 ---      ParallelTerminationStrategy: PID 31 died...
22:49:46.948160 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:46.951823 ---      ParallelTerminationStrategy: PID 32 died...
22:49:46.953311 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:46.956956 ---      ParallelTerminationStrategy: PID 33 died...
22:49:46.958424 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:46.962105 ---      ParallelTerminationStrategy: PID 35 died...
22:49:46.963605 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:46.967289 ---      ParallelTerminationStrategy: PID 36 died...
22:49:46.968780 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:46.972438 ---      ParallelTerminationStrategy: PID 37 died...
22:49:46.973909 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:46.977542 ---      ParallelTerminationStrategy: PID 38 died...
22:49:46.979019 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:46.982659 ---      ParallelTerminationStrategy: PID 39 died...
22:49:46.984142 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:46.987813 ---      ParallelTerminationStrategy: PID 40 died...
22:49:46.989288 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:46.992943 ---      ParallelTerminationStrategy: PID 41 died...
22:49:46.994421 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:46.998069 ---      ParallelTerminationStrategy: PID 42 died...
22:49:46.999546 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.003163 ---      ParallelTerminationStrategy: PID 43 died...
22:49:47.004647 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.008264 ---      ParallelTerminationStrategy: PID 44 died...
22:49:47.009725 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.013343 ---      ParallelTerminationStrategy: PID 45 died...
22:49:47.014808 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.018436 ---      ParallelTerminationStrategy: PID 46 died...
22:49:47.019940 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.023562 ---      ParallelTerminationStrategy: PID 47 died...
22:49:47.025054 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.028658 ---      ParallelTerminationStrategy: PID 48 died...
22:49:47.030121 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.033739 ---      ParallelTerminationStrategy: PID 49 died...
22:49:47.035205 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.038831 ---      ParallelTerminationStrategy: PID 50 died...
22:49:47.040308 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.043940 ---      ParallelTerminationStrategy: PID 51 died...
22:49:47.045413 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.049030 ---      ParallelTerminationStrategy: PID 52 died...
22:49:47.050489 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.054112 ---      ParallelTerminationStrategy: PID 53 died...
22:49:47.055575 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.059195 ---      ParallelTerminationStrategy: PID 54 died...
22:49:47.060679 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.064286 ---      ParallelTerminationStrategy: PID 55 died...
22:49:47.065753 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.069374 ---      ParallelTerminationStrategy: PID 56 died...
22:49:47.070843 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.074454 ---      ParallelTerminationStrategy: PID 57 died...
22:49:47.075930 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.079555 ---      ParallelTerminationStrategy: PID 58 died...
22:49:47.081023 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.084645 ---      ParallelTerminationStrategy: PID 59 died...
22:49:47.086112 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.089750 ---      ParallelTerminationStrategy: PID 60 died...
22:49:47.091207 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.094816 ---      ParallelTerminationStrategy: PID 61 died...
22:49:47.096305 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.099941 ---      ParallelTerminationStrategy: PID 62 died...
22:49:47.101416 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.105055 ---      ParallelTerminationStrategy: PID 63 died...
22:49:47.106520 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.110140 ---      ParallelTerminationStrategy: PID 64 died...
22:49:47.111598 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.115229 ---      ParallelTerminationStrategy: PID 65 died...
22:49:47.116695 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.120328 ---      ParallelTerminationStrategy: PID 66 died...
22:49:47.121789 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.125406 ---      ParallelTerminationStrategy: PID 67 died...
22:49:47.126860 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.130505 ---      ParallelTerminationStrategy: PID 68 died...
22:49:47.131992 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.135620 ---      ParallelTerminationStrategy: PID 69 died...
22:49:47.137103 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.140730 ---      ParallelTerminationStrategy: PID 70 died...
22:49:47.142195 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.145819 ---      ParallelTerminationStrategy: PID 71 died...
22:49:47.147276 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.150902 ---      ParallelTerminationStrategy: PID 72 died...
22:49:47.152378 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.155993 ---      ParallelTerminationStrategy: PID 73 died...
22:49:47.157455 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.161083 ---      ParallelTerminationStrategy: PID 74 died...
22:49:47.162549 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.166171 ---      ParallelTerminationStrategy: PID 75 died...
22:49:47.167638 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.171270 ---      ParallelTerminationStrategy: PID 76 died...
22:49:47.172746 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.176380 ---      ParallelTerminationStrategy: PID 77 died...
22:49:47.177839 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.181467 ---      ParallelTerminationStrategy: PID 78 died...
22:49:47.182928 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.186543 ---      ParallelTerminationStrategy: PID 79 died...
22:49:47.188016 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.191621 ---      ParallelTerminationStrategy: PID 80 died...
22:49:47.193098 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.196720 ---      ParallelTerminationStrategy: PID 81 died...
22:49:47.198179 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.201815 ---      ParallelTerminationStrategy: PID 82 died...
22:49:47.203278 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.206889 ---      ParallelTerminationStrategy: PID 83 died...
22:49:47.208371 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.211997 ---      ParallelTerminationStrategy: PID 84 died...
22:49:47.213463 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.217081 ---      ParallelTerminationStrategy: PID 85 died...
22:49:47.218538 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.222172 ---      ParallelTerminationStrategy: PID 86 died...
22:49:47.223635 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.227242 ---      ParallelTerminationStrategy: PID 87 died...
22:49:47.228713 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.232333 ---      ParallelTerminationStrategy: PID 88 died...
22:49:47.233802 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.237427 ---      ParallelTerminationStrategy: PID 89 died...
22:49:47.238893 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.242519 ---      ParallelTerminationStrategy: PID 90 died...
22:49:47.243999 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.247612 ---      ParallelTerminationStrategy: PID 91 died...
22:49:47.249094 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.252709 ---      ParallelTerminationStrategy: PID 92 died...
22:49:47.254175 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.257785 ---      ParallelTerminationStrategy: PID 93 died...
22:49:47.259257 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.262883 ---      ParallelTerminationStrategy: PID 94 died...
22:49:47.264355 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.268007 ---      ParallelTerminationStrategy: PID 95 died...
22:49:47.269480 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.273117 ---      ParallelTerminationStrategy: PID 96 died...
22:49:47.274591 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.278222 ---      ParallelTerminationStrategy: PID 97 died...
22:49:47.279705 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.283335 ---      ParallelTerminationStrategy: PID 98 died...
22:49:47.284818 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.288450 ---      ParallelTerminationStrategy: PID 99 died...
22:49:47.289910 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.293549 ---      ParallelTerminationStrategy: PID 100 died...
22:49:47.295027 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.298669 ---      ParallelTerminationStrategy: PID 101 died...
22:49:47.300153 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.303788 ---      ParallelTerminationStrategy: PID 102 died...
22:49:47.305247 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.308848 ---      ParallelTerminationStrategy: PID 103 died...
22:49:47.310308 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.313914 ---      ParallelTerminationStrategy: PID 104 died...
22:49:47.315388 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.319008 ---      ParallelTerminationStrategy: PID 105 died...
22:49:47.320486 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.324088 ---      ParallelTerminationStrategy: PID 106 died...
22:49:47.325550 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.329166 ---      ParallelTerminationStrategy: PID 107 died...
22:49:47.330620 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.334246 ---      ParallelTerminationStrategy: PID 108 died...
22:49:47.335734 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.339349 ---      ParallelTerminationStrategy: PID 109 died...
22:49:47.340814 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.344440 ---      ParallelTerminationStrategy: PID 110 died...
22:49:47.345902 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.349518 ---      ParallelTerminationStrategy: PID 111 died...
22:49:47.350973 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.354576 ---      ParallelTerminationStrategy: PID 112 died...
22:49:47.356035 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.359638 ---      ParallelTerminationStrategy: PID 113 died...
22:49:47.361122 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.364742 ---      ParallelTerminationStrategy: PID 114 died...
22:49:47.366202 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.369818 ---      ParallelTerminationStrategy: PID 115 died...
22:49:47.371285 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.374963 ---      ParallelTerminationStrategy: PID 116 died...
22:49:47.376482 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.380167 ---      ParallelTerminationStrategy: PID 117 died...
22:49:47.381664 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.385382 ---      ParallelTerminationStrategy: PID 118 died...
22:49:47.386865 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.390560 ---      ParallelTerminationStrategy: PID 119 died...
22:49:47.392066 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.395753 ---      ParallelTerminationStrategy: PID 120 died...
22:49:47.397246 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.400937 ---      ParallelTerminationStrategy: PID 121 died...
22:49:47.402421 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.406104 ---      ParallelTerminationStrategy: PID 122 died...
22:49:47.407584 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.411265 ---      ParallelTerminationStrategy: PID 123 died...
22:49:47.412743 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.416430 ---      ParallelTerminationStrategy: PID 124 died...
22:49:47.417924 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.421618 ---      ParallelTerminationStrategy: PID 125 died...
22:49:47.423110 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.426794 ---      ParallelTerminationStrategy: PID 126 died...
22:49:47.428283 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.431979 ---      ParallelTerminationStrategy: PID 127 died...
22:49:47.433466 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.437169 ---      ParallelTerminationStrategy: PID 128 died...
22:49:47.438662 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.442347 ---      ParallelTerminationStrategy: PID 129 died...
22:49:47.443832 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.447508 ---      ParallelTerminationStrategy: PID 130 died...
22:49:47.449004 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.452687 ---      ParallelTerminationStrategy: PID 131 died...
22:49:47.454164 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.457855 ---      ParallelTerminationStrategy: PID 132 died...
22:49:47.459335 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.463013 ---      ParallelTerminationStrategy: PID 133 died...
22:49:47.464522 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.468194 ---      ParallelTerminationStrategy: PID 134 died...
22:49:47.469684 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.473367 ---      ParallelTerminationStrategy: PID 135 died...
22:49:47.474859 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.478580 ---      ParallelTerminationStrategy: PID 136 died...
22:49:47.480110 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.483846 ---      ParallelTerminationStrategy: PID 137 died...
22:49:47.485347 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.489051 ---      ParallelTerminationStrategy: PID 138 died...
22:49:47.490544 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.494270 ---      ParallelTerminationStrategy: PID 139 died...
22:49:47.495787 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.499483 ---      ParallelTerminationStrategy: PID 140 died...
22:49:47.500976 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.504697 ---      ParallelTerminationStrategy: PID 141 died...
22:49:47.506189 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.509897 ---      ParallelTerminationStrategy: PID 142 died...
22:49:47.511395 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:47.515101 ---      ParallelTerminationStrategy: PID 143 died...
22:49:47.516595 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:47.520326 ---      ParallelTerminationStrategy: PID 144 died...
22:49:47.521808 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:47.525518 ---      ParallelTerminationStrategy: PID 145 died...
22:49:47.527015 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:47.530705 ---      ParallelTerminationStrategy: PID 146 died...
22:49:47.532203 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:47.535908 ---      ParallelTerminationStrategy: PID 147 died...
22:49:47.537404 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:47.541102 ---      ParallelTerminationStrategy: PID 148 died...
22:49:47.542593 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:47.546303 ---      ParallelTerminationStrategy: PID 149 died...
22:49:47.547801 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:47.551491 ---      ParallelTerminationStrategy: PID 150 died...
22:49:47.553018 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:47.556719 ---      ParallelTerminationStrategy: PID 151 died...
22:49:47.558214 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:47.561924 ---      ParallelTerminationStrategy: PID 152 died...
22:49:47.563408 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:47.567112 ---      ParallelTerminationStrategy: PID 153 died...
22:49:47.568617 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:47.572319 ---      ParallelTerminationStrategy: PID 154 died...
22:49:47.573805 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:47.577495 ---      ParallelTerminationStrategy: PID 155 died...
22:49:47.578982 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:47.582688 ---      ParallelTerminationStrategy: PID 156 died...
22:49:47.584194 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:47.587891 ---      ParallelTerminationStrategy: PID 157 died...
22:49:47.589380 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:47.593092 ---      ParallelTerminationStrategy: PID 158 died...
22:49:47.594585 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:47.598285 ---      ParallelTerminationStrategy: PID 159 died...
22:49:47.599785 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:47.603482 ---      ParallelTerminationStrategy: PID 160 died...
22:49:47.604979 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:47.608669 ---      ParallelTerminationStrategy: PID 161 died...
22:49:47.610158 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:47.613859 ---      ParallelTerminationStrategy: PID 162 died...
22:49:47.615343 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:47.619060 ---      ParallelTerminationStrategy: PID 163 died...
22:49:47.620547 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:47.624247 ---      ParallelTerminationStrategy: PID 164 died...
22:49:47.625732 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.629460 ---      ParallelTerminationStrategy: PID 165 died...
22:49:47.630943 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.634655 ---      ParallelTerminationStrategy: PID 166 died...
22:49:47.636151 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.639837 ---      ParallelTerminationStrategy: PID 167 died...
22:49:47.641332 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.645004 ---      ParallelTerminationStrategy: PID 168 died...
22:49:47.646497 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.650231 ---      ParallelTerminationStrategy: PID 169 died...
22:49:47.651732 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.655423 ---      ParallelTerminationStrategy: PID 170 died...
22:49:47.656917 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.660615 ---      ParallelTerminationStrategy: PID 171 died...
22:49:47.662106 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.665819 ---      ParallelTerminationStrategy: PID 172 died...
22:49:47.667301 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.670993 ---      ParallelTerminationStrategy: PID 173 died...
22:49:47.672493 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.676186 ---      ParallelTerminationStrategy: PID 174 died...
22:49:47.677663 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.681376 ---      ParallelTerminationStrategy: PID 175 died...
22:49:47.682862 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.686583 ---      ParallelTerminationStrategy: PID 176 died...
22:49:47.688091 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.691798 ---      ParallelTerminationStrategy: PID 177 died...
22:49:47.693295 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.696998 ---      ParallelTerminationStrategy: PID 178 died...
22:49:47.698492 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:47.702171 ---      ParallelTerminationStrategy: PID 179 died...
22:49:47.703661 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:47.707347 ---      ParallelTerminationStrategy: PID 180 died...
22:49:47.708838 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:47.712560 ---      ParallelTerminationStrategy: PID 181 died...
22:49:47.714043 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:47.717760 ---      ParallelTerminationStrategy: PID 182 died...
22:49:47.719246 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:47.722964 ---      ParallelTerminationStrategy: PID 183 died...
22:49:47.724477 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:47.728203 ---      ParallelTerminationStrategy: PID 184 died...
22:49:47.729700 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:47.733414 ---      ParallelTerminationStrategy: PID 185 died...
22:49:47.734897 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:47.738596 ---      ParallelTerminationStrategy: PID 186 died...
22:49:47.740104 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:47.743810 ---      ParallelTerminationStrategy: PID 187 died...
22:49:47.745293 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:47.749012 ---      ParallelTerminationStrategy: PID 188 died...
22:49:47.750505 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:47.754208 ---      ParallelTerminationStrategy: PID 189 died...
22:49:47.755706 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:47.759408 ---      ParallelTerminationStrategy: PID 190 died...
22:49:47.760933 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:47.764640 ---      ParallelTerminationStrategy: PID 191 died...
22:49:47.766133 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:47.769826 ---      ParallelTerminationStrategy: PID 192 died...
22:49:47.771314 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:47.775025 ---      ParallelTerminationStrategy: PID 193 died...
22:49:47.776514 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:47.780212 ---      ParallelTerminationStrategy: PID 194 died...
22:49:47.781695 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:47.785448 ---      ParallelTerminationStrategy: PID 195 died...
22:49:47.786932 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:47.790626 ---      ParallelTerminationStrategy: PID 196 died...
22:49:47.792126 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:47.795838 ---      ParallelTerminationStrategy: PID 197 died...
22:49:47.797316 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:47.801033 ---      ParallelTerminationStrategy: PID 198 died...
22:49:47.802524 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:47.806223 ---      ParallelTerminationStrategy: PID 199 died...
22:49:47.807740 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.811452 ---      ParallelTerminationStrategy: PID 200 died...
22:49:47.812938 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.816634 ---      ParallelTerminationStrategy: PID 201 died...
22:49:47.818112 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.821838 ---      ParallelTerminationStrategy: PID 202 died...
22:49:47.823328 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.827032 ---      ParallelTerminationStrategy: PID 203 died...
22:49:47.828532 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.832235 ---      ParallelTerminationStrategy: PID 204 died...
22:49:47.833720 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.837415 ---      ParallelTerminationStrategy: PID 205 died...
22:49:47.838900 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.842607 ---      ParallelTerminationStrategy: PID 206 died...
22:49:47.844126 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.847824 ---      ParallelTerminationStrategy: PID 207 died...
22:49:47.849312 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.853012 ---      ParallelTerminationStrategy: PID 208 died...
22:49:47.854498 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:47.858217 ---      ParallelTerminationStrategy: PID 209 died...
22:49:47.859705 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:47.863398 ---      ParallelTerminationStrategy: PID 210 died...
22:49:47.864889 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:47.868575 ---      ParallelTerminationStrategy: PID 211 died...
22:49:47.870061 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:47.873772 ---      ParallelTerminationStrategy: PID 212 died...
22:49:47.875253 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:47.878949 ---      ParallelTerminationStrategy: PID 213 died...
22:49:47.880457 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:47.884150 ---      ParallelTerminationStrategy: PID 214 died...
22:49:47.885636 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:47.889329 ---      ParallelTerminationStrategy: PID 215 died...
22:49:47.890814 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:47.894522 ---      ParallelTerminationStrategy: PID 216 died...
22:49:47.896012 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:47.899726 ---      ParallelTerminationStrategy: PID 217 died...
22:49:47.901222 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:47.904922 ---      ParallelTerminationStrategy: PID 218 died...
22:49:47.906407 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:47.910117 ---      ParallelTerminationStrategy: PID 219 died...
22:49:47.911603 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:47.915304 ---      ParallelTerminationStrategy: PID 220 died...
22:49:47.916792 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:47.920514 ---      ParallelTerminationStrategy: PID 221 died...
22:49:47.922001 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:47.925718 ---      ParallelTerminationStrategy: PID 222 died...
22:49:47.927199 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:47.930927 ---      ParallelTerminationStrategy: PID 223 died...
22:49:47.932420 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:47.936122 ---      ParallelTerminationStrategy: PID 224 died...
22:49:47.937603 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:47.941312 ---      ParallelTerminationStrategy: PID 225 died...
22:49:47.942796 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:47.946519 ---      ParallelTerminationStrategy: PID 226 died...
22:49:47.948030 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:47.951749 ---      ParallelTerminationStrategy: PID 227 died...
22:49:47.953238 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:47.956941 ---      ParallelTerminationStrategy: PID 228 died...
22:49:47.958443 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:47.962191 ---      ParallelTerminationStrategy: PID 229 died...
22:49:47.963676 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:47.967381 ---      ParallelTerminationStrategy: PID 230 died...
22:49:47.968878 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:47.972597 ---      ParallelTerminationStrategy: PID 231 died...
22:49:47.974103 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:47.977846 ---      ParallelTerminationStrategy: PID 232 died...
22:49:47.979332 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:47.983041 ---      ParallelTerminationStrategy: PID 233 died...
22:49:47.984563 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.988279 ---      ParallelTerminationStrategy: PID 234 died...
22:49:47.989787 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.394230 ---      ParallelTerminationStrategy: PID 34 died...
22:49:51.400517 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8270 netreg_mass PASS
---------------------------------------------------------------------
22:49:51.477108 tst                       trial-8270: Storing JUnit report in /build/trial-8270/run.2026-03-14_22-48-22/trial-8270.xml

--------------------------------------------------------------------------------------------
trial-8270 PASS
--------------------------------------------------------------------------------------------
22:49:51.488251 tst                       trial-8270: trial-8270: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (83.3 sec)
+ exit_code=0
+ rm -rf trial-8270/inst
+ cd trial-8270
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-14 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8270-run.tgz run.2026-03-14_22-48-22
+ tar czf /build/trial-8270-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-14_13_33_51.tgz osmo-bts-oc2g.build-2026-03-14_00_51_28.tgz osmo-bts-sysmo.build-2026-03-14_00_51_31.tgz osmo-bts.build-2026-03-14_00_51_52.tgz osmo-ggsn.build-2026-03-14_20_42_47.tgz osmo-hlr.build-2026-03-14_16_36_49.tgz osmo-hnbgw.build-2026-03-14_13_31_40.tgz osmo-mgw.build-2026-03-14_08_33_10.tgz osmo-msc.build-2026-03-14_13_40_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-14_07_35_14.tgz osmo-pcu-sysmo.build-2026-03-14_07_35_05.tgz osmo-pcu.build-2026-03-14_07_35_17.tgz osmo-sgsn.build-2026-03-14_20_48_38.tgz osmo-stp.build-2026-03-14_13_30_04.tgz osmo-trx.build-2026-03-14_18_35_22.tgz osmocom-bb.build-2026-03-14_21_17_29.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