Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring 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/jenkins11533985602680214158.sh
+ rm -rf trial-8185-bin.tgz trial-8185-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25078
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11054
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10484
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12887
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13212
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12898
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41316
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7587
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43466
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8428
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 13195
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7512
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11579
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7627
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9077
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6347
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 7512
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8102062189854702990.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-8185
+ 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
3e2224c ttcn3-bts-test: mount tracingfs only when needed
+ 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 [ 9/28] COPY	SSH /root/.ssh
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#31 [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
#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:8004770ec20e4aba258177ff561a9f52d213b0c17826a255da3ce5d318eff363 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=8186 -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=2025-12-20 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8186
+ mkdir -p trial-8186
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-20_13_26_34.tgz osmo-bts-oc2g.build-2025-12-20_00_52_36.tgz osmo-bts-sysmo.build-2025-12-20_00_52_14.tgz osmo-bts.build-2025-12-20_00_52_38.tgz osmo-ggsn.build-2025-12-20_20_42_57.tgz osmo-hlr.build-2025-12-20_16_36_52.tgz osmo-hnbgw.build-2025-12-20_13_30_54.tgz osmo-mgw.build-2025-12-20_08_33_13.tgz osmo-msc.build-2025-12-20_13_35_09.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-20_07_34_32.tgz osmo-pcu-sysmo.build-2025-12-20_07_36_53.tgz osmo-pcu.build-2025-12-20_07_36_59.tgz osmo-sgsn.build-2025-12-20_20_48_35.tgz osmo-stp.build-2025-12-20_13_25_24.tgz osmo-trx.build-2025-12-20_14_29_59.tgz osmocom-bb.build-2025-12-20_21_17_32.tgz srslte.build-19.tgz trial-8186
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-20_13_26_34.md5 osmo-bts-oc2g.build-2025-12-20_00_52_36.md5 osmo-bts-sysmo.build-2025-12-20_00_52_14.md5 osmo-bts.build-2025-12-20_00_52_38.md5 osmo-ggsn.build-2025-12-20_20_42_57.md5 osmo-hlr.build-2025-12-20_16_36_52.md5 osmo-hnbgw.build-2025-12-20_13_30_54.md5 osmo-mgw.build-2025-12-20_08_33_13.md5 osmo-msc.build-2025-12-20_13_35_09.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-20_07_34_32.md5 osmo-pcu-sysmo.build-2025-12-20_07_36_53.md5 osmo-pcu.build-2025-12-20_07_36_59.md5 osmo-sgsn.build-2025-12-20_20_48_35.md5 osmo-stp.build-2025-12-20_13_25_24.md5 osmo-trx.build-2025-12-20_14_29_59.md5 osmocom-bb.build-2025-12-20_21_17_32.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-20_13_26_34.md5 osmo-bts-oc2g.build-2025-12-20_00_52_36.md5 osmo-bts-sysmo.build-2025-12-20_00_52_14.md5 osmo-bts.build-2025-12-20_00_52_38.md5 osmo-ggsn.build-2025-12-20_20_42_57.md5 osmo-hlr.build-2025-12-20_16_36_52.md5 osmo-hnbgw.build-2025-12-20_13_30_54.md5 osmo-mgw.build-2025-12-20_08_33_13.md5 osmo-msc.build-2025-12-20_13_35_09.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-20_07_34_32.md5 osmo-pcu-sysmo.build-2025-12-20_07_36_53.md5 osmo-pcu.build-2025-12-20_07_36_59.md5 osmo-sgsn.build-2025-12-20_20_48_35.md5 osmo-stp.build-2025-12-20_13_25_24.md5 osmo-trx.build-2025-12-20_14_29_59.md5 osmocom-bb.build-2025-12-20_21_17_32.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-8186 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8186'
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-8186
--------------------------------------------------------------------------------------------
22:48:16.386282 tst                       trial-8186: Detailed log at /build/trial-8186/run.2025-12-20_22-48-16/log

---------------------------------------------------------------------
trial-8186 netreg_mass
---------------------------------------------------------------------
22:48:16.591109 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.591445 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.592239 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.593395 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.638412 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.639523 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.641022 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.719546 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-8186 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.720325 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.735404 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.735942 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.736424 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.736889 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.737356 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.737821 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.738259 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.769452 tst         register_default_mass.py: using LAC 2
22:48:16.792806 tst         register_default_mass.py: using RAC 2
22:48:16.819797 tst         register_default_mass.py: using CellId 2
22:48:16.848357 tst         register_default_mass.py: using BVCI 3
22:48:16.861715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.862378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.862954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.863462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.863981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.864489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.864994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.865519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.866045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.866555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.867067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.867590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.868115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.868635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.869161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.869680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.870189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.870718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.871233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.871738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.872239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.872769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.873287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.873813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.874331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.874840 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.875362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.875872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.876382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.876901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.877425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.877941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.878455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.878993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.879511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.880026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.880543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.881064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.881575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.882091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.882599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.883105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.883612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.884127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.884644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.885148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.885661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.886176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.886674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.887189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.887700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.888199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.888712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.889227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.889725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.890231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.890741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.891245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.891744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.892249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.892757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.893260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.893760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.894287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.894787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.895283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.895803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.896311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.896831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.897332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.897829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.898345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.898913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.899414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.899925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.900423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.900917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.901409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.901926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.902426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.902919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.903430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.903931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.904429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.904916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.905424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.905919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.906411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.906918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.907423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.907921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.908434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.908946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.909459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.909959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.910454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.910950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.911463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.911967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.912460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.912974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.913534 tst      register_default_mass.py:21: Launching a simple network
22:48:16.923460 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.042885 run            create_hlr_db(pid=20): Launched
22:48:18.057463 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.073586 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.088347 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.093932 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.281157 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.295960 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.301614 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.718694 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.733852 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.748930 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.876307 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.891263 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.896942 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.920222 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.935146 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.940799 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.254677 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.269746 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.295979 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.468793 run         osmo-bts-virtual(pid=34): Launched
22:48:29.515104 tst         register_default_mass.py: using MSISDN 1001
22:48:29.525220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.565258 tst         register_default_mass.py: using MSISDN 1002
22:48:29.583754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.614854 tst         register_default_mass.py: using MSISDN 1003
22:48:29.629994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.661278 tst         register_default_mass.py: using MSISDN 1004
22:48:29.675970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.706780 tst         register_default_mass.py: using MSISDN 1005
22:48:29.721353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.752270 tst         register_default_mass.py: using MSISDN 1006
22:48:29.766887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.797531 tst         register_default_mass.py: using MSISDN 1007
22:48:29.811888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.842551 tst         register_default_mass.py: using MSISDN 1008
22:48:29.857018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.887666 tst         register_default_mass.py: using MSISDN 1009
22:48:29.902140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.932613 tst         register_default_mass.py: using MSISDN 1010
22:48:29.947261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.977746 tst         register_default_mass.py: using MSISDN 1011
22:48:29.992208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.023281 tst         register_default_mass.py: using MSISDN 1012
22:48:30.037997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.068731 tst         register_default_mass.py: using MSISDN 1013
22:48:30.083443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.114333 tst         register_default_mass.py: using MSISDN 1014
22:48:30.128917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.159637 tst         register_default_mass.py: using MSISDN 1015
22:48:30.174086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.204804 tst         register_default_mass.py: using MSISDN 1016
22:48:30.219498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.250241 tst         register_default_mass.py: using MSISDN 1017
22:48:30.264852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.295879 tst         register_default_mass.py: using MSISDN 1018
22:48:30.310637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.341164 tst         register_default_mass.py: using MSISDN 1019
22:48:30.355568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.390029 tst         register_default_mass.py: using MSISDN 1020
22:48:30.406618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.437229 tst         register_default_mass.py: using MSISDN 1021
22:48:30.447272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.477651 tst         register_default_mass.py: using MSISDN 1022
22:48:30.493421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.531408 tst         register_default_mass.py: using MSISDN 1023
22:48:30.548979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.578796 tst         register_default_mass.py: using MSISDN 1024
22:48:30.593242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.622995 tst         register_default_mass.py: using MSISDN 1025
22:48:30.637109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.666800 tst         register_default_mass.py: using MSISDN 1026
22:48:30.680728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.710193 tst         register_default_mass.py: using MSISDN 1027
22:48:30.724137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.753716 tst         register_default_mass.py: using MSISDN 1028
22:48:30.767570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.797189 tst         register_default_mass.py: using MSISDN 1029
22:48:30.811197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.841007 tst         register_default_mass.py: using MSISDN 1030
22:48:30.854980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.884479 tst         register_default_mass.py: using MSISDN 1031
22:48:30.898562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.928027 tst         register_default_mass.py: using MSISDN 1032
22:48:30.941979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.971329 tst         register_default_mass.py: using MSISDN 1033
22:48:30.985224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.014720 tst         register_default_mass.py: using MSISDN 1034
22:48:31.028622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.058321 tst         register_default_mass.py: using MSISDN 1035
22:48:31.072371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.102214 tst         register_default_mass.py: using MSISDN 1036
22:48:31.116258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.145978 tst         register_default_mass.py: using MSISDN 1037
22:48:31.160016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.189790 tst         register_default_mass.py: using MSISDN 1038
22:48:31.203737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.233485 tst         register_default_mass.py: using MSISDN 1039
22:48:31.247603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.277439 tst         register_default_mass.py: using MSISDN 1040
22:48:31.291440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.320790 tst         register_default_mass.py: using MSISDN 1041
22:48:31.334699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.364303 tst         register_default_mass.py: using MSISDN 1042
22:48:31.378269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.408030 tst         register_default_mass.py: using MSISDN 1043
22:48:31.422165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.451894 tst         register_default_mass.py: using MSISDN 1044
22:48:31.465890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.495928 tst         register_default_mass.py: using MSISDN 1045
22:48:31.509906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.539435 tst         register_default_mass.py: using MSISDN 1046
22:48:31.553466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.583430 tst         register_default_mass.py: using MSISDN 1047
22:48:31.597686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.627387 tst         register_default_mass.py: using MSISDN 1048
22:48:31.641336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.671235 tst         register_default_mass.py: using MSISDN 1049
22:48:31.685409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.715194 tst         register_default_mass.py: using MSISDN 1050
22:48:31.729234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.759144 tst         register_default_mass.py: using MSISDN 1051
22:48:31.773276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.803221 tst         register_default_mass.py: using MSISDN 1052
22:48:31.817344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.847132 tst         register_default_mass.py: using MSISDN 1053
22:48:31.861078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.890904 tst         register_default_mass.py: using MSISDN 1054
22:48:31.904942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.934612 tst         register_default_mass.py: using MSISDN 1055
22:48:31.948596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.978709 tst         register_default_mass.py: using MSISDN 1056
22:48:31.992959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.022848 tst         register_default_mass.py: using MSISDN 1057
22:48:32.037014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.066491 tst         register_default_mass.py: using MSISDN 1058
22:48:32.080444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.110106 tst         register_default_mass.py: using MSISDN 1059
22:48:32.124161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.154222 tst         register_default_mass.py: using MSISDN 1060
22:48:32.168420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.198129 tst         register_default_mass.py: using MSISDN 1061
22:48:32.212003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.241810 tst         register_default_mass.py: using MSISDN 1062
22:48:32.255803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.285570 tst         register_default_mass.py: using MSISDN 1063
22:48:32.299537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.329501 tst         register_default_mass.py: using MSISDN 1064
22:48:32.343675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.373601 tst         register_default_mass.py: using MSISDN 1065
22:48:32.387825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.417797 tst         register_default_mass.py: using MSISDN 1066
22:48:32.431789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.461393 tst         register_default_mass.py: using MSISDN 1067
22:48:32.474697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.504663 tst         register_default_mass.py: using MSISDN 1068
22:48:32.518830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.548781 tst         register_default_mass.py: using MSISDN 1069
22:48:32.562904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.593023 tst         register_default_mass.py: using MSISDN 1070
22:48:32.607253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.637331 tst         register_default_mass.py: using MSISDN 1071
22:48:32.651618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.681435 tst         register_default_mass.py: using MSISDN 1072
22:48:32.695602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.725838 tst         register_default_mass.py: using MSISDN 1073
22:48:32.740095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.770020 tst         register_default_mass.py: using MSISDN 1074
22:48:32.784131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.814247 tst         register_default_mass.py: using MSISDN 1075
22:48:32.828182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.858104 tst         register_default_mass.py: using MSISDN 1076
22:48:32.872217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.902116 tst         register_default_mass.py: using MSISDN 1077
22:48:32.916254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.946028 tst         register_default_mass.py: using MSISDN 1078
22:48:32.960077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.989934 tst         register_default_mass.py: using MSISDN 1079
22:48:33.003965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.033847 tst         register_default_mass.py: using MSISDN 1080
22:48:33.048025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.078153 tst         register_default_mass.py: using MSISDN 1081
22:48:33.092377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.122324 tst         register_default_mass.py: using MSISDN 1082
22:48:33.136430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.166311 tst         register_default_mass.py: using MSISDN 1083
22:48:33.180363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.210529 tst         register_default_mass.py: using MSISDN 1084
22:48:33.224866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.254794 tst         register_default_mass.py: using MSISDN 1085
22:48:33.268916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.298338 tst         register_default_mass.py: using MSISDN 1086
22:48:33.312084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.341698 tst         register_default_mass.py: using MSISDN 1087
22:48:33.355600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.385097 tst         register_default_mass.py: using MSISDN 1088
22:48:33.399015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.428791 tst         register_default_mass.py: using MSISDN 1089
22:48:33.442743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.472545 tst         register_default_mass.py: using MSISDN 1090
22:48:33.486738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.516888 tst         register_default_mass.py: using MSISDN 1091
22:48:33.531190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.561301 tst         register_default_mass.py: using MSISDN 1092
22:48:33.575483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.605550 tst         register_default_mass.py: using MSISDN 1093
22:48:33.619819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.649806 tst         register_default_mass.py: using MSISDN 1094
22:48:33.663918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.693726 tst         register_default_mass.py: using MSISDN 1095
22:48:33.707780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.737859 tst         register_default_mass.py: using MSISDN 1096
22:48:33.751898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.781954 tst         register_default_mass.py: using MSISDN 1097
22:48:33.796212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.826309 tst         register_default_mass.py: using MSISDN 1098
22:48:33.840413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.870336 tst         register_default_mass.py: using MSISDN 1099
22:48:33.884557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.914609 tst         register_default_mass.py: using MSISDN 1100
22:48:33.928718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.020753 run                             mass: Starting testcase
22:48:34.026305 run                             mass: Pre-launching all virtphy's
22:48:34.031766 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.044758 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.050820 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.063944 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.070008 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.082942 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.088966 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.101946 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.108029 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.121056 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.127166 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.140131 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.146161 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.159336 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.165386 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.178221 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.184202 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.197057 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.203078 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.215958 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.221908 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.234696 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.240661 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.253454 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.259465 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.272311 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.278277 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.291081 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.297064 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.309923 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.315871 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.328749 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.334722 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.347563 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.353562 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.366418 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.372384 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.385269 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.391255 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.404069 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.410027 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.422844 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.428831 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.441789 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.447715 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.460689 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.466684 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.479557 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.485520 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.498341 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.504309 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.517166 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.523169 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.536045 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.542019 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.554926 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.560905 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.573812 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.579746 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.592629 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.598598 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.611490 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.617474 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.630522 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.636475 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.649517 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.655588 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.668702 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.674690 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.687726 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.693691 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.706564 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.712526 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.725429 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.731424 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.744524 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.750502 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.763374 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.769330 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.782225 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.788180 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.801053 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.806984 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.819792 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.825746 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.838569 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.844496 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.857586 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.863576 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.876611 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.882591 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.895519 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.901511 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.914486 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.920491 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.933501 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.939530 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.952415 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.958422 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.971265 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.977265 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.990149 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.996156 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.009009 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.015047 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.027910 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.033903 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.046808 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.052763 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.065603 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.071584 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.084512 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.090458 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.103383 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.109337 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.122284 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.128232 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.141175 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.147119 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.160120 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.166060 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.178890 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.184894 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.197738 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.203697 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.216526 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.222470 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.235292 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.241204 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.254057 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.259985 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.272882 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.278810 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.291623 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.297651 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.310477 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.316420 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.329402 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.335320 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.348335 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.354328 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.367165 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.373135 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.386104 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.392171 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.405083 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.411020 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.423881 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.429878 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.442688 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.448687 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.461569 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.467495 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.480379 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.486320 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.499167 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.505118 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.517957 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.523905 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.536733 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.542732 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.555654 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.561599 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.574673 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.580640 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.593662 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.599606 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.612603 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.618538 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.631491 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.637472 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.650311 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.656242 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.669085 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.675039 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.687907 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.693871 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.706702 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.712673 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.725562 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.731517 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.744403 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.750355 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.763216 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.769161 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.782034 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.787963 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.801003 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.806966 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.820084 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.826031 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.838895 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.845002 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.857908 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.863991 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.876863 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.882870 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.895767 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.901713 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.914581 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.920514 run                             mass: Checking if sockets are in the filesystem
22:48:35.953143 run                osmo-ms-mob/00000: Starting mobile
22:48:35.966190 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.976867 run                             mass: MS start registered  {at=29501821.680218287, delay=0.0046291351318359375, ms=00000}
22:48:40.138738 run                osmo-ms-mob/00001: Starting mobile
22:48:40.151801 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.162308 run                             mass: MS start registered  {at=29501825.865656655, delay=0.004470396786928177, ms=00001}
22:48:41.305695 run                             mass: MS performed LU  {at=29501827.00892637, lu_delay=5.328708082437515, ms=00000}
22:48:41.968480 run                osmo-ms-mob/00002: Starting mobile
22:48:41.985277 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.995792 run                             mass: MS start registered  {at=29501827.699137382, delay=0.004459254443645477, ms=00002}
22:48:43.268273 run                osmo-ms-mob/00003: Starting mobile
22:48:43.285269 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.295575 run                             mass: MS start registered  {at=29501828.99892774, delay=0.0043247900903224945, ms=00003}
22:48:44.336811 run                osmo-ms-mob/00004: Starting mobile
22:48:44.349786 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.360224 run                             mass: MS start registered  {at=29501830.063576583, delay=0.0044196732342243195, ms=00004}
22:48:45.071062 run                             mass: MS performed LU  {at=29501830.774302933, lu_delay=4.908646278083324, ms=00001}
22:48:45.369568 run                osmo-ms-mob/00005: Starting mobile
22:48:45.386470 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.396866 run                             mass: MS start registered  {at=29501831.100217693, delay=0.004280753433704376, ms=00005}
22:48:46.253576 run                osmo-ms-mob/00006: Starting mobile
22:48:46.266855 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.277305 run                             mass: MS start registered  {at=29501831.980659094, delay=0.00435209646821022, ms=00006}
22:48:46.972835 run                             mass: MS performed LU  {at=29501832.67606988, lu_delay=4.9769324995577335, ms=00002}
22:48:47.168410 run                osmo-ms-mob/00007: Starting mobile
22:48:47.185145 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.195696 run                             mass: MS start registered  {at=29501832.899049435, delay=0.0045488253235816956, ms=00007}
22:48:47.936286 run                osmo-ms-mob/00008: Starting mobile
22:48:47.949603 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.960120 run                             mass: MS start registered  {at=29501833.663474783, delay=0.004535626620054245, ms=00008}
22:48:48.636578 run                osmo-ms-mob/00009: Starting mobile
22:48:48.649726 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.660262 run                             mass: MS start registered  {at=29501834.363617286, delay=0.004502981901168823, ms=00009}
22:48:48.837413 run                             mass: MS performed LU  {at=29501834.540654458, lu_delay=5.541726719588041, ms=00003}
22:48:49.370724 run                osmo-ms-mob/00010: Starting mobile
22:48:49.389046 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.395235 run                             mass: MS performed LU  {at=29501835.09859377, lu_delay=5.035017188638449, ms=00004}
22:48:49.401215 run                             mass: MS start registered  {at=29501835.104582794, delay=0.006006136536598206, ms=00010}
22:48:49.946888 run                osmo-ms-mob/00011: Starting mobile
22:48:49.960192 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.970956 run                             mass: MS start registered  {at=29501835.674305093, delay=0.004713043570518494, ms=00011}
22:48:50.560183 run                osmo-ms-mob/00012: Starting mobile
22:48:50.576528 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.587107 run                             mass: MS start registered  {at=29501836.290460274, delay=0.004606369882822037, ms=00012}
22:48:50.738246 run                             mass: MS performed LU  {at=29501836.441489037, lu_delay=5.341271344572306, ms=00005}
22:48:51.169219 run                osmo-ms-mob/00013: Starting mobile
22:48:51.185875 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.196492 run                             mass: MS start registered  {at=29501836.899847463, delay=0.004617262631654739, ms=00013}
22:48:51.255020 run                             mass: MS performed LU  {at=29501836.958263665, lu_delay=4.9776045717298985, ms=00006}
22:48:51.735787 run                osmo-ms-mob/00014: Starting mobile
22:48:51.748761 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.759545 run                             mass: MS start registered  {at=29501837.46289902, delay=0.004494700580835342, ms=00014}
22:48:52.369193 run                osmo-ms-mob/00015: Starting mobile
22:48:52.383848 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.394402 run                             mass: MS start registered  {at=29501838.097754966, delay=0.0042821429669857025, ms=00015}
22:48:52.603019 run                             mass: MS performed LU  {at=29501838.306260668, lu_delay=5.407211232930422, ms=00007}
22:48:52.649465 run                             mass: MS performed LU  {at=29501838.35271592, lu_delay=4.689241137355566, ms=00008}
22:48:52.836449 run                osmo-ms-mob/00016: Starting mobile
22:48:52.849910 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.860695 run                             mass: MS start registered  {at=29501838.56404829, delay=0.004642833024263382, ms=00016}
22:48:53.360727 run                osmo-ms-mob/00017: Starting mobile
22:48:53.374262 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.384874 run                             mass: MS start registered  {at=29501839.08822759, delay=0.004553977400064468, ms=00017}
22:48:53.946134 run                osmo-ms-mob/00018: Starting mobile
22:48:53.959678 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.971484 run                             mass: MS start registered  {at=29501839.67483589, delay=0.00575653463602066, ms=00018}
22:48:54.336872 run                osmo-ms-mob/00019: Starting mobile
22:48:54.350132 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.360938 run                             mass: MS start registered  {at=29501840.064291228, delay=0.004790611565113068, ms=00019}
22:48:54.504235 run                             mass: MS performed LU  {at=29501840.20748733, lu_delay=5.102904535830021, ms=00010}
22:48:54.550778 run                             mass: MS performed LU  {at=29501840.25403036, lu_delay=5.890413075685501, ms=00009}
22:48:54.860138 run                osmo-ms-mob/00020: Starting mobile
22:48:54.877024 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.883272 run                             mass: MS performed LU  {at=29501840.586630344, lu_delay=4.912325251847506, ms=00011}
22:48:54.889190 run                             mass: MS start registered  {at=29501840.592556827, delay=0.00594538077712059, ms=00020}
22:48:55.336489 run                osmo-ms-mob/00021: Starting mobile
22:48:55.350025 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.362905 run                             mass: MS start registered  {at=29501841.066257313, delay=0.006486635655164719, ms=00021}
22:48:55.735895 run                osmo-ms-mob/00022: Starting mobile
22:48:55.749017 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.760264 run                             mass: MS start registered  {at=29501841.463614915, delay=0.004857785999774933, ms=00022}
22:48:56.268712 run                osmo-ms-mob/00023: Starting mobile
22:48:56.286412 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.297208 run                             mass: MS start registered  {at=29501842.000558924, delay=0.004757363349199295, ms=00023}
22:48:56.368264 run                             mass: MS performed LU  {at=29501842.071531545, lu_delay=5.171684082597494, ms=00013}
22:48:56.415249 run                             mass: MS performed LU  {at=29501842.118498873, lu_delay=5.828038599342108, ms=00012}
22:48:56.521309 run                             mass: MS performed LU  {at=29501842.224560086, lu_delay=4.761661063879728, ms=00014}
22:48:56.536200 run                osmo-ms-mob/00024: Starting mobile
22:48:56.549496 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.560523 run                             mass: MS start registered  {at=29501842.263875574, delay=0.004957977682352066, ms=00024}
22:48:57.158481 run                osmo-ms-mob/00025: Starting mobile
22:48:57.174463 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.185505 run                             mass: MS start registered  {at=29501842.888853803, delay=0.005022458732128143, ms=00025}
22:48:57.549516 run                osmo-ms-mob/00026: Starting mobile
22:48:57.563475 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.574183 run                             mass: MS start registered  {at=29501843.277535193, delay=0.004644673317670822, ms=00026}
22:48:57.957885 run                osmo-ms-mob/00027: Starting mobile
22:48:57.974168 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.984890 run                             mass: MS start registered  {at=29501843.688245084, delay=0.0046111829578876495, ms=00027}
22:48:58.270619 run                             mass: MS performed LU  {at=29501843.9738721, lu_delay=4.885644510388374, ms=00017}
22:48:58.302113 run                osmo-ms-mob/00028: Starting mobile
22:48:58.316928 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.322926 run                             mass: MS performed LU  {at=29501844.026288882, lu_delay=5.462240591645241, ms=00016}
22:48:58.328759 run                             mass: MS start registered  {at=29501844.032127276, delay=0.005853407084941864, ms=00028}
22:48:58.385324 run                             mass: MS performed LU  {at=29501844.088577006, lu_delay=5.990822039544582, ms=00015}
22:48:58.758923 run                osmo-ms-mob/00029: Starting mobile
22:48:58.775130 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.786071 run                             mass: MS start registered  {at=29501844.48940922, delay=0.00493888184428215, ms=00029}
22:48:59.149138 run                osmo-ms-mob/00030: Starting mobile
22:48:59.162983 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.173941 run                             mass: MS start registered  {at=29501844.877295315, delay=0.004610218107700348, ms=00030}
22:48:59.536097 run                osmo-ms-mob/00031: Starting mobile
22:48:59.549001 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.559854 run                             mass: MS start registered  {at=29501845.263208214, delay=0.00463472306728363, ms=00031}
22:48:59.849725 run                osmo-ms-mob/00032: Starting mobile
22:48:59.863795 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.874768 run                             mass: MS start registered  {at=29501845.578121077, delay=0.004688899964094162, ms=00032}
22:49:00.050939 run                             mass: MS performed LU  {at=29501845.75418869, lu_delay=4.687931377440691, ms=00021}
22:49:00.134736 run                             mass: MS performed LU  {at=29501845.837987456, lu_delay=6.163151565939188, ms=00018}
22:49:00.165286 run                osmo-ms-mob/00033: Starting mobile
22:49:00.178438 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.184856 run                             mass: MS performed LU  {at=29501845.88821724, lu_delay=5.823926012963057, ms=00019}
22:49:00.190787 run                             mass: MS start registered  {at=29501845.89415358, delay=0.0059531256556510925, ms=00033}
22:49:00.305736 run                             mass: MS performed LU  {at=29501846.008985307, lu_delay=5.416428480297327, ms=00020}
22:49:00.650554 run                osmo-ms-mob/00034: Starting mobile
22:49:00.664276 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.675369 run                             mass: MS start registered  {at=29501846.37872141, delay=0.004889983683824539, ms=00034}
22:49:00.959461 run                osmo-ms-mob/00035: Starting mobile
22:49:00.976149 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.987583 run                             mass: MS start registered  {at=29501846.690935172, delay=0.0048700012266635895, ms=00035}
22:49:01.337911 run                osmo-ms-mob/00036: Starting mobile
22:49:01.351212 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.363166 run                             mass: MS start registered  {at=29501847.06651759, delay=0.005581460893154144, ms=00036}
22:49:01.766492 run                osmo-ms-mob/00037: Starting mobile
22:49:01.781346 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.792039 run                             mass: MS start registered  {at=29501847.495390296, delay=0.004685286432504654, ms=00037}
22:49:02.037218 run                osmo-ms-mob/00038: Starting mobile
22:49:02.050204 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.056184 run                             mass: MS performed LU  {at=29501847.759544134, lu_delay=5.495668560266495, ms=00024}
22:49:02.061964 run                             mass: MS start registered  {at=29501847.76533201, delay=0.005805518478155136, ms=00038}
22:49:02.080941 run                             mass: MS performed LU  {at=29501847.784282386, lu_delay=5.783723462373018, ms=00023}
22:49:02.092262 run                osmo-ms-mob/00039: Starting mobile
22:49:02.105270 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.115780 run                             mass: MS start registered  {at=29501847.819133993, delay=0.004529166966676712, ms=00039}
22:49:02.150742 run                             mass: MS performed LU  {at=29501847.853992198, lu_delay=6.3903772830963135, ms=00022}
22:49:02.207469 run                             mass: MS performed LU  {at=29501847.910720024, lu_delay=5.021866220980883, ms=00025}
22:49:02.460813 run                             mass: MS performed LU  {at=29501848.164065503, lu_delay=4.886530309915543, ms=00026}
22:49:02.489369 run                osmo-ms-mob/00040: Starting mobile
22:49:02.502300 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.513379 run                             mass: MS start registered  {at=29501848.216733135, delay=0.004911895841360092, ms=00040}
22:49:03.049494 run                osmo-ms-mob/00041: Starting mobile
22:49:03.063883 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.074912 run                             mass: MS start registered  {at=29501848.778266575, delay=0.005046140402555466, ms=00041}
22:49:03.344976 run                osmo-ms-mob/00042: Starting mobile
22:49:03.358724 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.370245 run                             mass: MS start registered  {at=29501849.073597904, delay=0.005257368087768555, ms=00042}
22:49:03.768005 run                osmo-ms-mob/00043: Starting mobile
22:49:03.784807 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.795450 run                             mass: MS start registered  {at=29501849.49880499, delay=0.00472867488861084, ms=00043}
22:49:03.816030 run                             mass: MS performed LU  {at=29501849.519371323, lu_delay=5.487244047224522, ms=00028}
22:49:03.900477 run                             mass: MS performed LU  {at=29501849.6037279, lu_delay=4.726432584226131, ms=00030}
22:49:03.953108 run                osmo-ms-mob/00044: Starting mobile
22:49:03.966239 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.972195 run                             mass: MS performed LU  {at=29501849.675556257, lu_delay=5.98731117323041, ms=00027}
22:49:03.978035 run                             mass: MS start registered  {at=29501849.68140203, delay=0.005862157791852951, ms=00044}
22:49:04.070719 run                             mass: MS performed LU  {at=29501849.773969218, lu_delay=5.28455999866128, ms=00029}
22:49:04.099212 run                osmo-ms-mob/00045: Starting mobile
22:49:04.112794 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.123504 run                             mass: MS start registered  {at=29501849.826857127, delay=0.004577402025461197, ms=00045}
22:49:04.676287 run                osmo-ms-mob/00046: Starting mobile
22:49:04.692187 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.703219 run                             mass: MS start registered  {at=29501850.406573158, delay=0.005023933947086334, ms=00046}
22:49:04.949389 run                osmo-ms-mob/00047: Starting mobile
22:49:04.963517 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.974825 run                             mass: MS start registered  {at=29501850.67817648, delay=0.005303226411342621, ms=00047}
22:49:05.237174 run                osmo-ms-mob/00048: Starting mobile
22:49:05.250863 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.261550 run                             mass: MS start registered  {at=29501850.96490323, delay=0.004547480493783951, ms=00048}
22:49:05.536942 run                osmo-ms-mob/00049: Starting mobile
22:49:05.550370 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.561206 run                             mass: MS start registered  {at=29501851.264560685, delay=0.004770386964082718, ms=00049}
22:49:05.801296 run                             mass: MS performed LU  {at=29501851.504546717, lu_delay=6.24133850261569, ms=00031}
22:49:05.833440 run                osmo-ms-mob/00050: Starting mobile
22:49:05.848227 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.854355 run                             mass: MS performed LU  {at=29501851.557716142, lu_delay=4.8667809702456, ms=00035}
22:49:05.860319 run                             mass: MS start registered  {at=29501851.56368601, delay=0.005986548960208893, ms=00050}
22:49:05.917950 run                             mass: MS performed LU  {at=29501851.62119899, lu_delay=6.043077912181616, ms=00032}
22:49:05.973717 run                             mass: MS performed LU  {at=29501851.676966183, lu_delay=5.782812602818012, ms=00033}
22:49:06.000114 run                osmo-ms-mob/00051: Starting mobile
22:49:06.013356 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.024004 run                             mass: MS start registered  {at=29501851.727360558, delay=0.00464276596903801, ms=00051}
22:49:06.244998 run                             mass: MS performed LU  {at=29501851.948249508, lu_delay=4.881731916218996, ms=00036}
22:49:06.555102 run                osmo-ms-mob/00052: Starting mobile
22:49:06.569909 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.582142 run                             mass: MS start registered  {at=29501852.285490964, delay=0.005804900079965591, ms=00052}
22:49:06.847961 run                osmo-ms-mob/00053: Starting mobile
22:49:06.861850 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.872986 run                             mass: MS start registered  {at=29501852.57633882, delay=0.004849828779697418, ms=00053}
22:49:07.150286 run                osmo-ms-mob/00054: Starting mobile
22:49:07.164003 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.175321 run                             mass: MS start registered  {at=29501852.87867361, delay=0.00489865243434906, ms=00054}
22:49:07.467825 run                osmo-ms-mob/00055: Starting mobile
22:49:07.483425 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.494241 run                             mass: MS start registered  {at=29501853.197594628, delay=0.004760324954986572, ms=00055}
22:49:07.583245 run                             mass: MS performed LU  {at=29501853.286497504, lu_delay=5.4673635102808475, ms=00039}
22:49:07.665765 run                             mass: MS performed LU  {at=29501853.36901443, lu_delay=5.603682421147823, ms=00038}
22:49:07.694205 run                osmo-ms-mob/00056: Starting mobile
22:49:07.707532 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.718330 run                             mass: MS start registered  {at=29501853.42168472, delay=0.0046493299305438995, ms=00056}
22:49:07.836724 run                             mass: MS performed LU  {at=29501853.539918296, lu_delay=6.044528000056744, ms=00037}
22:49:07.910372 run                             mass: MS performed LU  {at=29501853.613638688, lu_delay=4.835372112691402, ms=00041}
22:49:07.937472 run                osmo-ms-mob/00057: Starting mobile
22:49:07.950820 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.961541 run                             mass: MS start registered  {at=29501853.664896864, delay=0.004557538777589798, ms=00057}
22:49:08.443302 run                osmo-ms-mob/00058: Starting mobile
22:49:08.456853 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.468225 run                             mass: MS start registered  {at=29501854.171578687, delay=0.0049174875020980835, ms=00058}
22:49:08.748246 run                osmo-ms-mob/00059: Starting mobile
22:49:08.762515 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.773661 run                             mass: MS start registered  {at=29501854.47700982, delay=0.004813984036445618, ms=00059}
22:49:09.051366 run                osmo-ms-mob/00060: Starting mobile
22:49:09.065198 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.076936 run                             mass: MS start registered  {at=29501854.78028965, delay=0.005482010543346405, ms=00060}
22:49:09.468050 run                osmo-ms-mob/00061: Starting mobile
22:49:09.485464 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.491499 run                             mass: MS performed LU  {at=29501855.194858868, lu_delay=4.788285709917545, ms=00046}
22:49:09.497382 run                             mass: MS start registered  {at=29501855.200749245, delay=0.00590851902961731, ms=00061}
22:49:09.503586 run                             mass: MS performed LU  {at=29501855.206946466, lu_delay=4.528769984841347, ms=00047}
22:49:09.514544 run                osmo-ms-mob/00062: Starting mobile
22:49:09.527998 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.539007 run                             mass: MS start registered  {at=29501855.242359318, delay=0.004907526075839996, ms=00062}
22:49:09.613330 run                             mass: MS performed LU  {at=29501855.316594288, lu_delay=5.635192256420851, ms=00044}
22:49:09.775288 run                             mass: MS performed LU  {at=29501855.47853945, lu_delay=6.404941543936729, ms=00042}
22:49:09.804548 run                osmo-ms-mob/00063: Starting mobile
22:49:09.818006 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.824033 run                             mass: MS performed LU  {at=29501855.527394436, lu_delay=6.028589446097612, ms=00043}
22:49:09.829868 run                             mass: MS start registered  {at=29501855.53323614, delay=0.005858205258846283, ms=00063}
22:49:10.408471 run                             mass: MS performed LU  {at=29501856.11163125, lu_delay=3.826140284538269, ms=00052}
22:49:10.438077 run                osmo-ms-mob/00064: Starting mobile
22:49:10.452072 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.463735 run                             mass: MS start registered  {at=29501856.167085305, delay=0.005487449467182159, ms=00064}
22:49:10.489914 run                             mass: MS performed LU  {at=29501856.193163894, lu_delay=6.366306766867638, ms=00045}
22:49:10.588177 run                             mass: MS performed LU  {at=29501856.291440144, lu_delay=4.727754134684801, ms=00050}
22:49:10.620926 run                             mass: MS performed LU  {at=29501856.324278265, lu_delay=3.747939445078373, ms=00053}
22:49:10.634074 run                osmo-ms-mob/00065: Starting mobile
22:49:10.647689 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.658863 run                             mass: MS start registered  {at=29501856.362215, delay=0.004702780395746231, ms=00065}
22:49:11.164822 run                osmo-ms-mob/00066: Starting mobile
22:49:11.188729 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.200087 run                             mass: MS start registered  {at=29501856.903425355, delay=0.005168318748474121, ms=00066}
22:49:11.367823 run                             mass: MS performed LU  {at=29501857.071036424, lu_delay=6.106133192777634, ms=00048}
22:49:11.440891 run                             mass: MS performed LU  {at=29501857.14415389, lu_delay=5.879593204706907, ms=00049}
22:49:11.468496 run                osmo-ms-mob/00067: Starting mobile
22:49:11.481819 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.493270 run                             mass: MS start registered  {at=29501857.196623605, delay=0.004985935986042023, ms=00067}
22:49:11.867354 run                osmo-ms-mob/00068: Starting mobile
22:49:11.884333 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.897599 run                             mass: MS start registered  {at=29501857.60094825, delay=0.006762739270925522, ms=00068}
22:49:12.252713 run                osmo-ms-mob/00069: Starting mobile
22:49:12.267142 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.278352 run                             mass: MS start registered  {at=29501857.981700677, delay=0.004760712385177612, ms=00069}
22:49:12.437595 run                             mass: MS performed LU  {at=29501858.140832767, lu_delay=6.413472209125757, ms=00051}
22:49:12.508014 run                             mass: MS performed LU  {at=29501858.211277947, lu_delay=4.546381082385778, ms=00057}
22:49:12.549408 run                osmo-ms-mob/00070: Starting mobile
22:49:12.562933 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.575360 run                             mass: MS start registered  {at=29501858.278709356, delay=0.006051994860172272, ms=00070}
22:49:13.051993 run                osmo-ms-mob/00071: Starting mobile
22:49:13.065856 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.077042 run                             mass: MS start registered  {at=29501858.78039543, delay=0.0048781223595142365, ms=00071}
22:49:13.212899 run                             mass: MS performed LU  {at=29501858.91616709, lu_delay=4.744588404893875, ms=00058}
22:49:13.269812 run                             mass: MS performed LU  {at=29501858.973059088, lu_delay=4.496049266308546, ms=00059}
22:49:13.287925 run                             mass: MS performed LU  {at=29501858.99101591, lu_delay=6.112342301756144, ms=00054}
22:49:13.317382 run                osmo-ms-mob/00072: Starting mobile
22:49:13.330651 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.341820 run                             mass: MS start registered  {at=29501859.045169428, delay=0.005023092031478882, ms=00072}
22:49:13.541157 run                             mass: MS performed LU  {at=29501859.244406424, lu_delay=6.046811796724796, ms=00055}
22:49:13.576900 run                             mass: MS performed LU  {at=29501859.2802061, lu_delay=5.85852137953043, ms=00056}
22:49:13.878359 run                osmo-ms-mob/00073: Starting mobile
22:49:13.895454 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.906594 run                             mass: MS start registered  {at=29501859.609954003, delay=0.004937063902616501, ms=00073}
22:49:14.244852 run                osmo-ms-mob/00074: Starting mobile
22:49:14.259845 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.271164 run                             mass: MS start registered  {at=29501859.974508636, delay=0.005061551928520203, ms=00074}
22:49:14.390021 run                             mass: MS performed LU  {at=29501860.09321455, lu_delay=3.7309995479881763, ms=00065}
22:49:14.414945 run                             mass: MS performed LU  {at=29501860.11830627, lu_delay=3.951220966875553, ms=00064}
22:49:14.651601 run                osmo-ms-mob/00075: Starting mobile
22:49:14.666094 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.676945 run                             mass: MS start registered  {at=29501860.380296092, delay=0.004513856023550034, ms=00075}
22:49:15.176791 run                osmo-ms-mob/00076: Starting mobile
22:49:15.192987 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.199293 run                             mass: MS performed LU  {at=29501860.90265137, lu_delay=5.66029205173254, ms=00062}
22:49:15.205094 run                             mass: MS performed LU  {at=29501860.90845945, lu_delay=5.7077102065086365, ms=00061}
22:49:15.211400 run                             mass: MS start registered  {at=29501860.914766323, delay=0.012134302407503128, ms=00076}
22:49:15.243479 run                             mass: MS performed LU  {at=29501860.946790356, lu_delay=5.413554217666388, ms=00063}
22:49:15.259437 run                osmo-ms-mob/00077: Starting mobile
22:49:15.272809 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.283509 run                             mass: MS start registered  {at=29501860.98686222, delay=0.004694953560829163, ms=00077}
22:49:15.442286 run                             mass: MS performed LU  {at=29501861.145536043, lu_delay=6.365246392786503, ms=00060}
22:49:16.050064 run                osmo-ms-mob/00078: Starting mobile
22:49:16.064118 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.078539 run                             mass: MS start registered  {at=29501861.781872462, delay=0.007940579205751419, ms=00078}
22:49:16.449581 run                osmo-ms-mob/00079: Starting mobile
22:49:16.463300 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.474051 run                             mass: MS start registered  {at=29501862.177406225, delay=0.004714272916316986, ms=00079}
22:49:16.936279 run                osmo-ms-mob/00080: Starting mobile
22:49:16.949340 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.960092 run                             mass: MS start registered  {at=29501862.663447052, delay=0.004755605012178421, ms=00080}
22:49:17.099241 run                             mass: MS performed LU  {at=29501862.80249489, lu_delay=5.899069536477327, ms=00066}
22:49:17.145196 run                             mass: MS performed LU  {at=29501862.848444957, lu_delay=5.651821352541447, ms=00067}
22:49:17.214595 run                             mass: MS performed LU  {at=29501862.917847566, lu_delay=5.316899314522743, ms=00068}
22:49:17.270708 run                             mass: MS performed LU  {at=29501862.973976642, lu_delay=4.992275964468718, ms=00069}
22:49:17.295682 run                osmo-ms-mob/00081: Starting mobile
22:49:17.308762 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.314830 run                             mass: MS performed LU  {at=29501863.01819085, lu_delay=4.739481493830681, ms=00070}
22:49:17.320627 run                             mass: MS start registered  {at=29501863.023991358, delay=0.005818057805299759, ms=00081}
22:49:17.836637 run                osmo-ms-mob/00082: Starting mobile
22:49:17.849952 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.860669 run                             mass: MS start registered  {at=29501863.56402302, delay=0.00441167876124382, ms=00082}
22:49:18.451454 run                osmo-ms-mob/00083: Starting mobile
22:49:18.465530 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.476329 run                             mass: MS start registered  {at=29501864.179682948, delay=0.004751872271299362, ms=00083}
22:49:18.881087 run                             mass: MS performed LU  {at=29501864.58431692, lu_delay=5.539147492498159, ms=00072}
22:49:18.940958 run                osmo-ms-mob/00084: Starting mobile
22:49:18.955767 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.961939 run                             mass: MS performed LU  {at=29501864.665276334, lu_delay=4.690767697989941, ms=00074}
22:49:18.967830 run                             mass: MS start registered  {at=29501864.671196744, delay=0.005972564220428467, ms=00084}
22:49:19.010083 run                             mass: MS performed LU  {at=29501864.713332918, lu_delay=5.932937487959862, ms=00071}
22:49:19.134231 run                             mass: MS performed LU  {at=29501864.83747833, lu_delay=5.227524325251579, ms=00073}
22:49:19.468053 run                osmo-ms-mob/00085: Starting mobile
22:49:19.485128 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.495794 run                             mass: MS start registered  {at=29501865.19914847, delay=0.004585232585668564, ms=00085}
22:49:20.036187 run                osmo-ms-mob/00086: Starting mobile
22:49:20.049703 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.060547 run                             mass: MS start registered  {at=29501865.763900887, delay=0.004796799272298813, ms=00086}
22:49:20.668018 run                osmo-ms-mob/00087: Starting mobile
22:49:20.685123 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.695962 run                             mass: MS start registered  {at=29501866.399316438, delay=0.00486396998167038, ms=00087}
22:49:20.864797 run                             mass: MS performed LU  {at=29501866.56804499, lu_delay=6.187748897820711, ms=00075}
22:49:20.910626 run                             mass: MS performed LU  {at=29501866.6138756, lu_delay=4.832003138959408, ms=00078}
22:49:20.980191 run                             mass: MS performed LU  {at=29501866.683437727, lu_delay=5.768671404570341, ms=00076}
22:49:21.037123 run                             mass: MS performed LU  {at=29501866.740383394, lu_delay=5.753521174192429, ms=00077}
22:49:21.050610 run                osmo-ms-mob/00088: Starting mobile
22:49:21.063936 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.074622 run                             mass: MS start registered  {at=29501866.777976584, delay=0.004567466676235199, ms=00088}
22:49:21.290613 run                             mass: MS performed LU  {at=29501866.993862834, lu_delay=4.816456608474255, ms=00079}
22:49:21.849389 run                osmo-ms-mob/00089: Starting mobile
22:49:21.863768 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.874865 run                             mass: MS start registered  {at=29501867.578214854, delay=0.005030117928981781, ms=00089}
22:49:22.450798 run                osmo-ms-mob/00090: Starting mobile
22:49:22.464525 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.476034 run                             mass: MS start registered  {at=29501868.179383263, delay=0.00513860210776329, ms=00090}
22:49:22.646407 run                             mass: MS performed LU  {at=29501868.349657968, lu_delay=4.785634946078062, ms=00082}
22:49:22.729664 run                             mass: MS performed LU  {at=29501868.432918966, lu_delay=5.408927608281374, ms=00081}
22:49:22.775534 run                             mass: MS performed LU  {at=29501868.47878344, lu_delay=5.815336387604475, ms=00080}
22:49:22.900518 run                             mass: MS performed LU  {at=29501868.603764806, lu_delay=22.225043397396803, ms=00034}
22:49:23.165133 run                osmo-ms-mob/00091: Starting mobile
22:49:23.181289 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.192172 run                             mass: MS start registered  {at=29501868.89552676, delay=0.004803366959095001, ms=00091}
22:49:23.850154 run                osmo-ms-mob/00092: Starting mobile
22:49:23.864266 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.875120 run                             mass: MS start registered  {at=29501869.578473117, delay=0.0048257894814014435, ms=00092}
22:49:24.668332 run                osmo-ms-mob/00093: Starting mobile
22:49:24.685689 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.691648 run                             mass: MS performed LU  {at=29501870.395008456, lu_delay=4.631107568740845, ms=00086}
22:49:24.697500 run                             mass: MS performed LU  {at=29501870.400866386, lu_delay=5.201717916876078, ms=00085}
22:49:24.703186 run                             mass: MS start registered  {at=29501870.40655321, delay=0.011561881750822067, ms=00093}
22:49:24.746350 run                             mass: MS performed LU  {at=29501870.449601572, lu_delay=6.269918624311686, ms=00083}
22:49:24.802957 run                             mass: MS performed LU  {at=29501870.506216217, lu_delay=5.83501947298646, ms=00084}
22:49:24.826812 run                             mass: MS performed LU  {at=29501870.5301744, lu_delay=22.313441265374422, ms=00040}
22:49:25.548387 run                osmo-ms-mob/00094: Starting mobile
22:49:25.562799 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.574209 run                             mass: MS start registered  {at=29501871.277557697, delay=0.005316257476806641, ms=00094}
22:49:26.475661 run                osmo-ms-mob/00095: Starting mobile
22:49:26.491722 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.498131 run                             mass: MS performed LU  {at=29501872.201488554, lu_delay=5.802172116935253, ms=00087}
22:49:26.503943 run                             mass: MS start registered  {at=29501872.20731002, delay=0.005839601159095764, ms=00095}
22:49:26.541663 run                             mass: MS performed LU  {at=29501872.244934674, lu_delay=5.466958090662956, ms=00088}
22:49:26.647420 run                             mass: MS performed LU  {at=29501872.35066823, lu_delay=4.772453375160694, ms=00089}
22:49:27.448866 run                osmo-ms-mob/00096: Starting mobile
22:49:27.462707 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.473985 run                             mass: MS start registered  {at=29501873.177337848, delay=0.0052623450756073, ms=00096}
22:49:28.396191 run                             mass: MS performed LU  {at=29501874.099440105, lu_delay=5.2039133459329605, ms=00091}
22:49:28.443201 run                             mass: MS performed LU  {at=29501874.146449115, lu_delay=5.96706585213542, ms=00090}
22:49:28.466213 run                osmo-ms-mob/00097: Starting mobile
22:49:28.479010 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.490372 run                             mass: MS start registered  {at=29501874.193724934, delay=0.005435846745967865, ms=00097}
22:49:28.747801 run                             mass: MS performed LU  {at=29501874.451046124, lu_delay=4.872573006898165, ms=00092}
22:49:29.867417 run                osmo-ms-mob/00098: Starting mobile
22:49:29.883741 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.894896 run                             mass: MS start registered  {at=29501875.598249547, delay=0.005168687552213669, ms=00098}
22:49:30.261760 run                             mass: MS performed LU  {at=29501875.964759454, lu_delay=4.687201756983995, ms=00094}
22:49:30.307534 run                             mass: MS performed LU  {at=29501876.01078162, lu_delay=5.604228410869837, ms=00093}
22:49:31.650365 run                osmo-ms-mob/00099: Starting mobile
22:49:31.664156 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.670121 run                             mass: All started... {duration=55.74394677206874, too_slow=0}
22:49:31.675757 run                             mass: MS start registered  {at=29501877.379116982, delay=0.005629833787679672, ms=00099}
22:49:32.162925 run                             mass: MS performed LU  {at=29501877.86617388, lu_delay=5.658863857388496, ms=00095}
22:49:32.209148 run                             mass: MS performed LU  {at=29501877.912397306, lu_delay=4.735059458762407, ms=00096}
22:49:34.027186 run                             mass: MS performed LU  {at=29501879.730412237, lu_delay=5.536687303334475, ms=00097}
22:49:35.928205 run                             mass: MS performed LU  {at=29501881.6314533, lu_delay=6.03320375457406, ms=00098}
22:49:37.793221 run                             mass: MS performed LU  {at=29501883.496468086, lu_delay=6.1173511035740376, ms=00099}
22:49:37.816353 run                             mass: Tests done {all_completed=True, max=22.313441265374422, min=3.7309995479881763}
22:49:37.822118 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:37.827444 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:37.830686 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:37.833899 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:37.837282 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:37.840491 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:37.843783 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:37.847127 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:37.850515 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:37.853841 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:37.857136 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:37.860533 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:37.863938 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:37.867345 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:37.870765 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:37.874201 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:37.877608 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:37.881023 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:37.884474 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:37.887892 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:37.891316 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:37.894734 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:37.898148 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:37.901568 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:37.904996 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:37.908429 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:37.911841 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:37.915262 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:37.918685 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:37.922097 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:37.925532 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:37.928948 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:37.932378 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:37.936046 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:37.939490 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:37.942919 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:37.946343 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:37.949764 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:37.953404 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:37.956866 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:37.960289 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:37.963732 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:37.967139 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:37.970552 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:37.973990 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:37.977428 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:37.980913 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:37.984725 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:37.988431 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:37.992000 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:37.995330 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:37.998697 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.002351 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.005729 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.009149 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.012538 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.015960 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.019385 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.022808 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.026196 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.029783 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.033229 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.036611 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.040107 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.043535 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.046970 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.050283 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.053662 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.057081 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.060451 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.063820 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.067230 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.070642 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.074049 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.077461 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.080876 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.084209 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.087579 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.091016 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.094362 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.097784 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.101143 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.104573 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.107951 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.111308 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.114719 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.118114 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.121530 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.124848 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.128874 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.132209 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.135564 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.138991 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.142322 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.145688 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.149052 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.152935 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.156784 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.160563 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.163921 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.167288 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.170750 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.174133 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.177544 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.180888 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.184214 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.187625 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.190985 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.194361 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.197640 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.201033 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.204304 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.207694 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.211245 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.214703 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.218523 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.221948 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.225245 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.228509 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.231744 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.234960 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.238162 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.241356 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.244535 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.247725 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.250939 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.254127 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.257313 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.260500 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.263696 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.266895 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.270076 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.273270 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.276464 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.279652 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.282850 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.286030 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.289230 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.292424 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.295614 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.298809 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.302012 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.305214 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.308397 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.311587 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.314795 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.317982 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.321171 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.324362 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.327554 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.330759 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.333939 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.337141 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.340334 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.343519 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.346727 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.349928 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.353105 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.356295 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.359493 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.362689 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.365875 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:38.369084 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:38.372268 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:38.375458 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:38.378666 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:38.381861 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:38.385058 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:38.388252 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:38.391445 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:38.394633 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:38.397823 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:38.401001 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:38.404191 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:38.407386 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:38.410585 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:38.413775 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:38.416978 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:38.420244 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:38.423516 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:38.426780 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:38.430034 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:38.433283 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:38.436555 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:38.439946 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:38.443342 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:38.446759 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:38.450154 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:38.453523 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:38.456783 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:38.460027 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:38.463253 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:38.466452 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:38.469645 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:38.472837 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:38.475999 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:38.479228 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:38.482425 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:38.485620 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:38.488810 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:38.491998 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:38.495204 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:38.498394 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:38.501588 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:38.504766 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:38.507959 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:38.511153 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:38.514365 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:38.517556 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:38.520760 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:38.523947 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:38.527133 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:38.530344 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:38.533526 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:38.536731 ---      ParallelTerminationStrategy: PID 22 died...
22:49:38.538189 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:38.541734 ---      ParallelTerminationStrategy: PID 23 died...
22:49:38.543168 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:38.546695 ---      ParallelTerminationStrategy: PID 24 died...
22:49:38.548132 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:38.551675 ---      ParallelTerminationStrategy: PID 25 died...
22:49:38.553129 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:38.556669 ---      ParallelTerminationStrategy: PID 26 died...
22:49:38.558114 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:38.561667 ---      ParallelTerminationStrategy: PID 27 died...
22:49:38.563101 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:38.566644 ---      ParallelTerminationStrategy: PID 28 died...
22:49:38.568088 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:38.571642 ---      ParallelTerminationStrategy: PID 29 died...
22:49:38.573072 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:38.576631 ---      ParallelTerminationStrategy: PID 30 died...
22:49:38.578072 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:38.581637 ---      ParallelTerminationStrategy: PID 31 died...
22:49:38.583071 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:38.586654 ---      ParallelTerminationStrategy: PID 32 died...
22:49:38.588099 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:38.591668 ---      ParallelTerminationStrategy: PID 33 died...
22:49:38.593130 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:38.596714 ---      ParallelTerminationStrategy: PID 35 died...
22:49:38.598172 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:38.601742 ---      ParallelTerminationStrategy: PID 36 died...
22:49:38.603203 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:38.606782 ---      ParallelTerminationStrategy: PID 37 died...
22:49:38.608235 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:38.611825 ---      ParallelTerminationStrategy: PID 38 died...
22:49:38.613288 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:38.616885 ---      ParallelTerminationStrategy: PID 39 died...
22:49:38.618337 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:38.621904 ---      ParallelTerminationStrategy: PID 40 died...
22:49:38.623353 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:38.626906 ---      ParallelTerminationStrategy: PID 41 died...
22:49:38.628351 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:38.631933 ---      ParallelTerminationStrategy: PID 42 died...
22:49:38.633385 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:38.636936 ---      ParallelTerminationStrategy: PID 43 died...
22:49:38.638381 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:38.641936 ---      ParallelTerminationStrategy: PID 44 died...
22:49:38.643371 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:38.646919 ---      ParallelTerminationStrategy: PID 45 died...
22:49:38.648348 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:38.651894 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.653338 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:38.656897 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.658340 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:38.661878 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.663315 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:38.666844 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.668273 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:38.671799 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.673242 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:38.676800 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.678229 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:38.681752 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.683183 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:38.686708 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.688142 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:38.691692 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.693134 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:38.696655 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.698095 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:38.701634 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.703072 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:38.706618 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.708044 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:38.711562 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.713028 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:38.716570 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.718010 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:38.721551 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.722991 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:38.726524 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.727966 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:38.731589 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.733058 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:38.736661 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.738123 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:38.741708 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.743171 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:38.746784 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.748233 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:38.751829 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.753287 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:38.756919 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.758387 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:38.761994 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.763471 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:38.767095 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.768560 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:38.772159 ---      ParallelTerminationStrategy: PID 70 died...
22:49:38.773629 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:38.777221 ---      ParallelTerminationStrategy: PID 71 died...
22:49:38.778685 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:38.782281 ---      ParallelTerminationStrategy: PID 72 died...
22:49:38.783738 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:38.787349 ---      ParallelTerminationStrategy: PID 73 died...
22:49:38.788831 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:38.792443 ---      ParallelTerminationStrategy: PID 74 died...
22:49:38.793912 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:38.797525 ---      ParallelTerminationStrategy: PID 75 died...
22:49:38.798974 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:38.802509 ---      ParallelTerminationStrategy: PID 76 died...
22:49:38.803939 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:38.807479 ---      ParallelTerminationStrategy: PID 77 died...
22:49:38.808909 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:38.812433 ---      ParallelTerminationStrategy: PID 78 died...
22:49:38.813869 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:38.817428 ---      ParallelTerminationStrategy: PID 79 died...
22:49:38.818887 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:38.822495 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.823947 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:38.827550 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.829006 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:38.832592 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.834073 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:38.837688 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.839140 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:38.842768 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.844222 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:38.847833 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.849295 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:38.852922 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.854380 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:38.858013 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.859467 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:38.863068 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.864523 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:38.868141 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.869604 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:38.873231 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.874694 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:38.878296 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.879757 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:38.883356 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.884814 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:38.888420 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.889883 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:38.893485 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.894942 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:38.898557 ---      ParallelTerminationStrategy: PID 95 died...
22:49:38.900018 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:38.903628 ---      ParallelTerminationStrategy: PID 96 died...
22:49:38.905090 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:38.908680 ---      ParallelTerminationStrategy: PID 97 died...
22:49:38.910131 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:38.913760 ---      ParallelTerminationStrategy: PID 98 died...
22:49:38.915205 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:38.918810 ---      ParallelTerminationStrategy: PID 99 died...
22:49:38.920276 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:38.923902 ---      ParallelTerminationStrategy: PID 100 died...
22:49:38.925375 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:38.928977 ---      ParallelTerminationStrategy: PID 101 died...
22:49:38.930435 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:38.934035 ---      ParallelTerminationStrategy: PID 102 died...
22:49:38.935485 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:38.939113 ---      ParallelTerminationStrategy: PID 103 died...
22:49:38.940575 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:38.944175 ---      ParallelTerminationStrategy: PID 104 died...
22:49:38.945630 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:38.949239 ---      ParallelTerminationStrategy: PID 105 died...
22:49:38.950696 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:38.954305 ---      ParallelTerminationStrategy: PID 106 died...
22:49:38.955761 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:38.959351 ---      ParallelTerminationStrategy: PID 107 died...
22:49:38.960815 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:38.964411 ---      ParallelTerminationStrategy: PID 108 died...
22:49:38.965878 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:38.969491 ---      ParallelTerminationStrategy: PID 109 died...
22:49:38.970942 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:38.974610 ---      ParallelTerminationStrategy: PID 110 died...
22:49:38.976080 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:38.979725 ---      ParallelTerminationStrategy: PID 111 died...
22:49:38.981199 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:38.984822 ---      ParallelTerminationStrategy: PID 112 died...
22:49:38.986273 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:38.989866 ---      ParallelTerminationStrategy: PID 113 died...
22:49:38.991328 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:38.994923 ---      ParallelTerminationStrategy: PID 114 died...
22:49:38.996372 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:38.999982 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.001464 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.005060 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.006519 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.010129 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.011579 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.015185 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.016657 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.020247 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.021717 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.025349 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.026809 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.030407 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.031860 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.035489 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.036959 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.040557 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.042021 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.045608 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.047076 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.050685 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.052133 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.055756 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.057218 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.060837 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.062294 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.065895 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.067344 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.070946 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.072400 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.076007 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.077474 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.081083 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.082539 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.086122 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.087572 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.091169 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.092618 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.096211 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.097689 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.101302 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.102755 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.106418 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.107887 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.111531 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.113007 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.116639 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.118115 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.121762 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.123221 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.126867 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.128314 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.131936 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.133398 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.137021 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.138467 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.142088 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.143541 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.147145 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.148593 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.152207 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.153675 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.157279 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.158743 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.162369 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.163825 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.167453 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.168910 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.172526 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.173995 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.177608 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.179068 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.182683 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.184140 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.187782 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.189239 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.192865 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.194323 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.197934 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.199382 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.202995 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.204447 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.208048 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.209506 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.213115 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.214572 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.218179 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.219627 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.223272 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.224750 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.228375 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.229842 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.233464 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.234926 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.238533 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.240015 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.243857 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.245376 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.249163 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.250705 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.254484 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.256010 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.259794 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.261255 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.264886 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.266346 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.269977 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.271436 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.275079 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.276531 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.280159 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.281610 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.285240 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.286689 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.290320 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.291784 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.295401 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.296863 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.300489 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.301961 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.305606 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.307072 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.310701 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.312159 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.315793 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.317257 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.320891 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.322356 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.326000 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.327466 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.331088 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.332546 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:39.336174 ---      ParallelTerminationStrategy: PID 181 died...
22:49:39.337633 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:39.341249 ---      ParallelTerminationStrategy: PID 182 died...
22:49:39.342701 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:39.346341 ---      ParallelTerminationStrategy: PID 183 died...
22:49:39.347801 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:39.351421 ---      ParallelTerminationStrategy: PID 184 died...
22:49:39.352891 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:39.356501 ---      ParallelTerminationStrategy: PID 185 died...
22:49:39.357978 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:39.361610 ---      ParallelTerminationStrategy: PID 186 died...
22:49:39.363060 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:39.366675 ---      ParallelTerminationStrategy: PID 187 died...
22:49:39.368133 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:39.371772 ---      ParallelTerminationStrategy: PID 188 died...
22:49:39.373282 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:39.376890 ---      ParallelTerminationStrategy: PID 189 died...
22:49:39.378352 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:39.381974 ---      ParallelTerminationStrategy: PID 190 died...
22:49:39.383436 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:39.387096 ---      ParallelTerminationStrategy: PID 191 died...
22:49:39.388552 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:39.392179 ---      ParallelTerminationStrategy: PID 192 died...
22:49:39.393662 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:39.397296 ---      ParallelTerminationStrategy: PID 193 died...
22:49:39.398761 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:39.402395 ---      ParallelTerminationStrategy: PID 194 died...
22:49:39.403852 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:39.407498 ---      ParallelTerminationStrategy: PID 195 died...
22:49:39.408957 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:39.412570 ---      ParallelTerminationStrategy: PID 196 died...
22:49:39.414037 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:39.417669 ---      ParallelTerminationStrategy: PID 197 died...
22:49:39.419125 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:39.422769 ---      ParallelTerminationStrategy: PID 198 died...
22:49:39.424219 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:39.427837 ---      ParallelTerminationStrategy: PID 199 died...
22:49:39.429303 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:39.432939 ---      ParallelTerminationStrategy: PID 200 died...
22:49:39.434391 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:39.438043 ---      ParallelTerminationStrategy: PID 201 died...
22:49:39.439509 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:39.443133 ---      ParallelTerminationStrategy: PID 202 died...
22:49:39.444596 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:39.448241 ---      ParallelTerminationStrategy: PID 203 died...
22:49:39.449718 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:39.453367 ---      ParallelTerminationStrategy: PID 204 died...
22:49:39.454820 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:39.458448 ---      ParallelTerminationStrategy: PID 205 died...
22:49:39.459911 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:39.463533 ---      ParallelTerminationStrategy: PID 206 died...
22:49:39.465010 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:39.468634 ---      ParallelTerminationStrategy: PID 207 died...
22:49:39.470096 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:39.473727 ---      ParallelTerminationStrategy: PID 208 died...
22:49:39.475192 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:39.478806 ---      ParallelTerminationStrategy: PID 209 died...
22:49:39.480267 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:39.483924 ---      ParallelTerminationStrategy: PID 210 died...
22:49:39.485389 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:39.489010 ---      ParallelTerminationStrategy: PID 211 died...
22:49:39.490465 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:39.494095 ---      ParallelTerminationStrategy: PID 212 died...
22:49:39.495555 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:39.499187 ---      ParallelTerminationStrategy: PID 213 died...
22:49:39.500648 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:39.504274 ---      ParallelTerminationStrategy: PID 214 died...
22:49:39.505746 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:39.509366 ---      ParallelTerminationStrategy: PID 215 died...
22:49:39.510829 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:39.514461 ---      ParallelTerminationStrategy: PID 216 died...
22:49:39.515917 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:39.519553 ---      ParallelTerminationStrategy: PID 217 died...
22:49:39.521028 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:39.524652 ---      ParallelTerminationStrategy: PID 218 died...
22:49:39.526126 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:39.529804 ---      ParallelTerminationStrategy: PID 219 died...
22:49:39.531290 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:39.534941 ---      ParallelTerminationStrategy: PID 220 died...
22:49:39.536412 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:39.540062 ---      ParallelTerminationStrategy: PID 221 died...
22:49:39.541552 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:39.545224 ---      ParallelTerminationStrategy: PID 222 died...
22:49:39.546696 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:39.550361 ---      ParallelTerminationStrategy: PID 223 died...
22:49:39.551827 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:39.555495 ---      ParallelTerminationStrategy: PID 224 died...
22:49:39.556971 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:39.560609 ---      ParallelTerminationStrategy: PID 225 died...
22:49:39.562108 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:39.565772 ---      ParallelTerminationStrategy: PID 226 died...
22:49:39.567247 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:39.570919 ---      ParallelTerminationStrategy: PID 227 died...
22:49:39.572397 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:39.576078 ---      ParallelTerminationStrategy: PID 228 died...
22:49:39.577586 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:39.581256 ---      ParallelTerminationStrategy: PID 229 died...
22:49:39.582736 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:39.586414 ---      ParallelTerminationStrategy: PID 230 died...
22:49:39.587893 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:39.591562 ---      ParallelTerminationStrategy: PID 231 died...
22:49:39.593048 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:39.596706 ---      ParallelTerminationStrategy: PID 232 died...
22:49:39.598178 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:39.601845 ---      ParallelTerminationStrategy: PID 233 died...
22:49:39.603317 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:39.607006 ---      ParallelTerminationStrategy: PID 234 died...
22:49:39.608480 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.012956 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.019290 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8186 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.095141 tst                       trial-8186: Storing JUnit report in /build/trial-8186/run.2025-12-20_22-48-16/trial-8186.xml

--------------------------------------------------------------------------------------------
trial-8186 PASS
--------------------------------------------------------------------------------------------
22:49:43.105932 tst                       trial-8186: trial-8186: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8186/inst
+ cd trial-8186
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-20 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8186-run.tgz run.2025-12-20_22-48-16
+ tar czf /build/trial-8186-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-20_13_26_34.tgz osmo-bts-oc2g.build-2025-12-20_00_52_36.tgz osmo-bts-sysmo.build-2025-12-20_00_52_14.tgz osmo-bts.build-2025-12-20_00_52_38.tgz osmo-ggsn.build-2025-12-20_20_42_57.tgz osmo-hlr.build-2025-12-20_16_36_52.tgz osmo-hnbgw.build-2025-12-20_13_30_54.tgz osmo-mgw.build-2025-12-20_08_33_13.tgz osmo-msc.build-2025-12-20_13_35_09.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-20_07_34_32.tgz osmo-pcu-sysmo.build-2025-12-20_07_36_53.tgz osmo-pcu.build-2025-12-20_07_36_59.tgz osmo-sgsn.build-2025-12-20_20_48_35.tgz osmo-stp.build-2025-12-20_13_25_24.tgz osmo-trx.build-2025-12-20_14_29_59.tgz osmocom-bb.build-2025-12-20_21_17_32.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