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/jenkins8699476472117547984.sh
+ rm -rf trial-8164-bin.tgz trial-8164-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24950
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11003
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10406
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12841
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13164
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12723
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41078
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7544
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43196
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8350
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 13141
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7455
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11528
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7584
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9026
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6304
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 7455
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5666906518213570796.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-8164
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ 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 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#22 [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
#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 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#24 CACHED

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:72f4ee42b91d99d35bd843f5f5978797e1dc6217d8bf2103f21413cd9258be1f 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=8165 -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-11-29 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8165
+ mkdir -p trial-8165
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-29_13_26_31.tgz osmo-bts-oc2g.build-2025-11-29_00_51_52.tgz osmo-bts-sysmo.build-2025-11-29_00_51_46.tgz osmo-bts.build-2025-11-29_00_51_52.tgz osmo-ggsn.build-2025-11-29_20_42_29.tgz osmo-hlr.build-2025-11-29_16_36_52.tgz osmo-hnbgw.build-2025-11-29_13_30_51.tgz osmo-mgw.build-2025-11-29_08_33_14.tgz osmo-msc.build-2025-11-29_13_35_39.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-29_07_36_18.tgz osmo-pcu-sysmo.build-2025-11-29_07_34_06.tgz osmo-pcu.build-2025-11-29_07_36_22.tgz osmo-sgsn.build-2025-11-29_20_47_54.tgz osmo-stp.build-2025-11-29_13_23_05.tgz osmo-trx.build-2025-11-29_14_26_38.tgz osmocom-bb.build-2025-11-29_21_17_29.tgz srslte.build-19.tgz trial-8165
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-29_13_26_31.md5 osmo-bts-oc2g.build-2025-11-29_00_51_52.md5 osmo-bts-sysmo.build-2025-11-29_00_51_46.md5 osmo-bts.build-2025-11-29_00_51_52.md5 osmo-ggsn.build-2025-11-29_20_42_29.md5 osmo-hlr.build-2025-11-29_16_36_52.md5 osmo-hnbgw.build-2025-11-29_13_30_51.md5 osmo-mgw.build-2025-11-29_08_33_14.md5 osmo-msc.build-2025-11-29_13_35_39.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-29_07_36_18.md5 osmo-pcu-sysmo.build-2025-11-29_07_34_06.md5 osmo-pcu.build-2025-11-29_07_36_22.md5 osmo-sgsn.build-2025-11-29_20_47_54.md5 osmo-stp.build-2025-11-29_13_23_05.md5 osmo-trx.build-2025-11-29_14_26_38.md5 osmocom-bb.build-2025-11-29_21_17_29.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-29_13_26_31.md5 osmo-bts-oc2g.build-2025-11-29_00_51_52.md5 osmo-bts-sysmo.build-2025-11-29_00_51_46.md5 osmo-bts.build-2025-11-29_00_51_52.md5 osmo-ggsn.build-2025-11-29_20_42_29.md5 osmo-hlr.build-2025-11-29_16_36_52.md5 osmo-hnbgw.build-2025-11-29_13_30_51.md5 osmo-mgw.build-2025-11-29_08_33_14.md5 osmo-msc.build-2025-11-29_13_35_39.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-29_07_36_18.md5 osmo-pcu-sysmo.build-2025-11-29_07_34_06.md5 osmo-pcu.build-2025-11-29_07_36_22.md5 osmo-sgsn.build-2025-11-29_20_47_54.md5 osmo-stp.build-2025-11-29_13_23_05.md5 osmo-trx.build-2025-11-29_14_26_38.md5 osmocom-bb.build-2025-11-29_21_17_29.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8165 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8165'
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-8165
--------------------------------------------------------------------------------------------
22:48:16.110480 tst                       trial-8165: Detailed log at /build/trial-8165/run.2025-11-29_22-48-16/log

---------------------------------------------------------------------
trial-8165 netreg_mass
---------------------------------------------------------------------
22:48:16.312823 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.313171 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.313914 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.315056 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.377969 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.381313 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.384927 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.450103 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-8165 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.450876 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.465790 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.466305 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.466752 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.467177 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.467606 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.468050 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.468476 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.499088 tst         register_default_mass.py: using LAC 2
22:48:16.521143 tst         register_default_mass.py: using RAC 2
22:48:16.547505 tst         register_default_mass.py: using CellId 2
22:48:16.576606 tst         register_default_mass.py: using BVCI 3
22:48:16.590102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.590793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.591355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.591891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.592381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.592902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.593392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.593886 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.594391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.594889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.595371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.595862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.596363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.596889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.597392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.597884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.598379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.598887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.599366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.599853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.600357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.600853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.601341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.601843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.602331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.602816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.603314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.603796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.604278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.604786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.605271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.605769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.606266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.606760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.607251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.607750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.608240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.608732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.609227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.609710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.610185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.610680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.611169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.611649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.612136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.612631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.613113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.613617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.614100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.614577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.615076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.615561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.616034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.616532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.617022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.617505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.617996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.618482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.618954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.619441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.619917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.620406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.620909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.621400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.621869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.622346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.622832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.623323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.623801 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.624283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.624764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.625259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.625796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.626270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.626759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.627235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.627702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.628173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.628674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.629148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.629632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.630113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.630586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.631075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.631550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.632022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.632512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.632993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.633465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.633936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.634421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.634896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.635375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.635863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.636343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.636818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.637290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.637779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.638267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.638750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.639244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.639783 tst      register_default_mass.py:21: Launching a simple network
22:48:16.649313 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.766465 run            create_hlr_db(pid=20): Launched
22:48:17.781345 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.797510 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.812342 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.817818 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.998238 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.013316 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.018894 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.435265 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.450454 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.465071 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.596046 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.611011 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.616526 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.639432 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.654169 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.659774 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.965615 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.980763 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.007231 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.176981 run         osmo-bts-virtual(pid=34): Launched
22:48:29.212979 tst         register_default_mass.py: using MSISDN 1001
22:48:29.227067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.266266 tst         register_default_mass.py: using MSISDN 1002
22:48:29.283711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.314649 tst         register_default_mass.py: using MSISDN 1003
22:48:29.329601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.360159 tst         register_default_mass.py: using MSISDN 1004
22:48:29.374586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.405059 tst         register_default_mass.py: using MSISDN 1005
22:48:29.419328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.449757 tst         register_default_mass.py: using MSISDN 1006
22:48:29.464066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.503309 tst         register_default_mass.py: using MSISDN 1007
22:48:29.521081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.552045 tst         register_default_mass.py: using MSISDN 1008
22:48:29.567027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.597283 tst         register_default_mass.py: using MSISDN 1009
22:48:29.607411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.638714 tst         register_default_mass.py: using MSISDN 1010
22:48:29.653636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.684556 tst         register_default_mass.py: using MSISDN 1011
22:48:29.699308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.730387 tst         register_default_mass.py: using MSISDN 1012
22:48:29.745181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.776461 tst         register_default_mass.py: using MSISDN 1013
22:48:29.791161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.822268 tst         register_default_mass.py: using MSISDN 1014
22:48:29.837024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.868064 tst         register_default_mass.py: using MSISDN 1015
22:48:29.882769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.913897 tst         register_default_mass.py: using MSISDN 1016
22:48:29.928601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.959557 tst         register_default_mass.py: using MSISDN 1017
22:48:29.974368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.005607 tst         register_default_mass.py: using MSISDN 1018
22:48:30.020109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.051069 tst         register_default_mass.py: using MSISDN 1019
22:48:30.065806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.096903 tst         register_default_mass.py: using MSISDN 1020
22:48:30.111619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.142486 tst         register_default_mass.py: using MSISDN 1021
22:48:30.157100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.188262 tst         register_default_mass.py: using MSISDN 1022
22:48:30.202974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.233781 tst         register_default_mass.py: using MSISDN 1023
22:48:30.248347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.279485 tst         register_default_mass.py: using MSISDN 1024
22:48:30.294093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.325023 tst         register_default_mass.py: using MSISDN 1025
22:48:30.339655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.370662 tst         register_default_mass.py: using MSISDN 1026
22:48:30.385384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.416353 tst         register_default_mass.py: using MSISDN 1027
22:48:30.431077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.462094 tst         register_default_mass.py: using MSISDN 1028
22:48:30.476827 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.507767 tst         register_default_mass.py: using MSISDN 1029
22:48:30.522551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.553729 tst         register_default_mass.py: using MSISDN 1030
22:48:30.568342 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.599724 tst         register_default_mass.py: using MSISDN 1031
22:48:30.614561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.645830 tst         register_default_mass.py: using MSISDN 1032
22:48:30.660727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.692014 tst         register_default_mass.py: using MSISDN 1033
22:48:30.706795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.737828 tst         register_default_mass.py: using MSISDN 1034
22:48:30.752580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.783406 tst         register_default_mass.py: using MSISDN 1035
22:48:30.798188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.829049 tst         register_default_mass.py: using MSISDN 1036
22:48:30.843662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.874521 tst         register_default_mass.py: using MSISDN 1037
22:48:30.889278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.920392 tst         register_default_mass.py: using MSISDN 1038
22:48:30.935042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.966106 tst         register_default_mass.py: using MSISDN 1039
22:48:30.980806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.011732 tst         register_default_mass.py: using MSISDN 1040
22:48:31.026099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.055330 tst         register_default_mass.py: using MSISDN 1041
22:48:31.061456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.091013 tst         register_default_mass.py: using MSISDN 1042
22:48:31.097225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.126684 tst         register_default_mass.py: using MSISDN 1043
22:48:31.132355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.161701 tst         register_default_mass.py: using MSISDN 1044
22:48:31.174895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.205282 tst         register_default_mass.py: using MSISDN 1045
22:48:31.219451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.250480 tst         register_default_mass.py: using MSISDN 1046
22:48:31.259997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.291031 tst         register_default_mass.py: using MSISDN 1047
22:48:31.307079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.338223 tst         register_default_mass.py: using MSISDN 1048
22:48:31.353007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.384010 tst         register_default_mass.py: using MSISDN 1049
22:48:31.398719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.429772 tst         register_default_mass.py: using MSISDN 1050
22:48:31.444436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.475438 tst         register_default_mass.py: using MSISDN 1051
22:48:31.490014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.520813 tst         register_default_mass.py: using MSISDN 1052
22:48:31.535363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.566037 tst         register_default_mass.py: using MSISDN 1053
22:48:31.580499 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.611607 tst         register_default_mass.py: using MSISDN 1054
22:48:31.626489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.657502 tst         register_default_mass.py: using MSISDN 1055
22:48:31.671825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.702898 tst         register_default_mass.py: using MSISDN 1056
22:48:31.717666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.748791 tst         register_default_mass.py: using MSISDN 1057
22:48:31.763546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.794736 tst         register_default_mass.py: using MSISDN 1058
22:48:31.809399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.840345 tst         register_default_mass.py: using MSISDN 1059
22:48:31.855054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.886439 tst         register_default_mass.py: using MSISDN 1060
22:48:31.901235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.932548 tst         register_default_mass.py: using MSISDN 1061
22:48:31.947534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.978914 tst         register_default_mass.py: using MSISDN 1062
22:48:31.993571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.033297 tst         register_default_mass.py: using MSISDN 1063
22:48:32.051122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.082637 tst         register_default_mass.py: using MSISDN 1064
22:48:32.097981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.129171 tst         register_default_mass.py: using MSISDN 1065
22:48:32.143907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.174593 tst         register_default_mass.py: using MSISDN 1066
22:48:32.189050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.228750 tst         register_default_mass.py: using MSISDN 1067
22:48:32.246643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.277835 tst         register_default_mass.py: using MSISDN 1068
22:48:32.292884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.323913 tst         register_default_mass.py: using MSISDN 1069
22:48:32.338780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.369528 tst         register_default_mass.py: using MSISDN 1070
22:48:32.384171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.415052 tst         register_default_mass.py: using MSISDN 1071
22:48:32.429559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.460428 tst         register_default_mass.py: using MSISDN 1072
22:48:32.475218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.506370 tst         register_default_mass.py: using MSISDN 1073
22:48:32.521036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.552117 tst         register_default_mass.py: using MSISDN 1074
22:48:32.566837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.597516 tst         register_default_mass.py: using MSISDN 1075
22:48:32.611163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.641354 tst         register_default_mass.py: using MSISDN 1076
22:48:32.655527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.686643 tst         register_default_mass.py: using MSISDN 1077
22:48:32.701275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.732008 tst         register_default_mass.py: using MSISDN 1078
22:48:32.746606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.777517 tst         register_default_mass.py: using MSISDN 1079
22:48:32.792178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.823155 tst         register_default_mass.py: using MSISDN 1080
22:48:32.837938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.868614 tst         register_default_mass.py: using MSISDN 1081
22:48:32.883254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.913820 tst         register_default_mass.py: using MSISDN 1082
22:48:32.928293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.958815 tst         register_default_mass.py: using MSISDN 1083
22:48:32.973325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.003906 tst         register_default_mass.py: using MSISDN 1084
22:48:33.018425 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.048996 tst         register_default_mass.py: using MSISDN 1085
22:48:33.063515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.102696 tst         register_default_mass.py: using MSISDN 1086
22:48:33.120293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.151201 tst         register_default_mass.py: using MSISDN 1087
22:48:33.166125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.197172 tst         register_default_mass.py: using MSISDN 1088
22:48:33.211798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.242287 tst         register_default_mass.py: using MSISDN 1089
22:48:33.256683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.287539 tst         register_default_mass.py: using MSISDN 1090
22:48:33.302165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.332925 tst         register_default_mass.py: using MSISDN 1091
22:48:33.347477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.378220 tst         register_default_mass.py: using MSISDN 1092
22:48:33.392728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.423569 tst         register_default_mass.py: using MSISDN 1093
22:48:33.438271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.469197 tst         register_default_mass.py: using MSISDN 1094
22:48:33.483571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.514315 tst         register_default_mass.py: using MSISDN 1095
22:48:33.528919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.559523 tst         register_default_mass.py: using MSISDN 1096
22:48:33.573963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.604614 tst         register_default_mass.py: using MSISDN 1097
22:48:33.619150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.649695 tst         register_default_mass.py: using MSISDN 1098
22:48:33.664157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.694675 tst         register_default_mass.py: using MSISDN 1099
22:48:33.709171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.739899 tst         register_default_mass.py: using MSISDN 1100
22:48:33.754527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.848156 run                             mass: Starting testcase
22:48:33.853664 run                             mass: Pre-launching all virtphy's
22:48:33.859085 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.872011 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.879175 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.892110 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.898190 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.911149 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.917137 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.930125 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.936117 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.948942 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.954928 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.967677 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.973666 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.986497 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.992365 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.005088 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.011036 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.023762 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.029643 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.042370 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.048312 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.061036 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.066933 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.079662 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.085561 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.098273 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.104170 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.116915 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.122844 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.135568 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.141500 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.154299 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.160238 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.173023 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.178939 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.191640 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.197561 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.210433 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.216336 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.229116 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.235004 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.247854 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.253753 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.266456 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.272301 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.285091 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.290967 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.303687 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.309580 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.322387 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.328267 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.341114 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.347036 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.359787 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.365723 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.378522 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.384439 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.397272 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.403161 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.415972 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.421928 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.434633 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.440537 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.453278 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.459176 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.471909 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.477776 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.490531 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.496447 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.509216 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.515109 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.527895 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.533808 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.546558 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.552471 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.565419 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.571333 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.584167 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.590112 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.602964 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.608897 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.621746 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.627653 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.640429 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.646330 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.659095 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.665047 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.677806 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.683713 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.696478 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.702408 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.715149 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.721062 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.733811 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.739768 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.752497 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.758451 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.771155 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.777069 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.789762 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.795736 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.808482 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.814484 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.827175 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.833001 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.845845 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.851708 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.864527 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.870392 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.883108 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.889020 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.901820 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.907689 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.920407 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.926320 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.939111 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.945006 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.957797 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.963679 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.976368 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.982288 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.995026 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.000892 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.013621 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.019510 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.032335 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.038279 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.051136 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.057009 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.069745 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.075760 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.088574 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.094538 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.107281 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.113193 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.125933 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.131825 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.144539 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.150391 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.163140 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.169074 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.182055 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.188076 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.201071 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.207039 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.220042 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.225999 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.238715 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.244591 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.257324 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.263366 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.276131 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.282260 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.295166 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.301052 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.313928 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.319819 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.332771 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.338664 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.351386 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.357295 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.370057 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.375901 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.388645 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.394541 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.407275 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.413151 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.425851 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.431739 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.444494 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.450337 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.463009 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.468913 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.481607 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.487521 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.500514 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.506430 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.519310 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.525194 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.537876 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.543752 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.556683 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.562679 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.575472 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.581413 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.594069 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.599911 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.612581 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.618392 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.631008 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.636885 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.649613 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.655447 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.668118 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.673992 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.686700 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.692558 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.705320 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.711203 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.723925 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.729753 run                             mass: Checking if sockets are in the filesystem
22:48:35.761791 run                osmo-ms-mob/00000: Starting mobile
22:48:35.774691 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.786627 run                             mass: MS start registered  {at=27687421.489979222, delay=0.005688097327947617, ms=00000}
22:48:39.984691 run                osmo-ms-mob/00001: Starting mobile
22:48:40.001691 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.012232 run                             mass: MS start registered  {at=27687425.715580974, delay=0.004610072821378708, ms=00001}
22:48:41.004915 run                             mass: MS performed LU  {at=27687426.708151687, lu_delay=5.218172464519739, ms=00000}
22:48:41.784775 run                osmo-ms-mob/00002: Starting mobile
22:48:41.801567 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.811922 run                             mass: MS start registered  {at=27687427.51526623, delay=0.004380151629447937, ms=00002}
22:48:43.054173 run                osmo-ms-mob/00003: Starting mobile
22:48:43.066958 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.078226 run                             mass: MS start registered  {at=27687428.781571124, delay=0.005362752825021744, ms=00003}
22:48:44.175972 run                osmo-ms-mob/00004: Starting mobile
22:48:44.192052 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.202686 run                             mass: MS start registered  {at=27687429.906037252, delay=0.004642341285943985, ms=00004}
22:48:44.771014 run                             mass: MS performed LU  {at=27687430.474254098, lu_delay=4.758673124015331, ms=00001}
22:48:45.161468 run                osmo-ms-mob/00005: Starting mobile
22:48:45.174659 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.185480 run                             mass: MS start registered  {at=27687430.888827477, delay=0.004714459180831909, ms=00005}
22:48:46.076065 run                osmo-ms-mob/00006: Starting mobile
22:48:46.092528 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.103575 run                             mass: MS start registered  {at=27687431.806926265, delay=0.00510595366358757, ms=00006}
22:48:46.673089 run                             mass: MS performed LU  {at=27687432.376326595, lu_delay=4.861060366034508, ms=00002}
22:48:46.984258 run                osmo-ms-mob/00007: Starting mobile
22:48:47.001013 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.011765 run                             mass: MS start registered  {at=27687432.71511902, delay=0.00471913069486618, ms=00007}
22:48:47.752829 run                osmo-ms-mob/00008: Starting mobile
22:48:47.766063 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.776809 run                             mass: MS start registered  {at=27687433.48016331, delay=0.004796076565980911, ms=00008}
22:48:48.483917 run                osmo-ms-mob/00009: Starting mobile
22:48:48.501283 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.512324 run                             mass: MS start registered  {at=27687434.215675913, delay=0.004890616983175278, ms=00009}
22:48:48.535686 run                             mass: MS performed LU  {at=27687434.23892567, lu_delay=5.457354545593262, ms=00003}
22:48:49.153271 run                osmo-ms-mob/00010: Starting mobile
22:48:49.166163 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.176959 run                             mass: MS start registered  {at=27687434.880309965, delay=0.004615433514118195, ms=00010}
22:48:49.753295 run                osmo-ms-mob/00011: Starting mobile
22:48:49.766323 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.777097 run                             mass: MS start registered  {at=27687435.480448812, delay=0.004892725497484207, ms=00011}
22:48:50.389887 run                osmo-ms-mob/00012: Starting mobile
22:48:50.403238 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.414102 run                             mass: MS start registered  {at=27687436.117453557, delay=0.004863381385803223, ms=00012}
22:48:50.436909 run                             mass: MS performed LU  {at=27687436.140229948, lu_delay=5.251402471214533, ms=00005}
22:48:50.465331 run                             mass: MS performed LU  {at=27687436.168626495, lu_delay=6.262589242309332, ms=00004}
22:48:50.976097 run                osmo-ms-mob/00013: Starting mobile
22:48:50.992854 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.003599 run                             mass: MS start registered  {at=27687436.70695022, delay=0.0048080384731292725, ms=00013}
22:48:51.553963 run                osmo-ms-mob/00014: Starting mobile
22:48:51.566782 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.578318 run                             mass: MS start registered  {at=27687437.28166949, delay=0.005139384418725967, ms=00014}
22:48:52.176961 run                osmo-ms-mob/00015: Starting mobile
22:48:52.192838 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.204003 run                             mass: MS start registered  {at=27687437.90735086, delay=0.0052382610738277435, ms=00015}
22:48:52.302650 run                             mass: MS performed LU  {at=27687438.005879316, lu_delay=5.290760297328234, ms=00007}
22:48:52.367198 run                             mass: MS performed LU  {at=27687438.070441786, lu_delay=6.263515520840883, ms=00006}
22:48:52.677784 run                osmo-ms-mob/00016: Starting mobile
22:48:52.691193 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.697195 run                             mass: MS performed LU  {at=27687438.40055522, lu_delay=4.920391909778118, ms=00008}
22:48:52.703327 run                             mass: MS start registered  {at=27687438.406693026, delay=0.006157230585813522, ms=00016}
22:48:53.167643 run                osmo-ms-mob/00017: Starting mobile
22:48:53.181370 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.192358 run                             mass: MS start registered  {at=27687438.89571154, delay=0.005003925412893295, ms=00017}
22:48:53.784896 run                osmo-ms-mob/00018: Starting mobile
22:48:53.801296 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.812183 run                             mass: MS start registered  {at=27687439.51553768, delay=0.005005542188882828, ms=00018}
22:48:54.102007 run                             mass: MS performed LU  {at=27687439.805265673, lu_delay=5.589589759707451, ms=00009}
22:48:54.132889 run                osmo-ms-mob/00019: Starting mobile
22:48:54.147493 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.158758 run                             mass: MS start registered  {at=27687439.862109646, delay=0.0053011514246463776, ms=00019}
22:48:54.203851 run                             mass: MS performed LU  {at=27687439.907105826, lu_delay=4.426657013595104, ms=00011}
22:48:54.231392 run                             mass: MS performed LU  {at=27687439.934644274, lu_delay=5.054334308952093, ms=00010}
22:48:54.685299 run                osmo-ms-mob/00020: Starting mobile
22:48:54.702245 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.713313 run                             mass: MS start registered  {at=27687440.416664768, delay=0.005038183182477951, ms=00020}
22:48:55.154013 run                osmo-ms-mob/00021: Starting mobile
22:48:55.167100 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.178583 run                             mass: MS start registered  {at=27687440.881934237, delay=0.005123235285282135, ms=00021}
22:48:55.554603 run                osmo-ms-mob/00022: Starting mobile
22:48:55.567435 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.578600 run                             mass: MS start registered  {at=27687441.281954497, delay=0.004943981766700745, ms=00022}
22:48:56.092060 run                osmo-ms-mob/00023: Starting mobile
22:48:56.108197 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.114143 run                             mass: MS performed LU  {at=27687441.81750322, lu_delay=5.110553000122309, ms=00013}
22:48:56.119903 run                             mass: MS start registered  {at=27687441.8232708, delay=0.005784317851066589, ms=00023}
22:48:56.132181 run                             mass: MS performed LU  {at=27687441.835538585, lu_delay=5.718085028231144, ms=00012}
22:48:56.438205 run                             mass: MS performed LU  {at=27687442.141461343, lu_delay=4.859791852533817, ms=00014}
22:48:56.478862 run                osmo-ms-mob/00024: Starting mobile
22:48:56.494555 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.505609 run                             mass: MS start registered  {at=27687442.208960444, delay=0.005078218877315521, ms=00024}
22:48:56.964927 run                osmo-ms-mob/00025: Starting mobile
22:48:56.978225 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.989735 run                             mass: MS start registered  {at=27687442.693087827, delay=0.005272328853607178, ms=00025}
22:48:57.353851 run                osmo-ms-mob/00026: Starting mobile
22:48:57.366679 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.378145 run                             mass: MS start registered  {at=27687443.0814921, delay=0.005422621965408325, ms=00026}
22:48:57.784235 run                osmo-ms-mob/00027: Starting mobile
22:48:57.800870 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.811827 run                             mass: MS start registered  {at=27687443.515180707, delay=0.00495559349656105, ms=00027}
22:48:57.867923 run                             mass: MS performed LU  {at=27687443.571177136, lu_delay=4.67546559497714, ms=00017}
22:48:57.970028 run                             mass: MS performed LU  {at=27687443.67328205, lu_delay=5.765931189060211, ms=00015}
22:48:57.997180 run                             mass: MS performed LU  {at=27687443.700459603, lu_delay=5.29376657679677, ms=00016}
22:48:58.044131 run                osmo-ms-mob/00028: Starting mobile
22:48:58.059068 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.070068 run                             mass: MS start registered  {at=27687443.773420017, delay=0.005047079175710678, ms=00028}
22:48:58.584460 run                osmo-ms-mob/00029: Starting mobile
22:48:58.601180 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.612394 run                             mass: MS start registered  {at=27687444.315743756, delay=0.005261335521936417, ms=00029}
22:48:58.953217 run                osmo-ms-mob/00030: Starting mobile
22:48:58.966338 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.977701 run                             mass: MS start registered  {at=27687444.681053232, delay=0.005465049296617508, ms=00030}
22:48:59.367796 run                osmo-ms-mob/00031: Starting mobile
22:48:59.381358 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.392650 run                             mass: MS start registered  {at=27687445.095989563, delay=0.005303703248500824, ms=00031}
22:48:59.653782 run                osmo-ms-mob/00032: Starting mobile
22:48:59.666754 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.677907 run                             mass: MS start registered  {at=27687445.381256644, delay=0.005237419158220291, ms=00032}
22:48:59.833697 run                             mass: MS performed LU  {at=27687445.536948323, lu_delay=4.655014086514711, ms=00021}
22:48:59.898592 run                             mass: MS performed LU  {at=27687445.60186988, lu_delay=6.086332201957703, ms=00018}
22:48:59.967205 run                             mass: MS performed LU  {at=27687445.6705395, lu_delay=5.253874730318785, ms=00020}
22:48:59.979144 run                osmo-ms-mob/00033: Starting mobile
22:48:59.992268 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.003603 run                             mass: MS performed LU  {at=27687445.706953462, lu_delay=5.844843816012144, ms=00019}
22:49:00.009510 run                             mass: MS start registered  {at=27687445.712877773, delay=0.010934736579656601, ms=00033}
22:49:00.476273 run                osmo-ms-mob/00034: Starting mobile
22:49:00.492189 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.503601 run                             mass: MS start registered  {at=27687446.206951424, delay=0.0052469149231910706, ms=00034}
22:49:00.766608 run                osmo-ms-mob/00035: Starting mobile
22:49:00.780511 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.791550 run                             mass: MS start registered  {at=27687446.494903054, delay=0.005176849663257599, ms=00035}
22:49:01.153712 run                osmo-ms-mob/00036: Starting mobile
22:49:01.166734 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.178267 run                             mass: MS start registered  {at=27687446.881616764, delay=0.005254838615655899, ms=00036}
22:49:01.575659 run                osmo-ms-mob/00037: Starting mobile
22:49:01.591494 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.602560 run                             mass: MS start registered  {at=27687447.30591461, delay=0.005193810909986496, ms=00037}
22:49:01.633808 run                             mass: MS performed LU  {at=27687447.337074995, lu_delay=5.128114551305771, ms=00024}
22:49:01.735726 run                             mass: MS performed LU  {at=27687447.438978422, lu_delay=4.745890595018864, ms=00025}
22:49:01.767291 run                osmo-ms-mob/00038: Starting mobile
22:49:01.788366 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.794394 run                             mass: MS performed LU  {at=27687447.497755922, lu_delay=5.674485120922327, ms=00023}
22:49:01.800279 run                             mass: MS start registered  {at=27687447.503645953, delay=0.005906406790018082, ms=00038}
22:49:01.907262 run                             mass: MS performed LU  {at=27687447.610513687, lu_delay=6.328559190034866, ms=00022}
22:49:01.934510 run                osmo-ms-mob/00039: Starting mobile
22:49:01.947429 run       osmo-ms-mob/00039(pid=174): Launched
22:49:01.958530 run                             mass: MS start registered  {at=27687447.66188631, delay=0.005021754652261734, ms=00039}
22:49:02.563724 run                osmo-ms-mob/00040: Starting mobile
22:49:02.577469 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.589062 run                             mass: MS start registered  {at=27687448.292412736, delay=0.005166560411453247, ms=00040}
22:49:02.853999 run                osmo-ms-mob/00041: Starting mobile
22:49:02.867207 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.878118 run                             mass: MS start registered  {at=27687448.581471555, delay=0.004875689744949341, ms=00041}
22:49:03.154674 run                osmo-ms-mob/00042: Starting mobile
22:49:03.167467 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.178361 run                             mass: MS start registered  {at=27687448.88171424, delay=0.004983648657798767, ms=00042}
22:49:03.498098 run                             mass: MS performed LU  {at=27687449.201348685, lu_delay=6.119856584817171, ms=00026}
22:49:03.528703 run                osmo-ms-mob/00043: Starting mobile
22:49:03.543508 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.549520 run                             mass: MS performed LU  {at=27687449.25288191, lu_delay=4.93713815510273, ms=00029}
22:49:03.555557 run                             mass: MS start registered  {at=27687449.258923132, delay=0.006058253347873688, ms=00043}
22:49:03.664255 run                             mass: MS performed LU  {at=27687449.36750167, lu_delay=5.852320961654186, ms=00027}
22:49:03.693437 run                osmo-ms-mob/00044: Starting mobile
22:49:03.706256 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.717416 run                             mass: MS start registered  {at=27687449.420767885, delay=0.00509117916226387, ms=00044}
22:49:03.808576 run                             mass: MS performed LU  {at=27687449.511830173, lu_delay=5.738410156220198, ms=00028}
22:49:04.180417 run                osmo-ms-mob/00045: Starting mobile
22:49:04.194565 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.205768 run                             mass: MS start registered  {at=27687449.909120694, delay=0.005338665097951889, ms=00045}
22:49:04.461566 run                osmo-ms-mob/00046: Starting mobile
22:49:04.482766 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.494610 run                             mass: MS start registered  {at=27687450.197957892, delay=0.005430545657873154, ms=00046}
22:49:04.754169 run                osmo-ms-mob/00047: Starting mobile
22:49:04.767225 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.778922 run                             mass: MS start registered  {at=27687450.482263748, delay=0.005460534244775772, ms=00047}
22:49:04.794421 run                             mass: MS performed LU  {at=27687450.497776758, lu_delay=5.816723525524139, ms=00030}
22:49:05.054104 run                osmo-ms-mob/00048: Starting mobile
22:49:05.067273 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.078322 run                             mass: MS start registered  {at=27687450.781674813, delay=0.004951011389493942, ms=00048}
22:49:05.376723 run                osmo-ms-mob/00049: Starting mobile
22:49:05.393246 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.399385 run                             mass: MS performed LU  {at=27687451.102744754, lu_delay=5.389866981655359, ms=00033}
22:49:05.405148 run                             mass: MS start registered  {at=27687451.108514767, delay=0.005787603557109833, ms=00049}
22:49:05.529565 run                             mass: MS performed LU  {at=27687451.2328159, lu_delay=5.85155925527215, ms=00032}
22:49:05.552017 run                osmo-ms-mob/00050: Starting mobile
22:49:05.564641 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.575512 run                             mass: MS start registered  {at=27687451.278867587, delay=0.0050651915371418, ms=00050}
22:49:05.709481 run                             mass: MS performed LU  {at=27687451.412734292, lu_delay=5.205782867968082, ms=00034}
22:49:05.733123 run                             mass: MS performed LU  {at=27687451.436486084, lu_delay=4.941583029925823, ms=00035}
22:49:06.082539 run                osmo-ms-mob/00051: Starting mobile
22:49:06.095961 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.107306 run                             mass: MS start registered  {at=27687451.810657144, delay=0.005369335412979126, ms=00051}
22:49:06.371909 run                osmo-ms-mob/00052: Starting mobile
22:49:06.387563 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.398722 run                             mass: MS start registered  {at=27687452.102062702, delay=0.00511450320482254, ms=00052}
22:49:06.666740 run                osmo-ms-mob/00053: Starting mobile
22:49:06.680611 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.692749 run                             mass: MS start registered  {at=27687452.39609569, delay=0.005823776125907898, ms=00053}
22:49:06.988752 run                osmo-ms-mob/00054: Starting mobile
22:49:07.004580 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.015945 run                             mass: MS start registered  {at=27687452.71929509, delay=0.00513121485710144, ms=00054}
22:49:07.254877 run                osmo-ms-mob/00055: Starting mobile
22:49:07.268163 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.279901 run                             mass: MS start registered  {at=27687452.98325227, delay=0.005388952791690826, ms=00055}
22:49:07.300467 run                             mass: MS performed LU  {at=27687453.003810186, lu_delay=5.341923877596855, ms=00039}
22:49:07.430301 run                             mass: MS performed LU  {at=27687453.133565336, lu_delay=5.62991938367486, ms=00038}
22:49:07.445047 run                osmo-ms-mob/00056: Starting mobile
22:49:07.458142 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.469385 run                             mass: MS start registered  {at=27687453.172730442, delay=0.005241136997938156, ms=00056}
22:49:07.574656 run                             mass: MS performed LU  {at=27687453.277907565, lu_delay=5.971992954611778, ms=00037}
22:49:07.629526 run                             mass: MS performed LU  {at=27687453.3327728, lu_delay=4.751301243901253, ms=00041}
22:49:07.654648 run                osmo-ms-mob/00057: Starting mobile
22:49:07.667610 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.678686 run                             mass: MS start registered  {at=27687453.382039625, delay=0.004924926906824112, ms=00057}
22:49:08.267145 run                osmo-ms-mob/00058: Starting mobile
22:49:08.281057 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.292742 run                             mass: MS start registered  {at=27687453.996085875, delay=0.005409315228462219, ms=00058}
22:49:08.449392 run                             mass: MS performed LU  {at=27687454.152723998, lu_delay=3.6704602502286434, ms=00047}
22:49:08.461650 run                osmo-ms-mob/00059: Starting mobile
22:49:08.475972 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.487423 run                             mass: MS start registered  {at=27687454.190770853, delay=0.005319021642208099, ms=00059}
22:49:08.869848 run                osmo-ms-mob/00060: Starting mobile
22:49:08.883154 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.894800 run                             mass: MS start registered  {at=27687454.59814243, delay=0.0052108243107795715, ms=00060}
22:49:09.165646 run                             mass: MS performed LU  {at=27687454.868902247, lu_delay=5.987188007682562, ms=00042}
22:49:09.180158 run                osmo-ms-mob/00061: Starting mobile
22:49:09.193223 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.204561 run                             mass: MS start registered  {at=27687454.907908402, delay=0.005402810871601105, ms=00061}
22:49:09.267379 run                             mass: MS performed LU  {at=27687454.970640093, lu_delay=4.772682201117277, ms=00046}
22:49:09.295260 run                             mass: MS performed LU  {at=27687454.99853458, lu_delay=5.08941388502717, ms=00045}
22:49:09.332321 run                osmo-ms-mob/00062: Starting mobile
22:49:09.345828 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.357083 run                             mass: MS start registered  {at=27687455.06043847, delay=0.00507117435336113, ms=00062}
22:49:09.473683 run                             mass: MS performed LU  {at=27687455.177005783, lu_delay=5.756237898021936, ms=00044}
22:49:09.492484 run                             mass: MS performed LU  {at=27687455.195813097, lu_delay=5.936889965087175, ms=00043}
22:49:09.504046 run                osmo-ms-mob/00063: Starting mobile
22:49:09.517546 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.528594 run                             mass: MS start registered  {at=27687455.231949557, delay=0.005151983350515366, ms=00063}
22:49:10.268981 run                osmo-ms-mob/00064: Starting mobile
22:49:10.283068 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.294388 run                             mass: MS start registered  {at=27687455.997739423, delay=0.00492548942565918, ms=00064}
22:49:10.348153 run                             mass: MS performed LU  {at=27687456.05142087, lu_delay=3.6553251817822456, ms=00053}
22:49:10.683787 run                osmo-ms-mob/00065: Starting mobile
22:49:10.699147 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.710580 run                             mass: MS start registered  {at=27687456.41392787, delay=0.005385231226682663, ms=00065}
22:49:10.967189 run                osmo-ms-mob/00066: Starting mobile
22:49:10.981042 run       osmo-ms-mob/00066(pid=201): Launched
22:49:10.992484 run                             mass: MS start registered  {at=27687456.695833426, delay=0.005388081073760986, ms=00066}
22:49:11.067829 run                             mass: MS performed LU  {at=27687456.770979214, lu_delay=5.492111627012491, ms=00050}
22:49:11.131519 run                             mass: MS performed LU  {at=27687456.834777754, lu_delay=5.726262986660004, ms=00049}
22:49:11.195069 run                             mass: MS performed LU  {at=27687456.898391064, lu_delay=5.087733920663595, ms=00051}
22:49:11.217052 run                osmo-ms-mob/00067: Starting mobile
22:49:11.230078 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.240979 run                             mass: MS start registered  {at=27687456.94432981, delay=0.004973124712705612, ms=00067}
22:49:11.340731 run                             mass: MS performed LU  {at=27687457.043962676, lu_delay=4.941899973899126, ms=00052}
22:49:11.394531 run                             mass: MS performed LU  {at=27687457.09778269, lu_delay=6.316107876598835, ms=00048}
22:49:11.418459 run                osmo-ms-mob/00068: Starting mobile
22:49:11.431494 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.442858 run                             mass: MS start registered  {at=27687457.146210752, delay=0.00521622970700264, ms=00068}
22:49:12.067735 run                osmo-ms-mob/00069: Starting mobile
22:49:12.081694 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.093047 run                             mass: MS start registered  {at=27687457.79639929, delay=0.0051299408078193665, ms=00069}
22:49:12.467080 run                osmo-ms-mob/00070: Starting mobile
22:49:12.481451 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.492578 run                             mass: MS start registered  {at=27687458.195928972, delay=0.005161728709936142, ms=00070}
22:49:12.884108 run                osmo-ms-mob/00071: Starting mobile
22:49:12.900796 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.911872 run                             mass: MS start registered  {at=27687458.615220897, delay=0.005072440952062607, ms=00071}
22:49:12.930172 run                             mass: MS performed LU  {at=27687458.633516602, lu_delay=5.460786160081625, ms=00056}
22:49:13.033097 run                             mass: MS performed LU  {at=27687458.7363561, lu_delay=5.354316473007202, ms=00057}
22:49:13.061139 run                             mass: MS performed LU  {at=27687458.764397793, lu_delay=5.78114552423358, ms=00055}
22:49:13.089499 run                osmo-ms-mob/00072: Starting mobile
22:49:13.102328 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.113149 run                             mass: MS start registered  {at=27687458.816501416, delay=0.00485663115978241, ms=00072}
22:49:13.204402 run                             mass: MS performed LU  {at=27687458.90765771, lu_delay=6.188362620770931, ms=00054}
22:49:13.240396 run                             mass: MS performed LU  {at=27687458.943669047, lu_delay=4.947583172470331, ms=00058}
22:49:13.259839 run                             mass: MS performed LU  {at=27687458.96320474, lu_delay=4.772433888167143, ms=00059}
22:49:13.270787 run                osmo-ms-mob/00073: Starting mobile
22:49:13.283695 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.294921 run                             mass: MS start registered  {at=27687458.99827393, delay=0.0052667222917079926, ms=00073}
22:49:14.066627 run                osmo-ms-mob/00074: Starting mobile
22:49:14.080144 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.091287 run                             mass: MS start registered  {at=27687459.79463467, delay=0.0050725266337394714, ms=00074}
22:49:14.465971 run                osmo-ms-mob/00075: Starting mobile
22:49:14.479489 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.490995 run                             mass: MS start registered  {at=27687460.194343287, delay=0.0055653974413871765, ms=00075}
22:49:14.898031 run                             mass: MS performed LU  {at=27687460.601285238, lu_delay=5.3693356812000275, ms=00063}
22:49:14.952917 run                osmo-ms-mob/00076: Starting mobile
22:49:14.968198 run       osmo-ms-mob/00076(pid=211): Launched
22:49:14.974305 run                             mass: MS performed LU  {at=27687460.677664887, lu_delay=5.617226418107748, ms=00062}
22:49:14.980371 run                             mass: MS start registered  {at=27687460.683737233, delay=0.006090078502893448, ms=00076}
22:49:15.031977 run                             mass: MS performed LU  {at=27687460.735216975, lu_delay=5.82730857282877, ms=00061}
22:49:15.067842 run                             mass: MS performed LU  {at=27687460.771134593, lu_delay=6.1729921624064445, ms=00060}
22:49:15.085618 run                osmo-ms-mob/00077: Starting mobile
22:49:15.098858 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.105259 run                             mass: MS performed LU  {at=27687460.80861717, lu_delay=4.810877747833729, ms=00064}
22:49:15.111223 run                             mass: MS start registered  {at=27687460.81458861, delay=0.0059897564351558685, ms=00077}
22:49:15.866692 run                osmo-ms-mob/00078: Starting mobile
22:49:15.880209 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.891588 run                             mass: MS start registered  {at=27687461.59493844, delay=0.005226854234933853, ms=00078}
22:49:16.266580 run                osmo-ms-mob/00079: Starting mobile
22:49:16.280335 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.291730 run                             mass: MS start registered  {at=27687461.995074708, delay=0.005293015390634537, ms=00079}
22:49:16.696699 run                             mass: MS performed LU  {at=27687462.399937205, lu_delay=5.253726452589035, ms=00068}
22:49:16.752919 run                osmo-ms-mob/00080: Starting mobile
22:49:16.767613 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.778685 run                             mass: MS start registered  {at=27687462.482039396, delay=0.00489380955696106, ms=00080}
22:49:16.797343 run                             mass: MS performed LU  {at=27687462.500689976, lu_delay=4.704290684312582, ms=00069}
22:49:16.826875 run                             mass: MS performed LU  {at=27687462.530129105, lu_delay=5.834295678883791, ms=00066}
22:49:16.970499 run                             mass: MS performed LU  {at=27687462.67375067, lu_delay=5.729420859366655, ms=00067}
22:49:17.006464 run                             mass: MS performed LU  {at=27687462.70975161, lu_delay=6.295823737978935, ms=00065}
22:49:17.025608 run                osmo-ms-mob/00081: Starting mobile
22:49:17.038594 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.049643 run                             mass: MS start registered  {at=27687462.752994176, delay=0.005059968680143356, ms=00081}
22:49:17.666368 run                osmo-ms-mob/00082: Starting mobile
22:49:17.680306 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.691707 run                             mass: MS start registered  {at=27687463.395059805, delay=0.005488887429237366, ms=00082}
22:49:18.273355 run                osmo-ms-mob/00083: Starting mobile
22:49:18.294768 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.306026 run                             mass: MS start registered  {at=27687464.009376947, delay=0.0052192844450473785, ms=00083}
22:49:18.662969 run                             mass: MS performed LU  {at=27687464.366117254, lu_delay=4.5714825838804245, ms=00074}
22:49:18.693435 run                osmo-ms-mob/00084: Starting mobile
22:49:18.707832 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.719041 run                             mass: MS start registered  {at=27687464.422392655, delay=0.005174234509468079, ms=00084}
22:49:18.727093 run                             mass: MS performed LU  {at=27687464.430447552, lu_delay=5.8152266554534435, ms=00071}
22:49:18.797813 run                             mass: MS performed LU  {at=27687464.501067203, lu_delay=6.3051382303237915, ms=00070}
22:49:18.833778 run                             mass: MS performed LU  {at=27687464.537050385, lu_delay=5.720548968762159, ms=00072}
22:49:18.872607 run                             mass: MS performed LU  {at=27687464.57586486, lu_delay=5.577590927481651, ms=00073}
22:49:18.894292 run                osmo-ms-mob/00085: Starting mobile
22:49:18.907960 run       osmo-ms-mob/00085(pid=220): Launched
22:49:18.919179 run                             mass: MS start registered  {at=27687464.62253083, delay=0.00516786053776741, ms=00085}
22:49:19.866520 run                osmo-ms-mob/00086: Starting mobile
22:49:19.880113 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.891620 run                             mass: MS start registered  {at=27687465.594970133, delay=0.0054612234234809875, ms=00086}
22:49:20.484701 run                osmo-ms-mob/00087: Starting mobile
22:49:20.501838 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.507755 run                             mass: MS performed LU  {at=27687466.21111637, lu_delay=5.396527759730816, ms=00077}
22:49:20.513419 run                             mass: MS start registered  {at=27687466.216786187, delay=0.005692616105079651, ms=00087}
22:49:20.564369 run                             mass: MS performed LU  {at=27687466.267621525, lu_delay=5.5838842913508415, ms=00076}
22:49:20.591860 run                             mass: MS performed LU  {at=27687466.295158073, lu_delay=6.100814785808325, ms=00075}
22:49:21.092329 run                osmo-ms-mob/00088: Starting mobile
22:49:21.108765 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.120143 run                             mass: MS start registered  {at=27687466.823491406, delay=0.005443859845399857, ms=00088}
22:49:21.667643 run                osmo-ms-mob/00089: Starting mobile
22:49:21.682012 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.693181 run                             mass: MS start registered  {at=27687467.3965309, delay=0.005219358950853348, ms=00089}
22:49:22.285178 run                osmo-ms-mob/00090: Starting mobile
22:49:22.302006 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.313176 run                             mass: MS start registered  {at=27687468.016527005, delay=0.005109511315822601, ms=00090}
22:49:22.429486 run                             mass: MS performed LU  {at=27687468.132591516, lu_delay=6.137516807764769, ms=00079}
22:49:22.494123 run                             mass: MS performed LU  {at=27687468.197377622, lu_delay=5.715338226407766, ms=00080}
22:49:22.562369 run                             mass: MS performed LU  {at=27687468.26562335, lu_delay=4.870563544332981, ms=00082}
22:49:22.637837 run                             mass: MS performed LU  {at=27687468.341092143, lu_delay=23.24510258063674, ms=00031}
22:49:22.984981 run                osmo-ms-mob/00091: Starting mobile
22:49:23.001527 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.013126 run                             mass: MS start registered  {at=27687468.716471884, delay=0.005568951368331909, ms=00091}
22:49:23.665861 run                osmo-ms-mob/00092: Starting mobile
22:49:23.679633 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.690971 run                             mass: MS start registered  {at=27687469.39432118, delay=0.005294449627399445, ms=00092}
22:49:24.228549 run                             mass: MS performed LU  {at=27687469.931802478, lu_delay=5.509409822523594, ms=00084}
22:49:24.329899 run                             mass: MS performed LU  {at=27687470.03316141, lu_delay=5.410630580037832, ms=00085}
22:49:24.358204 run                             mass: MS performed LU  {at=27687470.06148195, lu_delay=6.052105002105236, ms=00083}
22:49:24.413944 run                osmo-ms-mob/00093: Starting mobile
22:49:24.429043 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.440226 run                             mass: MS start registered  {at=27687470.143581025, delay=0.005122222006320953, ms=00093}
22:49:24.538791 run                             mass: MS performed LU  {at=27687470.24204627, lu_delay=23.360429506748915, ms=00036}
22:49:24.562210 run                             mass: MS performed LU  {at=27687470.26557157, lu_delay=4.670601435005665, ms=00086}
22:49:24.810680 run                             mass: MS performed LU  {at=27687470.51393289, lu_delay=22.22152015566826, ms=00040}
22:49:25.354214 run                osmo-ms-mob/00094: Starting mobile
22:49:25.367069 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.378189 run                             mass: MS start registered  {at=27687471.081542265, delay=0.005191504955291748, ms=00094}
22:49:26.195540 run                             mass: MS performed LU  {at=27687471.898793492, lu_delay=5.682007305324078, ms=00087}
22:49:26.249994 run                osmo-ms-mob/00095: Starting mobile
22:49:26.265186 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.271185 run                             mass: MS performed LU  {at=27687471.974546537, lu_delay=5.151055131107569, ms=00088}
22:49:26.276885 run                             mass: MS start registered  {at=27687471.980252955, delay=0.0057224370539188385, ms=00095}
22:49:26.564409 run                             mass: MS performed LU  {at=27687472.26766174, lu_delay=4.8711308389902115, ms=00089}
22:49:27.253701 run                osmo-ms-mob/00096: Starting mobile
22:49:27.266542 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.278265 run                             mass: MS start registered  {at=27687472.981610287, delay=0.0054894909262657166, ms=00096}
22:49:28.096272 run                             mass: MS performed LU  {at=27687473.799523585, lu_delay=5.782996580004692, ms=00090}
22:49:28.124146 run                             mass: MS performed LU  {at=27687473.827423304, lu_delay=5.110951419919729, ms=00091}
22:49:28.384473 run                osmo-ms-mob/00097: Starting mobile
22:49:28.401149 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.412265 run                             mass: MS start registered  {at=27687474.11561565, delay=0.005156092345714569, ms=00097}
22:49:29.686246 run                osmo-ms-mob/00098: Starting mobile
22:49:29.703610 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.714601 run                             mass: MS start registered  {at=27687475.417952836, delay=0.005070742219686508, ms=00098}
22:49:29.961263 run                             mass: MS performed LU  {at=27687475.664523803, lu_delay=6.270202621817589, ms=00092}
22:49:30.025140 run                             mass: MS performed LU  {at=27687475.72839476, lu_delay=4.646852497011423, ms=00094}
22:49:30.094692 run                             mass: MS performed LU  {at=27687475.797945593, lu_delay=5.654364567250013, ms=00093}
22:49:31.476682 run                osmo-ms-mob/00099: Starting mobile
22:49:31.492649 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.498420 run                             mass: All started... {duration=55.75510586053133, too_slow=0}
22:49:31.504006 run                             mass: MS start registered  {at=27687477.207365874, delay=0.0055779144167900085, ms=00099}
22:49:31.861674 run                             mass: MS performed LU  {at=27687477.564932525, lu_delay=5.5846795700490475, ms=00095}
22:49:32.125225 run                             mass: MS performed LU  {at=27687477.828477204, lu_delay=4.84686691686511, ms=00096}
22:49:33.726645 run                             mass: MS performed LU  {at=27687479.429724712, lu_delay=5.314109060913324, ms=00097}
22:49:35.628221 run                             mass: MS performed LU  {at=27687481.331475593, lu_delay=5.913522757589817, ms=00098}
22:49:37.492895 run                             mass: MS performed LU  {at=27687483.196122475, lu_delay=21.60118403658271, ms=00078}
22:49:37.538674 run                             mass: MS performed LU  {at=27687483.241951983, lu_delay=6.034586109220982, ms=00099}
22:49:39.629553 run                             mass: MS performed LU  {at=27687485.33280686, lu_delay=22.579812683165073, ms=00081}
22:49:39.639560 run                             mass: Tests done {all_completed=True, max=23.360429506748915, min=3.6553251817822456}
22:49:39.644939 tst         register_default_mass.py: Test passed (83.2 sec)
22:49:39.650409 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.653731 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.657018 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.660308 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.663612 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.666943 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.670322 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.673702 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.677071 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.680440 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.683847 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.687371 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.690739 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.694102 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.697576 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.701021 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.705141 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.708951 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.712615 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.716055 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.719543 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.723017 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.726395 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.729901 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.733363 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.736855 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.740285 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.743669 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.747181 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.750998 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.754765 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.758076 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.761939 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.765220 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.768547 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.772162 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.775520 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.778879 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.782181 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.785520 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.789489 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.792808 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.796141 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.799759 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.803075 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.806405 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.809734 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.813135 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.816533 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.820077 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.823404 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.827141 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.830497 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.833783 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.837136 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.840471 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.843812 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.847155 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.850460 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.853830 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.857178 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.860504 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.863932 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.867290 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.870695 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.874113 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.877958 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.881377 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.884784 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.888171 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.891475 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.894868 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.898217 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.901638 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.905013 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.908435 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.911815 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.915187 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.918619 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.921995 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.925572 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.928993 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.933031 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.936443 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.939861 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.943234 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.946636 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.949945 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.953335 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.957182 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.960472 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.963885 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.967535 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.971176 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.975020 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.978408 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.981826 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.985229 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.988673 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.992090 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.995428 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.998855 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.002173 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.005548 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.008944 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.012353 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.015733 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.019002 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.022401 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.025758 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.029146 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.032487 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.035839 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.039259 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.042599 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.046005 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.049312 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.052558 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.055812 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.059054 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.062315 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.065560 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.068823 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.072067 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.075314 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.078561 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.081936 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.085303 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.088560 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.091831 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.095080 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.098315 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.101563 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.104824 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.108067 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.111319 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.114565 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.117814 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.121064 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.124291 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.127559 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.130805 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.134048 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.137314 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.140547 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.143787 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.147047 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.150304 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.153542 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.156780 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.160035 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.163298 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.166544 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.169796 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.173026 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.176275 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.179534 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.182770 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.186020 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.189258 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.192502 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.195741 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.198990 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.202235 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.205470 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.208726 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.211963 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.215219 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.218470 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.221715 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.224954 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.228198 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.231433 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.234694 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.237927 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.241169 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.244407 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.247641 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.250895 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.254153 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.257392 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.260649 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.263897 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.267148 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.270396 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.273650 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.276901 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.280142 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.283386 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.286628 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.289885 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.293131 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.296385 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.299633 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.302888 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.306132 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.309388 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.312621 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.315870 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.319115 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.322358 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.325604 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.328854 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.332091 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.335331 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.338558 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.341819 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.345067 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.348325 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.351565 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.354816 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.358070 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.361318 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.364581 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.366061 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.369685 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.371142 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.374711 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.376173 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.379793 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.381264 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.384861 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.386325 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.389965 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.391438 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.395056 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.396528 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.400157 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.401632 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.405266 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.406734 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.410377 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.411851 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.415499 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.417012 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.420807 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.422351 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.426167 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.427706 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.431487 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.433036 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.436846 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.438401 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.442205 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.443746 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.447546 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.449077 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.452874 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.454423 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.458209 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.459740 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.463541 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.465076 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.468942 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.470469 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.474236 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.475769 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.479535 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.481062 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.484818 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.486336 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.490146 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.491681 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.495463 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.497000 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.500780 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.502304 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.506066 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.507592 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.511365 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.512883 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.516661 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.518186 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.521964 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.523498 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.527269 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.528808 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.532583 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.534102 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.537889 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.539415 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.543192 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.544712 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.548466 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.550009 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.553778 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.555303 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.559076 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.560611 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.564394 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.565917 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.569692 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.571221 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.574998 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.576512 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.580272 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.581805 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.585581 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.587105 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.590902 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.592436 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.596214 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.597738 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.601507 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.603034 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.606821 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.608340 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.612124 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.613664 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.617431 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.618962 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.622741 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.624259 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.628027 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.629560 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.633324 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.634842 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.638611 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.640135 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.643893 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.645410 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.649180 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.650699 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.654474 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.655998 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.659765 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.661297 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.665074 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.666595 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.670360 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.671879 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.675657 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.677193 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.680979 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.682506 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.686293 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.687813 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.691579 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.693103 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.696884 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.698418 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.702232 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.703749 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.707528 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.709067 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.712856 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.714383 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.718160 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.719680 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.723463 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.724996 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.728784 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.730312 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.734108 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.735630 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.739440 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.740967 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.744766 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.746293 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.750083 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.751620 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.755423 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.756956 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.760733 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.762257 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.766056 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.767591 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.771371 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.772903 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.776694 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.778221 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.782037 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.783565 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.787354 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.788880 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.792661 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.794190 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.797976 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.799495 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.803260 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.804787 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.808554 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.810081 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.813863 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.815391 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.819187 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.820714 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.824485 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.826030 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.829809 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.831332 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.835106 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.836637 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.840417 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.841958 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.845735 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.847262 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.851037 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.852557 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.856352 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.857882 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.861658 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.863186 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.866989 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.868512 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.872298 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.873827 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.877644 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.879176 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.882959 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.884487 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.888255 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.889778 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.893547 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.895079 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.898843 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.900366 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.904170 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.905693 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.909475 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.911008 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.914768 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.916314 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.920091 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.921633 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.925416 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.926940 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.930713 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.932245 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.936020 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.937578 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.941348 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.942872 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.946660 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.948188 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.951978 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.953509 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.957300 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.958830 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.962646 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.964173 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.967954 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.969499 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.973290 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.974830 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.978633 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.980156 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.983944 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.985469 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.989280 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.990804 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.994613 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.996129 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.999921 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.001448 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.005250 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.006773 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.010565 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.012096 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.015914 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.017447 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.021231 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.022759 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.026589 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.028120 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.031943 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.033480 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.037305 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.038829 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.042619 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.044149 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.047944 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.049480 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.053281 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.054801 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.058600 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.060129 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.063932 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.065455 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.069264 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.070784 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.074587 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.076116 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.079908 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.081435 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.085238 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.086759 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.090550 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.092081 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.095864 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.097406 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.101211 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.102732 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.106532 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.108063 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.111884 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.113404 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.117197 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.118727 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.122514 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.124033 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.127811 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.129354 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.133152 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.134674 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.138480 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.140000 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.143786 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.145313 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.149095 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.150631 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.154432 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.155962 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.159734 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.161253 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.165046 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.166565 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.170346 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.171870 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.175649 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.177178 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.180968 ---      ParallelTerminationStrategy: PID 177 died...
22:49:41.182498 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.186285 ---      ParallelTerminationStrategy: PID 178 died...
22:49:41.187809 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.191627 ---      ParallelTerminationStrategy: PID 179 died...
22:49:41.193169 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.196955 ---      ParallelTerminationStrategy: PID 180 died...
22:49:41.198473 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.202291 ---      ParallelTerminationStrategy: PID 181 died...
22:49:41.203816 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.207600 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.209130 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.212926 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.214458 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.218248 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.219772 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.223572 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.225085 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.228891 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.230408 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.234187 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.235700 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.239504 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.241040 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.244854 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.246383 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.250203 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.251730 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.255530 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.257062 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.260873 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.262396 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.266189 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.267711 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.271497 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.273020 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.276801 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.278326 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.282120 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.283640 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.287438 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.288984 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.292792 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.294319 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.298100 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.299621 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.303403 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.304928 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.308744 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.310268 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.314063 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.315585 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.319386 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.320917 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.324692 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.326217 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.330019 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.331535 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.335335 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.336855 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.340641 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.342174 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.345984 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.347512 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.351313 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.352867 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.356662 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.358177 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.361964 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.363481 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.367289 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.368824 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.372618 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.374166 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.377954 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.379490 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.383260 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.384791 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.388572 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.390097 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.393897 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.395424 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.399217 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.400745 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.404537 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.406087 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.409887 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.411412 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.415203 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.416740 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.420535 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.422074 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.425867 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.427396 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.431217 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.432748 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.436537 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.438073 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.441870 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.443404 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.447198 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.448726 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.452542 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.454080 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.457883 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.459409 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.463211 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.464759 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.468563 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.470096 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.473883 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.475411 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.479240 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.480774 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.484569 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.486090 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.890665 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.896905 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8165 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.976614 tst                       trial-8165: Storing JUnit report in /build/trial-8165/run.2025-11-29_22-48-16/trial-8165.xml

--------------------------------------------------------------------------------------------
trial-8165 PASS
--------------------------------------------------------------------------------------------
22:49:45.002168 tst                       trial-8165: trial-8165: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (83.2 sec)
+ exit_code=0
+ rm -rf trial-8165/inst
+ cd trial-8165
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-29 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8165-run.tgz run.2025-11-29_22-48-16
+ tar czf /build/trial-8165-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-29_13_26_31.tgz osmo-bts-oc2g.build-2025-11-29_00_51_52.tgz osmo-bts-sysmo.build-2025-11-29_00_51_46.tgz osmo-bts.build-2025-11-29_00_51_52.tgz osmo-ggsn.build-2025-11-29_20_42_29.tgz osmo-hlr.build-2025-11-29_16_36_52.tgz osmo-hnbgw.build-2025-11-29_13_30_51.tgz osmo-mgw.build-2025-11-29_08_33_14.tgz osmo-msc.build-2025-11-29_13_35_39.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-29_07_36_18.tgz osmo-pcu-sysmo.build-2025-11-29_07_34_06.tgz osmo-pcu.build-2025-11-29_07_36_22.tgz osmo-sgsn.build-2025-11-29_20_47_54.tgz osmo-stp.build-2025-11-29_13_23_05.tgz osmo-trx.build-2025-11-29_14_26_38.tgz osmocom-bb.build-2025-11-29_21_17_29.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

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