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/jenkins7043827834788145535.sh
+ rm -rf trial-8169-bin.tgz trial-8169-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24991
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11016
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10424
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12854
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13178
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12773
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41151
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7554
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43275
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8368
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 13162
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7466
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11541
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7594
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9039
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6314
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 7466
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16919694334919195246.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-8169
+ 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 DONE 0.1s

#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.1s

#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.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#21 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#21 CACHED

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

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

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

#25 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#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 [ 8/28] RUN	MKDIR /var/run/sshd
#27 CACHED

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:6aa362c6fee497c04c852de9bd44243a39e2066f3e039034925bf58385c3562a 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=8170 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-12-04 22:48:58
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8170
+ mkdir -p trial-8170
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-04_18_20_25.tgz osmo-bts-oc2g.build-2025-12-04_00_51_48.tgz osmo-bts-sysmo.build-2025-12-04_00_51_38.tgz osmo-bts.build-2025-12-04_00_51_54.tgz osmo-ggsn.build-2025-12-04_20_42_31.tgz osmo-hlr.build-2025-12-04_16_36_50.tgz osmo-hnbgw.build-2025-12-04_18_25_11.tgz osmo-mgw.build-2025-12-04_08_33_16.tgz osmo-msc.build-2025-12-04_18_29_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-04_07_34_30.tgz osmo-pcu-sysmo.build-2025-12-04_07_34_30.tgz osmo-pcu.build-2025-12-04_07_34_38.tgz osmo-sgsn.build-2025-12-04_20_48_20.tgz osmo-stp.build-2025-12-04_18_14_42.tgz osmo-trx.build-2025-12-04_14_26_18.tgz osmocom-bb.build-2025-12-04_21_17_44.tgz srslte.build-19.tgz trial-8170
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-04_18_20_25.md5 osmo-bts-oc2g.build-2025-12-04_00_51_48.md5 osmo-bts-sysmo.build-2025-12-04_00_51_38.md5 osmo-bts.build-2025-12-04_00_51_54.md5 osmo-ggsn.build-2025-12-04_20_42_31.md5 osmo-hlr.build-2025-12-04_16_36_50.md5 osmo-hnbgw.build-2025-12-04_18_25_11.md5 osmo-mgw.build-2025-12-04_08_33_16.md5 osmo-msc.build-2025-12-04_18_29_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-04_07_34_30.md5 osmo-pcu-sysmo.build-2025-12-04_07_34_30.md5 osmo-pcu.build-2025-12-04_07_34_38.md5 osmo-sgsn.build-2025-12-04_20_48_20.md5 osmo-stp.build-2025-12-04_18_14_42.md5 osmo-trx.build-2025-12-04_14_26_18.md5 osmocom-bb.build-2025-12-04_21_17_44.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-04_18_20_25.md5 osmo-bts-oc2g.build-2025-12-04_00_51_48.md5 osmo-bts-sysmo.build-2025-12-04_00_51_38.md5 osmo-bts.build-2025-12-04_00_51_54.md5 osmo-ggsn.build-2025-12-04_20_42_31.md5 osmo-hlr.build-2025-12-04_16_36_50.md5 osmo-hnbgw.build-2025-12-04_18_25_11.md5 osmo-mgw.build-2025-12-04_08_33_16.md5 osmo-msc.build-2025-12-04_18_29_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-04_07_34_30.md5 osmo-pcu-sysmo.build-2025-12-04_07_34_30.md5 osmo-pcu.build-2025-12-04_07_34_38.md5 osmo-sgsn.build-2025-12-04_20_48_20.md5 osmo-stp.build-2025-12-04_18_14_42.md5 osmo-trx.build-2025-12-04_14_26_18.md5 osmocom-bb.build-2025-12-04_21_17_44.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-8170 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8170'
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-8170
--------------------------------------------------------------------------------------------
22:48:58.758555 tst                       trial-8170: Detailed log at /build/trial-8170/run.2025-12-04_22-48-58/log

---------------------------------------------------------------------
trial-8170 netreg_mass
---------------------------------------------------------------------
22:48:58.973948 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:58.974320 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:58.975107 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:58.976322 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:59.328922 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:59.329784 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:59.330908 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:59.397554 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-8170 netreg_mass register_default_mass.py
----------------------------------------------
22:48:59.398359 tst       register_default_mass.py:9: Claiming resources for the test
22:48:59.414288 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:59.414861 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:59.415348 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:59.415799 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:59.416238 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:59.416732 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:59.417199 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:59.465400 tst         register_default_mass.py: using LAC 2
22:48:59.506778 tst         register_default_mass.py: using RAC 2
22:48:59.606960 tst         register_default_mass.py: using CellId 2
22:48:59.654674 tst         register_default_mass.py: using BVCI 3
22:48:59.660332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.660985 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.661555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.662080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.662585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.663092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.663586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.664084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.664602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.665109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.665595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.666108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.666645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.667163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.667675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.668207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.668741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.669276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.669794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.670304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.670825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.671336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.671847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.672364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.672883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.673393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.673910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.674420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.674923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.675432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.675944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.676455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.676974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.677509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.678033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.678538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.679056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.679576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.680085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.680605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.681133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.681656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.682181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.682687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.683185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.683685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.684203 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.684720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.685225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.685742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.686256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.686764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.687283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.687803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.688317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.688830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.689352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.689862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.690365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.690884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.691382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.691899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.692419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.692933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.693428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.693949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.694451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.694955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.695469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.695972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.696470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.696992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.697569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.698078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.698606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.699110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.699599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.700113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.700618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.701127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.701634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.702143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.702671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.703201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.703705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.704206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.704720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.705229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.705728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.706233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.706755 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.707269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.707786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.708331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.708847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.709359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.709874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.710380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.710879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.711397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.711898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:59.712466 tst      register_default_mass.py:21: Launching a simple network
22:48:59.722826 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:59.847308 run            create_hlr_db(pid=20): Launched
22:49:00.857457 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:00.874878 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:00.892294 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:00.898508 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:01.094582 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:01.109512 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:01.115196 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:01.546928 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:01.562490 run      osmo-msc_127.0.42.6(pid=27): Launched
22:49:04.576089 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:49:05.019881 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:49:05.034791 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:49:05.040475 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:49:05.063868 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:49:05.078966 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:49:05.084740 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:49:05.405788 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:49:05.421485 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:49:11.439005 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:49:11.616362 run         osmo-bts-virtual(pid=34): Launched
22:49:12.700485 tst         register_default_mass.py: using MSISDN 1001
22:49:12.712757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:49:12.862847 tst         register_default_mass.py: using MSISDN 1002
22:49:12.874184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:49:12.963944 tst         register_default_mass.py: using MSISDN 1003
22:49:12.975497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:49:13.050041 tst         register_default_mass.py: using MSISDN 1004
22:49:13.062455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:49:13.176392 tst         register_default_mass.py: using MSISDN 1005
22:49:13.189686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:49:13.380371 tst         register_default_mass.py: using MSISDN 1006
22:49:13.388640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:49:13.645150 tst         register_default_mass.py: using MSISDN 1007
22:49:13.655931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:49:13.759323 tst         register_default_mass.py: using MSISDN 1008
22:49:13.769689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:49:13.974296 tst         register_default_mass.py: using MSISDN 1009
22:49:13.980498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:49:14.081350 tst         register_default_mass.py: using MSISDN 1010
22:49:14.087532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:49:14.168198 tst         register_default_mass.py: using MSISDN 1011
22:49:14.174203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:49:14.250075 tst         register_default_mass.py: using MSISDN 1012
22:49:14.262209 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:49:14.332439 tst         register_default_mass.py: using MSISDN 1013
22:49:14.339349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:49:15.013636 tst         register_default_mass.py: using MSISDN 1014
22:49:15.020994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:49:15.425325 tst         register_default_mass.py: using MSISDN 1015
22:49:15.432944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:49:15.516557 tst         register_default_mass.py: using MSISDN 1016
22:49:15.527345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:49:15.617053 tst         register_default_mass.py: using MSISDN 1017
22:49:15.623049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:49:15.721367 tst         register_default_mass.py: using MSISDN 1018
22:49:15.727519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:49:15.813456 tst         register_default_mass.py: using MSISDN 1019
22:49:15.821301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:49:15.908709 tst         register_default_mass.py: using MSISDN 1020
22:49:15.914792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:49:15.998958 tst         register_default_mass.py: using MSISDN 1021
22:49:16.006057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:49:16.247817 tst         register_default_mass.py: using MSISDN 1022
22:49:16.254514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:49:16.687249 tst         register_default_mass.py: using MSISDN 1023
22:49:16.695890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:49:16.769390 tst         register_default_mass.py: using MSISDN 1024
22:49:16.775237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:49:16.853904 tst         register_default_mass.py: using MSISDN 1025
22:49:16.860080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:49:16.944266 tst         register_default_mass.py: using MSISDN 1026
22:49:16.951014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:49:17.043181 tst         register_default_mass.py: using MSISDN 1027
22:49:17.053612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:49:17.130125 tst         register_default_mass.py: using MSISDN 1028
22:49:17.136544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:49:17.239195 tst         register_default_mass.py: using MSISDN 1029
22:49:17.244988 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:49:17.335222 tst         register_default_mass.py: using MSISDN 1030
22:49:17.344113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:49:17.430564 tst         register_default_mass.py: using MSISDN 1031
22:49:17.437890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:49:17.522917 tst         register_default_mass.py: using MSISDN 1032
22:49:17.528796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:49:17.615469 tst         register_default_mass.py: using MSISDN 1033
22:49:17.621661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:49:17.881804 tst         register_default_mass.py: using MSISDN 1034
22:49:17.888553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:49:17.964307 tst         register_default_mass.py: using MSISDN 1035
22:49:17.970183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:49:18.039263 tst         register_default_mass.py: using MSISDN 1036
22:49:18.045364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:49:18.120578 tst         register_default_mass.py: using MSISDN 1037
22:49:18.128696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:49:18.201871 tst         register_default_mass.py: using MSISDN 1038
22:49:18.209177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:49:18.280681 tst         register_default_mass.py: using MSISDN 1039
22:49:18.286715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:49:18.365283 tst         register_default_mass.py: using MSISDN 1040
22:49:18.371382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:49:18.486871 tst         register_default_mass.py: using MSISDN 1041
22:49:18.495846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:49:18.569600 tst         register_default_mass.py: using MSISDN 1042
22:49:18.575731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:49:18.662815 tst         register_default_mass.py: using MSISDN 1043
22:49:18.669039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:49:18.763401 tst         register_default_mass.py: using MSISDN 1044
22:49:18.774155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:49:18.894153 tst         register_default_mass.py: using MSISDN 1045
22:49:18.900271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:49:18.987435 tst         register_default_mass.py: using MSISDN 1046
22:49:18.993676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:49:20.379747 tst         register_default_mass.py: using MSISDN 1047
22:49:20.390406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:49:20.475152 tst         register_default_mass.py: using MSISDN 1048
22:49:20.481144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:49:20.561086 tst         register_default_mass.py: using MSISDN 1049
22:49:20.567169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:49:20.659703 tst         register_default_mass.py: using MSISDN 1050
22:49:20.665607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:49:20.805598 tst         register_default_mass.py: using MSISDN 1051
22:49:20.813188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:49:21.091847 tst         register_default_mass.py: using MSISDN 1052
22:49:21.098641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:49:21.179359 tst         register_default_mass.py: using MSISDN 1053
22:49:21.185359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:49:21.259404 tst         register_default_mass.py: using MSISDN 1054
22:49:21.265613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:49:21.354220 tst         register_default_mass.py: using MSISDN 1055
22:49:21.360110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:49:21.453794 tst         register_default_mass.py: using MSISDN 1056
22:49:21.459674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:49:21.544864 tst         register_default_mass.py: using MSISDN 1057
22:49:21.550688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:49:21.716294 tst         register_default_mass.py: using MSISDN 1058
22:49:21.727562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:49:22.608825 tst         register_default_mass.py: using MSISDN 1059
22:49:22.614696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:49:22.922605 tst         register_default_mass.py: using MSISDN 1060
22:49:22.931093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:49:22.996216 tst         register_default_mass.py: using MSISDN 1061
22:49:23.002448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:49:23.080731 tst         register_default_mass.py: using MSISDN 1062
22:49:23.086836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:49:23.169438 tst         register_default_mass.py: using MSISDN 1063
22:49:23.175330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:49:23.244356 tst         register_default_mass.py: using MSISDN 1064
22:49:23.252333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:49:23.338905 tst         register_default_mass.py: using MSISDN 1065
22:49:23.345799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:49:23.602700 tst         register_default_mass.py: using MSISDN 1066
22:49:23.608963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:49:23.682824 tst         register_default_mass.py: using MSISDN 1067
22:49:23.688787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:49:23.758260 tst         register_default_mass.py: using MSISDN 1068
22:49:23.764409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:49:23.846085 tst         register_default_mass.py: using MSISDN 1069
22:49:23.855356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:49:23.921788 tst         register_default_mass.py: using MSISDN 1070
22:49:23.927780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:49:23.998895 tst         register_default_mass.py: using MSISDN 1071
22:49:24.004959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:49:24.067107 tst         register_default_mass.py: using MSISDN 1072
22:49:24.073822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:49:24.180323 tst         register_default_mass.py: using MSISDN 1073
22:49:24.186181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:49:24.255278 tst         register_default_mass.py: using MSISDN 1074
22:49:24.262120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:49:24.325542 tst         register_default_mass.py: using MSISDN 1075
22:49:24.331636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:49:24.401791 tst         register_default_mass.py: using MSISDN 1076
22:49:24.407629 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:49:24.479464 tst         register_default_mass.py: using MSISDN 1077
22:49:24.485644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:49:24.549611 tst         register_default_mass.py: using MSISDN 1078
22:49:24.555715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:49:24.673694 tst         register_default_mass.py: using MSISDN 1079
22:49:24.679858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:49:24.788589 tst         register_default_mass.py: using MSISDN 1080
22:49:24.794751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:49:24.885654 tst         register_default_mass.py: using MSISDN 1081
22:49:24.893236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:49:25.221601 tst         register_default_mass.py: using MSISDN 1082
22:49:25.227483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:49:25.317865 tst         register_default_mass.py: using MSISDN 1083
22:49:25.323736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:49:25.393022 tst         register_default_mass.py: using MSISDN 1084
22:49:25.399031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:49:25.673331 tst         register_default_mass.py: using MSISDN 1085
22:49:25.679411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:49:25.770647 tst         register_default_mass.py: using MSISDN 1086
22:49:25.776696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:49:25.850740 tst         register_default_mass.py: using MSISDN 1087
22:49:25.856647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:49:25.923646 tst         register_default_mass.py: using MSISDN 1088
22:49:25.929569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:49:26.006442 tst         register_default_mass.py: using MSISDN 1089
22:49:26.012473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:49:26.081077 tst         register_default_mass.py: using MSISDN 1090
22:49:26.093603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:49:26.158710 tst         register_default_mass.py: using MSISDN 1091
22:49:26.164766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:49:26.256940 tst         register_default_mass.py: using MSISDN 1092
22:49:26.263080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:49:26.380751 tst         register_default_mass.py: using MSISDN 1093
22:49:26.386532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:49:26.458068 tst         register_default_mass.py: using MSISDN 1094
22:49:26.471441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:49:26.888580 tst         register_default_mass.py: using MSISDN 1095
22:49:26.900450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:49:27.044915 tst         register_default_mass.py: using MSISDN 1096
22:49:27.055054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:49:27.144317 tst         register_default_mass.py: using MSISDN 1097
22:49:27.154435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:49:27.261881 tst         register_default_mass.py: using MSISDN 1098
22:49:27.269854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:49:27.366540 tst         register_default_mass.py: using MSISDN 1099
22:49:27.373460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:49:27.458704 tst         register_default_mass.py: using MSISDN 1100
22:49:27.470031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:49:27.844468 run                             mass: Starting testcase
22:49:27.850256 run                             mass: Pre-launching all virtphy's
22:49:27.855793 run           osmo-ms-virt-phy/00000: Starting virtphy
22:49:27.869565 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:49:27.876014 run           osmo-ms-virt-phy/00001: Starting virtphy
22:49:27.889690 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:49:27.895941 run           osmo-ms-virt-phy/00002: Starting virtphy
22:49:27.909473 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:49:27.916107 run           osmo-ms-virt-phy/00003: Starting virtphy
22:49:27.930131 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:49:27.936741 run           osmo-ms-virt-phy/00004: Starting virtphy
22:49:27.950681 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:49:27.958448 run           osmo-ms-virt-phy/00005: Starting virtphy
22:49:27.974492 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:49:27.981051 run           osmo-ms-virt-phy/00006: Starting virtphy
22:49:27.994964 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:49:28.001527 run           osmo-ms-virt-phy/00007: Starting virtphy
22:49:28.015278 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:49:28.021650 run           osmo-ms-virt-phy/00008: Starting virtphy
22:49:28.035432 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:49:28.041853 run           osmo-ms-virt-phy/00009: Starting virtphy
22:49:28.055638 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:49:28.062041 run           osmo-ms-virt-phy/00010: Starting virtphy
22:49:28.075812 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:49:28.082085 run           osmo-ms-virt-phy/00011: Starting virtphy
22:49:28.095356 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:49:28.101499 run           osmo-ms-virt-phy/00012: Starting virtphy
22:49:28.114513 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:49:28.120610 run           osmo-ms-virt-phy/00013: Starting virtphy
22:49:28.133904 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:49:28.140198 run           osmo-ms-virt-phy/00014: Starting virtphy
22:49:28.153872 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:49:28.160212 run           osmo-ms-virt-phy/00015: Starting virtphy
22:49:28.173986 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:49:28.180379 run           osmo-ms-virt-phy/00016: Starting virtphy
22:49:28.194237 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:49:28.200573 run           osmo-ms-virt-phy/00017: Starting virtphy
22:49:28.214317 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:49:28.220510 run           osmo-ms-virt-phy/00018: Starting virtphy
22:49:28.234024 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:49:28.240308 run           osmo-ms-virt-phy/00019: Starting virtphy
22:49:28.253722 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:49:28.259960 run           osmo-ms-virt-phy/00020: Starting virtphy
22:49:28.273270 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:49:28.279692 run           osmo-ms-virt-phy/00021: Starting virtphy
22:49:28.293545 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:49:28.299990 run           osmo-ms-virt-phy/00022: Starting virtphy
22:49:28.313929 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:49:28.320285 run           osmo-ms-virt-phy/00023: Starting virtphy
22:49:28.334007 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:49:28.340293 run           osmo-ms-virt-phy/00024: Starting virtphy
22:49:28.353749 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:49:28.359925 run           osmo-ms-virt-phy/00025: Starting virtphy
22:49:28.373349 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:49:28.379802 run           osmo-ms-virt-phy/00026: Starting virtphy
22:49:28.393800 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:49:28.400355 run           osmo-ms-virt-phy/00027: Starting virtphy
22:49:28.414299 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:49:28.421771 run           osmo-ms-virt-phy/00028: Starting virtphy
22:49:28.458673 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:49:28.466022 run           osmo-ms-virt-phy/00029: Starting virtphy
22:49:28.479843 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:49:28.486612 run           osmo-ms-virt-phy/00030: Starting virtphy
22:49:28.500329 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:49:28.506479 run           osmo-ms-virt-phy/00031: Starting virtphy
22:49:28.520168 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:49:28.526530 run           osmo-ms-virt-phy/00032: Starting virtphy
22:49:28.540268 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:49:28.590783 run           osmo-ms-virt-phy/00033: Starting virtphy
22:49:28.614940 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:49:28.621472 run           osmo-ms-virt-phy/00034: Starting virtphy
22:49:28.635427 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:49:28.641839 run           osmo-ms-virt-phy/00035: Starting virtphy
22:49:28.655267 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:49:28.661661 run           osmo-ms-virt-phy/00036: Starting virtphy
22:49:28.675167 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:49:28.681316 run           osmo-ms-virt-phy/00037: Starting virtphy
22:49:28.694534 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:49:28.700674 run           osmo-ms-virt-phy/00038: Starting virtphy
22:49:28.713913 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:49:28.720141 run           osmo-ms-virt-phy/00039: Starting virtphy
22:49:28.756750 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:49:28.763181 run           osmo-ms-virt-phy/00040: Starting virtphy
22:49:28.776906 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:49:28.783277 run           osmo-ms-virt-phy/00041: Starting virtphy
22:49:28.797846 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:49:28.811197 run           osmo-ms-virt-phy/00042: Starting virtphy
22:49:28.830508 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:49:28.836956 run           osmo-ms-virt-phy/00043: Starting virtphy
22:49:28.850676 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:49:28.856895 run           osmo-ms-virt-phy/00044: Starting virtphy
22:49:28.870182 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:49:28.876517 run           osmo-ms-virt-phy/00045: Starting virtphy
22:49:28.889732 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:49:28.896058 run           osmo-ms-virt-phy/00046: Starting virtphy
22:49:28.909082 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:49:28.915325 run           osmo-ms-virt-phy/00047: Starting virtphy
22:49:28.949872 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:49:28.956353 run           osmo-ms-virt-phy/00048: Starting virtphy
22:49:28.970233 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:49:28.976762 run           osmo-ms-virt-phy/00049: Starting virtphy
22:49:28.990551 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:49:28.997044 run           osmo-ms-virt-phy/00050: Starting virtphy
22:49:29.010794 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:49:29.017212 run           osmo-ms-virt-phy/00051: Starting virtphy
22:49:29.030981 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:49:29.037450 run           osmo-ms-virt-phy/00052: Starting virtphy
22:49:29.051241 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:49:29.057695 run           osmo-ms-virt-phy/00053: Starting virtphy
22:49:29.071433 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:49:29.077785 run           osmo-ms-virt-phy/00054: Starting virtphy
22:49:29.091851 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:49:29.098299 run           osmo-ms-virt-phy/00055: Starting virtphy
22:49:29.174931 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:49:29.183749 run           osmo-ms-virt-phy/00056: Starting virtphy
22:49:29.197418 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:49:29.203829 run           osmo-ms-virt-phy/00057: Starting virtphy
22:49:29.217715 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:49:29.224161 run           osmo-ms-virt-phy/00058: Starting virtphy
22:49:29.237713 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:49:29.244118 run           osmo-ms-virt-phy/00059: Starting virtphy
22:49:29.257973 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:49:29.264492 run           osmo-ms-virt-phy/00060: Starting virtphy
22:49:29.278464 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:49:29.284900 run           osmo-ms-virt-phy/00061: Starting virtphy
22:49:29.389959 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:49:29.396289 run           osmo-ms-virt-phy/00062: Starting virtphy
22:49:29.409694 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:49:29.415957 run           osmo-ms-virt-phy/00063: Starting virtphy
22:49:29.429043 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:49:29.435109 run           osmo-ms-virt-phy/00064: Starting virtphy
22:49:29.448353 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:49:29.454442 run           osmo-ms-virt-phy/00065: Starting virtphy
22:49:29.467454 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:49:29.474508 run           osmo-ms-virt-phy/00066: Starting virtphy
22:49:29.487506 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:49:29.493510 run           osmo-ms-virt-phy/00067: Starting virtphy
22:49:29.506541 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:49:29.512555 run           osmo-ms-virt-phy/00068: Starting virtphy
22:49:29.525514 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:49:29.531537 run           osmo-ms-virt-phy/00069: Starting virtphy
22:49:29.545064 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:49:29.551360 run           osmo-ms-virt-phy/00070: Starting virtphy
22:49:29.564723 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:49:29.570852 run           osmo-ms-virt-phy/00071: Starting virtphy
22:49:29.584652 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:49:29.590988 run           osmo-ms-virt-phy/00072: Starting virtphy
22:49:29.604643 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:49:29.610740 run           osmo-ms-virt-phy/00073: Starting virtphy
22:49:29.624497 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:49:29.630742 run           osmo-ms-virt-phy/00074: Starting virtphy
22:49:29.644408 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:49:29.650718 run           osmo-ms-virt-phy/00075: Starting virtphy
22:49:29.664483 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:49:29.670743 run           osmo-ms-virt-phy/00076: Starting virtphy
22:49:29.684263 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:49:29.690525 run           osmo-ms-virt-phy/00077: Starting virtphy
22:49:29.703994 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:49:29.710126 run           osmo-ms-virt-phy/00078: Starting virtphy
22:49:29.723085 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:49:29.729360 run           osmo-ms-virt-phy/00079: Starting virtphy
22:49:29.743013 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:49:29.749152 run           osmo-ms-virt-phy/00080: Starting virtphy
22:49:29.762390 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:49:29.768475 run           osmo-ms-virt-phy/00081: Starting virtphy
22:49:29.781782 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:49:29.787825 run           osmo-ms-virt-phy/00082: Starting virtphy
22:49:29.801121 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:49:29.807195 run           osmo-ms-virt-phy/00083: Starting virtphy
22:49:29.820481 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:49:29.826551 run           osmo-ms-virt-phy/00084: Starting virtphy
22:49:29.839909 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:49:29.846367 run           osmo-ms-virt-phy/00085: Starting virtphy
22:49:29.859922 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:49:29.866281 run           osmo-ms-virt-phy/00086: Starting virtphy
22:49:29.879703 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:49:29.885814 run           osmo-ms-virt-phy/00087: Starting virtphy
22:49:29.899365 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:49:29.905648 run           osmo-ms-virt-phy/00088: Starting virtphy
22:49:29.919022 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:49:29.925256 run           osmo-ms-virt-phy/00089: Starting virtphy
22:49:29.938660 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:49:29.944821 run           osmo-ms-virt-phy/00090: Starting virtphy
22:49:29.958569 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:49:29.964696 run           osmo-ms-virt-phy/00091: Starting virtphy
22:49:29.977920 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:49:29.984150 run           osmo-ms-virt-phy/00092: Starting virtphy
22:49:29.997329 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:49:30.003416 run           osmo-ms-virt-phy/00093: Starting virtphy
22:49:30.017195 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:49:30.023595 run           osmo-ms-virt-phy/00094: Starting virtphy
22:49:30.037403 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:49:30.043592 run           osmo-ms-virt-phy/00095: Starting virtphy
22:49:30.057319 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:49:30.064723 run           osmo-ms-virt-phy/00096: Starting virtphy
22:49:30.078806 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:49:30.085177 run           osmo-ms-virt-phy/00097: Starting virtphy
22:49:30.098698 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:49:30.105018 run           osmo-ms-virt-phy/00098: Starting virtphy
22:49:30.118713 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:49:30.146201 run           osmo-ms-virt-phy/00099: Starting virtphy
22:49:30.159589 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:49:30.165812 run                             mass: Checking if sockets are in the filesystem
22:49:30.178181 run                osmo-ms-mob/00000: Starting mobile
22:49:30.191467 run       osmo-ms-mob/00000(pid=135): Launched
22:49:30.215882 run                             mass: MS start registered  {at=28119475.919227403, delay=0.01831597462296486, ms=00000}
22:49:34.393051 run                osmo-ms-mob/00001: Starting mobile
22:49:34.406697 run       osmo-ms-mob/00001(pid=136): Launched
22:49:34.417847 run                             mass: MS start registered  {at=28119480.12119214, delay=0.005039062350988388, ms=00001}
22:49:35.749268 run                             mass: MS performed LU  {at=28119481.45250021, lu_delay=5.533272806555033, ms=00000}
22:49:36.192880 run                osmo-ms-mob/00002: Starting mobile
22:49:36.206399 run       osmo-ms-mob/00002(pid=137): Launched
22:49:36.217372 run                             mass: MS start registered  {at=28119481.920718182, delay=0.004800789058208466, ms=00002}
22:49:37.477624 run                osmo-ms-mob/00003: Starting mobile
22:49:37.490986 run       osmo-ms-mob/00003(pid=138): Launched
22:49:37.502271 run                             mass: MS start registered  {at=28119483.20561543, delay=0.004963286221027374, ms=00003}
22:49:38.580429 run                osmo-ms-mob/00004: Starting mobile
22:49:38.594909 run       osmo-ms-mob/00004(pid=139): Launched
22:49:38.606109 run                             mass: MS start registered  {at=28119484.309456643, delay=0.004874508827924728, ms=00004}
22:49:39.513306 run                             mass: MS performed LU  {at=28119485.216637023, lu_delay=5.09544488415122, ms=00001}
22:49:39.528218 run                osmo-ms-mob/00005: Starting mobile
22:49:39.542144 run       osmo-ms-mob/00005(pid=140): Launched
22:49:39.553455 run                             mass: MS start registered  {at=28119485.25678684, delay=0.004821073263883591, ms=00005}
22:49:40.482979 run                osmo-ms-mob/00006: Starting mobile
22:49:40.496060 run       osmo-ms-mob/00006(pid=141): Launched
22:49:40.507368 run                             mass: MS start registered  {at=28119486.210702673, delay=0.005041111260652542, ms=00006}
22:49:41.377382 run                osmo-ms-mob/00007: Starting mobile
22:49:41.390583 run       osmo-ms-mob/00007(pid=142): Launched
22:49:41.401715 run                             mass: MS start registered  {at=28119487.105065517, delay=0.004797011613845825, ms=00007}
22:49:41.415234 run                             mass: MS performed LU  {at=28119487.118570954, lu_delay=5.197852771729231, ms=00002}
22:49:42.178176 run                osmo-ms-mob/00008: Starting mobile
22:49:42.191614 run       osmo-ms-mob/00008(pid=143): Launched
22:49:42.202851 run                             mass: MS start registered  {at=28119487.906202555, delay=0.00475645437836647, ms=00008}
22:49:42.877400 run                osmo-ms-mob/00009: Starting mobile
22:49:42.891143 run       osmo-ms-mob/00009(pid=144): Launched
22:49:42.902280 run                             mass: MS start registered  {at=28119488.605632313, delay=0.004754569381475449, ms=00009}
22:49:43.279276 run                             mass: MS performed LU  {at=28119488.982611276, lu_delay=4.673154633492231, ms=00004}
22:49:43.325858 run                             mass: MS performed LU  {at=28119489.029193763, lu_delay=5.823578331619501, ms=00003}
22:49:43.577996 run                osmo-ms-mob/00010: Starting mobile
22:49:43.591217 run       osmo-ms-mob/00010(pid=145): Launched
22:49:43.602173 run                             mass: MS start registered  {at=28119489.30552535, delay=0.004628311842679977, ms=00010}
22:49:44.296066 run                osmo-ms-mob/00011: Starting mobile
22:49:44.309394 run       osmo-ms-mob/00011(pid=146): Launched
22:49:44.315538 run                             mass: Starting too slowly. Moving on {now=28119490.018907472, sleep=-0.04394042119383812, target=28119489.97496705}
22:49:44.321427 run                             mass: MS start registered  {at=28119490.024787392, delay=0.0058823563158512115, ms=00011}
22:49:44.777642 run                osmo-ms-mob/00012: Starting mobile
22:49:44.790762 run       osmo-ms-mob/00012(pid=147): Launched
22:49:44.801756 run                             mass: MS start registered  {at=28119490.505109794, delay=0.004886116832494736, ms=00012}
22:49:45.181430 run                             mass: MS performed LU  {at=28119490.884761337, lu_delay=5.627974499017, ms=00005}
22:49:45.227367 run                             mass: MS performed LU  {at=28119490.930696156, lu_delay=4.719993483275175, ms=00006}
22:49:45.238782 run                osmo-ms-mob/00013: Starting mobile
22:49:45.252132 run       osmo-ms-mob/00013(pid=148): Launched
22:49:45.263226 run                             mass: MS start registered  {at=28119490.96657416, delay=0.004528455436229706, ms=00013}
22:49:45.977809 run                osmo-ms-mob/00014: Starting mobile
22:49:45.991102 run       osmo-ms-mob/00014(pid=149): Launched
22:49:46.001939 run                             mass: MS start registered  {at=28119491.70528995, delay=0.004665989428758621, ms=00014}
22:49:46.578494 run                osmo-ms-mob/00015: Starting mobile
22:49:46.591851 run       osmo-ms-mob/00015(pid=150): Launched
22:49:46.602915 run                             mass: MS start registered  {at=28119492.30625838, delay=0.004854775965213776, ms=00015}
22:49:47.045000 run                             mass: MS performed LU  {at=28119492.74833048, lu_delay=4.842127926647663, ms=00008}
22:49:47.056938 run                osmo-ms-mob/00016: Starting mobile
22:49:47.070845 run       osmo-ms-mob/00016(pid=151): Launched
22:49:47.081825 run                             mass: MS start registered  {at=28119492.78517452, delay=0.004680640995502472, ms=00016}
22:49:47.091477 run                             mass: MS performed LU  {at=28119492.794832446, lu_delay=5.689766928553581, ms=00007}
22:49:47.577699 run                osmo-ms-mob/00017: Starting mobile
22:49:47.591849 run       osmo-ms-mob/00017(pid=152): Launched
22:49:47.603014 run                             mass: MS start registered  {at=28119493.306366093, delay=0.004815578460693359, ms=00017}
22:49:48.177877 run                osmo-ms-mob/00018: Starting mobile
22:49:48.191477 run       osmo-ms-mob/00018(pid=153): Launched
22:49:48.202693 run                             mass: MS start registered  {at=28119493.90604553, delay=0.004616536200046539, ms=00018}
22:49:48.577966 run                osmo-ms-mob/00019: Starting mobile
22:49:48.591136 run       osmo-ms-mob/00019(pid=154): Launched
22:49:48.602623 run                             mass: MS start registered  {at=28119494.30596699, delay=0.004984583705663681, ms=00019}
22:49:48.947123 run                             mass: MS performed LU  {at=28119494.650457967, lu_delay=5.3449326157569885, ms=00010}
22:49:48.992578 run                             mass: MS performed LU  {at=28119494.695916016, lu_delay=4.671128623187542, ms=00011}
22:49:49.004058 run                osmo-ms-mob/00020: Starting mobile
22:49:49.017270 run       osmo-ms-mob/00020(pid=155): Launched
22:49:49.028216 run                             mass: MS start registered  {at=28119494.731572025, delay=0.004866030067205429, ms=00020}
22:49:49.061734 run                             mass: MS performed LU  {at=28119494.765086282, lu_delay=6.159453969448805, ms=00009}
22:49:49.578039 run                osmo-ms-mob/00021: Starting mobile
22:49:49.591943 run       osmo-ms-mob/00021(pid=156): Launched
22:49:49.603101 run                             mass: MS start registered  {at=28119495.306442022, delay=0.004729334264993668, ms=00021}
22:49:49.977849 run                osmo-ms-mob/00022: Starting mobile
22:49:49.991207 run       osmo-ms-mob/00022(pid=157): Launched
22:49:50.002328 run                             mass: MS start registered  {at=28119495.705681194, delay=0.004992030560970306, ms=00022}
22:49:50.477518 run                osmo-ms-mob/00023: Starting mobile
22:49:50.491292 run       osmo-ms-mob/00023(pid=158): Launched
22:49:50.502342 run                             mass: MS start registered  {at=28119496.205689993, delay=0.004628371447324753, ms=00023}
22:49:50.727720 run                             mass: MS performed LU  {at=28119496.431032434, lu_delay=4.725742485374212, ms=00014}
22:49:50.810997 run                             mass: MS performed LU  {at=28119496.514334556, lu_delay=5.547760397195816, ms=00013}
22:49:50.822450 run                osmo-ms-mob/00024: Starting mobile
22:49:50.835983 run       osmo-ms-mob/00024(pid=159): Launched
22:49:50.846860 run                             mass: MS start registered  {at=28119496.550215665, delay=0.004529822617769241, ms=00024}
22:49:50.857311 run                             mass: MS performed LU  {at=28119496.560665824, lu_delay=6.055556029081345, ms=00012}
22:49:51.377547 run                osmo-ms-mob/00025: Starting mobile
22:49:51.391334 run       osmo-ms-mob/00025(pid=160): Launched
22:49:51.402764 run                             mass: MS start registered  {at=28119497.106106225, delay=0.0045240335166454315, ms=00025}
22:49:51.777709 run                osmo-ms-mob/00026: Starting mobile
22:49:51.791255 run       osmo-ms-mob/00026(pid=161): Launched
22:49:51.802611 run                             mass: MS start registered  {at=28119497.50595478, delay=0.00510217621922493, ms=00026}
22:49:52.178844 run                osmo-ms-mob/00027: Starting mobile
22:49:52.193325 run       osmo-ms-mob/00027(pid=162): Launched
22:49:52.204764 run                             mass: MS start registered  {at=28119497.90811889, delay=0.003695860505104065, ms=00027}
22:49:52.578261 run                osmo-ms-mob/00028: Starting mobile
22:49:52.591479 run       osmo-ms-mob/00028(pid=163): Launched
22:49:52.602549 run                             mass: MS start registered  {at=28119498.30589627, delay=0.002220369875431061, ms=00028}
22:49:52.712258 run                             mass: MS performed LU  {at=28119498.41559419, lu_delay=5.630419671535492, ms=00016}
22:49:52.758973 run                             mass: MS performed LU  {at=28119498.46231099, lu_delay=5.155944894999266, ms=00017}
22:49:52.828434 run                             mass: MS performed LU  {at=28119498.531771954, lu_delay=6.225513573735952, ms=00015}
22:49:52.840285 run                osmo-ms-mob/00029: Starting mobile
22:49:52.853679 run       osmo-ms-mob/00029(pid=164): Launched
22:49:52.865065 run                             mass: MS start registered  {at=28119498.568402614, delay=0.004823658615350723, ms=00029}
22:49:52.871451 run                             mass: MS performed LU  {at=28119498.574809983, lu_delay=4.6687644533813, ms=00018}
22:49:53.378236 run                osmo-ms-mob/00030: Starting mobile
22:49:53.391613 run       osmo-ms-mob/00030(pid=165): Launched
22:49:53.403253 run                             mass: MS start registered  {at=28119499.1065963, delay=0.005216594785451889, ms=00030}
22:49:53.777489 run                osmo-ms-mob/00031: Starting mobile
22:49:53.791834 run       osmo-ms-mob/00031(pid=166): Launched
22:49:53.803180 run                             mass: MS start registered  {at=28119499.506531216, delay=0.004497792571783066, ms=00031}
22:49:54.077643 run                osmo-ms-mob/00032: Starting mobile
22:49:54.091348 run       osmo-ms-mob/00032(pid=167): Launched
22:49:54.102150 run                             mass: MS start registered  {at=28119499.80550517, delay=0.004573691636323929, ms=00032}
22:49:54.519017 run                osmo-ms-mob/00033: Starting mobile
22:49:54.532993 run       osmo-ms-mob/00033(pid=168): Launched
22:49:54.539344 run                             mass: MS performed LU  {at=28119500.24270072, lu_delay=4.9362586960196495, ms=00021}
22:49:54.545497 run                             mass: MS start registered  {at=28119500.248863127, delay=0.006185248494148254, ms=00033}
22:49:54.576904 run                             mass: MS performed LU  {at=28119500.28025607, lu_delay=5.548684045672417, ms=00020}
22:49:54.623411 run                             mass: MS performed LU  {at=28119500.326765303, lu_delay=6.020798314362764, ms=00019}
22:49:54.634782 run                osmo-ms-mob/00034: Starting mobile
22:49:54.648400 run       osmo-ms-mob/00034(pid=169): Launched
22:49:54.659135 run                             mass: MS start registered  {at=28119500.362489883, delay=0.004645738750696182, ms=00034}
22:49:54.766258 run                             mass: MS performed LU  {at=28119500.46959177, lu_delay=4.763910576701164, ms=00022}
22:49:55.177505 run                osmo-ms-mob/00035: Starting mobile
22:49:55.191083 run       osmo-ms-mob/00035(pid=170): Launched
22:49:55.202552 run                             mass: MS start registered  {at=28119500.905895136, delay=0.005285236984491348, ms=00035}
22:49:55.577832 run                osmo-ms-mob/00036: Starting mobile
22:49:55.591783 run       osmo-ms-mob/00036(pid=171): Launched
22:49:55.602890 run                             mass: MS start registered  {at=28119501.306238174, delay=0.004797771573066711, ms=00036}
22:49:55.978503 run                osmo-ms-mob/00037: Starting mobile
22:49:55.991918 run       osmo-ms-mob/00037(pid=172): Launched
22:49:56.002911 run                             mass: MS start registered  {at=28119501.70626345, delay=0.004873950034379959, ms=00037}
22:49:56.277561 run                osmo-ms-mob/00038: Starting mobile
22:49:56.291534 run       osmo-ms-mob/00038(pid=173): Launched
22:49:56.302598 run                             mass: MS start registered  {at=28119502.00594893, delay=0.004657082259654999, ms=00038}
22:49:56.478714 run                             mass: MS performed LU  {at=28119502.182051834, lu_delay=5.6318361684679985, ms=00024}
22:49:56.490915 run                osmo-ms-mob/00039: Starting mobile
22:49:56.505027 run       osmo-ms-mob/00039(pid=174): Launched
22:49:56.524531 run                             mass: MS start registered  {at=28119502.22784191, delay=0.012534946203231812, ms=00039}
22:49:56.536302 run                             mass: MS performed LU  {at=28119502.239649266, lu_delay=6.033959273248911, ms=00023}
22:49:56.593574 run                             mass: MS performed LU  {at=28119502.29689582, lu_delay=4.7909410409629345, ms=00026}
22:49:56.630969 run                             mass: MS performed LU  {at=28119502.334299557, lu_delay=5.228193331509829, ms=00025}
22:49:56.642304 run                osmo-ms-mob/00040: Starting mobile
22:49:56.655645 run       osmo-ms-mob/00040(pid=175): Launched
22:49:56.666975 run                             mass: MS start registered  {at=28119502.37032449, delay=0.005048912018537521, ms=00040}
22:49:57.277575 run                osmo-ms-mob/00041: Starting mobile
22:49:57.291342 run       osmo-ms-mob/00041(pid=176): Launched
22:49:57.302711 run                             mass: MS start registered  {at=28119503.0060581, delay=0.004882145673036575, ms=00041}
22:49:57.577780 run                osmo-ms-mob/00042: Starting mobile
22:49:57.592002 run       osmo-ms-mob/00042(pid=177): Launched
22:49:57.603663 run                             mass: MS start registered  {at=28119503.30700966, delay=0.005166944116353989, ms=00042}
22:49:57.978251 run                osmo-ms-mob/00043: Starting mobile
22:49:57.992288 run       osmo-ms-mob/00043(pid=178): Launched
22:49:58.003579 run                             mass: MS start registered  {at=28119503.70692382, delay=0.004805445671081543, ms=00043}
22:49:58.259608 run                             mass: MS performed LU  {at=28119503.962932244, lu_delay=5.65703597292304, ms=00028}
22:49:58.272119 run                osmo-ms-mob/00044: Starting mobile
22:49:58.285557 run       osmo-ms-mob/00044(pid=179): Launched
22:49:58.296391 run                             mass: MS start registered  {at=28119503.999740783, delay=0.004576254636049271, ms=00044}
22:49:58.342489 run                             mass: MS performed LU  {at=28119504.045815386, lu_delay=4.939219087362289, ms=00030}
22:49:58.388772 run                             mass: MS performed LU  {at=28119504.09211807, lu_delay=6.183999180793762, ms=00027}
22:49:58.400695 run                osmo-ms-mob/00045: Starting mobile
22:49:58.414761 run       osmo-ms-mob/00045(pid=180): Launched
22:49:58.425744 run                             mass: MS start registered  {at=28119504.129098766, delay=0.004326358437538147, ms=00045}
22:49:58.551278 run                             mass: MS performed LU  {at=28119504.25461257, lu_delay=4.748081352561712, ms=00031}
22:49:58.877898 run                osmo-ms-mob/00046: Starting mobile
22:49:58.891599 run       osmo-ms-mob/00046(pid=181): Launched
22:49:58.902578 run                             mass: MS start registered  {at=28119504.605928615, delay=0.004608355462551117, ms=00046}
22:49:59.177549 run                osmo-ms-mob/00047: Starting mobile
22:49:59.205939 run       osmo-ms-mob/00047(pid=182): Launched
22:49:59.217314 run                             mass: MS start registered  {at=28119504.920663696, delay=0.004708986729383469, ms=00047}
22:49:59.477834 run                osmo-ms-mob/00048: Starting mobile
22:49:59.491278 run       osmo-ms-mob/00048(pid=183): Launched
22:49:59.502799 run                             mass: MS start registered  {at=28119505.20614842, delay=0.004595018923282623, ms=00048}
22:49:59.778276 run                osmo-ms-mob/00049: Starting mobile
22:49:59.792198 run       osmo-ms-mob/00049(pid=184): Launched
22:49:59.803246 run                             mass: MS start registered  {at=28119505.506595124, delay=0.00471998006105423, ms=00049}
22:50:00.077315 run                osmo-ms-mob/00050: Starting mobile
22:50:00.090581 run       osmo-ms-mob/00050(pid=185): Launched
22:50:00.101639 run                             mass: MS start registered  {at=28119505.804993022, delay=0.004853002727031708, ms=00050}
22:50:00.290305 run                             mass: MS performed LU  {at=28119505.99364046, lu_delay=5.744777332991362, ms=00033}
22:50:00.359988 run                             mass: MS performed LU  {at=28119506.063324705, lu_delay=5.157429568469524, ms=00035}
22:50:00.372050 run                osmo-ms-mob/00051: Starting mobile
22:50:00.385659 run       osmo-ms-mob/00051(pid=186): Launched
22:50:00.397134 run                             mass: MS performed LU  {at=28119506.100481834, lu_delay=6.2949766628444195, ms=00032}
22:50:00.403343 run                             mass: MS start registered  {at=28119506.1067089, delay=0.011039867997169495, ms=00051}
22:50:00.452205 run                             mass: MS performed LU  {at=28119506.15553852, lu_delay=4.849300347268581, ms=00036}
22:50:00.463757 run                osmo-ms-mob/00052: Starting mobile
22:50:00.477176 run       osmo-ms-mob/00052(pid=187): Launched
22:50:00.483848 run                             mass: MS performed LU  {at=28119506.187207334, lu_delay=5.824717450886965, ms=00034}
22:50:00.489936 run                             mass: MS start registered  {at=28119506.193302095, delay=0.006113298237323761, ms=00052}
22:50:01.079122 run                osmo-ms-mob/00053: Starting mobile
22:50:01.093118 run       osmo-ms-mob/00053(pid=188): Launched
22:50:01.116796 run                             mass: MS start registered  {at=28119506.820143823, delay=0.0017827972769737244, ms=00053}
22:50:01.378874 run                osmo-ms-mob/00054: Starting mobile
22:50:01.392407 run       osmo-ms-mob/00054(pid=189): Launched
22:50:01.403724 run                             mass: MS start registered  {at=28119507.107068438, delay=0.00490681454539299, ms=00054}
22:50:01.677833 run                osmo-ms-mob/00055: Starting mobile
22:50:01.691307 run       osmo-ms-mob/00055(pid=190): Launched
22:50:01.702732 run                             mass: MS start registered  {at=28119507.40608382, delay=0.005113847553730011, ms=00055}
22:50:01.978002 run                osmo-ms-mob/00056: Starting mobile
22:50:01.992222 run       osmo-ms-mob/00056(pid=191): Launched
22:50:02.003762 run                             mass: MS start registered  {at=28119507.707106497, delay=0.004984680563211441, ms=00056}
22:50:02.025651 run                             mass: MS performed LU  {at=28119507.72896247, lu_delay=6.022699020802975, ms=00037}
22:50:02.081943 run                             mass: MS performed LU  {at=28119507.785267156, lu_delay=5.414942666888237, ms=00040}
22:50:02.097150 run                osmo-ms-mob/00057: Starting mobile
22:50:02.111360 run       osmo-ms-mob/00057(pid=192): Launched
22:50:02.123049 run                             mass: MS start registered  {at=28119507.82639334, delay=0.005164463073015213, ms=00057}
22:50:02.154385 run                             mass: MS performed LU  {at=28119507.85772696, lu_delay=5.851778030395508, ms=00038}
22:50:02.353452 run                             mass: MS performed LU  {at=28119508.056760836, lu_delay=5.05070273578167, ms=00041}
22:50:02.371985 run                             mass: MS performed LU  {at=28119508.075311553, lu_delay=4.768301893025637, ms=00042}
22:50:02.384140 run                osmo-ms-mob/00058: Starting mobile
22:50:02.398748 run       osmo-ms-mob/00058(pid=193): Launched
22:50:02.411298 run                             mass: MS start registered  {at=28119508.114628874, delay=0.00600254163146019, ms=00058}
22:50:02.978958 run                osmo-ms-mob/00059: Starting mobile
22:50:02.993698 run       osmo-ms-mob/00059(pid=194): Launched
22:50:03.006015 run                             mass: MS start registered  {at=28119508.70935929, delay=0.005521029233932495, ms=00059}
22:50:03.115377 run                             mass: MS performed LU  {at=28119508.81865837, lu_delay=6.590816460549831, ms=00039}
22:50:03.235078 run                             mass: MS performed LU  {at=28119508.938365918, lu_delay=5.231442097574472, ms=00043}
22:50:03.255756 run                osmo-ms-mob/00060: Starting mobile
22:50:03.270344 run       osmo-ms-mob/00060(pid=195): Launched
22:50:03.277969 run                             mass: MS performed LU  {at=28119508.981324624, lu_delay=4.060660928487778, ms=00047}
22:50:03.287416 run                             mass: MS start registered  {at=28119508.990753934, delay=0.009450193494558334, ms=00060}
22:50:03.694192 run                osmo-ms-mob/00061: Starting mobile
22:50:03.713198 run       osmo-ms-mob/00061(pid=196): Launched
22:50:03.725054 run                             mass: MS start registered  {at=28119509.428399067, delay=0.005046527832746506, ms=00061}
22:50:03.889699 run                             mass: MS performed LU  {at=28119509.593032796, lu_delay=4.987104181200266, ms=00046}
22:50:03.902108 run                osmo-ms-mob/00062: Starting mobile
22:50:03.916292 run       osmo-ms-mob/00062(pid=197): Launched
22:50:03.927408 run                             mass: MS performed LU  {at=28119509.630751252, lu_delay=5.631010469049215, ms=00044}
22:50:03.933829 run                             mass: MS start registered  {at=28119509.637194116, delay=0.010853413492441177, ms=00062}
22:50:04.010562 run                             mass: MS performed LU  {at=28119509.713896923, lu_delay=5.584798157215118, ms=00045}
22:50:04.022352 run                osmo-ms-mob/00063: Starting mobile
22:50:04.035807 run       osmo-ms-mob/00063(pid=198): Launched
22:50:04.046804 run                             mass: MS start registered  {at=28119509.750155836, delay=0.004939723759889603, ms=00063}
22:50:04.217383 run                             mass: MS performed LU  {at=28119509.92071871, lu_delay=4.714570291340351, ms=00048}
22:50:04.678305 run                osmo-ms-mob/00064: Starting mobile
22:50:04.691762 run       osmo-ms-mob/00064(pid=199): Launched
22:50:04.703765 run                             mass: MS start registered  {at=28119510.407117154, delay=0.005426809191703796, ms=00064}
22:50:05.078955 run                osmo-ms-mob/00065: Starting mobile
22:50:05.092884 run       osmo-ms-mob/00065(pid=200): Launched
22:50:05.106081 run                             mass: MS start registered  {at=28119510.809418082, delay=0.006281085312366486, ms=00065}
22:50:05.377838 run                osmo-ms-mob/00066: Starting mobile
22:50:05.391731 run       osmo-ms-mob/00066(pid=201): Launched
22:50:05.403653 run                             mass: MS start registered  {at=28119511.106998052, delay=0.0053163617849349976, ms=00066}
22:50:05.777907 run                osmo-ms-mob/00067: Starting mobile
22:50:05.792615 run       osmo-ms-mob/00067(pid=202): Launched
22:50:05.798952 run                             mass: MS performed LU  {at=28119511.502309117, lu_delay=5.3090070225298405, ms=00052}
22:50:05.805443 run                             mass: MS start registered  {at=28119511.50880679, delay=0.006516817957162857, ms=00067}
22:50:05.828315 run                             mass: MS performed LU  {at=28119511.531664386, lu_delay=5.424955487251282, ms=00051}
22:50:05.839580 run                osmo-ms-mob/00068: Starting mobile
22:50:05.853365 run       osmo-ms-mob/00068(pid=203): Launched
22:50:05.864369 run                             mass: MS start registered  {at=28119511.567723166, delay=0.004680853337049484, ms=00068}
22:50:05.921123 run                             mass: MS performed LU  {at=28119511.62444058, lu_delay=5.819447558373213, ms=00050}
22:50:06.082089 run                             mass: MS performed LU  {at=28119511.785427757, lu_delay=6.278832633048296, ms=00049}
22:50:06.119272 run                             mass: MS performed LU  {at=28119511.822624095, lu_delay=5.002480272203684, ms=00053}
22:50:06.130308 run                osmo-ms-mob/00069: Starting mobile
22:50:06.143730 run       osmo-ms-mob/00069(pid=204): Launched
22:50:06.149851 run                             mass: MS performed LU  {at=28119511.853210732, lu_delay=4.746142294257879, ms=00054}
22:50:06.155957 run                             mass: MS start registered  {at=28119511.85932293, delay=0.006130225956439972, ms=00069}
22:50:06.878413 run                osmo-ms-mob/00070: Starting mobile
22:50:06.892098 run       osmo-ms-mob/00070(pid=205): Launched
22:50:06.903397 run                             mass: MS start registered  {at=28119512.606744483, delay=0.005073282867670059, ms=00070}
22:50:07.277933 run                osmo-ms-mob/00071: Starting mobile
22:50:07.291972 run       osmo-ms-mob/00071(pid=206): Launched
22:50:07.303278 run                             mass: MS start registered  {at=28119513.006630264, delay=0.004812054336071014, ms=00071}
22:50:07.332500 run                             mass: MS performed LU  {at=28119513.03583672, lu_delay=4.045082785189152, ms=00060}
22:50:07.682450 run                osmo-ms-mob/00072: Starting mobile
22:50:07.697125 run       osmo-ms-mob/00072(pid=207): Launched
22:50:07.708503 run                             mass: MS start registered  {at=28119513.411850244, delay=0.004789181053638458, ms=00072}
22:50:07.928630 run                             mass: MS performed LU  {at=28119513.631958116, lu_delay=5.92485161870718, ms=00056}
22:50:07.983799 run                             mass: MS performed LU  {at=28119513.68713353, lu_delay=6.281049709767103, ms=00055}
22:50:07.995980 run                osmo-ms-mob/00073: Starting mobile
22:50:08.009838 run       osmo-ms-mob/00073(pid=208): Launched
22:50:08.016618 run                             mass: MS performed LU  {at=28119513.71997386, lu_delay=5.010614570230246, ms=00059}
22:50:08.022738 run                             mass: MS start registered  {at=28119513.72610375, delay=0.006151758134365082, ms=00073}
22:50:08.057827 run                             mass: MS performed LU  {at=28119513.76116898, lu_delay=5.646540105342865, ms=00058}
22:50:08.126711 run                             mass: MS performed LU  {at=28119513.83005101, lu_delay=6.003657668828964, ms=00057}
22:50:08.139156 run                osmo-ms-mob/00074: Starting mobile
22:50:08.153139 run       osmo-ms-mob/00074(pid=209): Launched
22:50:08.164795 run                             mass: MS start registered  {at=28119513.86814171, delay=0.0048189908266067505, ms=00074}
22:50:08.877709 run                osmo-ms-mob/00075: Starting mobile
22:50:08.891657 run       osmo-ms-mob/00075(pid=210): Launched
22:50:08.902881 run                             mass: MS start registered  {at=28119514.606234152, delay=0.004841409623622894, ms=00075}
22:50:09.377536 run                osmo-ms-mob/00076: Starting mobile
22:50:09.391539 run       osmo-ms-mob/00076(pid=211): Launched
22:50:09.403349 run                             mass: MS start registered  {at=28119515.1066726, delay=0.005342785269021988, ms=00076}
22:50:09.557228 run                             mass: MS performed LU  {at=28119515.260548003, lu_delay=4.853430848568678, ms=00064}
22:50:09.687167 run                             mass: MS performed LU  {at=28119515.390501145, lu_delay=5.962102077901363, ms=00061}
22:50:09.698817 run                osmo-ms-mob/00077: Starting mobile
22:50:09.712281 run       osmo-ms-mob/00077(pid=212): Launched
22:50:09.723773 run                             mass: MS start registered  {at=28119515.427096322, delay=0.005156375467777252, ms=00077}
22:50:09.829624 run                             mass: MS performed LU  {at=28119515.53293977, lu_delay=5.782783932983875, ms=00063}
22:50:09.848030 run                             mass: MS performed LU  {at=28119515.551362246, lu_delay=4.7419441640377045, ms=00065}
22:50:09.875622 run                             mass: MS performed LU  {at=28119515.57891074, lu_delay=5.941716622561216, ms=00062}
22:50:10.278177 run                osmo-ms-mob/00078: Starting mobile
22:50:10.293351 run       osmo-ms-mob/00078(pid=213): Launched
22:50:10.305295 run                             mass: MS start registered  {at=28119516.008634977, delay=0.005615763366222382, ms=00078}
22:50:10.678123 run                osmo-ms-mob/00079: Starting mobile
22:50:10.691473 run       osmo-ms-mob/00079(pid=214): Launched
22:50:10.702999 run                             mass: MS start registered  {at=28119516.40635314, delay=0.0052447207272052765, ms=00079}
22:50:11.178505 run                osmo-ms-mob/00080: Starting mobile
22:50:11.192862 run       osmo-ms-mob/00080(pid=215): Launched
22:50:11.205584 run                             mass: MS start registered  {at=28119516.908925746, delay=0.005883529782295227, ms=00080}
22:50:11.541991 run                             mass: MS performed LU  {at=28119517.245288894, lu_delay=5.385965961962938, ms=00069}
22:50:11.588221 run                             mass: MS performed LU  {at=28119517.291545346, lu_delay=4.684800863265991, ms=00070}
22:50:11.600210 run                osmo-ms-mob/00081: Starting mobile
22:50:11.614147 run       osmo-ms-mob/00081(pid=216): Launched
22:50:11.625276 run                             mass: MS start registered  {at=28119517.32862632, delay=0.004642028361558914, ms=00081}
22:50:11.657225 run                             mass: MS performed LU  {at=28119517.360541757, lu_delay=5.79281859099865, ms=00068}
22:50:11.693919 run                             mass: MS performed LU  {at=28119517.397263687, lu_delay=5.888456895947456, ms=00067}
22:50:11.749771 run                             mass: MS performed LU  {at=28119517.453109045, lu_delay=6.346110992133617, ms=00066}
22:50:11.787862 run                osmo-ms-mob/00082: Starting mobile
22:50:11.801868 run       osmo-ms-mob/00082(pid=217): Launched
22:50:11.820852 run                             mass: MS start registered  {at=28119517.524168417, delay=0.011583585292100906, ms=00082}
22:50:12.680157 run                osmo-ms-mob/00083: Starting mobile
22:50:12.693784 run       osmo-ms-mob/00083(pid=218): Launched
22:50:12.705716 run                             mass: MS start registered  {at=28119518.409063395, delay=0.005040962249040604, ms=00083}
22:50:13.183069 run                osmo-ms-mob/00084: Starting mobile
22:50:13.209262 run       osmo-ms-mob/00084(pid=219): Launched
22:50:13.222118 run                             mass: MS start registered  {at=28119518.925461546, delay=0.0005010627210140228, ms=00084}
22:50:13.680029 run                osmo-ms-mob/00085: Starting mobile
22:50:13.693964 run       osmo-ms-mob/00085(pid=220): Launched
22:50:13.704915 run                             mass: MS start registered  {at=28119519.408271536, delay=0.004767138510942459, ms=00085}
22:50:13.922785 run                             mass: MS performed LU  {at=28119519.62608653, lu_delay=6.214236285537481, ms=00072}
22:50:14.029234 run                             mass: MS performed LU  {at=28119519.73257068, lu_delay=5.864428970962763, ms=00074}
22:50:14.066346 run                             mass: MS performed LU  {at=28119519.76966945, lu_delay=6.043565701693296, ms=00073}
22:50:14.085059 run                             mass: MS performed LU  {at=28119519.788410164, lu_delay=5.182176012545824, ms=00075}
22:50:14.142387 run                osmo-ms-mob/00086: Starting mobile
22:50:14.156158 run       osmo-ms-mob/00086(pid=221): Launched
22:50:14.162506 run                             mass: MS performed LU  {at=28119519.86586561, lu_delay=6.859235346317291, ms=00071}
22:50:14.168652 run                             mass: MS start registered  {at=28119519.872018628, delay=0.006172046065330505, ms=00086}
22:50:14.877668 run                osmo-ms-mob/00087: Starting mobile
22:50:14.891572 run       osmo-ms-mob/00087(pid=222): Launched
22:50:14.906677 run                             mass: MS start registered  {at=28119520.609995276, delay=0.0075963400304317474, ms=00087}
22:50:15.307669 run                             mass: MS performed LU  {at=28119521.010990396, lu_delay=4.604637257754803, ms=00079}
22:50:15.353784 run                             mass: MS performed LU  {at=28119521.05714212, lu_delay=5.048507142812014, ms=00078}
22:50:15.380925 run                osmo-ms-mob/00088: Starting mobile
22:50:15.436956 run       osmo-ms-mob/00088(pid=223): Launched
22:50:15.443139 run                             mass: MS performed LU  {at=28119521.146497365, lu_delay=6.039824765175581, ms=00076}
22:50:15.449044 run                             mass: MS start registered  {at=28119521.152411334, delay=0.0059327855706214905, ms=00088}
22:50:15.459762 run                             mass: MS performed LU  {at=28119521.16311752, lu_delay=5.73602119833231, ms=00077}
22:50:15.515149 run                             mass: MS performed LU  {at=28119521.2184928, lu_delay=22.65009018406272, ms=00029}
22:50:16.078502 run                osmo-ms-mob/00089: Starting mobile
22:50:16.093010 run       osmo-ms-mob/00089(pid=224): Launched
22:50:16.104403 run                             mass: MS start registered  {at=28119521.807750165, delay=0.004940949380397797, ms=00089}
22:50:16.678581 run                osmo-ms-mob/00090: Starting mobile
22:50:16.691657 run       osmo-ms-mob/00090(pid=225): Launched
22:50:16.702940 run                             mass: MS start registered  {at=28119522.406282034, delay=0.004851236939430237, ms=00090}
22:50:17.088840 run                             mass: MS performed LU  {at=28119522.792159274, lu_delay=5.267990857362747, ms=00082}
22:50:17.378126 run                osmo-ms-mob/00091: Starting mobile
22:50:17.392548 run       osmo-ms-mob/00091(pid=226): Launched
22:50:17.404154 run                             mass: MS start registered  {at=28119523.107500378, delay=0.005123801529407501, ms=00091}
22:50:17.597188 run                             mass: MS performed LU  {at=28119523.30052046, lu_delay=4.891457065939903, ms=00083}
22:50:17.642991 run                             mass: MS performed LU  {at=28119523.346273724, lu_delay=6.0176474042236805, ms=00081}
22:50:17.688712 run                             mass: MS performed LU  {at=28119523.39201574, lu_delay=6.483089994639158, ms=00080}
22:50:18.078023 run                osmo-ms-mob/00092: Starting mobile
22:50:18.092092 run       osmo-ms-mob/00092(pid=227): Launched
22:50:18.103204 run                             mass: MS start registered  {at=28119523.80655461, delay=0.004901096224784851, ms=00092}
22:50:18.877768 run                osmo-ms-mob/00093: Starting mobile
22:50:18.891461 run       osmo-ms-mob/00093(pid=228): Launched
22:50:18.903054 run                             mass: MS start registered  {at=28119524.60638182, delay=0.005151625722646713, ms=00093}
22:50:19.073994 run                             mass: MS performed LU  {at=28119524.77731646, lu_delay=5.3690449222922325, ms=00085}
22:50:19.119417 run                             mass: MS performed LU  {at=28119524.82274101, lu_delay=5.897279463708401, ms=00084}
22:50:19.189183 run                             mass: MS performed LU  {at=28119524.89251864, lu_delay=5.020500011742115, ms=00086}
22:50:19.778358 run                osmo-ms-mob/00094: Starting mobile
22:50:19.792622 run       osmo-ms-mob/00094(pid=229): Launched
22:50:19.874416 run                             mass: MS start registered  {at=28119525.57775068, delay=0.07541963830590248, ms=00094}
22:50:20.678560 run                osmo-ms-mob/00095: Starting mobile
22:50:20.693073 run       osmo-ms-mob/00095(pid=230): Launched
22:50:20.705240 run                             mass: MS start registered  {at=28119526.40857716, delay=0.005715504288673401, ms=00095}
22:50:20.855172 run                             mass: MS performed LU  {at=28119526.55850644, lu_delay=4.750756274908781, ms=00089}
22:50:20.937765 run                             mass: MS performed LU  {at=28119526.641099483, lu_delay=5.48868814855814, ms=00088}
22:50:20.984022 run                             mass: MS performed LU  {at=28119526.68737164, lu_delay=6.077376365661621, ms=00087}
22:50:21.742000 run                osmo-ms-mob/00096: Starting mobile
22:50:21.760985 run       osmo-ms-mob/00096(pid=231): Launched
22:50:21.772103 run                             mass: MS start registered  {at=28119527.475452565, delay=0.004986707121133804, ms=00096}
22:50:22.783724 run                osmo-ms-mob/00097: Starting mobile
22:50:22.827798 run       osmo-ms-mob/00097(pid=232): Launched
22:50:22.842863 run                             mass: MS start registered  {at=28119528.546189595, delay=0.002835802733898163, ms=00097}
22:50:23.425564 run                             mass: MS performed LU  {at=28119529.128887467, lu_delay=6.021387089043856, ms=00091}
22:50:23.545577 run                             mass: MS performed LU  {at=28119529.24891279, lu_delay=5.442358177155256, ms=00092}
22:50:23.591400 run                             mass: MS performed LU  {at=28119529.29473109, lu_delay=6.888449057936668, ms=00090}
22:50:24.082595 run                osmo-ms-mob/00098: Starting mobile
22:50:24.098555 run       osmo-ms-mob/00098(pid=233): Launched
22:50:24.110053 run                             mass: MS start registered  {at=28119529.813390974, delay=0.0050368234515190125, ms=00098}
22:50:24.704203 run                             mass: MS performed LU  {at=28119530.40748694, lu_delay=4.829736262559891, ms=00094}
22:50:24.750272 run                             mass: MS performed LU  {at=28119530.45360978, lu_delay=5.847227960824966, ms=00093}
22:50:25.970484 run                osmo-ms-mob/00099: Starting mobile
22:50:25.993416 run       osmo-ms-mob/00099(pid=234): Launched
22:50:26.040633 run                             mass: Starting too slowly. Moving on {now=28119531.743977696, sleep=-0.06901002302765846, target=28119531.674967673}
22:50:26.047468 run                             mass: All started... {duration=55.87586906179786, too_slow=2}
22:50:26.053200 run                             mass: MS start registered  {at=28119531.756559014, delay=0.012587416917085648, ms=00099}
22:50:26.604799 run                             mass: MS performed LU  {at=28119532.308132708, lu_delay=4.832680143415928, ms=00096}
22:50:26.651009 run                             mass: MS performed LU  {at=28119532.354345836, lu_delay=5.945768676698208, ms=00095}
22:50:28.704472 run                             mass: MS performed LU  {at=28119534.407774225, lu_delay=5.861584629863501, ms=00097}
22:50:30.606113 run                             mass: MS performed LU  {at=28119536.309436083, lu_delay=6.496045108884573, ms=00098}
22:50:32.471106 run                             mass: MS performed LU  {at=28119538.174428813, lu_delay=6.417869798839092, ms=00099}
22:50:32.482755 run                             mass: Tests done {all_completed=True, max=22.65009018406272, min=4.045082785189152}
22:50:32.493393 tst         register_default_mass.py: Test passed (93.1 sec)
22:50:32.553943 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:32.557297 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:32.560609 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:32.564057 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:32.567499 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:32.570917 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:32.574360 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:32.577854 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:32.581294 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:32.584747 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:32.588206 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:32.591713 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:32.595188 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:32.599003 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:32.602517 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:32.606009 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:32.609544 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:32.613043 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:32.617763 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:32.621315 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:32.624855 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:32.628440 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:32.632284 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:32.635777 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:32.639244 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:32.642707 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:32.646130 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:32.649563 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:32.653331 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:32.656788 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:32.660317 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:32.663992 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:32.667523 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:32.670962 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:32.674436 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:32.678079 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:32.681640 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:32.685087 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:32.688517 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:32.691985 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:32.695432 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:32.698858 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:32.702296 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:32.706076 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:32.709708 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:32.713142 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:32.716567 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:32.719991 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:32.723396 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:32.726827 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:32.730266 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:32.733709 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:32.737155 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:32.740592 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:32.744059 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:32.764355 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:32.767828 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:32.771350 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:32.774883 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:32.778450 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:32.782021 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:32.786207 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:32.789841 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:32.793756 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:32.797328 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:32.800876 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:32.804430 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:32.807991 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:32.811562 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:32.815144 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:32.818717 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:32.822286 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:32.825825 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:32.829393 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:32.832936 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:32.836489 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:32.840046 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:32.843609 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:32.847143 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:32.850810 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:32.854363 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:32.857914 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:32.861507 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:32.865038 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:32.868690 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:32.872247 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:32.875802 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:32.879350 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:32.882921 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:32.886485 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:32.890055 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:32.893621 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:32.897240 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:32.900819 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:32.904399 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:32.907988 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:32.911553 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:32.915201 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:32.919015 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:32.923070 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:32.926923 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:32.979762 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:32.983356 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:32.986929 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:32.990505 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:32.994095 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:32.997648 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:33.001217 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:33.004761 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:33.008308 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:33.011852 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:33.015433 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:33.018964 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:33.022526 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:33.026087 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:33.029642 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:33.033181 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:33.036730 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:33.040272 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:33.043833 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:33.047376 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:33.050926 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:33.054464 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:33.097344 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:33.100930 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:33.104390 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:33.107877 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:33.111312 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:33.114761 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:33.118195 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:33.121577 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:33.124853 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:33.128142 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:33.131432 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:33.134709 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:33.137988 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:33.141266 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:33.144538 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:33.147800 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:33.151103 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:33.154431 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:33.157855 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:33.161279 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:33.164697 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:33.168131 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:33.171559 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:33.174997 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:33.178426 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:33.249347 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:33.252802 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:33.256218 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:33.259633 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:33.263040 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:33.266432 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:33.269829 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:33.273225 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:33.276649 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:33.280105 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:33.283695 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:33.287275 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:33.290853 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:33.294354 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:33.297854 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:33.301415 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:33.305002 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:33.308558 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:33.312042 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:33.315520 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:33.318910 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:33.322356 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:33.325811 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:33.329355 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:33.332898 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:33.336429 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:33.339924 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:33.343373 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:33.346776 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:33.350213 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:33.353633 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:33.401121 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:33.404441 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:33.407719 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:33.410977 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:33.414250 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:33.417510 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:33.420777 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:33.424031 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:33.427314 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:33.430586 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:33.433873 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:33.437159 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:33.440444 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:33.443734 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:33.447033 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:33.450343 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:33.453639 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:33.456933 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:33.460222 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:33.463500 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:33.466800 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:33.470108 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:33.473372 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:33.476665 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:33.479938 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:33.483249 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:33.486538 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:33.489864 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:33.493139 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:33.496414 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:33.499728 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:33.503016 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:33.506320 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:33.509616 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:33.512916 ---      ParallelTerminationStrategy: PID 22 died...
22:50:33.514452 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:33.518074 ---      ParallelTerminationStrategy: PID 23 died...
22:50:33.519557 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:33.523153 ---      ParallelTerminationStrategy: PID 24 died...
22:50:33.524630 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:33.528392 ---      ParallelTerminationStrategy: PID 25 died...
22:50:33.529950 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:33.533689 ---      ParallelTerminationStrategy: PID 26 died...
22:50:33.535224 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:33.538924 ---      ParallelTerminationStrategy: PID 27 died...
22:50:33.540404 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:33.544036 ---      ParallelTerminationStrategy: PID 28 died...
22:50:33.545511 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:33.549203 ---      ParallelTerminationStrategy: PID 29 died...
22:50:33.550681 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:33.554355 ---      ParallelTerminationStrategy: PID 30 died...
22:50:33.555844 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:33.559481 ---      ParallelTerminationStrategy: PID 31 died...
22:50:33.560981 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:33.564725 ---      ParallelTerminationStrategy: PID 32 died...
22:50:33.566225 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:33.569923 ---      ParallelTerminationStrategy: PID 33 died...
22:50:33.571421 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:33.575112 ---      ParallelTerminationStrategy: PID 35 died...
22:50:33.576603 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:33.580381 ---      ParallelTerminationStrategy: PID 36 died...
22:50:33.581899 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:33.585665 ---      ParallelTerminationStrategy: PID 37 died...
22:50:33.587148 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:33.590772 ---      ParallelTerminationStrategy: PID 38 died...
22:50:33.592301 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:33.596125 ---      ParallelTerminationStrategy: PID 39 died...
22:50:33.597670 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:33.601474 ---      ParallelTerminationStrategy: PID 40 died...
22:50:33.603026 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:33.606855 ---      ParallelTerminationStrategy: PID 41 died...
22:50:33.608398 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:33.612220 ---      ParallelTerminationStrategy: PID 42 died...
22:50:33.613763 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:33.617543 ---      ParallelTerminationStrategy: PID 43 died...
22:50:33.619090 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:33.622868 ---      ParallelTerminationStrategy: PID 44 died...
22:50:33.624401 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:33.628181 ---      ParallelTerminationStrategy: PID 45 died...
22:50:33.629739 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:33.633534 ---      ParallelTerminationStrategy: PID 46 died...
22:50:33.635067 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:33.638851 ---      ParallelTerminationStrategy: PID 47 died...
22:50:33.640383 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:33.644220 ---      ParallelTerminationStrategy: PID 48 died...
22:50:33.645757 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:33.649566 ---      ParallelTerminationStrategy: PID 49 died...
22:50:33.651099 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:33.654874 ---      ParallelTerminationStrategy: PID 50 died...
22:50:33.656409 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:33.660195 ---      ParallelTerminationStrategy: PID 51 died...
22:50:33.661730 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:33.665530 ---      ParallelTerminationStrategy: PID 52 died...
22:50:33.667071 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:33.670853 ---      ParallelTerminationStrategy: PID 53 died...
22:50:33.672385 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:33.676248 ---      ParallelTerminationStrategy: PID 54 died...
22:50:33.677779 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:33.681547 ---      ParallelTerminationStrategy: PID 55 died...
22:50:33.683079 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:33.686870 ---      ParallelTerminationStrategy: PID 56 died...
22:50:33.688408 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:33.692206 ---      ParallelTerminationStrategy: PID 57 died...
22:50:33.693737 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:33.697543 ---      ParallelTerminationStrategy: PID 58 died...
22:50:33.699082 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:33.702861 ---      ParallelTerminationStrategy: PID 59 died...
22:50:33.704391 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:33.708213 ---      ParallelTerminationStrategy: PID 60 died...
22:50:33.709747 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:33.713538 ---      ParallelTerminationStrategy: PID 61 died...
22:50:33.715085 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:33.718886 ---      ParallelTerminationStrategy: PID 62 died...
22:50:33.720429 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:33.724437 ---      ParallelTerminationStrategy: PID 63 died...
22:50:33.726074 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:33.729991 ---      ParallelTerminationStrategy: PID 64 died...
22:50:33.731572 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:33.735500 ---      ParallelTerminationStrategy: PID 65 died...
22:50:33.737120 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:33.741028 ---      ParallelTerminationStrategy: PID 66 died...
22:50:33.742628 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:33.746587 ---      ParallelTerminationStrategy: PID 67 died...
22:50:33.748186 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:33.752127 ---      ParallelTerminationStrategy: PID 68 died...
22:50:33.753731 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:33.757574 ---      ParallelTerminationStrategy: PID 69 died...
22:50:33.759119 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:33.763053 ---      ParallelTerminationStrategy: PID 70 died...
22:50:33.764651 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:33.768587 ---      ParallelTerminationStrategy: PID 71 died...
22:50:33.770178 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:33.774076 ---      ParallelTerminationStrategy: PID 72 died...
22:50:33.775641 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:33.779431 ---      ParallelTerminationStrategy: PID 73 died...
22:50:33.780971 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:33.784871 ---      ParallelTerminationStrategy: PID 74 died...
22:50:33.786510 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:33.790451 ---      ParallelTerminationStrategy: PID 75 died...
22:50:33.792042 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:33.796002 ---      ParallelTerminationStrategy: PID 76 died...
22:50:33.797596 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:33.801579 ---      ParallelTerminationStrategy: PID 77 died...
22:50:33.803169 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:33.807050 ---      ParallelTerminationStrategy: PID 78 died...
22:50:33.808582 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:33.812478 ---      ParallelTerminationStrategy: PID 79 died...
22:50:33.814079 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:33.818007 ---      ParallelTerminationStrategy: PID 80 died...
22:50:33.819580 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:33.823480 ---      ParallelTerminationStrategy: PID 81 died...
22:50:33.825079 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:33.828987 ---      ParallelTerminationStrategy: PID 82 died...
22:50:33.830583 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:33.834546 ---      ParallelTerminationStrategy: PID 83 died...
22:50:33.836125 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:33.840055 ---      ParallelTerminationStrategy: PID 84 died...
22:50:33.841652 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:33.845578 ---      ParallelTerminationStrategy: PID 85 died...
22:50:33.847173 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:33.851113 ---      ParallelTerminationStrategy: PID 86 died...
22:50:33.852693 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:33.856600 ---      ParallelTerminationStrategy: PID 87 died...
22:50:33.858187 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:33.862106 ---      ParallelTerminationStrategy: PID 88 died...
22:50:33.863687 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:33.867645 ---      ParallelTerminationStrategy: PID 89 died...
22:50:33.869232 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:33.873164 ---      ParallelTerminationStrategy: PID 90 died...
22:50:33.874740 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:33.878664 ---      ParallelTerminationStrategy: PID 91 died...
22:50:33.880262 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:33.884196 ---      ParallelTerminationStrategy: PID 92 died...
22:50:33.885791 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:33.889695 ---      ParallelTerminationStrategy: PID 93 died...
22:50:33.891282 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:33.895184 ---      ParallelTerminationStrategy: PID 94 died...
22:50:33.896805 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:33.900725 ---      ParallelTerminationStrategy: PID 95 died...
22:50:33.902335 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:33.906263 ---      ParallelTerminationStrategy: PID 96 died...
22:50:33.907909 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:33.911865 ---      ParallelTerminationStrategy: PID 97 died...
22:50:33.913525 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:33.917350 ---      ParallelTerminationStrategy: PID 98 died...
22:50:33.918876 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:33.922640 ---      ParallelTerminationStrategy: PID 99 died...
22:50:33.924186 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:33.928019 ---      ParallelTerminationStrategy: PID 100 died...
22:50:33.929537 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:33.933320 ---      ParallelTerminationStrategy: PID 101 died...
22:50:33.934853 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:33.938675 ---      ParallelTerminationStrategy: PID 102 died...
22:50:33.940207 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:33.943983 ---      ParallelTerminationStrategy: PID 103 died...
22:50:33.945511 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:33.949364 ---      ParallelTerminationStrategy: PID 104 died...
22:50:33.950979 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:33.954923 ---      ParallelTerminationStrategy: PID 105 died...
22:50:33.956522 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:33.960491 ---      ParallelTerminationStrategy: PID 106 died...
22:50:33.962076 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:33.966012 ---      ParallelTerminationStrategy: PID 107 died...
22:50:33.967601 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:33.971524 ---      ParallelTerminationStrategy: PID 108 died...
22:50:33.973134 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:33.977078 ---      ParallelTerminationStrategy: PID 109 died...
22:50:33.978674 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:33.982586 ---      ParallelTerminationStrategy: PID 110 died...
22:50:33.984164 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:33.988092 ---      ParallelTerminationStrategy: PID 111 died...
22:50:33.989719 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:33.993659 ---      ParallelTerminationStrategy: PID 112 died...
22:50:33.995245 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:33.999169 ---      ParallelTerminationStrategy: PID 113 died...
22:50:34.000757 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:34.004720 ---      ParallelTerminationStrategy: PID 114 died...
22:50:34.006315 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:34.010243 ---      ParallelTerminationStrategy: PID 115 died...
22:50:34.011836 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:34.015749 ---      ParallelTerminationStrategy: PID 116 died...
22:50:34.017344 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:34.021288 ---      ParallelTerminationStrategy: PID 117 died...
22:50:34.022883 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:34.026818 ---      ParallelTerminationStrategy: PID 118 died...
22:50:34.028414 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:34.032320 ---      ParallelTerminationStrategy: PID 119 died...
22:50:34.033916 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:34.037860 ---      ParallelTerminationStrategy: PID 120 died...
22:50:34.039446 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:34.043367 ---      ParallelTerminationStrategy: PID 121 died...
22:50:34.044958 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:34.048902 ---      ParallelTerminationStrategy: PID 122 died...
22:50:34.050496 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:34.054449 ---      ParallelTerminationStrategy: PID 123 died...
22:50:34.056038 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:34.059985 ---      ParallelTerminationStrategy: PID 124 died...
22:50:34.061561 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:34.065511 ---      ParallelTerminationStrategy: PID 125 died...
22:50:34.067104 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:34.071038 ---      ParallelTerminationStrategy: PID 126 died...
22:50:34.072627 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:34.076550 ---      ParallelTerminationStrategy: PID 127 died...
22:50:34.078141 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:34.082067 ---      ParallelTerminationStrategy: PID 128 died...
22:50:34.083659 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:34.087637 ---      ParallelTerminationStrategy: PID 129 died...
22:50:34.089233 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:34.093148 ---      ParallelTerminationStrategy: PID 130 died...
22:50:34.094761 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:34.098709 ---      ParallelTerminationStrategy: PID 131 died...
22:50:34.100296 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:34.104200 ---      ParallelTerminationStrategy: PID 132 died...
22:50:34.105781 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:34.109732 ---      ParallelTerminationStrategy: PID 133 died...
22:50:34.111323 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:34.115249 ---      ParallelTerminationStrategy: PID 134 died...
22:50:34.116859 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:34.120798 ---      ParallelTerminationStrategy: PID 135 died...
22:50:34.122376 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:34.126330 ---      ParallelTerminationStrategy: PID 136 died...
22:50:34.127927 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:34.131880 ---      ParallelTerminationStrategy: PID 137 died...
22:50:34.133495 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:34.137462 ---      ParallelTerminationStrategy: PID 138 died...
22:50:34.139053 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:34.143058 ---      ParallelTerminationStrategy: PID 139 died...
22:50:34.144672 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:34.148613 ---      ParallelTerminationStrategy: PID 140 died...
22:50:34.150150 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:34.153943 ---      ParallelTerminationStrategy: PID 141 died...
22:50:34.155471 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:34.159239 ---      ParallelTerminationStrategy: PID 142 died...
22:50:34.160769 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:34.164538 ---      ParallelTerminationStrategy: PID 143 died...
22:50:34.166065 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:34.169841 ---      ParallelTerminationStrategy: PID 144 died...
22:50:34.171366 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:34.175137 ---      ParallelTerminationStrategy: PID 145 died...
22:50:34.176652 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:34.180410 ---      ParallelTerminationStrategy: PID 146 died...
22:50:34.181920 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:34.185719 ---      ParallelTerminationStrategy: PID 147 died...
22:50:34.187229 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:34.190992 ---      ParallelTerminationStrategy: PID 148 died...
22:50:34.192519 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:34.196309 ---      ParallelTerminationStrategy: PID 149 died...
22:50:34.197831 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:34.201629 ---      ParallelTerminationStrategy: PID 150 died...
22:50:34.203148 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:34.207010 ---      ParallelTerminationStrategy: PID 151 died...
22:50:34.208534 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:34.212330 ---      ParallelTerminationStrategy: PID 152 died...
22:50:34.213880 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:34.217656 ---      ParallelTerminationStrategy: PID 153 died...
22:50:34.219185 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:34.223131 ---      ParallelTerminationStrategy: PID 154 died...
22:50:34.224717 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:34.228633 ---      ParallelTerminationStrategy: PID 155 died...
22:50:34.230226 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:34.234150 ---      ParallelTerminationStrategy: PID 156 died...
22:50:34.235735 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:34.239698 ---      ParallelTerminationStrategy: PID 157 died...
22:50:34.241288 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:34.245227 ---      ParallelTerminationStrategy: PID 158 died...
22:50:34.246817 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:34.250751 ---      ParallelTerminationStrategy: PID 159 died...
22:50:34.252352 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:34.256288 ---      ParallelTerminationStrategy: PID 160 died...
22:50:34.257906 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:34.261837 ---      ParallelTerminationStrategy: PID 161 died...
22:50:34.263427 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:34.267362 ---      ParallelTerminationStrategy: PID 162 died...
22:50:34.268948 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:34.272895 ---      ParallelTerminationStrategy: PID 163 died...
22:50:34.274492 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:34.278684 ---      ParallelTerminationStrategy: PID 164 died...
22:50:34.280458 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:34.284914 ---      ParallelTerminationStrategy: PID 165 died...
22:50:34.286740 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:34.291313 ---      ParallelTerminationStrategy: PID 166 died...
22:50:34.293139 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:34.297689 ---      ParallelTerminationStrategy: PID 167 died...
22:50:34.299560 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:34.304189 ---      ParallelTerminationStrategy: PID 168 died...
22:50:34.306052 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:34.310640 ---      ParallelTerminationStrategy: PID 169 died...
22:50:34.312471 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:34.317059 ---      ParallelTerminationStrategy: PID 170 died...
22:50:34.318884 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:34.323410 ---      ParallelTerminationStrategy: PID 171 died...
22:50:34.325257 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:34.329755 ---      ParallelTerminationStrategy: PID 172 died...
22:50:34.331579 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:34.335992 ---      ParallelTerminationStrategy: PID 173 died...
22:50:34.337769 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:34.342229 ---      ParallelTerminationStrategy: PID 174 died...
22:50:34.343992 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:34.348493 ---      ParallelTerminationStrategy: PID 175 died...
22:50:34.350318 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:34.354830 ---      ParallelTerminationStrategy: PID 176 died...
22:50:34.356682 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:34.361182 ---      ParallelTerminationStrategy: PID 177 died...
22:50:34.363002 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:34.367622 ---      ParallelTerminationStrategy: PID 178 died...
22:50:34.369489 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:34.374125 ---      ParallelTerminationStrategy: PID 179 died...
22:50:34.375928 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:34.380423 ---      ParallelTerminationStrategy: PID 180 died...
22:50:34.382234 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:34.386755 ---      ParallelTerminationStrategy: PID 181 died...
22:50:34.388574 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:34.393101 ---      ParallelTerminationStrategy: PID 182 died...
22:50:34.394932 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:34.399448 ---      ParallelTerminationStrategy: PID 183 died...
22:50:34.401236 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:34.405659 ---      ParallelTerminationStrategy: PID 184 died...
22:50:34.407425 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:34.411873 ---      ParallelTerminationStrategy: PID 185 died...
22:50:34.413646 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:34.418028 ---      ParallelTerminationStrategy: PID 186 died...
22:50:34.419799 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:34.424277 ---      ParallelTerminationStrategy: PID 187 died...
22:50:34.426090 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:34.430452 ---      ParallelTerminationStrategy: PID 188 died...
22:50:34.432244 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:34.436650 ---      ParallelTerminationStrategy: PID 189 died...
22:50:34.438424 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:34.442796 ---      ParallelTerminationStrategy: PID 190 died...
22:50:34.444564 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:34.448994 ---      ParallelTerminationStrategy: PID 191 died...
22:50:34.450814 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:34.455220 ---      ParallelTerminationStrategy: PID 192 died...
22:50:34.457018 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:34.461520 ---      ParallelTerminationStrategy: PID 193 died...
22:50:34.463284 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:34.467725 ---      ParallelTerminationStrategy: PID 194 died...
22:50:34.469519 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:34.473924 ---      ParallelTerminationStrategy: PID 195 died...
22:50:34.475762 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:34.480247 ---      ParallelTerminationStrategy: PID 196 died...
22:50:34.482015 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:34.486466 ---      ParallelTerminationStrategy: PID 197 died...
22:50:34.488275 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:34.492784 ---      ParallelTerminationStrategy: PID 198 died...
22:50:34.494598 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:34.499049 ---      ParallelTerminationStrategy: PID 199 died...
22:50:34.500902 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:34.505507 ---      ParallelTerminationStrategy: PID 200 died...
22:50:34.507353 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:34.511849 ---      ParallelTerminationStrategy: PID 201 died...
22:50:34.513681 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:34.518187 ---      ParallelTerminationStrategy: PID 202 died...
22:50:34.520005 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:34.524522 ---      ParallelTerminationStrategy: PID 203 died...
22:50:34.526303 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:34.530784 ---      ParallelTerminationStrategy: PID 204 died...
22:50:34.532605 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:34.537054 ---      ParallelTerminationStrategy: PID 205 died...
22:50:34.538869 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:34.543275 ---      ParallelTerminationStrategy: PID 206 died...
22:50:34.545065 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:34.549453 ---      ParallelTerminationStrategy: PID 207 died...
22:50:34.551225 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:34.555690 ---      ParallelTerminationStrategy: PID 208 died...
22:50:34.557514 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:34.562064 ---      ParallelTerminationStrategy: PID 209 died...
22:50:34.563883 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:34.568392 ---      ParallelTerminationStrategy: PID 210 died...
22:50:34.570205 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:34.574658 ---      ParallelTerminationStrategy: PID 211 died...
22:50:34.576424 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:34.580822 ---      ParallelTerminationStrategy: PID 212 died...
22:50:34.582594 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:34.586975 ---      ParallelTerminationStrategy: PID 213 died...
22:50:34.588768 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:34.593132 ---      ParallelTerminationStrategy: PID 214 died...
22:50:34.594907 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:34.599390 ---      ParallelTerminationStrategy: PID 215 died...
22:50:34.601189 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:34.605571 ---      ParallelTerminationStrategy: PID 216 died...
22:50:34.607337 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:34.611704 ---      ParallelTerminationStrategy: PID 217 died...
22:50:34.613479 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:34.617952 ---      ParallelTerminationStrategy: PID 218 died...
22:50:34.619731 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:34.624125 ---      ParallelTerminationStrategy: PID 219 died...
22:50:34.625906 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:34.630324 ---      ParallelTerminationStrategy: PID 220 died...
22:50:34.632099 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:34.636509 ---      ParallelTerminationStrategy: PID 221 died...
22:50:34.638291 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:34.642686 ---      ParallelTerminationStrategy: PID 222 died...
22:50:34.644455 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:34.648868 ---      ParallelTerminationStrategy: PID 223 died...
22:50:34.650639 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:34.655048 ---      ParallelTerminationStrategy: PID 224 died...
22:50:34.656842 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:34.661251 ---      ParallelTerminationStrategy: PID 225 died...
22:50:34.663031 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:34.667454 ---      ParallelTerminationStrategy: PID 226 died...
22:50:34.669230 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:34.673615 ---      ParallelTerminationStrategy: PID 227 died...
22:50:34.675392 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:34.679806 ---      ParallelTerminationStrategy: PID 228 died...
22:50:34.681634 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:34.686060 ---      ParallelTerminationStrategy: PID 229 died...
22:50:34.687832 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:34.692247 ---      ParallelTerminationStrategy: PID 230 died...
22:50:34.694018 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:34.698518 ---      ParallelTerminationStrategy: PID 231 died...
22:50:34.700345 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:34.704930 ---      ParallelTerminationStrategy: PID 232 died...
22:50:34.706759 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:34.711279 ---      ParallelTerminationStrategy: PID 233 died...
22:50:34.713103 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:34.717633 ---      ParallelTerminationStrategy: PID 234 died...
22:50:34.719445 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:38.123790 ---      ParallelTerminationStrategy: PID 34 died...
22:50:38.126075 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8170 netreg_mass PASS
---------------------------------------------------------------------
22:50:38.207049 tst                       trial-8170: Storing JUnit report in /build/trial-8170/run.2025-12-04_22-48-58/trial-8170.xml

--------------------------------------------------------------------------------------------
trial-8170 PASS
--------------------------------------------------------------------------------------------
22:50:38.219686 tst                       trial-8170: trial-8170: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (93.1 sec)
+ exit_code=0
+ rm -rf trial-8170/inst
+ cd trial-8170
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-04 22:48:58
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8170-run.tgz run.2025-12-04_22-48-58
+ tar czf /build/trial-8170-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-04_18_20_25.tgz osmo-bts-oc2g.build-2025-12-04_00_51_48.tgz osmo-bts-sysmo.build-2025-12-04_00_51_38.tgz osmo-bts.build-2025-12-04_00_51_54.tgz osmo-ggsn.build-2025-12-04_20_42_31.tgz osmo-hlr.build-2025-12-04_16_36_50.tgz osmo-hnbgw.build-2025-12-04_18_25_11.tgz osmo-mgw.build-2025-12-04_08_33_16.tgz osmo-msc.build-2025-12-04_18_29_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-04_07_34_30.tgz osmo-pcu-sysmo.build-2025-12-04_07_34_30.tgz osmo-pcu.build-2025-12-04_07_34_38.tgz osmo-sgsn.build-2025-12-04_20_48_20.tgz osmo-stp.build-2025-12-04_18_14_42.tgz osmo-trx.build-2025-12-04_14_26_18.tgz osmocom-bb.build-2025-12-04_21_17_44.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