Skip to content
Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build qemu io_uring linux-shallow-clone osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5917452267153716097.sh
+ rm -rf trial-8261-bin.tgz trial-8261-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25479
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11223
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10743
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13045
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13371
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 13476
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 42102
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7738
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 44358
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8690
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-nitb" build number 17155
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-stp" build number 13360
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7696
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11748
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7778
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9246
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6498
Copied 2 artifacts from "osmo-gsm-tester_build-open5gs" build number 8
Copied 2 artifacts from "osmo-gsm-tester_build-srslte" build number 19
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7696
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14822648514867299791.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-8261
+ 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 [ 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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:de846527dbb991baf7be7a1a213e69f4e1b712d10251b4040b61cd57c4ab8b1d done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8262 -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-06 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8262
+ mkdir -p trial-8262
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-06_13_26_59.tgz osmo-bts-oc2g.build-2026-03-06_00_51_35.tgz osmo-bts-sysmo.build-2026-03-06_00_51_27.tgz osmo-bts.build-2026-03-06_00_51_35.tgz osmo-ggsn.build-2026-03-06_20_42_39.tgz osmo-hlr.build-2026-03-06_16_36_48.tgz osmo-hnbgw.build-2026-03-06_13_28_44.tgz osmo-mgw.build-2026-03-06_08_33_08.tgz osmo-msc.build-2026-03-06_13_34_48.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-06_07_34_53.tgz osmo-pcu-sysmo.build-2026-03-06_07_34_47.tgz osmo-pcu.build-2026-03-06_07_34_58.tgz osmo-sgsn.build-2026-03-06_20_48_29.tgz osmo-stp.build-2026-03-06_13_26_35.tgz osmo-trx.build-2026-03-06_14_21_29.tgz osmocom-bb.build-2026-03-06_21_17_23.tgz srslte.build-19.tgz trial-8262
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-06_13_26_59.md5 osmo-bts-oc2g.build-2026-03-06_00_51_35.md5 osmo-bts-sysmo.build-2026-03-06_00_51_27.md5 osmo-bts.build-2026-03-06_00_51_35.md5 osmo-ggsn.build-2026-03-06_20_42_39.md5 osmo-hlr.build-2026-03-06_16_36_48.md5 osmo-hnbgw.build-2026-03-06_13_28_44.md5 osmo-mgw.build-2026-03-06_08_33_08.md5 osmo-msc.build-2026-03-06_13_34_48.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-06_07_34_53.md5 osmo-pcu-sysmo.build-2026-03-06_07_34_47.md5 osmo-pcu.build-2026-03-06_07_34_58.md5 osmo-sgsn.build-2026-03-06_20_48_29.md5 osmo-stp.build-2026-03-06_13_26_35.md5 osmo-trx.build-2026-03-06_14_21_29.md5 osmocom-bb.build-2026-03-06_21_17_23.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-06_13_26_59.md5 osmo-bts-oc2g.build-2026-03-06_00_51_35.md5 osmo-bts-sysmo.build-2026-03-06_00_51_27.md5 osmo-bts.build-2026-03-06_00_51_35.md5 osmo-ggsn.build-2026-03-06_20_42_39.md5 osmo-hlr.build-2026-03-06_16_36_48.md5 osmo-hnbgw.build-2026-03-06_13_28_44.md5 osmo-mgw.build-2026-03-06_08_33_08.md5 osmo-msc.build-2026-03-06_13_34_48.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-06_07_34_53.md5 osmo-pcu-sysmo.build-2026-03-06_07_34_47.md5 osmo-pcu.build-2026-03-06_07_34_58.md5 osmo-sgsn.build-2026-03-06_20_48_29.md5 osmo-stp.build-2026-03-06_13_26_35.md5 osmo-trx.build-2026-03-06_14_21_29.md5 osmocom-bb.build-2026-03-06_21_17_23.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-8262 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8262'
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-8262
--------------------------------------------------------------------------------------------
22:48:17.449278 tst                       trial-8262: Detailed log at /build/trial-8262/run.2026-03-06_22-48-17/log

---------------------------------------------------------------------
trial-8262 netreg_mass
---------------------------------------------------------------------
22:48:17.655407 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.655802 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.656646 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.657796 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.701157 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.702133 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.703451 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.782623 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-8262 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.783479 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.798803 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.799335 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.799796 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.800254 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.800689 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.801149 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.801595 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.831903 tst         register_default_mass.py: using LAC 2
22:48:17.854164 tst         register_default_mass.py: using RAC 2
22:48:17.880511 tst         register_default_mass.py: using CellId 2
22:48:17.909703 tst         register_default_mass.py: using BVCI 3
22:48:17.923300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.923991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.924554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.925075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.925599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.926106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.926619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.927224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.927775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.928291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.928826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.929351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.929879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.930423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.930943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.931463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.931989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.932507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.933015 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.933547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.934061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.934576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.935103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.935626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.936139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.936642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.937173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.937684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.938196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.938710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.939226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.939743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.940255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.940787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.941304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.941815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.942333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.942847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.943354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.943880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.944387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.944892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.945413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.945924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.946429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.946923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.947441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.947954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.948459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.948956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.949477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.949981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.950500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.955086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.955599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.956106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.956622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.957133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.957636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.958167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.958679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.959176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.959697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.960213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.960790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.961306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.961810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.962299 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.962813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.963322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.963824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.964322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.964828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.965327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.965824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.966335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.966836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.967345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.967857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.968355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.968853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.969370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.969878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.970388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.970902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.971408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.971910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.972418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.972918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.973421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.973942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.974454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.974955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.975507 tst      register_default_mass.py:21: Launching a simple network
22:48:17.985511 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.105577 run            create_hlr_db(pid=20): Launched
22:48:19.120342 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.136719 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.151510 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.157086 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.344117 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.358896 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.364541 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.783512 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.798852 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.813928 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.951842 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.966929 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.972662 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.996388 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.011196 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.016781 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.330816 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.348246 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.374445 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.549948 run         osmo-bts-virtual(pid=34): Launched
22:48:30.586453 tst         register_default_mass.py: using MSISDN 1001
22:48:30.600600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.640009 tst         register_default_mass.py: using MSISDN 1002
22:48:30.657548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.688104 tst         register_default_mass.py: using MSISDN 1003
22:48:30.702838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.733551 tst         register_default_mass.py: using MSISDN 1004
22:48:30.748136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.778602 tst         register_default_mass.py: using MSISDN 1005
22:48:30.792884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.823533 tst         register_default_mass.py: using MSISDN 1006
22:48:30.837935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.867997 tst         register_default_mass.py: using MSISDN 1007
22:48:30.882221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.912837 tst         register_default_mass.py: using MSISDN 1008
22:48:30.927333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.958035 tst         register_default_mass.py: using MSISDN 1009
22:48:30.972498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.003110 tst         register_default_mass.py: using MSISDN 1010
22:48:31.017562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.048233 tst         register_default_mass.py: using MSISDN 1011
22:48:31.062749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.093357 tst         register_default_mass.py: using MSISDN 1012
22:48:31.107707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.138250 tst         register_default_mass.py: using MSISDN 1013
22:48:31.152774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.183341 tst         register_default_mass.py: using MSISDN 1014
22:48:31.197633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.228022 tst         register_default_mass.py: using MSISDN 1015
22:48:31.242457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.276687 tst         register_default_mass.py: using MSISDN 1016
22:48:31.292926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.323781 tst         register_default_mass.py: using MSISDN 1017
22:48:31.338190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.368634 tst         register_default_mass.py: using MSISDN 1018
22:48:31.383088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.413229 tst         register_default_mass.py: using MSISDN 1019
22:48:31.427220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.457445 tst         register_default_mass.py: using MSISDN 1020
22:48:31.471650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.501558 tst         register_default_mass.py: using MSISDN 1021
22:48:31.515771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.554458 tst         register_default_mass.py: using MSISDN 1022
22:48:31.571836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.602050 tst         register_default_mass.py: using MSISDN 1023
22:48:31.616543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.646874 tst         register_default_mass.py: using MSISDN 1024
22:48:31.661103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.690438 tst         register_default_mass.py: using MSISDN 1025
22:48:31.704340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.733624 tst         register_default_mass.py: using MSISDN 1026
22:48:31.747385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.776732 tst         register_default_mass.py: using MSISDN 1027
22:48:31.790510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.820022 tst         register_default_mass.py: using MSISDN 1028
22:48:31.833842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.863045 tst         register_default_mass.py: using MSISDN 1029
22:48:31.876849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.906587 tst         register_default_mass.py: using MSISDN 1030
22:48:31.920495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.950507 tst         register_default_mass.py: using MSISDN 1031
22:48:31.964783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.995115 tst         register_default_mass.py: using MSISDN 1032
22:48:32.009308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.039463 tst         register_default_mass.py: using MSISDN 1033
22:48:32.053840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.083989 tst         register_default_mass.py: using MSISDN 1034
22:48:32.098097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.128254 tst         register_default_mass.py: using MSISDN 1035
22:48:32.142476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.172482 tst         register_default_mass.py: using MSISDN 1036
22:48:32.186574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.216757 tst         register_default_mass.py: using MSISDN 1037
22:48:32.231020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.261200 tst         register_default_mass.py: using MSISDN 1038
22:48:32.275408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.305759 tst         register_default_mass.py: using MSISDN 1039
22:48:32.320170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.350656 tst         register_default_mass.py: using MSISDN 1040
22:48:32.365126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.395689 tst         register_default_mass.py: using MSISDN 1041
22:48:32.409994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.440212 tst         register_default_mass.py: using MSISDN 1042
22:48:32.454435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.484661 tst         register_default_mass.py: using MSISDN 1043
22:48:32.499012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.529786 tst         register_default_mass.py: using MSISDN 1044
22:48:32.544251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.574549 tst         register_default_mass.py: using MSISDN 1045
22:48:32.588297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.618657 tst         register_default_mass.py: using MSISDN 1046
22:48:32.633032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.663553 tst         register_default_mass.py: using MSISDN 1047
22:48:32.677929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.708461 tst         register_default_mass.py: using MSISDN 1048
22:48:32.722814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.753537 tst         register_default_mass.py: using MSISDN 1049
22:48:32.767765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.798560 tst         register_default_mass.py: using MSISDN 1050
22:48:32.813168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.843818 tst         register_default_mass.py: using MSISDN 1051
22:48:32.858358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.888855 tst         register_default_mass.py: using MSISDN 1052
22:48:32.903249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.933811 tst         register_default_mass.py: using MSISDN 1053
22:48:32.948142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.978757 tst         register_default_mass.py: using MSISDN 1054
22:48:32.993206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.023458 tst         register_default_mass.py: using MSISDN 1055
22:48:33.037661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.067990 tst         register_default_mass.py: using MSISDN 1056
22:48:33.082437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.112573 tst         register_default_mass.py: using MSISDN 1057
22:48:33.126698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.156846 tst         register_default_mass.py: using MSISDN 1058
22:48:33.171061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.201197 tst         register_default_mass.py: using MSISDN 1059
22:48:33.215385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.246001 tst         register_default_mass.py: using MSISDN 1060
22:48:33.260542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.291185 tst         register_default_mass.py: using MSISDN 1061
22:48:33.305518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.335832 tst         register_default_mass.py: using MSISDN 1062
22:48:33.350181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.380275 tst         register_default_mass.py: using MSISDN 1063
22:48:33.393825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.424325 tst         register_default_mass.py: using MSISDN 1064
22:48:33.438634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.469129 tst         register_default_mass.py: using MSISDN 1065
22:48:33.483427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.514137 tst         register_default_mass.py: using MSISDN 1066
22:48:33.528626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.559345 tst         register_default_mass.py: using MSISDN 1067
22:48:33.573882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.604757 tst         register_default_mass.py: using MSISDN 1068
22:48:33.619134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.649715 tst         register_default_mass.py: using MSISDN 1069
22:48:33.664155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.694626 tst         register_default_mass.py: using MSISDN 1070
22:48:33.709069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.739632 tst         register_default_mass.py: using MSISDN 1071
22:48:33.754154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.784929 tst         register_default_mass.py: using MSISDN 1072
22:48:33.799399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.829654 tst         register_default_mass.py: using MSISDN 1073
22:48:33.843898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.874558 tst         register_default_mass.py: using MSISDN 1074
22:48:33.888953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.919511 tst         register_default_mass.py: using MSISDN 1075
22:48:33.934037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.964485 tst         register_default_mass.py: using MSISDN 1076
22:48:33.974322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.004564 tst         register_default_mass.py: using MSISDN 1077
22:48:34.020112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.050638 tst         register_default_mass.py: using MSISDN 1078
22:48:34.065245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.096030 tst         register_default_mass.py: using MSISDN 1079
22:48:34.110376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.141119 tst         register_default_mass.py: using MSISDN 1080
22:48:34.155443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.185943 tst         register_default_mass.py: using MSISDN 1081
22:48:34.200307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.230828 tst         register_default_mass.py: using MSISDN 1082
22:48:34.245231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.275628 tst         register_default_mass.py: using MSISDN 1083
22:48:34.290031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.320385 tst         register_default_mass.py: using MSISDN 1084
22:48:34.334819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.365111 tst         register_default_mass.py: using MSISDN 1085
22:48:34.379310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.409762 tst         register_default_mass.py: using MSISDN 1086
22:48:34.423960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.462419 tst         register_default_mass.py: using MSISDN 1087
22:48:34.479876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.510253 tst         register_default_mass.py: using MSISDN 1088
22:48:34.524869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.555164 tst         register_default_mass.py: using MSISDN 1089
22:48:34.569513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.599873 tst         register_default_mass.py: using MSISDN 1090
22:48:34.614299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.644468 tst         register_default_mass.py: using MSISDN 1091
22:48:34.658621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.689045 tst         register_default_mass.py: using MSISDN 1092
22:48:34.703390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.733127 tst         register_default_mass.py: using MSISDN 1093
22:48:34.747061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.777439 tst         register_default_mass.py: using MSISDN 1094
22:48:34.791783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.822229 tst         register_default_mass.py: using MSISDN 1095
22:48:34.836526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.866972 tst         register_default_mass.py: using MSISDN 1096
22:48:34.881289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.911971 tst         register_default_mass.py: using MSISDN 1097
22:48:34.926408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.956624 tst         register_default_mass.py: using MSISDN 1098
22:48:34.970765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.001135 tst         register_default_mass.py: using MSISDN 1099
22:48:35.015444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.045875 tst         register_default_mass.py: using MSISDN 1100
22:48:35.060185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.151939 run                             mass: Starting testcase
22:48:35.157579 run                             mass: Pre-launching all virtphy's
22:48:35.163006 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.175858 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.182098 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.195294 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.201346 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.214249 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.220356 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.233388 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.239461 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.252446 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.258482 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.271357 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.277334 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.290254 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.296215 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.308951 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.314961 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.327960 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.333920 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.346626 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.352583 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.365319 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.371260 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.383862 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.389747 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.402384 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.408338 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.421038 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.426958 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.439649 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.445550 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.458277 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.464325 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.477064 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.483068 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.495926 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.502071 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.514975 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.520968 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.534011 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.540044 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.552991 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.559005 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.571809 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.577790 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.590618 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.596575 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.609374 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.615336 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.628150 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.634084 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.646834 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.652786 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.665563 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.671468 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.684215 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.690158 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.703091 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.709061 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.722060 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.727964 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.740805 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.746860 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.759799 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.765737 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.778584 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.784537 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.797312 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.803261 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.816069 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.821999 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.834876 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.840836 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.853558 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.859525 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.872299 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.878199 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.890936 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.897027 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.909961 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.915925 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.928797 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.934964 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.947986 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.954177 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.967204 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.973244 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.986347 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.992442 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.005557 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.011584 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.024576 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.030599 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.043578 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.049628 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.062689 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.068741 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.081748 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.087705 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.100503 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.106458 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.119251 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.125174 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.137934 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.143910 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.156794 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.162706 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.175634 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.181572 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.194509 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.200432 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.213390 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.219311 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.232295 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.238268 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.251117 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.257046 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.269810 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.275714 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.288483 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.294392 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.307132 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.313037 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.325797 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.331756 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.344542 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.350443 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.363178 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.369080 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.381827 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.387768 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.400692 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.406613 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.419525 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.425449 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.438294 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.444182 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.457127 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.462996 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.475967 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.481861 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.494656 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.500565 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.513324 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.519262 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.532133 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.538095 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.550889 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.556863 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.569641 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.575552 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.588385 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.594280 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.607073 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.613014 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.625805 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.631744 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.644790 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.650692 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.663702 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.669648 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.682698 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.688643 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.701547 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.707503 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.720311 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.726298 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.739120 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.745098 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.757919 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.763840 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.776719 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.782634 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.795491 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.801418 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.814178 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.820105 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.832894 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.838802 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.851624 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.857586 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.870422 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.876588 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.889405 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.895511 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.908323 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.914245 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.927138 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.933094 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.946106 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.952036 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.964867 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.970761 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.983536 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.989502 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.002305 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.008217 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.021003 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.026896 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.039676 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.045575 run                             mass: Checking if sockets are in the filesystem
22:48:37.077903 run                osmo-ms-mob/00000: Starting mobile
22:48:37.090837 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.101780 run                             mass: MS start registered  {at=3387943.310095564, delay=0.005006476771086454, ms=00000}
22:48:41.292661 run                osmo-ms-mob/00001: Starting mobile
22:48:41.309800 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.320262 run                             mass: MS start registered  {at=3387947.528579993, delay=0.0043634469620883465, ms=00001}
22:48:42.378142 run                             mass: MS performed LU  {at=3387948.586353253, lu_delay=5.276257689110935, ms=00000}
22:48:43.084613 run                osmo-ms-mob/00002: Starting mobile
22:48:43.100954 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.111507 run                             mass: MS start registered  {at=3387949.31982259, delay=0.0044657220132648945, ms=00002}
22:48:44.393148 run                osmo-ms-mob/00003: Starting mobile
22:48:44.410492 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.420964 run                             mass: MS start registered  {at=3387950.629282763, delay=0.004463051445782185, ms=00003}
22:48:45.483866 run                osmo-ms-mob/00004: Starting mobile
22:48:45.500085 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.510602 run                             mass: MS start registered  {at=3387951.718918763, delay=0.004451284185051918, ms=00004}
22:48:46.144852 run                             mass: MS performed LU  {at=3387952.353055892, lu_delay=4.824475898873061, ms=00001}
22:48:46.492766 run                osmo-ms-mob/00005: Starting mobile
22:48:46.509635 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.520261 run                             mass: MS start registered  {at=3387952.728577074, delay=0.004567325115203857, ms=00005}
22:48:47.383188 run                osmo-ms-mob/00006: Starting mobile
22:48:47.399257 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.409691 run                             mass: MS start registered  {at=3387953.618009061, delay=0.0045793382450938225, ms=00006}
22:48:48.046568 run                             mass: MS performed LU  {at=3387954.254770703, lu_delay=4.93494811328128, ms=00002}
22:48:48.293279 run                osmo-ms-mob/00007: Starting mobile
22:48:48.309920 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.320589 run                             mass: MS start registered  {at=3387954.528910736, delay=0.0046289050951600075, ms=00007}
22:48:49.068354 run                osmo-ms-mob/00008: Starting mobile
22:48:49.081326 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.092087 run                             mass: MS start registered  {at=3387955.300408162, delay=0.004744683392345905, ms=00008}
22:48:49.792596 run                osmo-ms-mob/00009: Starting mobile
22:48:49.809519 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.820485 run                             mass: MS start registered  {at=3387956.028801557, delay=0.004866484086960554, ms=00009}
22:48:49.911076 run                             mass: MS performed LU  {at=3387956.119287839, lu_delay=5.490005075931549, ms=00003}
22:48:50.494250 run                osmo-ms-mob/00010: Starting mobile
22:48:50.509156 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.519757 run                             mass: MS start registered  {at=3387956.728075309, delay=0.004508423153311014, ms=00010}
22:48:51.061082 run                osmo-ms-mob/00011: Starting mobile
22:48:51.074257 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.084781 run                             mass: MS start registered  {at=3387957.293100303, delay=0.004388022236526012, ms=00011}
22:48:51.661321 run                osmo-ms-mob/00012: Starting mobile
22:48:51.674247 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.684647 run                             mass: MS start registered  {at=3387957.892969235, delay=0.004354114644229412, ms=00012}
22:48:51.812464 run                             mass: MS performed LU  {at=3387958.020678693, lu_delay=6.301759929861873, ms=00004}
22:48:51.839263 run                             mass: MS performed LU  {at=3387958.047501041, lu_delay=5.318923966959119, ms=00005}
22:48:52.292565 run                osmo-ms-mob/00013: Starting mobile
22:48:52.309376 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.319982 run                             mass: MS start registered  {at=3387958.528301605, delay=0.00454607792198658, ms=00013}
22:48:52.861607 run                osmo-ms-mob/00014: Starting mobile
22:48:52.875126 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.885929 run                             mass: MS start registered  {at=3387959.094250823, delay=0.00447533093392849, ms=00014}
22:48:53.461629 run                osmo-ms-mob/00015: Starting mobile
22:48:53.474597 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.485347 run                             mass: MS start registered  {at=3387959.69367, delay=0.0045699020847678185, ms=00015}
22:48:53.676304 run                             mass: MS performed LU  {at=3387959.884519552, lu_delay=5.355608815792948, ms=00007}
22:48:53.740910 run                             mass: MS performed LU  {at=3387959.949118571, lu_delay=6.331109509803355, ms=00006}
22:48:53.993247 run                osmo-ms-mob/00016: Starting mobile
22:48:54.009872 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.020534 run                             mass: MS start registered  {at=3387960.228858311, delay=0.004547415301203728, ms=00016}
22:48:54.045085 run                             mass: MS performed LU  {at=3387960.253303099, lu_delay=4.952894936781377, ms=00008}
22:48:54.484794 run                osmo-ms-mob/00017: Starting mobile
22:48:54.501126 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.511772 run                             mass: MS start registered  {at=3387960.720093543, delay=0.004604622256010771, ms=00017}
22:48:55.097894 run                osmo-ms-mob/00018: Starting mobile
22:48:55.115012 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.125961 run                             mass: MS start registered  {at=3387961.334283435, delay=0.004808636847883463, ms=00018}
22:48:55.483502 run                osmo-ms-mob/00019: Starting mobile
22:48:55.500015 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.510757 run                             mass: MS start registered  {at=3387961.719080295, delay=0.004608736839145422, ms=00019}
22:48:55.577380 run                             mass: MS performed LU  {at=3387961.785599683, lu_delay=5.057524373754859, ms=00010}
22:48:55.603892 run                             mass: MS performed LU  {at=3387961.812197056, lu_delay=5.783395498991013, ms=00009}
22:48:55.711613 run                             mass: MS performed LU  {at=3387961.919833928, lu_delay=4.626733624842018, ms=00011}
22:48:55.992967 run                osmo-ms-mob/00020: Starting mobile
22:48:56.010188 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.021104 run                             mass: MS start registered  {at=3387962.229424585, delay=0.00480581633746624, ms=00020}
22:48:56.474395 run                osmo-ms-mob/00021: Starting mobile
22:48:56.488021 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.498742 run                             mass: MS start registered  {at=3387962.707064142, delay=0.004602888133376837, ms=00021}
22:48:56.873033 run                osmo-ms-mob/00022: Starting mobile
22:48:56.887091 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.898100 run                             mass: MS start registered  {at=3387963.106417948, delay=0.0050092400051653385, ms=00022}
22:48:57.392115 run                osmo-ms-mob/00023: Starting mobile
22:48:57.407947 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.418960 run                             mass: MS start registered  {at=3387963.627280915, delay=0.004859379958361387, ms=00023}
22:48:57.440886 run                             mass: MS performed LU  {at=3387963.649193095, lu_delay=5.756223860196769, ms=00012}
22:48:57.506681 run                             mass: MS performed LU  {at=3387963.714903825, lu_delay=4.6206530020572245, ms=00014}
22:48:57.784334 run                osmo-ms-mob/00024: Starting mobile
22:48:57.800619 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.811515 run                             mass: MS start registered  {at=3387964.019832786, delay=0.004817922133952379, ms=00024}
22:48:58.268185 run                osmo-ms-mob/00025: Starting mobile
22:48:58.282582 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.293691 run                             mass: MS start registered  {at=3387964.502008409, delay=0.0048250555992126465, ms=00025}
22:48:58.661435 run                osmo-ms-mob/00026: Starting mobile
22:48:58.674766 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.685639 run                             mass: MS start registered  {at=3387964.893960112, delay=0.00471709156408906, ms=00026}
22:48:59.060969 run                osmo-ms-mob/00027: Starting mobile
22:48:59.074100 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.084835 run                             mass: MS start registered  {at=3387965.293157788, delay=0.004644874017685652, ms=00027}
22:48:59.241538 run                             mass: MS performed LU  {at=3387965.449761145, lu_delay=5.220902833621949, ms=00016}
22:48:59.343553 run                             mass: MS performed LU  {at=3387965.551770808, lu_delay=4.831677264999598, ms=00017}
22:48:59.370761 run                             mass: MS performed LU  {at=3387965.578956849, lu_delay=5.885286848992109, ms=00015}
22:48:59.397069 run                osmo-ms-mob/00028: Starting mobile
22:48:59.410477 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.421604 run                             mass: MS start registered  {at=3387965.629925351, delay=0.004980775993317366, ms=00028}
22:48:59.901574 run                osmo-ms-mob/00029: Starting mobile
22:48:59.917524 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.928396 run                             mass: MS start registered  {at=3387966.136716536, delay=0.004841263871639967, ms=00029}
22:49:00.261570 run                osmo-ms-mob/00030: Starting mobile
22:49:00.274996 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.286073 run                             mass: MS start registered  {at=3387966.494393207, delay=0.00489248801022768, ms=00030}
22:49:00.661087 run                osmo-ms-mob/00031: Starting mobile
22:49:00.674714 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.685602 run                             mass: MS start registered  {at=3387966.89392427, delay=0.00483442097902298, ms=00031}
22:49:01.009400 run                osmo-ms-mob/00032: Starting mobile
22:49:01.026866 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.038029 run                             mass: MS start registered  {at=3387967.246349951, delay=0.005059969611465931, ms=00032}
22:49:01.142767 run                             mass: MS performed LU  {at=3387967.350987023, lu_delay=4.643922881223261, ms=00021}
22:49:01.208113 run                             mass: MS performed LU  {at=3387967.416349273, lu_delay=6.082065838389099, ms=00018}
22:49:01.273026 run                             mass: MS performed LU  {at=3387967.48124596, lu_delay=5.762165665160865, ms=00019}
22:49:01.300074 run                osmo-ms-mob/00033: Starting mobile
22:49:01.313320 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.323988 run                             mass: MS start registered  {at=3387967.532312498, delay=0.004643848165869713, ms=00033}
22:49:01.651412 run                             mass: MS performed LU  {at=3387967.859631124, lu_delay=4.753213176038116, ms=00022}
22:49:01.794925 run                osmo-ms-mob/00034: Starting mobile
22:49:01.808023 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.818853 run                             mass: MS start registered  {at=3387968.027172723, delay=0.004717056639492512, ms=00034}
22:49:02.062225 run                osmo-ms-mob/00035: Starting mobile
22:49:02.076028 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.086880 run                             mass: MS start registered  {at=3387968.295200446, delay=0.0048685562796890736, ms=00035}
22:49:02.476770 run                osmo-ms-mob/00036: Starting mobile
22:49:02.490939 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.501598 run                             mass: MS start registered  {at=3387968.70991501, delay=0.004543176852166653, ms=00036}
22:49:02.887120 run                osmo-ms-mob/00037: Starting mobile
22:49:02.906113 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.916638 run                             mass: MS start registered  {at=3387969.124957661, delay=0.004398845136165619, ms=00037}
22:49:03.007291 run                             mass: MS performed LU  {at=3387969.215508784, lu_delay=5.588227869011462, ms=00023}
22:49:03.109260 run                             mass: MS performed LU  {at=3387969.317482128, lu_delay=5.297649341635406, ms=00024}
22:49:03.138252 run                osmo-ms-mob/00038: Starting mobile
22:49:03.151361 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.157451 run                             mass: MS performed LU  {at=3387969.365782383, lu_delay=4.863773974124342, ms=00025}
22:49:03.163351 run                             mass: MS start registered  {at=3387969.37168651, delay=0.0059195938520133495, ms=00038}
22:49:03.461903 run                osmo-ms-mob/00039: Starting mobile
22:49:03.475294 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.486283 run                             mass: MS start registered  {at=3387969.694542586, delay=0.004729114007204771, ms=00039}
22:49:03.552200 run                             mass: MS performed LU  {at=3387969.760433332, lu_delay=4.8664732202887535, ms=00026}
22:49:03.883421 run                osmo-ms-mob/00040: Starting mobile
22:49:03.899394 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.911125 run                             mass: MS start registered  {at=3387970.119431968, delay=0.0056063407100737095, ms=00040}
22:49:04.161400 run                osmo-ms-mob/00041: Starting mobile
22:49:04.174955 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.185906 run                             mass: MS start registered  {at=3387970.394227036, delay=0.004696512594819069, ms=00041}
22:49:04.495193 run                osmo-ms-mob/00042: Starting mobile
22:49:04.512543 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.523692 run                             mass: MS start registered  {at=3387970.732013057, delay=0.004700399935245514, ms=00042}
22:49:04.872944 run                osmo-ms-mob/00043: Starting mobile
22:49:04.886824 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.897742 run                             mass: MS start registered  {at=3387971.10606096, delay=0.0045695798471570015, ms=00043}
22:49:04.973584 run                             mass: MS performed LU  {at=3387971.181803837, lu_delay=5.551878485828638, ms=00028}
22:49:05.038553 run                             mass: MS performed LU  {at=3387971.246774479, lu_delay=5.953616690821946, ms=00027}
22:49:05.065629 run                osmo-ms-mob/00044: Starting mobile
22:49:05.078710 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.089420 run                             mass: MS start registered  {at=3387971.297745152, delay=0.004686230793595314, ms=00044}
22:49:05.107126 run                             mass: MS performed LU  {at=3387971.3154344, lu_delay=5.178717864211649, ms=00029}
22:49:05.144502 run                             mass: MS performed LU  {at=3387971.352744262, lu_delay=4.858351055067033, ms=00030}
22:49:05.165255 run                osmo-ms-mob/00045: Starting mobile
22:49:05.178255 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.189154 run                             mass: MS start registered  {at=3387971.397474846, delay=0.004627576097846031, ms=00045}
22:49:05.774063 run                osmo-ms-mob/00046: Starting mobile
22:49:05.788128 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.798909 run                             mass: MS start registered  {at=3387972.007229257, delay=0.004666321910917759, ms=00046}
22:49:06.065024 run                osmo-ms-mob/00047: Starting mobile
22:49:06.078707 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.089841 run                             mass: MS start registered  {at=3387972.298161607, delay=0.004878699779510498, ms=00047}
22:49:06.375472 run                osmo-ms-mob/00048: Starting mobile
22:49:06.389560 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.400324 run                             mass: MS start registered  {at=3387972.608647104, delay=0.004572668112814426, ms=00048}
22:49:06.692865 run                osmo-ms-mob/00049: Starting mobile
22:49:06.708127 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.718877 run                             mass: MS start registered  {at=3387972.927196198, delay=0.004595672246068716, ms=00049}
22:49:06.773404 run                             mass: MS performed LU  {at=3387972.981623645, lu_delay=4.954450922086835, ms=00034}
22:49:06.875100 run                             mass: MS performed LU  {at=3387973.083319308, lu_delay=4.788118861615658, ms=00035}
22:49:06.903818 run                osmo-ms-mob/00050: Starting mobile
22:49:06.917039 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.923114 run                             mass: MS performed LU  {at=3387973.131444264, lu_delay=6.23751999437809, ms=00031}
22:49:06.928956 run                             mass: MS start registered  {at=3387973.13729205, delay=0.005863772705197334, ms=00050}
22:49:07.065027 run                             mass: MS performed LU  {at=3387973.273249604, lu_delay=6.026899653021246, ms=00032}
22:49:07.361844 run                osmo-ms-mob/00051: Starting mobile
22:49:07.375210 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.386152 run                             mass: MS start registered  {at=3387973.594474151, delay=0.004817183595150709, ms=00051}
22:49:07.673409 run                osmo-ms-mob/00052: Starting mobile
22:49:07.687164 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.698233 run                             mass: MS start registered  {at=3387973.906553011, delay=0.0050774021074175835, ms=00052}
22:49:07.973392 run                osmo-ms-mob/00053: Starting mobile
22:49:07.987390 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.998250 run                             mass: MS start registered  {at=3387974.206571595, delay=0.004752346780151129, ms=00053}
22:49:08.280038 run                osmo-ms-mob/00054: Starting mobile
22:49:08.294579 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.305459 run                             mass: MS start registered  {at=3387974.51377725, delay=0.004688009154051542, ms=00054}
22:49:08.574823 run                osmo-ms-mob/00055: Starting mobile
22:49:08.588577 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.599654 run                             mass: MS start registered  {at=3387974.807973094, delay=0.0048800278455019, ms=00055}
22:49:08.638066 run                             mass: MS performed LU  {at=3387974.846312994, lu_delay=6.136397984344512, ms=00036}
22:49:08.674549 run                             mass: MS performed LU  {at=3387974.88279036, lu_delay=5.188247774261981, ms=00039}
22:49:08.694713 run                osmo-ms-mob/00056: Starting mobile
22:49:08.707998 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.714422 run                             mass: MS performed LU  {at=3387974.9227486, lu_delay=5.551062090322375, ms=00038}
22:49:08.720324 run                             mass: MS start registered  {at=3387974.928658923, delay=0.005927565973252058, ms=00056}
22:49:08.984664 run                             mass: MS performed LU  {at=3387975.192882144, lu_delay=5.073450176045299, ms=00040}
22:49:09.013794 run                osmo-ms-mob/00057: Starting mobile
22:49:09.026994 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.037716 run                             mass: MS start registered  {at=3387975.24603953, delay=0.004562389571219683, ms=00057}
22:49:09.577489 run                osmo-ms-mob/00058: Starting mobile
22:49:09.592801 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.600988 run                             mass: MS performed LU  {at=3387975.809307519, lu_delay=4.411832673009485, ms=00045}
22:49:09.607343 run                             mass: MS start registered  {at=3387975.81567639, delay=0.008395768236368895, ms=00058}
22:49:09.699682 run                             mass: MS performed LU  {at=3387975.907856389, lu_delay=5.5136293531395495, ms=00041}
22:49:09.733089 run                osmo-ms-mob/00059: Starting mobile
22:49:09.746807 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.752952 run                             mass: MS performed LU  {at=3387975.961278996, lu_delay=6.836321334820241, ms=00037}
22:49:09.758790 run                             mass: MS start registered  {at=3387975.967124182, delay=0.005864790640771389, ms=00059}
22:49:09.781710 run                             mass: MS performed LU  {at=3387975.990023852, lu_delay=4.692278699949384, ms=00044}
22:49:09.793807 run                osmo-ms-mob/00060: Starting mobile
22:49:09.807605 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.813776 run                             mass: MS performed LU  {at=3387976.022099364, lu_delay=3.7239377573132515, ms=00047}
22:49:09.821077 run                             mass: MS start registered  {at=3387976.029400479, delay=0.007327256258577108, ms=00060}
22:49:10.601085 run                osmo-ms-mob/00061: Starting mobile
22:49:10.617808 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.624257 run                             mass: MS performed LU  {at=3387976.832583219, lu_delay=5.726522258948535, ms=00043}
22:49:10.630188 run                             mass: MS start registered  {at=3387976.838522892, delay=0.0059596397913992405, ms=00061}
22:49:10.649009 run                             mass: MS performed LU  {at=3387976.857328743, lu_delay=4.850099486298859, ms=00046}
22:49:10.660452 run                osmo-ms-mob/00062: Starting mobile
22:49:10.674107 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.686481 run                             mass: MS start registered  {at=3387976.894796041, delay=0.00621496606618166, ms=00062}
22:49:11.200740 run                osmo-ms-mob/00063: Starting mobile
22:49:11.217913 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.230447 run                             mass: MS start registered  {at=3387977.438765987, delay=0.005857704672962427, ms=00063}
22:49:11.574269 run                osmo-ms-mob/00064: Starting mobile
22:49:11.588604 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.599985 run                             mass: MS start registered  {at=3387977.808301721, delay=0.0051209288649261, ms=00064}
22:49:11.961214 run                osmo-ms-mob/00065: Starting mobile
22:49:11.974709 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.985438 run                             mass: MS start registered  {at=3387978.193759817, delay=0.004543669056147337, ms=00065}
22:49:12.300802 run                osmo-ms-mob/00066: Starting mobile
22:49:12.317092 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.327840 run                             mass: MS start registered  {at=3387978.536156912, delay=0.004593847785145044, ms=00066}
22:49:12.403837 run                             mass: MS performed LU  {at=3387978.612057731, lu_delay=5.474765681196004, ms=00050}
22:49:12.440632 run                             mass: MS performed LU  {at=3387978.648872325, lu_delay=6.040225221309811, ms=00048}
22:49:12.460619 run                             mass: MS performed LU  {at=3387978.668950499, lu_delay=5.741754300892353, ms=00049}
22:49:12.471735 run                osmo-ms-mob/00067: Starting mobile
22:49:12.485286 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.496072 run                             mass: MS start registered  {at=3387978.704395778, delay=0.0046855248510837555, ms=00067}
22:49:12.749764 run                             mass: MS performed LU  {at=3387978.957982837, lu_delay=5.051429826300591, ms=00052}
22:49:12.759879 run                             mass: MS performed LU  {at=3387978.968214217, lu_delay=5.373740066308528, ms=00051}
22:49:12.770628 run                osmo-ms-mob/00068: Starting mobile
22:49:12.783548 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.789684 run                             mass: MS performed LU  {at=3387978.998011222, lu_delay=4.791439627297223, ms=00053}
22:49:12.797341 run                             mass: MS start registered  {at=3387979.005666422, delay=0.007673850283026695, ms=00068}
22:49:13.376090 run                osmo-ms-mob/00069: Starting mobile
22:49:13.390978 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.402668 run                             mass: MS start registered  {at=3387979.610977707, delay=0.00567167392000556, ms=00069}
22:49:13.563261 run                             mass: MS performed LU  {at=3387979.771491661, lu_delay=3.804367479402572, ms=00059}
22:49:13.604512 run                             mass: MS performed LU  {at=3387979.812755176, lu_delay=4.566715646069497, ms=00057}
22:49:13.622980 run                osmo-ms-mob/00070: Starting mobile
22:49:13.636800 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.648278 run                             mass: MS start registered  {at=3387979.856598743, delay=0.004853816702961922, ms=00070}
22:49:14.173962 run                osmo-ms-mob/00071: Starting mobile
22:49:14.188594 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.199502 run                             mass: MS start registered  {at=3387980.40782459, delay=0.004701131954789162, ms=00071}
22:49:14.362049 run                             mass: MS performed LU  {at=3387980.570252145, lu_delay=4.5408516661264, ms=00060}
22:49:14.415713 run                             mass: MS performed LU  {at=3387980.623925314, lu_delay=5.815952220000327, ms=00055}
22:49:14.446826 run                osmo-ms-mob/00072: Starting mobile
22:49:14.460376 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.472201 run                             mass: MS start registered  {at=3387980.680521909, delay=0.005283921025693417, ms=00072}
22:49:15.001065 run                osmo-ms-mob/00073: Starting mobile
22:49:15.018099 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.029410 run                             mass: MS start registered  {at=3387981.237729124, delay=0.004892769735306501, ms=00073}
22:49:15.228009 run                             mass: MS performed LU  {at=3387981.436231567, lu_delay=6.5075726439245045, ms=00056}
22:49:15.374249 run                osmo-ms-mob/00074: Starting mobile
22:49:15.389870 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.401208 run                             mass: MS start registered  {at=3387981.609527565, delay=0.005087185185402632, ms=00074}
22:49:15.584223 run                             mass: MS performed LU  {at=3387981.792424782, lu_delay=23.264123177155852, ms=00013}
22:49:15.792926 run                osmo-ms-mob/00075: Starting mobile
22:49:15.808715 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.820055 run                             mass: MS start registered  {at=3387982.028368158, delay=0.00523425592109561, ms=00075}
22:49:16.301261 run                osmo-ms-mob/00076: Starting mobile
22:49:16.317661 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.323767 run                             mass: MS performed LU  {at=3387982.532092649, lu_delay=5.693569757044315, ms=00061}
22:49:16.329704 run                             mass: MS performed LU  {at=3387982.538038336, lu_delay=4.729736615438014, ms=00064}
22:49:16.335730 run                             mass: MS start registered  {at=3387982.544064235, delay=0.011991092935204506, ms=00076}
22:49:16.341578 run                             mass: MS performed LU  {at=3387982.5499114, lu_delay=5.111145413015038, ms=00063}
22:49:16.352422 run                osmo-ms-mob/00077: Starting mobile
22:49:16.365687 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.376235 run                             mass: MS start registered  {at=3387982.5845571, delay=0.004370519425719976, ms=00077}
22:49:16.442365 run                             mass: MS performed LU  {at=3387982.65059365, lu_delay=5.75579760922119, ms=00062}
22:49:17.175379 run                osmo-ms-mob/00078: Starting mobile
22:49:17.189802 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.200763 run                             mass: MS start registered  {at=3387983.409081398, delay=0.004819275811314583, ms=00078}
22:49:17.384427 run                             mass: MS performed LU  {at=3387983.592649511, lu_delay=21.363224925938994, ms=00020}
22:49:17.575363 run                osmo-ms-mob/00079: Starting mobile
22:49:17.589900 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.601042 run                             mass: MS start registered  {at=3387983.809357354, delay=0.004954945761710405, ms=00079}
22:49:18.081817 run                osmo-ms-mob/00080: Starting mobile
22:49:18.096344 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.107010 run                             mass: MS performed LU  {at=3387984.315313652, lu_delay=5.7791567402891815, ms=00066}
22:49:18.113184 run                             mass: MS start registered  {at=3387984.321518705, delay=0.010613490361720324, ms=00080}
22:49:18.125894 run                             mass: MS performed LU  {at=3387984.334211731, lu_delay=5.629815952852368, ms=00067}
22:49:18.163137 run                             mass: MS performed LU  {at=3387984.37132466, lu_delay=6.1775648426264524, ms=00065}
22:49:18.416980 run                             mass: MS performed LU  {at=3387984.6251969, lu_delay=5.619530478026718, ms=00068}
22:49:18.445765 run                osmo-ms-mob/00081: Starting mobile
22:49:18.458781 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.470169 run                             mass: MS start registered  {at=3387984.678488994, delay=0.005098485853523016, ms=00081}
22:49:18.975083 run                osmo-ms-mob/00082: Starting mobile
22:49:18.989577 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.002366 run                             mass: MS start registered  {at=3387985.210670823, delay=0.006415556184947491, ms=00082}
22:49:19.095156 run                             mass: MS performed LU  {at=3387985.303338178, lu_delay=5.446739435195923, ms=00070}
22:49:19.119332 run                             mass: MS performed LU  {at=3387985.327660809, lu_delay=5.716683101840317, ms=00069}
22:49:19.221092 run                             mass: MS performed LU  {at=3387985.429325785, lu_delay=3.819798219949007, ms=00074}
22:49:19.602670 run                osmo-ms-mob/00083: Starting mobile
22:49:19.618860 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.629661 run                             mass: MS start registered  {at=3387985.837979549, delay=0.004686546046286821, ms=00083}
22:49:19.972450 run                             mass: MS performed LU  {at=3387986.180669787, lu_delay=4.9429406630806625, ms=00073}
22:49:20.016900 run                osmo-ms-mob/00084: Starting mobile
22:49:20.030577 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.041605 run                             mass: MS start registered  {at=3387986.249923796, delay=0.004809172824025154, ms=00084}
22:49:20.083170 run                             mass: MS performed LU  {at=3387986.291228012, lu_delay=5.6107061030343175, ms=00072}
22:49:20.101118 run                             mass: MS performed LU  {at=3387986.309343827, lu_delay=5.901519237086177, ms=00071}
22:49:20.603035 run                osmo-ms-mob/00085: Starting mobile
22:49:20.619552 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.631455 run                             mass: MS start registered  {at=3387986.839776341, delay=0.0057470970787107944, ms=00085}
22:49:21.174836 run                osmo-ms-mob/00086: Starting mobile
22:49:21.189026 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.199856 run                             mass: MS start registered  {at=3387987.408178167, delay=0.00478809978812933, ms=00086}
22:49:21.801394 run                osmo-ms-mob/00087: Starting mobile
22:49:21.817764 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.828706 run                             mass: MS start registered  {at=3387988.037012657, delay=0.005000917240977287, ms=00087}
22:49:21.875329 run                             mass: MS performed LU  {at=3387988.083546287, lu_delay=5.498989186715335, ms=00077}
22:49:21.919832 run                             mass: MS performed LU  {at=3387988.128060409, lu_delay=5.583996173925698, ms=00076}
22:49:21.937996 run                             mass: MS performed LU  {at=3387988.14632706, lu_delay=4.737245662137866, ms=00078}
22:49:22.128391 run                             mass: MS performed LU  {at=3387988.336610183, lu_delay=6.308242025319487, ms=00075}
22:49:22.151583 run                             mass: MS performed LU  {at=3387988.359914352, lu_delay=4.550556998234242, ms=00079}
22:49:22.163268 run                osmo-ms-mob/00088: Starting mobile
22:49:22.176676 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.187757 run                             mass: MS start registered  {at=3387988.396080037, delay=0.005010549910366535, ms=00088}
22:49:22.961672 run                osmo-ms-mob/00089: Starting mobile
22:49:22.974596 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.985430 run                             mass: MS start registered  {at=3387989.19375204, delay=0.004738145042210817, ms=00089}
22:49:23.574455 run                osmo-ms-mob/00090: Starting mobile
22:49:23.588713 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.599624 run                             mass: MS start registered  {at=3387989.807945272, delay=0.004914429970085621, ms=00090}
22:49:23.738505 run                             mass: MS performed LU  {at=3387989.94672479, lu_delay=4.736053966917098, ms=00082}
22:49:23.848590 run                             mass: MS performed LU  {at=3387990.056805414, lu_delay=5.378316420130432, ms=00081}
22:49:23.872374 run                             mass: MS performed LU  {at=3387990.080705144, lu_delay=5.759186438750476, ms=00080}
22:49:24.292578 run                osmo-ms-mob/00091: Starting mobile
22:49:24.308121 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.314280 run                             mass: MS performed LU  {at=3387990.522606566, lu_delay=22.99029406812042, ms=00033}
22:49:24.320389 run                             mass: MS start registered  {at=3387990.528723745, delay=0.006134320050477982, ms=00091}
22:49:24.974093 run                osmo-ms-mob/00092: Starting mobile
22:49:24.989232 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.000184 run                             mass: MS start registered  {at=3387991.208501948, delay=0.004815386142581701, ms=00092}
22:49:25.685853 run                             mass: MS performed LU  {at=3387991.894075442, lu_delay=6.0560958930291235, ms=00083}
22:49:25.724358 run                osmo-ms-mob/00093: Starting mobile
22:49:25.737668 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.743842 run                             mass: MS performed LU  {at=3387991.952170972, lu_delay=5.112394630908966, ms=00085}
22:49:25.749786 run                             mass: MS start registered  {at=3387991.958120754, delay=0.005966615863144398, ms=00093}
22:49:25.819881 run                             mass: MS performed LU  {at=3387992.028097183, lu_delay=5.778173387050629, ms=00084}
22:49:26.073337 run                             mass: MS performed LU  {at=3387992.281556659, lu_delay=4.873378491960466, ms=00086}
22:49:26.674372 run                osmo-ms-mob/00094: Starting mobile
22:49:26.688448 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.699681 run                             mass: MS start registered  {at=3387992.907992438, delay=0.004954674746841192, ms=00094}
22:49:27.504230 run                             mass: MS performed LU  {at=3387993.712448831, lu_delay=5.316368794068694, ms=00088}
22:49:27.559442 run                osmo-ms-mob/00095: Starting mobile
22:49:27.574413 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.585326 run                             mass: MS start registered  {at=3387993.793646587, delay=0.004763221833854914, ms=00095}
22:49:27.614403 run                             mass: MS performed LU  {at=3387993.822645709, lu_delay=5.785633051767945, ms=00087}
22:49:27.632057 run                             mass: MS performed LU  {at=3387993.840369594, lu_delay=4.646617553662509, ms=00089}
22:49:27.759372 run                             mass: MS performed LU  {at=3387993.967589363, lu_delay=23.235576306004077, ms=00042}
22:49:28.562003 run                osmo-ms-mob/00096: Starting mobile
22:49:28.575523 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.586559 run                             mass: MS start registered  {at=3387994.794882011, delay=0.004949687980115414, ms=00096}
22:49:29.452032 run                             mass: MS performed LU  {at=3387995.660207282, lu_delay=5.131483536679298, ms=00091}
22:49:29.476895 run                             mass: MS performed LU  {at=3387995.685218553, lu_delay=5.877273281104863, ms=00090}
22:49:29.700791 run                osmo-ms-mob/00097: Starting mobile
22:49:29.716901 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.727953 run                             mass: MS start registered  {at=3387995.936272928, delay=0.005075870081782341, ms=00097}
22:49:29.820353 run                             mass: MS performed LU  {at=3387996.02857461, lu_delay=4.820072662085295, ms=00092}
22:49:30.992393 run                osmo-ms-mob/00098: Starting mobile
22:49:31.010355 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.021420 run                             mass: MS start registered  {at=3387997.229740593, delay=0.004773696884512901, ms=00098}
22:49:31.251307 run                             mass: MS performed LU  {at=3387997.459525372, lu_delay=21.643848981708288, ms=00058}
22:49:31.381210 run                             mass: MS performed LU  {at=3387997.589429729, lu_delay=4.681437291204929, ms=00094}
22:49:31.405447 run                             mass: MS performed LU  {at=3387997.613778762, lu_delay=5.655658008065075, ms=00093}
22:49:31.505434 run                             mass: MS performed LU  {at=3387997.713653597, lu_delay=23.19987634709105, ms=00054}
22:49:32.800303 run                osmo-ms-mob/00099: Starting mobile
22:49:32.816735 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.822905 run                             mass: All started... {duration=55.771725699305534, too_slow=0}
22:49:32.828678 run                             mass: MS start registered  {at=3387999.03700711, delay=0.005766707006841898, ms=00099}
22:49:33.218498 run                             mass: MS performed LU  {at=3387999.426682534, lu_delay=5.633035947103053, ms=00095}
22:49:33.243364 run                             mass: MS performed LU  {at=3387999.451692975, lu_delay=4.656810963992029, ms=00096}
22:49:35.146629 run                             mass: MS performed LU  {at=3388001.354849327, lu_delay=5.4185763988643885, ms=00097}
22:49:36.983222 run                             mass: MS performed LU  {at=3388003.191441393, lu_delay=5.961700799874961, ms=00098}
22:49:38.884528 run                             mass: MS performed LU  {at=3388005.09272466, lu_delay=6.055717549752444, ms=00099}
22:49:38.894805 run                             mass: Tests done {all_completed=True, max=23.264123177155852, min=3.7239377573132515}
22:49:38.900353 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.905749 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.909012 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.912271 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.915586 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.918882 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.922202 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.925510 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.928843 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.932142 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.935432 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.938729 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.942041 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.945492 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.948838 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.952249 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.955635 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.959108 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.962942 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.966367 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.969761 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.973153 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.976499 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.979868 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.983232 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.986596 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.989937 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.993337 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.996710 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.000124 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.003530 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.006993 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.011189 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.014897 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.018639 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.022110 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.025513 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.029076 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.032461 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.035847 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.039193 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.042518 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.045866 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.049258 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.052662 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.056652 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.060562 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.064000 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.067472 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.070908 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.074502 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.077971 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.081874 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.085337 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.088713 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.092175 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.095617 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.099076 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.102531 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.105992 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.109445 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.112900 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.116356 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.119893 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.123357 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.126817 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.130268 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.134267 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.137744 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.141214 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.145150 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.148758 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.152640 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.156103 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.159536 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.162990 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.166444 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.169894 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.173332 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.176786 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.180239 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.183686 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.187593 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.191062 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.194556 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.197995 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.201431 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.204902 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.208347 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.211800 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.215504 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.219297 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.222882 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.226896 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.230373 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.234410 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.237883 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.241321 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.244790 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.248239 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.251572 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.254939 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.258386 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.261740 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.265197 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.268630 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.272066 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.275480 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.278888 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.282204 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.285640 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.289054 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.292489 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.295828 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.299257 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.302686 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.306007 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.309318 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.312615 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.315923 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.319216 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.322510 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.325820 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.329120 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.332425 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.335735 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.339032 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.342438 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.345872 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.349299 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.352719 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.356140 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.359556 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.362987 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.366416 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.369835 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.373246 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.376670 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.380097 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.383515 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.386939 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.390361 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.393777 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.397203 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.400630 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.403948 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.407238 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.410524 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.413837 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.417135 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.420418 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.423701 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.426983 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.430269 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.433555 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.436836 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.440108 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.443401 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.446701 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.450000 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.453290 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.456574 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.459866 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.463268 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.466702 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.470121 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.473542 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.476975 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.480391 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.483800 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.487206 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.490630 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.493947 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.497231 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.500515 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.503792 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.507212 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.510509 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.513812 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.517105 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.520419 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.523713 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.527008 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.530323 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.533615 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.536902 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.540203 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.543501 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.546796 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.550116 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.553417 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.556714 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.560010 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.563321 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.566624 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.569925 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.573221 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.576513 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.579800 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.583082 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.586375 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.589717 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.593013 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.596310 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.599587 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.602876 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.606167 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.609440 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.612737 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.616010 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.619307 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.622623 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.625906 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.629194 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.632489 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.633982 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.637635 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.639116 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.642753 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.644248 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.647928 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.649418 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.653032 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.654538 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.658200 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.659673 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.663317 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.664806 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.668442 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.669920 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.673575 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.675054 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.678698 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.680193 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.683864 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.685345 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.689009 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.690500 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.694186 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.695696 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.699367 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.700869 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.704547 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.706034 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.709694 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.711184 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.714862 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.716364 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.720048 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.721533 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.725202 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.726689 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.730348 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.731837 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.735473 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.736957 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.740591 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.742074 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.745714 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.747198 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.750844 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.752347 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.756023 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.757503 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.761161 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.762633 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.766313 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.767807 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.771460 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.772946 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.776604 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.778079 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.781736 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.783219 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.786860 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.788394 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.792043 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.793521 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.797162 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.798629 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.802259 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.803735 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.807368 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.808851 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.812490 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.813962 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.817597 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.819056 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.822699 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.824206 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.827852 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.829327 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.832980 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.834465 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.838120 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.839600 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.843242 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.844721 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.848375 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.849856 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.853491 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.854966 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.858605 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.860087 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.863728 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.865202 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.868843 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.870323 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.873975 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.875451 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.879091 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.880557 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.884217 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.885698 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.889344 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.890824 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.894463 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.895953 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.899592 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.901068 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.904739 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.906209 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.909847 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.911317 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.914963 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.916448 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.920086 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.921561 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.925190 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.926660 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.930308 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.931787 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.935425 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.936906 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.940585 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.942055 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.945703 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.947176 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.950839 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.952330 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.955975 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.957450 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.961084 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.962555 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.966199 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.967676 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.971316 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.972804 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.976449 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.977929 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.981568 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.983043 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.986689 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.988237 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.991896 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.993383 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.997027 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.998496 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.002152 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.003627 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.007271 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.008758 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.012420 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.013895 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.017542 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.019025 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.022673 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.024154 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.027808 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.029281 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.032922 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.034395 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.038052 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.039522 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.043157 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.044631 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.048301 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.049783 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.053418 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.054895 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.058528 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.060006 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.063634 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.065113 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.068764 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.070248 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.073917 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.075399 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.079054 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.080555 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.084194 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.085670 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.089331 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.090813 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.094472 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.095971 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.099619 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.101096 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.104755 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.106237 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.109908 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.111398 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.115049 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.116542 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.120239 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.121719 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.125382 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.126866 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.130521 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.131997 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.135640 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.137153 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.140802 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.142283 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.145918 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.147390 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.151033 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.152524 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.156161 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.157643 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.161308 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.162778 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.166402 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.167884 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.171509 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.173002 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.176630 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.178101 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.181742 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.183214 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.186866 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.188391 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.192031 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.193501 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.197143 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.198620 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.202256 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.203729 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.207365 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.208859 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.212526 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.213998 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.217674 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.219147 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.222806 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.224293 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.228154 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.229650 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.233342 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.234816 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.238472 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.239936 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.243594 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.245075 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.248701 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.250190 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.253836 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.255306 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.258951 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.260415 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.264046 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.265507 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.269152 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.270631 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.274298 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.275779 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.279422 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.280903 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.284559 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.286023 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.289663 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.291139 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.294784 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.296299 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.299934 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.301410 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.305083 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.306550 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.310223 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.311701 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.315345 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.316831 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.320491 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.321953 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.325607 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.327058 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.330716 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.332193 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.335822 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.337308 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.340948 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.342412 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.346046 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.347520 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.351198 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.352689 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.356328 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.357797 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.361456 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.362919 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.366587 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.368057 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.371737 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.373224 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.376863 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.378339 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.382000 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.383480 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.387133 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.388656 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.392286 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.393749 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.397405 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.398861 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.402511 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.403983 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.407633 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.409096 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.412768 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.414226 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.417882 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.419377 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.423051 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.424527 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.428176 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.429647 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.433281 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.434758 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.438425 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.439900 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.443563 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.445021 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.448668 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.450149 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.453806 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.455276 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.458935 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.460408 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.464061 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.465556 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.469215 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.470692 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.474335 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.475811 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.479443 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.480938 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.484611 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.486081 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.489706 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.491171 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.494803 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.496265 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.499897 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.501362 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.505016 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.506479 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.510152 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.511623 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.515260 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.516752 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.520404 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.521890 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.525540 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.527011 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.530675 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.532155 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.535819 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.537293 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.540979 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.542443 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.546092 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.547558 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.551203 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.552719 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.556363 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.557842 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.561492 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.562967 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.566607 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.568091 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.571725 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.573198 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.576874 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.578349 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.582009 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.583484 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.587164 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.588711 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.592379 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.593853 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.597519 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.598998 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.602665 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.604142 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.607792 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.609271 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.612953 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.614434 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.618088 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.619554 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.623228 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.624720 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.628396 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.629869 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.633579 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.635054 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.638755 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.640229 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.643900 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.645368 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.649058 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.650526 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.654217 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.655726 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.659364 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.660891 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.664553 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.666042 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.669722 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.671185 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.674863 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.676343 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.680032 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.681503 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.685194 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.686667 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.690343 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.691824 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.695500 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.697018 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.700703 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.702212 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.705899 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.707371 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.711024 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.712513 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.716176 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.717654 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.121759 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.128021 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8262 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.192934 tst                       trial-8262: Storing JUnit report in /build/trial-8262/run.2026-03-06_22-48-17/trial-8262.xml

--------------------------------------------------------------------------------------------
trial-8262 PASS
--------------------------------------------------------------------------------------------
22:49:44.203659 tst                       trial-8262: trial-8262: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8262/inst
+ cd trial-8262
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-06 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8262-run.tgz run.2026-03-06_22-48-17
+ tar czf /build/trial-8262-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-06_13_26_59.tgz osmo-bts-oc2g.build-2026-03-06_00_51_35.tgz osmo-bts-sysmo.build-2026-03-06_00_51_27.tgz osmo-bts.build-2026-03-06_00_51_35.tgz osmo-ggsn.build-2026-03-06_20_42_39.tgz osmo-hlr.build-2026-03-06_16_36_48.tgz osmo-hnbgw.build-2026-03-06_13_28_44.tgz osmo-mgw.build-2026-03-06_08_33_08.tgz osmo-msc.build-2026-03-06_13_34_48.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-06_07_34_53.tgz osmo-pcu-sysmo.build-2026-03-06_07_34_47.tgz osmo-pcu.build-2026-03-06_07_34_58.tgz osmo-sgsn.build-2026-03-06_20_48_29.tgz osmo-stp.build-2026-03-06_13_26_35.tgz osmo-trx.build-2026-03-06_14_21_29.tgz osmocom-bb.build-2026-03-06_21_17_23.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