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/jenkins14574764161483252671.sh
+ rm -rf trial-8189-bin.tgz trial-8189-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25099
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11063
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10496
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12895
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13221
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12926
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41357
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7595
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43511
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8440
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 13203
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7520
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11588
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7635
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9086
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6355
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 7520
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins778512064997606791.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-8189
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
3e2224c ttcn3-bts-test: mount tracingfs only when needed
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#18 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#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 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#20 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:728eba9407df7326773256a580a69bbe32fd16f1394cbc67226c767ecd61b123 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8190 -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-24 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8190
+ mkdir -p trial-8190
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-24_13_31_42.tgz osmo-bts-oc2g.build-2025-12-24_00_52_52.tgz osmo-bts-sysmo.build-2025-12-24_00_52_57.tgz osmo-bts.build-2025-12-24_00_52_41.tgz osmo-ggsn.build-2025-12-24_20_59_37.tgz osmo-hlr.build-2025-12-24_16_36_59.tgz osmo-hnbgw.build-2025-12-24_13_35_38.tgz osmo-mgw.build-2025-12-24_08_34_45.tgz osmo-msc.build-2025-12-24_13_37_48.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-24_07_34_50.tgz osmo-pcu-sysmo.build-2025-12-24_07_36_56.tgz osmo-pcu.build-2025-12-24_07_34_22.tgz osmo-sgsn.build-2025-12-24_21_18_05.tgz osmo-stp.build-2025-12-24_13_29_56.tgz osmo-trx.build-2025-12-24_14_38_42.tgz osmocom-bb.build-2025-12-24_21_18_03.tgz srslte.build-19.tgz trial-8190
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-24_13_31_42.md5 osmo-bts-oc2g.build-2025-12-24_00_52_52.md5 osmo-bts-sysmo.build-2025-12-24_00_52_57.md5 osmo-bts.build-2025-12-24_00_52_41.md5 osmo-ggsn.build-2025-12-24_20_59_37.md5 osmo-hlr.build-2025-12-24_16_36_59.md5 osmo-hnbgw.build-2025-12-24_13_35_38.md5 osmo-mgw.build-2025-12-24_08_34_45.md5 osmo-msc.build-2025-12-24_13_37_48.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-24_07_34_50.md5 osmo-pcu-sysmo.build-2025-12-24_07_36_56.md5 osmo-pcu.build-2025-12-24_07_34_22.md5 osmo-sgsn.build-2025-12-24_21_18_05.md5 osmo-stp.build-2025-12-24_13_29_56.md5 osmo-trx.build-2025-12-24_14_38_42.md5 osmocom-bb.build-2025-12-24_21_18_03.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-24_13_31_42.md5 osmo-bts-oc2g.build-2025-12-24_00_52_52.md5 osmo-bts-sysmo.build-2025-12-24_00_52_57.md5 osmo-bts.build-2025-12-24_00_52_41.md5 osmo-ggsn.build-2025-12-24_20_59_37.md5 osmo-hlr.build-2025-12-24_16_36_59.md5 osmo-hnbgw.build-2025-12-24_13_35_38.md5 osmo-mgw.build-2025-12-24_08_34_45.md5 osmo-msc.build-2025-12-24_13_37_48.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-24_07_34_50.md5 osmo-pcu-sysmo.build-2025-12-24_07_36_56.md5 osmo-pcu.build-2025-12-24_07_34_22.md5 osmo-sgsn.build-2025-12-24_21_18_05.md5 osmo-stp.build-2025-12-24_13_29_56.md5 osmo-trx.build-2025-12-24_14_38_42.md5 osmocom-bb.build-2025-12-24_21_18_03.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-8190 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8190'
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-8190
--------------------------------------------------------------------------------------------
22:48:17.681532 tst                       trial-8190: Detailed log at /build/trial-8190/run.2025-12-24_22-48-17/log

---------------------------------------------------------------------
trial-8190 netreg_mass
---------------------------------------------------------------------
22:48:17.884363 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.884747 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.885519 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.886658 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.925227 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.925987 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.927086 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.989164 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-8190 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.989866 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.004847 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.005354 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.005795 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.006223 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.006662 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.007102 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.007529 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.038878 tst         register_default_mass.py: using LAC 2
22:48:18.062194 tst         register_default_mass.py: using RAC 2
22:48:18.090356 tst         register_default_mass.py: using CellId 2
22:48:18.120961 tst         register_default_mass.py: using BVCI 3
22:48:18.130841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.131428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.131954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.132463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.132990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.133500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.134000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.134513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.135023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.135535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.136032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.136522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.137033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.137544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.138061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.138586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.139109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.139622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.140137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.140676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.141186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.141704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.142231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.142750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.143264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.143779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.144291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.144808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.145330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.145842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.146364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.146881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.147392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.147921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.148452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.148974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.149493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.150007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.150515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.151039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.151546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.152053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.152571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.153086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.153593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.154096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.154614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.155129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.155643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.156161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.156687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.157191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.157715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.158228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.158733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.159243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.159762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.160270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.160800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.161304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.161805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.162300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.162821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.163334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.163829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.164326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.164853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.165366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.165866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.166371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.166877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.167379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.167960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.168477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.168992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.169506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.170006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.170509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.171022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.171525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.172023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.172519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.173043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.173548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.174045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.174553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.175054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.175550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.176054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.176553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.177055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.177570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.178083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.178585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.179075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.179582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.180087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.180589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.181111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.181612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.182101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.182668 tst      register_default_mass.py:21: Launching a simple network
22:48:18.192564 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.313813 run            create_hlr_db(pid=20): Launched
22:48:19.328710 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.344798 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.359629 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.365377 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.563425 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.578194 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.583831 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.000192 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.015154 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.029831 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.469488 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.484466 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.490036 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.513367 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.528168 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.533795 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.848163 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.865651 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.897195 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.069675 run         osmo-bts-virtual(pid=34): Launched
22:48:31.105986 tst         register_default_mass.py: using MSISDN 1001
22:48:31.120561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.160726 tst         register_default_mass.py: using MSISDN 1002
22:48:31.178575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.209774 tst         register_default_mass.py: using MSISDN 1003
22:48:31.224654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.255793 tst         register_default_mass.py: using MSISDN 1004
22:48:31.270632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.301706 tst         register_default_mass.py: using MSISDN 1005
22:48:31.316371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.347660 tst         register_default_mass.py: using MSISDN 1006
22:48:31.362326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.393690 tst         register_default_mass.py: using MSISDN 1007
22:48:31.408579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.439778 tst         register_default_mass.py: using MSISDN 1008
22:48:31.454694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.486014 tst         register_default_mass.py: using MSISDN 1009
22:48:31.500823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.532007 tst         register_default_mass.py: using MSISDN 1010
22:48:31.546868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.578062 tst         register_default_mass.py: using MSISDN 1011
22:48:31.592788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.623987 tst         register_default_mass.py: using MSISDN 1012
22:48:31.638742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.670326 tst         register_default_mass.py: using MSISDN 1013
22:48:31.685143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.716300 tst         register_default_mass.py: using MSISDN 1014
22:48:31.730964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.762310 tst         register_default_mass.py: using MSISDN 1015
22:48:31.777213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.808461 tst         register_default_mass.py: using MSISDN 1016
22:48:31.823285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.854716 tst         register_default_mass.py: using MSISDN 1017
22:48:31.869668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.900945 tst         register_default_mass.py: using MSISDN 1018
22:48:31.915721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.946998 tst         register_default_mass.py: using MSISDN 1019
22:48:31.961929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.993297 tst         register_default_mass.py: using MSISDN 1020
22:48:32.008081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.039079 tst         register_default_mass.py: using MSISDN 1021
22:48:32.053777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.085020 tst         register_default_mass.py: using MSISDN 1022
22:48:32.099914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.131373 tst         register_default_mass.py: using MSISDN 1023
22:48:32.146168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.177436 tst         register_default_mass.py: using MSISDN 1024
22:48:32.192294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.223265 tst         register_default_mass.py: using MSISDN 1025
22:48:32.237884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.268921 tst         register_default_mass.py: using MSISDN 1026
22:48:32.283727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.314748 tst         register_default_mass.py: using MSISDN 1027
22:48:32.329355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.359853 tst         register_default_mass.py: using MSISDN 1028
22:48:32.374348 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.405552 tst         register_default_mass.py: using MSISDN 1029
22:48:32.420249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.451335 tst         register_default_mass.py: using MSISDN 1030
22:48:32.466164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.497262 tst         register_default_mass.py: using MSISDN 1031
22:48:32.511893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.543088 tst         register_default_mass.py: using MSISDN 1032
22:48:32.557909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.589480 tst         register_default_mass.py: using MSISDN 1033
22:48:32.604303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.635581 tst         register_default_mass.py: using MSISDN 1034
22:48:32.650293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.681243 tst         register_default_mass.py: using MSISDN 1035
22:48:32.695910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.727355 tst         register_default_mass.py: using MSISDN 1036
22:48:32.742205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.773388 tst         register_default_mass.py: using MSISDN 1037
22:48:32.788147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.819458 tst         register_default_mass.py: using MSISDN 1038
22:48:32.834498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.865784 tst         register_default_mass.py: using MSISDN 1039
22:48:32.880592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.911553 tst         register_default_mass.py: using MSISDN 1040
22:48:32.926154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.957242 tst         register_default_mass.py: using MSISDN 1041
22:48:32.972003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.003192 tst         register_default_mass.py: using MSISDN 1042
22:48:33.017937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.048913 tst         register_default_mass.py: using MSISDN 1043
22:48:33.063427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.094537 tst         register_default_mass.py: using MSISDN 1044
22:48:33.109262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.140179 tst         register_default_mass.py: using MSISDN 1045
22:48:33.154865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.186251 tst         register_default_mass.py: using MSISDN 1046
22:48:33.201131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.232347 tst         register_default_mass.py: using MSISDN 1047
22:48:33.247202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.278281 tst         register_default_mass.py: using MSISDN 1048
22:48:33.292991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.324095 tst         register_default_mass.py: using MSISDN 1049
22:48:33.338943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.370050 tst         register_default_mass.py: using MSISDN 1050
22:48:33.384690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.415831 tst         register_default_mass.py: using MSISDN 1051
22:48:33.430563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.461353 tst         register_default_mass.py: using MSISDN 1052
22:48:33.475902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.507194 tst         register_default_mass.py: using MSISDN 1053
22:48:33.521958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.552982 tst         register_default_mass.py: using MSISDN 1054
22:48:33.567660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.598679 tst         register_default_mass.py: using MSISDN 1055
22:48:33.613370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.644589 tst         register_default_mass.py: using MSISDN 1056
22:48:33.659350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.690647 tst         register_default_mass.py: using MSISDN 1057
22:48:33.705593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.736885 tst         register_default_mass.py: using MSISDN 1058
22:48:33.751682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.782672 tst         register_default_mass.py: using MSISDN 1059
22:48:33.797311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.828528 tst         register_default_mass.py: using MSISDN 1060
22:48:33.843378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.874460 tst         register_default_mass.py: using MSISDN 1061
22:48:33.889183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.920338 tst         register_default_mass.py: using MSISDN 1062
22:48:33.935251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.966194 tst         register_default_mass.py: using MSISDN 1063
22:48:33.980863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.011956 tst         register_default_mass.py: using MSISDN 1064
22:48:34.026621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.057884 tst         register_default_mass.py: using MSISDN 1065
22:48:34.072686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.103689 tst         register_default_mass.py: using MSISDN 1066
22:48:34.118389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.149255 tst         register_default_mass.py: using MSISDN 1067
22:48:34.163984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.195098 tst         register_default_mass.py: using MSISDN 1068
22:48:34.209883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.241269 tst         register_default_mass.py: using MSISDN 1069
22:48:34.256112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.287445 tst         register_default_mass.py: using MSISDN 1070
22:48:34.302247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.333495 tst         register_default_mass.py: using MSISDN 1071
22:48:34.348411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.379700 tst         register_default_mass.py: using MSISDN 1072
22:48:34.394398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.425693 tst         register_default_mass.py: using MSISDN 1073
22:48:34.440366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.471496 tst         register_default_mass.py: using MSISDN 1074
22:48:34.486170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.516841 tst         register_default_mass.py: using MSISDN 1075
22:48:34.531351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.562244 tst         register_default_mass.py: using MSISDN 1076
22:48:34.576794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.608082 tst         register_default_mass.py: using MSISDN 1077
22:48:34.622988 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.654059 tst         register_default_mass.py: using MSISDN 1078
22:48:34.668842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.700092 tst         register_default_mass.py: using MSISDN 1079
22:48:34.714961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.745744 tst         register_default_mass.py: using MSISDN 1080
22:48:34.760316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.791349 tst         register_default_mass.py: using MSISDN 1081
22:48:34.805866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.836965 tst         register_default_mass.py: using MSISDN 1082
22:48:34.851747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.882696 tst         register_default_mass.py: using MSISDN 1083
22:48:34.897349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.928480 tst         register_default_mass.py: using MSISDN 1084
22:48:34.943208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.974294 tst         register_default_mass.py: using MSISDN 1085
22:48:34.989097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.020070 tst         register_default_mass.py: using MSISDN 1086
22:48:35.034864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.065871 tst         register_default_mass.py: using MSISDN 1087
22:48:35.080472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.111252 tst         register_default_mass.py: using MSISDN 1088
22:48:35.125887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.157121 tst         register_default_mass.py: using MSISDN 1089
22:48:35.171721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.202965 tst         register_default_mass.py: using MSISDN 1090
22:48:35.217762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.252760 tst         register_default_mass.py: using MSISDN 1091
22:48:35.269497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.300426 tst         register_default_mass.py: using MSISDN 1092
22:48:35.315101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.345791 tst         register_default_mass.py: using MSISDN 1093
22:48:35.360332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.391143 tst         register_default_mass.py: using MSISDN 1094
22:48:35.405655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.436447 tst         register_default_mass.py: using MSISDN 1095
22:48:35.450992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.481874 tst         register_default_mass.py: using MSISDN 1096
22:48:35.496439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.527055 tst         register_default_mass.py: using MSISDN 1097
22:48:35.541520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.572415 tst         register_default_mass.py: using MSISDN 1098
22:48:35.586986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.617682 tst         register_default_mass.py: using MSISDN 1099
22:48:35.632164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.662970 tst         register_default_mass.py: using MSISDN 1100
22:48:35.677637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.769394 run                             mass: Starting testcase
22:48:35.774879 run                             mass: Pre-launching all virtphy's
22:48:35.780309 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.793303 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.799282 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.811980 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.817958 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.830712 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.836701 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.849516 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.855632 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.868545 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.874452 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.887155 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.893141 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.905890 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.911811 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.924522 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.930463 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.943241 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.949141 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.961797 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.967668 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.980375 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.986314 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.998968 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.004835 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.017483 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.023400 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.036172 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.042073 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.054904 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.060885 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.073667 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.079568 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.092358 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.098363 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.111159 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.117129 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.129995 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.135917 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.148797 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.154749 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.167618 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.173517 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.186317 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.192232 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.205048 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.210971 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.223905 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.229797 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.242718 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.248741 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.261773 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.267721 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.280716 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.286728 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.299547 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.305510 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.318343 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.324311 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.337203 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.343131 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.355959 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.361905 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.374680 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.380603 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.393420 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.399317 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.412135 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.418107 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.430917 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.436875 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.449793 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.455765 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.468773 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.474723 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.487569 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.493508 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.506446 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.512354 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.525251 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.531130 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.543932 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.549869 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.562599 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.568546 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.581368 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.587254 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.599978 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.605926 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.618736 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.624648 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.637449 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.643340 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.656091 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.662077 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.674956 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.680874 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.693830 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.699789 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.712738 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.718715 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.731700 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.737673 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.750617 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.756571 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.769397 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.775348 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.788152 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.794064 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.806906 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.812866 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.825773 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.831690 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.844480 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.850483 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.863334 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.869294 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.882087 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.888012 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.900831 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.906766 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.919538 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.925664 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.938607 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.944516 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.957347 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.963291 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.976212 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.982113 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.994977 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.000944 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.013735 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.019702 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.032479 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.038473 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.051326 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.057285 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.070122 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.076044 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.088843 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.094819 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.107642 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.113558 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.126320 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.132243 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.145045 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.151018 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.164018 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.169896 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.182855 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.188834 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.201766 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.207625 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.220578 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.226615 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.239571 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.245543 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.258351 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.264269 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.277097 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.283019 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.295881 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.301786 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.314564 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.320459 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.333285 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.339184 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.351957 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.357893 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.370691 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.376665 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.389453 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.395565 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.408405 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.414474 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.427273 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.433187 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.446142 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.452123 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.465092 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.470993 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.483798 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.489727 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.502530 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.508416 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.521167 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.527078 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.539837 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.545733 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.558496 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.564392 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.577191 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.583117 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.595867 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.601766 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.614537 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.620445 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.633419 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.639391 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.652432 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.658331 run                             mass: Checking if sockets are in the filesystem
22:48:37.690746 run                osmo-ms-mob/00000: Starting mobile
22:48:37.703763 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.714519 run                             mass: MS start registered  {at=29847423.417866547, delay=0.0047164186835289, ms=00000}
22:48:41.894002 run                osmo-ms-mob/00001: Starting mobile
22:48:41.910353 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.921003 run                             mass: MS start registered  {at=29847427.62435267, delay=0.004604551941156387, ms=00001}
22:48:42.897714 run                             mass: MS performed LU  {at=29847428.600945465, lu_delay=5.183078918606043, ms=00000}
22:48:43.705439 run                osmo-ms-mob/00002: Starting mobile
22:48:43.722275 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.732847 run                             mass: MS start registered  {at=29847429.43619362, delay=0.004552535712718964, ms=00002}
22:48:45.005167 run                osmo-ms-mob/00003: Starting mobile
22:48:45.021845 run       osmo-ms-mob/00003(pid=138): Launched
22:48:45.032289 run                             mass: MS start registered  {at=29847430.73563375, delay=0.004403360188007355, ms=00003}
22:48:46.107269 run                osmo-ms-mob/00004: Starting mobile
22:48:46.120436 run       osmo-ms-mob/00004(pid=139): Launched
22:48:46.131126 run                             mass: MS start registered  {at=29847431.834475074, delay=0.004715137183666229, ms=00004}
22:48:46.662496 run                             mass: MS performed LU  {at=29847432.365817152, lu_delay=4.741464480757713, ms=00001}
22:48:47.086853 run                osmo-ms-mob/00005: Starting mobile
22:48:47.100980 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.111927 run                             mass: MS start registered  {at=29847432.815277748, delay=0.004737101495265961, ms=00005}
22:48:47.974589 run                osmo-ms-mob/00006: Starting mobile
22:48:47.988031 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.998897 run                             mass: MS start registered  {at=29847433.702246726, delay=0.004740748554468155, ms=00006}
22:48:48.565127 run                             mass: MS performed LU  {at=29847434.26836633, lu_delay=4.8321727104485035, ms=00002}
22:48:48.874093 run                osmo-ms-mob/00007: Starting mobile
22:48:48.887048 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.897668 run                             mass: MS start registered  {at=29847434.601020873, delay=0.004617318511009216, ms=00007}
22:48:49.673644 run                osmo-ms-mob/00008: Starting mobile
22:48:49.687041 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.697849 run                             mass: MS start registered  {at=29847435.40120069, delay=0.004638884216547012, ms=00008}
22:48:50.408433 run                osmo-ms-mob/00009: Starting mobile
22:48:50.421324 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.428196 run                             mass: MS performed LU  {at=29847436.13154773, lu_delay=5.395913980901241, ms=00003}
22:48:50.434058 run                             mass: MS start registered  {at=29847436.13742457, delay=0.0067564137279987335, ms=00009}
22:48:51.104767 run                osmo-ms-mob/00010: Starting mobile
22:48:51.121934 run       osmo-ms-mob/00010(pid=145): Launched
22:48:51.132600 run                             mass: MS start registered  {at=29847436.83595233, delay=0.004625685513019562, ms=00010}
22:48:51.705635 run                osmo-ms-mob/00011: Starting mobile
22:48:51.720591 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.731294 run                             mass: MS start registered  {at=29847437.434646588, delay=0.004793617874383926, ms=00011}
22:48:52.274798 run                osmo-ms-mob/00012: Starting mobile
22:48:52.287904 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.298463 run                             mass: MS start registered  {at=29847438.00181307, delay=0.004520051181316376, ms=00012}
22:48:52.331434 run                             mass: MS performed LU  {at=29847438.03470436, lu_delay=6.200229287147522, ms=00004}
22:48:52.358920 run                             mass: MS performed LU  {at=29847438.062201016, lu_delay=5.246923267841339, ms=00005}
22:48:52.874011 run                osmo-ms-mob/00013: Starting mobile
22:48:52.887454 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.897957 run                             mass: MS start registered  {at=29847438.601310503, delay=0.0045026205480098724, ms=00013}
22:48:53.484518 run                osmo-ms-mob/00014: Starting mobile
22:48:53.499235 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.510658 run                             mass: MS start registered  {at=29847439.21400689, delay=0.005052842199802399, ms=00014}
22:48:54.074386 run                osmo-ms-mob/00015: Starting mobile
22:48:54.087582 run       osmo-ms-mob/00015(pid=150): Launched
22:48:54.098296 run                             mass: MS start registered  {at=29847439.80164996, delay=0.00434570387005806, ms=00015}
22:48:54.195998 run                             mass: MS performed LU  {at=29847439.899222307, lu_delay=6.196975581347942, ms=00006}
22:48:54.260873 run                             mass: MS performed LU  {at=29847439.964100003, lu_delay=5.363079130649567, ms=00007}
22:48:54.564993 run                             mass: MS performed LU  {at=29847440.26824917, lu_delay=4.867048479616642, ms=00008}
22:48:54.607012 run                osmo-ms-mob/00016: Starting mobile
22:48:54.622595 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.633260 run                             mass: MS start registered  {at=29847440.336613413, delay=0.004641823470592499, ms=00016}
22:48:55.085741 run                osmo-ms-mob/00017: Starting mobile
22:48:55.099849 run       osmo-ms-mob/00017(pid=152): Launched
22:48:55.110765 run                             mass: MS start registered  {at=29847440.814115006, delay=0.0048675090074539185, ms=00017}
22:48:55.706672 run                osmo-ms-mob/00018: Starting mobile
22:48:55.723373 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.733864 run                             mass: MS start registered  {at=29847441.437216602, delay=0.0044696517288684845, ms=00018}
22:48:56.086512 run                osmo-ms-mob/00019: Starting mobile
22:48:56.100532 run       osmo-ms-mob/00019(pid=154): Launched
22:48:56.106519 run                             mass: MS performed LU  {at=29847441.809878066, lu_delay=5.672453496605158, ms=00009}
22:48:56.112331 run                             mass: MS start registered  {at=29847441.81569806, delay=0.005837559700012207, ms=00019}
22:48:56.123670 run                             mass: MS performed LU  {at=29847441.827020854, lu_delay=4.99106852337718, ms=00010}
22:48:56.598162 run                osmo-ms-mob/00020: Starting mobile
22:48:56.614608 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.625200 run                             mass: MS start registered  {at=29847442.328549948, delay=0.004636101424694061, ms=00020}
22:48:57.074431 run                osmo-ms-mob/00021: Starting mobile
22:48:57.087559 run       osmo-ms-mob/00021(pid=156): Launched
22:48:57.098231 run                             mass: MS start registered  {at=29847442.801582586, delay=0.004614796489477158, ms=00021}
22:48:57.489595 run                osmo-ms-mob/00022: Starting mobile
22:48:57.503191 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.514066 run                             mass: MS start registered  {at=29847443.21741664, delay=0.004789143800735474, ms=00022}
22:48:57.961638 run                             mass: MS performed LU  {at=29847443.66488717, lu_delay=5.663074102252722, ms=00012}
22:48:57.991750 run                osmo-ms-mob/00023: Starting mobile
22:48:58.006287 run       osmo-ms-mob/00023(pid=158): Launched
22:48:58.016922 run                             mass: MS start registered  {at=29847443.720276754, delay=0.004607904702425003, ms=00023}
22:48:58.025426 run                             mass: MS performed LU  {at=29847443.72878247, lu_delay=5.127471968531609, ms=00013}
22:48:58.095801 run                             mass: MS performed LU  {at=29847443.799053304, lu_delay=6.36440671607852, ms=00011}
22:48:58.349530 run                             mass: MS performed LU  {at=29847444.052780937, lu_delay=4.838774047791958, ms=00014}
22:48:58.379748 run                osmo-ms-mob/00024: Starting mobile
22:48:58.394458 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.405374 run                             mass: MS start registered  {at=29847444.108724486, delay=0.005043338984251022, ms=00024}
22:48:58.884250 run                osmo-ms-mob/00025: Starting mobile
22:48:58.897605 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.909931 run                             mass: MS start registered  {at=29847444.613282606, delay=0.006193727254867554, ms=00025}
22:48:59.308987 run                osmo-ms-mob/00026: Starting mobile
22:48:59.325566 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.336496 run                             mass: MS start registered  {at=29847445.039847456, delay=0.004685953259468079, ms=00026}
22:48:59.674166 run                osmo-ms-mob/00027: Starting mobile
22:48:59.687198 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.697838 run                             mass: MS start registered  {at=29847445.40119234, delay=0.004605554044246674, ms=00027}
22:48:59.779952 run                             mass: MS performed LU  {at=29847445.483201947, lu_delay=5.146588534116745, ms=00016}
22:48:59.863443 run                             mass: MS performed LU  {at=29847445.566692017, lu_delay=4.752577010542154, ms=00017}
22:48:59.889356 run                             mass: MS performed LU  {at=29847445.592700545, lu_delay=5.791050583124161, ms=00015}
22:48:59.901417 run                osmo-ms-mob/00028: Starting mobile
22:48:59.914406 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.925051 run                             mass: MS start registered  {at=29847445.628407143, delay=0.0046611204743385315, ms=00028}
22:49:00.506757 run                osmo-ms-mob/00029: Starting mobile
22:49:00.523265 run       osmo-ms-mob/00029(pid=164): Launched
22:49:00.534194 run                             mass: MS start registered  {at=29847446.237548467, delay=0.004916399717330933, ms=00029}
22:49:00.887868 run                osmo-ms-mob/00030: Starting mobile
22:49:00.901648 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.912439 run                             mass: MS start registered  {at=29847446.615792353, delay=0.004703257232904434, ms=00030}
22:49:01.301590 run                osmo-ms-mob/00031: Starting mobile
22:49:01.316792 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.327864 run                             mass: MS start registered  {at=29847447.031218745, delay=0.004795920103788376, ms=00031}
22:49:01.573609 run                osmo-ms-mob/00032: Starting mobile
22:49:01.586581 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.597338 run                             mass: MS start registered  {at=29847447.300692152, delay=0.004814986139535904, ms=00032}
22:49:01.727001 run                             mass: MS performed LU  {at=29847447.430248912, lu_delay=5.993032310158014, ms=00018}
22:49:01.792200 run                             mass: MS performed LU  {at=29847447.49545119, lu_delay=5.166901241987944, ms=00020}
22:49:01.861115 run                             mass: MS performed LU  {at=29847447.56436844, lu_delay=5.748670380562544, ms=00019}
22:49:01.910171 run                osmo-ms-mob/00033: Starting mobile
22:49:01.925848 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.932067 run                             mass: MS performed LU  {at=29847447.635427054, lu_delay=4.833844467997551, ms=00021}
22:49:01.938469 run                             mass: MS start registered  {at=29847447.64183378, delay=0.00642472505569458, ms=00033}
22:49:02.415373 run                osmo-ms-mob/00034: Starting mobile
22:49:02.431194 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.442447 run                             mass: MS start registered  {at=29847448.145801123, delay=0.004943761974573135, ms=00034}
22:49:02.675120 run                osmo-ms-mob/00035: Starting mobile
22:49:02.688185 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.699133 run                             mass: MS start registered  {at=29847448.40248534, delay=0.005000293254852295, ms=00035}
22:49:03.111038 run                osmo-ms-mob/00036: Starting mobile
22:49:03.129686 run       osmo-ms-mob/00036(pid=171): Launched
22:49:03.140676 run                             mass: MS start registered  {at=29847448.84402601, delay=0.004831496626138687, ms=00036}
22:49:03.474394 run                osmo-ms-mob/00037: Starting mobile
22:49:03.487235 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.497855 run                             mass: MS start registered  {at=29847449.201209813, delay=0.004698529839515686, ms=00037}
22:49:03.545134 run                             mass: MS performed LU  {at=29847449.24839677, lu_delay=5.1396722830832005, ms=00024}
22:49:03.628715 run                             mass: MS performed LU  {at=29847449.331935655, lu_delay=5.611658900976181, ms=00023}
22:49:03.656941 run                osmo-ms-mob/00038: Starting mobile
22:49:03.669833 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.675841 run                             mass: MS performed LU  {at=29847449.379203662, lu_delay=4.765921056270599, ms=00025}
22:49:03.681609 run                             mass: MS start registered  {at=29847449.384975985, delay=0.005788031965494156, ms=00038}
22:49:03.800712 run                             mass: MS performed LU  {at=29847449.50392878, lu_delay=6.286512140184641, ms=00022}
22:49:03.814640 run                osmo-ms-mob/00039: Starting mobile
22:49:03.827849 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.838714 run                             mass: MS start registered  {at=29847449.542066947, delay=0.004751898348331451, ms=00039}
22:49:04.488586 run                osmo-ms-mob/00040: Starting mobile
22:49:04.502204 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.513401 run                             mass: MS start registered  {at=29847450.21675433, delay=0.0049748495221138, ms=00040}
22:49:04.787295 run                osmo-ms-mob/00041: Starting mobile
22:49:04.801014 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.811923 run                             mass: MS start registered  {at=29847450.515276216, delay=0.00468064472079277, ms=00041}
22:49:05.097730 run                osmo-ms-mob/00042: Starting mobile
22:49:05.113967 run       osmo-ms-mob/00042(pid=177): Launched
22:49:05.125319 run                             mass: MS start registered  {at=29847450.828669965, delay=0.005261033773422241, ms=00042}
22:49:05.501783 run                osmo-ms-mob/00043: Starting mobile
22:49:05.518120 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.524083 run                             mass: MS performed LU  {at=29847451.227443583, lu_delay=4.6116512306034565, ms=00030}
22:49:05.529903 run                             mass: MS start registered  {at=29847451.23327006, delay=0.005844850093126297, ms=00043}
22:49:05.557602 run                             mass: MS performed LU  {at=29847451.260850262, lu_delay=5.632443118840456, ms=00028}
22:49:05.571387 run                osmo-ms-mob/00044: Starting mobile
22:49:05.584145 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.594707 run                             mass: MS start registered  {at=29847451.29806513, delay=0.004614412784576416, ms=00044}
22:49:05.625997 run                             mass: MS performed LU  {at=29847451.329305433, lu_delay=5.091756965965033, ms=00029}
22:49:05.645418 run                             mass: MS performed LU  {at=29847451.348693907, lu_delay=5.947501566261053, ms=00027}
22:49:05.664505 run                osmo-ms-mob/00045: Starting mobile
22:49:05.677422 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.688279 run                             mass: MS start registered  {at=29847451.391631674, delay=0.004659466445446014, ms=00045}
22:49:05.699779 run                             mass: MS performed LU  {at=29847451.403132133, lu_delay=6.363284677267075, ms=00026}
22:49:06.387484 run                osmo-ms-mob/00046: Starting mobile
22:49:06.401496 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.412690 run                             mass: MS start registered  {at=29847452.116042852, delay=0.004892561584711075, ms=00046}
22:49:06.688694 run                osmo-ms-mob/00047: Starting mobile
22:49:06.702468 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.713353 run                             mass: MS start registered  {at=29847452.416705653, delay=0.004784278571605682, ms=00047}
22:49:06.974102 run                osmo-ms-mob/00048: Starting mobile
22:49:06.987034 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.997763 run                             mass: MS start registered  {at=29847452.701117475, delay=0.004754312336444855, ms=00048}
22:49:07.274423 run                osmo-ms-mob/00049: Starting mobile
22:49:07.287660 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.298385 run                             mass: MS start registered  {at=29847453.00173948, delay=0.00475611537694931, ms=00049}
22:49:07.310533 run                             mass: MS performed LU  {at=29847453.01388769, lu_delay=5.372053910046816, ms=00033}
22:49:07.394814 run                             mass: MS performed LU  {at=29847453.09806488, lu_delay=4.695579539984465, ms=00035}
22:49:07.422969 run                osmo-ms-mob/00050: Starting mobile
22:49:07.435925 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.442012 run                             mass: MS performed LU  {at=29847453.145375352, lu_delay=4.999574229121208, ms=00034}
22:49:07.447926 run                             mass: MS start registered  {at=29847453.151293058, delay=0.00593465194106102, ms=00050}
22:49:07.566177 run                             mass: MS performed LU  {at=29847453.269426353, lu_delay=5.968734201043844, ms=00032}
22:49:07.601566 run                             mass: MS performed LU  {at=29847453.304863147, lu_delay=6.273644402623177, ms=00031}
22:49:07.618370 run                osmo-ms-mob/00051: Starting mobile
22:49:07.631475 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.642608 run                             mass: MS start registered  {at=29847453.345962837, delay=0.0051468536257743835, ms=00051}
22:49:08.289138 run                osmo-ms-mob/00052: Starting mobile
22:49:08.303009 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.314633 run                             mass: MS start registered  {at=29847454.017986137, delay=0.005356810986995697, ms=00052}
22:49:08.586580 run                osmo-ms-mob/00053: Starting mobile
22:49:08.600421 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.611421 run                             mass: MS start registered  {at=29847454.314773336, delay=0.005092188715934753, ms=00053}
22:49:08.874225 run                osmo-ms-mob/00054: Starting mobile
22:49:08.887037 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.897865 run                             mass: MS start registered  {at=29847454.60121713, delay=0.004882991313934326, ms=00054}
22:49:09.174310 run                osmo-ms-mob/00055: Starting mobile
22:49:09.187510 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.198743 run                             mass: MS start registered  {at=29847454.902086098, delay=0.005159784108400345, ms=00055}
22:49:09.259193 run                             mass: MS performed LU  {at=29847454.962445978, lu_delay=4.745691649615765, ms=00040}
22:49:09.324311 run                             mass: MS performed LU  {at=29847455.027561706, lu_delay=5.826351892203093, ms=00037}
22:49:09.351476 run                osmo-ms-mob/00056: Starting mobile
22:49:09.364431 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.375421 run                             mass: MS start registered  {at=29847455.078773323, delay=0.005023539066314697, ms=00056}
22:49:09.391637 run                             mass: MS performed LU  {at=29847455.09499252, lu_delay=5.710016533732414, ms=00038}
22:49:09.410574 run                             mass: MS performed LU  {at=29847455.113908634, lu_delay=6.269882623106241, ms=00036}
22:49:09.424143 run                osmo-ms-mob/00057: Starting mobile
22:49:09.437063 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.448281 run                             mass: MS start registered  {at=29847455.151626956, delay=0.005171705037355423, ms=00057}
22:49:09.739229 run                             mass: MS performed LU  {at=29847455.442478493, lu_delay=4.9272022768855095, ms=00041}
22:49:10.187484 run                osmo-ms-mob/00058: Starting mobile
22:49:10.220329 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.232557 run                             mass: MS start registered  {at=29847455.935903702, delay=0.004885755479335785, ms=00058}
22:49:10.486539 run                osmo-ms-mob/00059: Starting mobile
22:49:10.500144 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.511107 run                             mass: MS start registered  {at=29847456.214458544, delay=0.004923757165670395, ms=00059}
22:49:10.807857 run                osmo-ms-mob/00060: Starting mobile
22:49:10.824260 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.835807 run                             mass: MS start registered  {at=29847456.53915067, delay=0.00551498681306839, ms=00060}
22:49:11.077870 run                             mass: MS performed LU  {at=29847456.781123508, lu_delay=5.547853447496891, ms=00043}
22:49:11.091964 run                osmo-ms-mob/00061: Starting mobile
22:49:11.105256 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.116602 run                             mass: MS start registered  {at=29847456.819948617, delay=0.005288161337375641, ms=00061}
22:49:11.160670 run                             mass: MS performed LU  {at=29847456.863894332, lu_delay=4.747851479798555, ms=00046}
22:49:11.186605 run                             mass: MS performed LU  {at=29847456.889945213, lu_delay=5.4983135387301445, ms=00045}
22:49:11.199115 run                osmo-ms-mob/00062: Starting mobile
22:49:11.212026 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.223086 run                             mass: MS start registered  {at=29847456.92643776, delay=0.005105949938297272, ms=00062}
22:49:11.367746 run                             mass: MS performed LU  {at=29847457.070994083, lu_delay=6.2423241175711155, ms=00042}
22:49:11.403806 run                             mass: MS performed LU  {at=29847457.10714531, lu_delay=4.690439656376839, ms=00047}
22:49:11.419008 run                osmo-ms-mob/00063: Starting mobile
22:49:11.432151 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.443383 run                             mass: MS start registered  {at=29847457.146734655, delay=0.005283419042825699, ms=00063}
22:49:12.186388 run                osmo-ms-mob/00064: Starting mobile
22:49:12.199800 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.211182 run                             mass: MS start registered  {at=29847457.914532978, delay=0.00504312664270401, ms=00064}
22:49:12.443834 run                             mass: MS performed LU  {at=29847458.14704968, lu_delay=3.8322763442993164, ms=00053}
22:49:12.583868 run                osmo-ms-mob/00065: Starting mobile
22:49:12.597358 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.608870 run                             mass: MS start registered  {at=29847458.312221207, delay=0.005241621285676956, ms=00065}
22:49:12.906188 run                osmo-ms-mob/00066: Starting mobile
22:49:12.919138 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.932148 run                             mass: MS start registered  {at=29847458.635490913, delay=0.006533127278089523, ms=00066}
22:49:13.025147 run                             mass: MS performed LU  {at=29847458.72840213, lu_delay=4.710415992885828, ms=00052}
22:49:13.089095 run                             mass: MS performed LU  {at=29847458.79236587, lu_delay=5.7906263917684555, ms=00049}
22:49:13.158079 run                             mass: MS performed LU  {at=29847458.86134959, lu_delay=5.515386752784252, ms=00051}
22:49:13.187752 run                osmo-ms-mob/00067: Starting mobile
22:49:13.200983 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.207018 run                             mass: MS performed LU  {at=29847458.91037804, lu_delay=5.759084980934858, ms=00050}
22:49:13.213121 run                             mass: MS start registered  {at=29847458.916485693, delay=0.006125558167695999, ms=00067}
22:49:13.269135 run                             mass: MS performed LU  {at=29847458.972389992, lu_delay=6.2712725177407265, ms=00048}
22:49:13.310141 run                osmo-ms-mob/00068: Starting mobile
22:49:13.324034 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.335166 run                             mass: MS start registered  {at=29847459.038516805, delay=0.005249012261629105, ms=00068}
22:49:13.994655 run                osmo-ms-mob/00069: Starting mobile
22:49:14.009695 run       osmo-ms-mob/00069(pid=204): Launched
22:49:14.022601 run                             mass: MS start registered  {at=29847459.725939695, delay=0.006598081439733505, ms=00069}
22:49:14.123349 run                             mass: MS performed LU  {at=29847459.826598585, lu_delay=3.612140040844679, ms=00059}
22:49:14.386785 run                osmo-ms-mob/00070: Starting mobile
22:49:14.400956 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.412614 run                             mass: MS start registered  {at=29847460.115956984, delay=0.005610842257738113, ms=00070}
22:49:14.807082 run                osmo-ms-mob/00071: Starting mobile
22:49:14.820792 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.831906 run                             mass: MS start registered  {at=29847460.53525627, delay=0.0051111094653606415, ms=00071}
22:49:14.841413 run                             mass: MS performed LU  {at=29847460.54476593, lu_delay=5.393138974905014, ms=00057}
22:49:14.926442 run                             mass: MS performed LU  {at=29847460.629700065, lu_delay=6.028482936322689, ms=00054}
22:49:14.953372 run                             mass: MS performed LU  {at=29847460.65668369, lu_delay=4.720779988914728, ms=00058}
22:49:14.965692 run                osmo-ms-mob/00072: Starting mobile
22:49:14.978606 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.989719 run                             mass: MS start registered  {at=29847460.693073004, delay=0.004992373287677765, ms=00072}
22:49:15.133388 run                             mass: MS performed LU  {at=29847460.836635195, lu_delay=5.93454909697175, ms=00055}
22:49:15.170642 run                             mass: MS performed LU  {at=29847460.873907633, lu_delay=5.79513430967927, ms=00056}
22:49:15.614914 run                osmo-ms-mob/00073: Starting mobile
22:49:15.630817 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.642430 run                             mass: MS start registered  {at=29847461.345764644, delay=0.005547571927309036, ms=00073}
22:49:15.987673 run                osmo-ms-mob/00074: Starting mobile
22:49:16.002289 run       osmo-ms-mob/00074(pid=209): Launched
22:49:16.013859 run                             mass: MS start registered  {at=29847461.71719542, delay=0.005504529923200607, ms=00074}
22:49:16.397051 run                osmo-ms-mob/00075: Starting mobile
22:49:16.413233 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.424410 run                             mass: MS start registered  {at=29847462.12776094, delay=0.005116641521453857, ms=00075}
22:49:16.790200 run                             mass: MS performed LU  {at=29847462.493416194, lu_delay=5.346681538969278, ms=00063}
22:49:16.836068 run                osmo-ms-mob/00076: Starting mobile
22:49:16.850066 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.861368 run                             mass: MS start registered  {at=29847462.56471669, delay=0.004402335733175278, ms=00076}
22:49:16.924681 run                             mass: MS performed LU  {at=29847462.62789968, lu_delay=5.701461918652058, ms=00062}
22:49:16.948372 run                             mass: MS performed LU  {at=29847462.651733577, lu_delay=4.737200599163771, ms=00064}
22:49:16.999551 run                             mass: MS performed LU  {at=29847462.702803742, lu_delay=6.1636530719697475, ms=00060}
22:49:17.028468 run                osmo-ms-mob/00077: Starting mobile
22:49:17.041483 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.052636 run                             mass: MS start registered  {at=29847462.755984556, delay=0.005136854946613312, ms=00077}
22:49:17.787543 run                osmo-ms-mob/00078: Starting mobile
22:49:17.801892 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.813816 run                             mass: MS start registered  {at=29847463.51704057, delay=0.005576513707637787, ms=00078}
22:49:18.198905 run                osmo-ms-mob/00079: Starting mobile
22:49:18.212161 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.223413 run                             mass: MS start registered  {at=29847463.92676389, delay=0.005333065986633301, ms=00079}
22:49:18.609213 run                             mass: MS performed LU  {at=29847464.312461648, lu_delay=5.676970735192299, ms=00066}
22:49:18.638802 run                osmo-ms-mob/00080: Starting mobile
22:49:18.653881 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.665141 run                             mass: MS start registered  {at=29847464.36849358, delay=0.005184732377529144, ms=00080}
22:49:18.691440 run                             mass: MS performed LU  {at=29847464.39471259, lu_delay=5.356195785105228, ms=00068}
22:49:18.718940 run                             mass: MS performed LU  {at=29847464.4222437, lu_delay=6.110022492706776, ms=00065}
22:49:18.899605 run                             mass: MS performed LU  {at=29847464.602854673, lu_delay=4.876914978027344, ms=00069}
22:49:19.174109 run                osmo-ms-mob/00081: Starting mobile
22:49:19.186928 run       osmo-ms-mob/00081(pid=216): Launched
22:49:19.198229 run                             mass: MS start registered  {at=29847464.901578583, delay=0.005042091012001038, ms=00081}
22:49:19.574593 run                osmo-ms-mob/00082: Starting mobile
22:49:19.587873 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.598991 run                             mass: MS start registered  {at=29847465.30234542, delay=0.0051213838160037994, ms=00082}
22:49:20.195386 run                osmo-ms-mob/00083: Starting mobile
22:49:20.211349 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.222795 run                             mass: MS start registered  {at=29847465.926143292, delay=0.005451913923025131, ms=00083}
22:49:20.454650 run                             mass: MS performed LU  {at=29847466.157900855, lu_delay=6.041943870484829, ms=00070}
22:49:20.473361 run                             mass: MS performed LU  {at=29847466.17665361, lu_delay=5.641397338360548, ms=00071}
22:49:20.529620 run                             mass: MS performed LU  {at=29847466.232881404, lu_delay=4.515685983002186, ms=00074}
22:49:20.557988 run                osmo-ms-mob/00084: Starting mobile
22:49:20.571090 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.582143 run                             mass: MS start registered  {at=29847466.28548755, delay=0.00493791326880455, ms=00084}
22:49:20.800338 run                             mass: MS performed LU  {at=29847466.503585674, lu_delay=5.157821029424667, ms=00073}
22:49:21.213698 run                osmo-ms-mob/00085: Starting mobile
22:49:21.230423 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.241843 run                             mass: MS start registered  {at=29847466.94519127, delay=0.005069218575954437, ms=00085}
22:49:21.516570 run                             mass: MS performed LU  {at=29847467.2198191, lu_delay=6.526746094226837, ms=00072}
22:49:21.787257 run                osmo-ms-mob/00086: Starting mobile
22:49:21.801189 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.812350 run                             mass: MS start registered  {at=29847467.515699398, delay=0.005088698118925095, ms=00086}
22:49:22.406069 run                osmo-ms-mob/00087: Starting mobile
22:49:22.423459 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.429671 run                             mass: MS performed LU  {at=29847468.133030526, lu_delay=5.568313837051392, ms=00076}
22:49:22.435447 run                             mass: MS performed LU  {at=29847468.13881296, lu_delay=4.621772389858961, ms=00078}
22:49:22.441092 run                             mass: MS start registered  {at=29847468.144458838, delay=0.011445548385381699, ms=00087}
22:49:22.485167 run                             mass: MS performed LU  {at=29847468.188438885, lu_delay=5.432454328984022, ms=00077}
22:49:22.702585 run                             mass: MS performed LU  {at=29847468.405835655, lu_delay=6.278074715286493, ms=00075}
22:49:23.000338 run                osmo-ms-mob/00088: Starting mobile
22:49:23.013481 run       osmo-ms-mob/00088(pid=223): Launched
22:49:23.024934 run                             mass: MS start registered  {at=29847468.728282146, delay=0.005458880215883255, ms=00088}
22:49:23.574977 run                osmo-ms-mob/00089: Starting mobile
22:49:23.588276 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.599628 run                             mass: MS start registered  {at=29847469.302980065, delay=0.0052862465381622314, ms=00089}
22:49:24.205781 run                osmo-ms-mob/00090: Starting mobile
22:49:24.222800 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.228898 run                             mass: MS performed LU  {at=29847469.93224526, lu_delay=4.629899837076664, ms=00082}
22:49:24.234847 run                             mass: MS start registered  {at=29847469.938212186, delay=0.005997180938720703, ms=00090}
22:49:24.240689 run                             mass: MS performed LU  {at=29847469.94402636, lu_delay=5.042447775602341, ms=00081}
22:49:24.387468 run                             mass: MS performed LU  {at=29847470.09071654, lu_delay=5.722222961485386, ms=00080}
22:49:24.531165 run                             mass: MS performed LU  {at=29847470.234417275, lu_delay=6.30765338614583, ms=00079}
22:49:24.907893 run                osmo-ms-mob/00091: Starting mobile
22:49:24.923488 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.934781 run                             mass: MS start registered  {at=29847470.63809848, delay=0.005028564482927322, ms=00091}
22:49:25.586719 run                osmo-ms-mob/00092: Starting mobile
22:49:25.600943 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.612307 run                             mass: MS start registered  {at=29847471.3156609, delay=0.0053161755204200745, ms=00092}
22:49:26.140326 run                             mass: MS performed LU  {at=29847471.843574613, lu_delay=4.898383341729641, ms=00085}
22:49:26.223665 run                             mass: MS performed LU  {at=29847471.92691539, lu_delay=6.000772096216679, ms=00083}
22:49:26.251257 run                             mass: MS performed LU  {at=29847471.954506714, lu_delay=5.669019162654877, ms=00084}
22:49:26.299607 run                osmo-ms-mob/00093: Starting mobile
22:49:26.314747 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.325708 run                             mass: MS start registered  {at=29847472.029061705, delay=0.004978831857442856, ms=00093}
22:49:26.396032 run                             mass: MS performed LU  {at=29847472.09927977, lu_delay=4.583580370992422, ms=00086}
22:49:26.430704 run                             mass: MS performed LU  {at=29847472.133986153, lu_delay=22.59191920608282, ms=00039}
22:49:27.274053 run                osmo-ms-mob/00094: Starting mobile
22:49:27.287159 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.298485 run                             mass: MS start registered  {at=29847473.001835737, delay=0.004859939217567444, ms=00094}
22:49:28.088372 run                             mass: MS performed LU  {at=29847473.79162701, lu_delay=5.0633448623120785, ms=00088}
22:49:28.144068 run                osmo-ms-mob/00095: Starting mobile
22:49:28.159273 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.165289 run                             mass: MS performed LU  {at=29847473.868648507, lu_delay=5.724189668893814, ms=00087}
22:49:28.171078 run                             mass: MS start registered  {at=29847473.874444842, delay=0.0058150626718997955, ms=00095}
22:49:28.222294 run                             mass: MS performed LU  {at=29847473.92554482, lu_delay=22.627479691058397, ms=00044}
22:49:28.475419 run                             mass: MS performed LU  {at=29847474.178673796, lu_delay=4.87569373100996, ms=00089}
22:49:29.173632 run                osmo-ms-mob/00096: Starting mobile
22:49:29.186758 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.198226 run                             mass: MS start registered  {at=29847474.9015766, delay=0.0050134435296058655, ms=00096}
22:49:29.989201 run                             mass: MS performed LU  {at=29847475.692447625, lu_delay=5.054349146783352, ms=00091}
22:49:30.305866 run                osmo-ms-mob/00097: Starting mobile
22:49:30.322651 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.333686 run                             mass: MS start registered  {at=29847476.037036125, delay=0.0051046982407569885, ms=00097}
22:49:31.604828 run                osmo-ms-mob/00098: Starting mobile
22:49:31.621747 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.633110 run                             mass: MS start registered  {at=29847477.336460624, delay=0.00539620965719223, ms=00098}
22:49:31.854301 run                             mass: MS performed LU  {at=29847477.55755003, lu_delay=5.528488326817751, ms=00093}
22:49:31.918666 run                             mass: MS performed LU  {at=29847477.621916145, lu_delay=6.306255243718624, ms=00092}
22:49:31.988226 run                             mass: MS performed LU  {at=29847477.691477273, lu_delay=4.689641535282135, ms=00094}
22:49:33.405726 run                osmo-ms-mob/00099: Starting mobile
22:49:33.424008 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.430502 run                             mass: All started... {duration=55.76658217981458, too_slow=0}
22:49:33.436510 run                             mass: MS start registered  {at=29847479.139867395, delay=0.006000850349664688, ms=00099}
22:49:33.653358 run                             mass: MS performed LU  {at=29847479.35661122, lu_delay=4.455034617334604, ms=00096}
22:49:33.678014 run                             mass: MS performed LU  {at=29847479.381375175, lu_delay=22.561426557600498, ms=00061}
22:49:33.754766 run                             mass: MS performed LU  {at=29847479.458017945, lu_delay=5.58357310295105, ms=00095}
22:49:35.619957 run                             mass: MS performed LU  {at=29847481.32317855, lu_delay=5.28614242374897, ms=00097}
22:49:35.920112 run                             mass: MS performed LU  {at=29847481.62336584, lu_delay=22.706880148500204, ms=00067}
22:49:37.521431 run                             mass: MS performed LU  {at=29847483.224680603, lu_delay=5.888219978660345, ms=00098}
22:49:39.386431 run                             mass: MS performed LU  {at=29847485.089682523, lu_delay=5.9498151279985905, ms=00099}
22:49:47.152887 run                             mass: MS performed LU  {at=29847492.856113877, lu_delay=22.917901691049337, ms=00090}
22:49:47.162412 run                             mass: Tests done {all_completed=True, max=22.917901691049337, min=3.612140040844679}
22:49:47.167919 tst         register_default_mass.py: Test passed (89.2 sec)
22:49:47.173346 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.176558 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.179759 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.182953 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.186142 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.189402 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.192662 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.195903 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.199120 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.202359 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.205587 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.208804 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.212042 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.215283 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.218584 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.221911 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.225337 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.228754 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.232113 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.235427 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.238752 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.242038 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.245303 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.248570 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.251873 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.255135 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.258410 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.261683 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.264978 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.268845 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.272141 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.275455 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.278779 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.282091 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.285423 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.288751 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.292093 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.295878 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.299287 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.302631 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.305922 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.309232 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.312817 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.316208 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.319500 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.322866 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.326225 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.329609 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.332923 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.336205 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.339565 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.343070 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.346451 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.349785 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.353606 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.357031 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.360533 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.363931 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.367263 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.370574 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.373922 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.377319 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.380696 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.384051 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.387503 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.390905 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.394224 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.397898 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.401196 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.404602 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.407902 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.411302 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.414665 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.418059 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.421453 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.424837 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.428185 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.431559 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.434970 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.438371 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.441799 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.445225 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.449078 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.452442 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.455817 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.459217 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.463011 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.466448 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.469865 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.473277 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.476649 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.480016 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.483388 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.486950 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.490577 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.494527 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.498426 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.502146 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.505841 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.509217 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.512564 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.515909 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.519212 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.522525 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.525882 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.529184 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.532487 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.535892 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.539289 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.542705 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.546068 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.549464 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.552905 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.556188 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.559612 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.563024 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.566430 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.569797 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.573056 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.576302 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.579569 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.582822 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.586075 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.589323 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.592578 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.595849 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.599135 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.602398 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.605642 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.608896 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.612143 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.615393 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.618654 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.621907 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.625175 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.628422 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.631691 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.634951 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.638212 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.641461 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.644704 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.647959 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.651217 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.654480 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.657741 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.661004 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.664248 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.667484 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.670736 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.673983 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.677241 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.680485 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.683740 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.687010 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.690283 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.693550 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.696820 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.700062 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.703332 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.706603 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.709886 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.713159 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.716522 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.719800 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.723065 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.726316 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.729576 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.732839 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.736091 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.739357 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.742613 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.745862 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.749128 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.752381 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.755628 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.758898 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.762161 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.765419 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.768676 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.771930 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.775193 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.778455 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.781709 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.784966 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.788231 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.791489 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.794752 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.798008 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.801274 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.804526 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.807778 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.811029 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.814291 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.817560 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.820837 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.824089 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.827360 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.830623 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.833879 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.837137 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.840390 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.843655 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.846916 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.850168 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.853417 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.856677 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.859963 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.863210 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.866473 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.869727 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.872973 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.876228 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.879475 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.882727 ---      ParallelTerminationStrategy: PID 22 died...
22:49:47.884199 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.887811 ---      ParallelTerminationStrategy: PID 23 died...
22:49:47.889282 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.892896 ---      ParallelTerminationStrategy: PID 24 died...
22:49:47.894358 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.897977 ---      ParallelTerminationStrategy: PID 25 died...
22:49:47.899452 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.903078 ---      ParallelTerminationStrategy: PID 26 died...
22:49:47.904546 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.908210 ---      ParallelTerminationStrategy: PID 27 died...
22:49:47.909707 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.913342 ---      ParallelTerminationStrategy: PID 28 died...
22:49:47.914810 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.918453 ---      ParallelTerminationStrategy: PID 29 died...
22:49:47.919933 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.923607 ---      ParallelTerminationStrategy: PID 30 died...
22:49:47.925088 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.928725 ---      ParallelTerminationStrategy: PID 31 died...
22:49:47.930192 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.933873 ---      ParallelTerminationStrategy: PID 32 died...
22:49:47.935342 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.939024 ---      ParallelTerminationStrategy: PID 33 died...
22:49:47.940512 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.944158 ---      ParallelTerminationStrategy: PID 35 died...
22:49:47.945639 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.949321 ---      ParallelTerminationStrategy: PID 36 died...
22:49:47.950814 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.954473 ---      ParallelTerminationStrategy: PID 37 died...
22:49:47.955948 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.959580 ---      ParallelTerminationStrategy: PID 38 died...
22:49:47.961051 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.964698 ---      ParallelTerminationStrategy: PID 39 died...
22:49:47.966180 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.969842 ---      ParallelTerminationStrategy: PID 40 died...
22:49:47.971316 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.974942 ---      ParallelTerminationStrategy: PID 41 died...
22:49:47.976417 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.980039 ---      ParallelTerminationStrategy: PID 42 died...
22:49:47.981509 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.985151 ---      ParallelTerminationStrategy: PID 43 died...
22:49:47.986615 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.990261 ---      ParallelTerminationStrategy: PID 44 died...
22:49:47.991728 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.995352 ---      ParallelTerminationStrategy: PID 45 died...
22:49:47.996834 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.000457 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.001940 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.005587 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.007155 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.010813 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.012271 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.015912 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.017389 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.021008 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.022471 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.026111 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.027584 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.031226 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.032697 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.036324 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.037794 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.041438 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.042898 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.046533 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.048012 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.051646 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.053127 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.056769 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.058259 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.061888 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.063350 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.066972 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.068436 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.072100 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.073563 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.077192 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.078674 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.082329 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.083793 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.087452 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.088923 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.092533 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.094003 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.097655 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.099111 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.102737 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.104199 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.107852 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.109325 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.112974 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.114439 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.118084 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.119559 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.123198 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.124686 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.128320 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.129809 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.133443 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.134923 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.138559 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.140037 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.143700 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.145182 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.148828 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.150314 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.153954 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.155431 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.159079 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.160553 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.164188 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.165666 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.169311 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.170785 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.174418 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.175890 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.179537 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.181008 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.184756 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.186288 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.190082 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.191610 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.195431 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.196965 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.200760 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.202288 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.206084 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.207605 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.211402 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.212931 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.216727 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.218254 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.222034 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.223563 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.227352 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.228894 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.232701 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.234239 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.238022 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.239545 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.243322 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.244849 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.248642 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.250159 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.253942 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.255471 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.259267 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.260788 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.264577 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.266104 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.269893 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.271419 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.275230 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.276770 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.280551 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.282092 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.285892 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.287421 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.291205 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.292751 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.296531 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.298068 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.301868 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.303395 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.307197 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.308718 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.312485 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.314021 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.317823 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.319351 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.323128 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.324666 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.328452 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.329975 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.333773 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.335307 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.339091 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.340614 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.344393 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.345929 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.349717 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.351245 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.355041 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.356568 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.360353 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.361906 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.365698 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.367224 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.371015 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.372543 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.376331 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.377869 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.381663 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.383192 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.386987 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.388518 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.392294 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.393848 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.397637 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.399159 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.402943 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.404471 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.408259 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.409800 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.413593 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.415122 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.418900 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.420435 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.424219 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.425761 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.429553 ---      ParallelTerminationStrategy: PID 128 died...
22:49:48.431091 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.434871 ---      ParallelTerminationStrategy: PID 129 died...
22:49:48.436409 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.440168 ---      ParallelTerminationStrategy: PID 130 died...
22:49:48.441707 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.445507 ---      ParallelTerminationStrategy: PID 131 died...
22:49:48.447026 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.450812 ---      ParallelTerminationStrategy: PID 132 died...
22:49:48.452338 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.456132 ---      ParallelTerminationStrategy: PID 133 died...
22:49:48.457666 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.461452 ---      ParallelTerminationStrategy: PID 134 died...
22:49:48.462982 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.466783 ---      ParallelTerminationStrategy: PID 135 died...
22:49:48.468307 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.472110 ---      ParallelTerminationStrategy: PID 136 died...
22:49:48.473649 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.477441 ---      ParallelTerminationStrategy: PID 137 died...
22:49:48.478967 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.482778 ---      ParallelTerminationStrategy: PID 138 died...
22:49:48.484309 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.488117 ---      ParallelTerminationStrategy: PID 139 died...
22:49:48.489646 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.493469 ---      ParallelTerminationStrategy: PID 140 died...
22:49:48.495012 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.498849 ---      ParallelTerminationStrategy: PID 141 died...
22:49:48.500380 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.504191 ---      ParallelTerminationStrategy: PID 142 died...
22:49:48.505724 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.509546 ---      ParallelTerminationStrategy: PID 143 died...
22:49:48.511081 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.514893 ---      ParallelTerminationStrategy: PID 144 died...
22:49:48.516433 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.520252 ---      ParallelTerminationStrategy: PID 145 died...
22:49:48.521786 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.525598 ---      ParallelTerminationStrategy: PID 146 died...
22:49:48.527132 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.530949 ---      ParallelTerminationStrategy: PID 147 died...
22:49:48.532478 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.536273 ---      ParallelTerminationStrategy: PID 148 died...
22:49:48.537807 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.541624 ---      ParallelTerminationStrategy: PID 149 died...
22:49:48.543149 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.546956 ---      ParallelTerminationStrategy: PID 150 died...
22:49:48.548474 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.552269 ---      ParallelTerminationStrategy: PID 151 died...
22:49:48.553808 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.557616 ---      ParallelTerminationStrategy: PID 152 died...
22:49:48.559148 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.562955 ---      ParallelTerminationStrategy: PID 153 died...
22:49:48.564488 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.568301 ---      ParallelTerminationStrategy: PID 154 died...
22:49:48.569845 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.573657 ---      ParallelTerminationStrategy: PID 155 died...
22:49:48.575189 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.579016 ---      ParallelTerminationStrategy: PID 156 died...
22:49:48.580553 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.584356 ---      ParallelTerminationStrategy: PID 157 died...
22:49:48.585897 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.589706 ---      ParallelTerminationStrategy: PID 158 died...
22:49:48.591237 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.595058 ---      ParallelTerminationStrategy: PID 159 died...
22:49:48.596583 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.600389 ---      ParallelTerminationStrategy: PID 160 died...
22:49:48.601921 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.605724 ---      ParallelTerminationStrategy: PID 161 died...
22:49:48.607255 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.611061 ---      ParallelTerminationStrategy: PID 162 died...
22:49:48.612591 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.616472 ---      ParallelTerminationStrategy: PID 163 died...
22:49:48.618020 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.621832 ---      ParallelTerminationStrategy: PID 164 died...
22:49:48.623373 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.627188 ---      ParallelTerminationStrategy: PID 165 died...
22:49:48.628731 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.632537 ---      ParallelTerminationStrategy: PID 166 died...
22:49:48.634064 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.637888 ---      ParallelTerminationStrategy: PID 167 died...
22:49:48.639423 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.643236 ---      ParallelTerminationStrategy: PID 168 died...
22:49:48.644771 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.648580 ---      ParallelTerminationStrategy: PID 169 died...
22:49:48.650120 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.653930 ---      ParallelTerminationStrategy: PID 170 died...
22:49:48.655465 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.659284 ---      ParallelTerminationStrategy: PID 171 died...
22:49:48.660826 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.664634 ---      ParallelTerminationStrategy: PID 172 died...
22:49:48.666166 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.669977 ---      ParallelTerminationStrategy: PID 173 died...
22:49:48.671506 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.675298 ---      ParallelTerminationStrategy: PID 174 died...
22:49:48.676842 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.680639 ---      ParallelTerminationStrategy: PID 175 died...
22:49:48.682122 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.685769 ---      ParallelTerminationStrategy: PID 176 died...
22:49:48.687245 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.690905 ---      ParallelTerminationStrategy: PID 177 died...
22:49:48.692372 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.696046 ---      ParallelTerminationStrategy: PID 178 died...
22:49:48.697516 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.701201 ---      ParallelTerminationStrategy: PID 179 died...
22:49:48.702678 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.706335 ---      ParallelTerminationStrategy: PID 180 died...
22:49:48.707796 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.711443 ---      ParallelTerminationStrategy: PID 181 died...
22:49:48.712913 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.716579 ---      ParallelTerminationStrategy: PID 182 died...
22:49:48.718078 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.721729 ---      ParallelTerminationStrategy: PID 183 died...
22:49:48.723202 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.726869 ---      ParallelTerminationStrategy: PID 184 died...
22:49:48.728333 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.731988 ---      ParallelTerminationStrategy: PID 185 died...
22:49:48.733457 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.737117 ---      ParallelTerminationStrategy: PID 186 died...
22:49:48.738581 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.742219 ---      ParallelTerminationStrategy: PID 187 died...
22:49:48.743692 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.747353 ---      ParallelTerminationStrategy: PID 188 died...
22:49:48.748834 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.752491 ---      ParallelTerminationStrategy: PID 189 died...
22:49:48.753988 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.757657 ---      ParallelTerminationStrategy: PID 190 died...
22:49:48.759187 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.762996 ---      ParallelTerminationStrategy: PID 191 died...
22:49:48.764523 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.768326 ---      ParallelTerminationStrategy: PID 192 died...
22:49:48.769865 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.773691 ---      ParallelTerminationStrategy: PID 193 died...
22:49:48.775218 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.779031 ---      ParallelTerminationStrategy: PID 194 died...
22:49:48.780558 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.784369 ---      ParallelTerminationStrategy: PID 195 died...
22:49:48.785914 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.789730 ---      ParallelTerminationStrategy: PID 196 died...
22:49:48.791252 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.795058 ---      ParallelTerminationStrategy: PID 197 died...
22:49:48.796582 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.800382 ---      ParallelTerminationStrategy: PID 198 died...
22:49:48.801928 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.805740 ---      ParallelTerminationStrategy: PID 199 died...
22:49:48.807265 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.811063 ---      ParallelTerminationStrategy: PID 200 died...
22:49:48.812596 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.816400 ---      ParallelTerminationStrategy: PID 201 died...
22:49:48.817941 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.821709 ---      ParallelTerminationStrategy: PID 202 died...
22:49:48.823239 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.826924 ---      ParallelTerminationStrategy: PID 203 died...
22:49:48.828393 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.832033 ---      ParallelTerminationStrategy: PID 204 died...
22:49:48.833514 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.837184 ---      ParallelTerminationStrategy: PID 205 died...
22:49:48.838648 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.842311 ---      ParallelTerminationStrategy: PID 206 died...
22:49:48.843784 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.847444 ---      ParallelTerminationStrategy: PID 207 died...
22:49:48.848934 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.852605 ---      ParallelTerminationStrategy: PID 208 died...
22:49:48.854085 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.857738 ---      ParallelTerminationStrategy: PID 209 died...
22:49:48.859208 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.862880 ---      ParallelTerminationStrategy: PID 210 died...
22:49:48.864341 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.868015 ---      ParallelTerminationStrategy: PID 211 died...
22:49:48.869508 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.873168 ---      ParallelTerminationStrategy: PID 212 died...
22:49:48.874640 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.878299 ---      ParallelTerminationStrategy: PID 213 died...
22:49:48.879767 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.883429 ---      ParallelTerminationStrategy: PID 214 died...
22:49:48.884906 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.888553 ---      ParallelTerminationStrategy: PID 215 died...
22:49:48.890020 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.893675 ---      ParallelTerminationStrategy: PID 216 died...
22:49:48.895140 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.898803 ---      ParallelTerminationStrategy: PID 217 died...
22:49:48.900261 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.903915 ---      ParallelTerminationStrategy: PID 218 died...
22:49:48.905383 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.909031 ---      ParallelTerminationStrategy: PID 219 died...
22:49:48.910507 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.914166 ---      ParallelTerminationStrategy: PID 220 died...
22:49:48.915634 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.919300 ---      ParallelTerminationStrategy: PID 221 died...
22:49:48.920803 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.924459 ---      ParallelTerminationStrategy: PID 222 died...
22:49:48.925925 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.929575 ---      ParallelTerminationStrategy: PID 223 died...
22:49:48.931042 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.934707 ---      ParallelTerminationStrategy: PID 224 died...
22:49:48.936182 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.939833 ---      ParallelTerminationStrategy: PID 225 died...
22:49:48.941304 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.944968 ---      ParallelTerminationStrategy: PID 226 died...
22:49:48.946449 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.950114 ---      ParallelTerminationStrategy: PID 227 died...
22:49:48.951577 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.955242 ---      ParallelTerminationStrategy: PID 228 died...
22:49:48.956710 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.960368 ---      ParallelTerminationStrategy: PID 229 died...
22:49:48.961847 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.965500 ---      ParallelTerminationStrategy: PID 230 died...
22:49:48.966972 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.970652 ---      ParallelTerminationStrategy: PID 231 died...
22:49:48.972118 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.975764 ---      ParallelTerminationStrategy: PID 232 died...
22:49:48.977239 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.980920 ---      ParallelTerminationStrategy: PID 233 died...
22:49:48.982381 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.986038 ---      ParallelTerminationStrategy: PID 234 died...
22:49:48.987502 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.391956 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.398160 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8190 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.467521 tst                       trial-8190: Storing JUnit report in /build/trial-8190/run.2025-12-24_22-48-17/trial-8190.xml

--------------------------------------------------------------------------------------------
trial-8190 PASS
--------------------------------------------------------------------------------------------
22:49:52.480138 tst                       trial-8190: trial-8190: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (89.2 sec)
+ exit_code=0
+ rm -rf trial-8190/inst
+ cd trial-8190
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-24 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8190-run.tgz run.2025-12-24_22-48-17
+ tar czf /build/trial-8190-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-24_13_31_42.tgz osmo-bts-oc2g.build-2025-12-24_00_52_52.tgz osmo-bts-sysmo.build-2025-12-24_00_52_57.tgz osmo-bts.build-2025-12-24_00_52_41.tgz osmo-ggsn.build-2025-12-24_20_59_37.tgz osmo-hlr.build-2025-12-24_16_36_59.tgz osmo-hnbgw.build-2025-12-24_13_35_38.tgz osmo-mgw.build-2025-12-24_08_34_45.tgz osmo-msc.build-2025-12-24_13_37_48.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-24_07_34_50.tgz osmo-pcu-sysmo.build-2025-12-24_07_36_56.tgz osmo-pcu.build-2025-12-24_07_34_22.tgz osmo-sgsn.build-2025-12-24_21_18_05.tgz osmo-stp.build-2025-12-24_13_29_56.tgz osmo-trx.build-2025-12-24_14_38_42.tgz osmocom-bb.build-2025-12-24_21_18_03.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