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/jenkins15981016432952206816.sh
+ rm -rf trial-8196-bin.tgz trial-8196-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25134
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11077
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10517
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12909
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13235
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12975
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41427
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7609
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43588
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8461
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 13217
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7534
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11602
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7649
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9100
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6369
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 7534
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9246760483365276538.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-8196
+ 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 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

#21 [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
#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 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#23 CACHED

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d736fd1acef92dfe16382ebab5be28230b6747d6f5add6092c7bc3440259b82c 0.0s 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=8197 -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-31 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8197
+ mkdir -p trial-8197
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-31_13_34_26.tgz osmo-bts-oc2g.build-2025-12-31_00_53_05.tgz osmo-bts-sysmo.build-2025-12-31_00_52_59.tgz osmo-bts.build-2025-12-31_00_52_45.tgz osmo-ggsn.build-2025-12-31_20_59_40.tgz osmo-hlr.build-2025-12-31_16_37_00.tgz osmo-hnbgw.build-2025-12-31_13_35_52.tgz osmo-mgw.build-2025-12-31_08_34_44.tgz osmo-msc.build-2025-12-31_13_37_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-31_07_34_58.tgz osmo-pcu-sysmo.build-2025-12-31_07_36_54.tgz osmo-pcu.build-2025-12-31_07_34_28.tgz osmo-sgsn.build-2025-12-31_21_17_57.tgz osmo-stp.build-2025-12-31_13_27_45.tgz osmo-trx.build-2025-12-31_14_38_52.tgz osmocom-bb.build-2025-12-31_21_18_02.tgz srslte.build-19.tgz trial-8197
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-31_13_34_26.md5 osmo-bts-oc2g.build-2025-12-31_00_53_05.md5 osmo-bts-sysmo.build-2025-12-31_00_52_59.md5 osmo-bts.build-2025-12-31_00_52_45.md5 osmo-ggsn.build-2025-12-31_20_59_40.md5 osmo-hlr.build-2025-12-31_16_37_00.md5 osmo-hnbgw.build-2025-12-31_13_35_52.md5 osmo-mgw.build-2025-12-31_08_34_44.md5 osmo-msc.build-2025-12-31_13_37_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-31_07_34_58.md5 osmo-pcu-sysmo.build-2025-12-31_07_36_54.md5 osmo-pcu.build-2025-12-31_07_34_28.md5 osmo-sgsn.build-2025-12-31_21_17_57.md5 osmo-stp.build-2025-12-31_13_27_45.md5 osmo-trx.build-2025-12-31_14_38_52.md5 osmocom-bb.build-2025-12-31_21_18_02.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-31_13_34_26.md5 osmo-bts-oc2g.build-2025-12-31_00_53_05.md5 osmo-bts-sysmo.build-2025-12-31_00_52_59.md5 osmo-bts.build-2025-12-31_00_52_45.md5 osmo-ggsn.build-2025-12-31_20_59_40.md5 osmo-hlr.build-2025-12-31_16_37_00.md5 osmo-hnbgw.build-2025-12-31_13_35_52.md5 osmo-mgw.build-2025-12-31_08_34_44.md5 osmo-msc.build-2025-12-31_13_37_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-31_07_34_58.md5 osmo-pcu-sysmo.build-2025-12-31_07_36_54.md5 osmo-pcu.build-2025-12-31_07_34_28.md5 osmo-sgsn.build-2025-12-31_21_17_57.md5 osmo-stp.build-2025-12-31_13_27_45.md5 osmo-trx.build-2025-12-31_14_38_52.md5 osmocom-bb.build-2025-12-31_21_18_02.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-8197 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8197'
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-8197
--------------------------------------------------------------------------------------------
22:48:17.822339 tst                       trial-8197: Detailed log at /build/trial-8197/run.2025-12-31_22-48-17/log

---------------------------------------------------------------------
trial-8197 netreg_mass
---------------------------------------------------------------------
22:48:18.027051 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.027445 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.028296 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.029444 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.070953 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.071841 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.073006 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.136211 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-8197 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.136948 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.152393 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.152912 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.153373 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.153822 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.154277 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.154736 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.155184 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.186528 tst         register_default_mass.py: using LAC 2
22:48:18.208961 tst         register_default_mass.py: using RAC 2
22:48:18.236146 tst         register_default_mass.py: using CellId 2
22:48:18.266584 tst         register_default_mass.py: using BVCI 3
22:48:18.280752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.281447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.282046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.282564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.283088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.283594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.284089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.284613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.285155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.285678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.286199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.286720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.287286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.287821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.288354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.288887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.289421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.289954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.290473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.290993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.291523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.292051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.292579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.293116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.293639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.294177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.294704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.295221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.295763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.296295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.296831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.297358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.297891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.298417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.298964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.299487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.300005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.300546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.301079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.301597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.302130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.302656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.303178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.303714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.304243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.304767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.305304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.305836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.306356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.306887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.307417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.307930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.308448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.308981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.309496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.310009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.310536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.311062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.311582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.312090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.312613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.313135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.313669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.314196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.314708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.315232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.315754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.316293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.316824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.317339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.317865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.318390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.318988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.319513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.320030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.320535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.321056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.321571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.322088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.322612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.323125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.323634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.324138 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.324667 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.325182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.325687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.326214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.326726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.327251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.327775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.328289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.328816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.329354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.329874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.330399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.330913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.331429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.331968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.332490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.333013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.333533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.334100 tst      register_default_mass.py:21: Launching a simple network
22:48:18.344154 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.464301 run            create_hlr_db(pid=19): Launched
22:48:19.478746 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:19.495025 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:19.510081 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:19.515966 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.705068 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:19.720160 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:19.725691 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.146930 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:20.163152 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:23.178073 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.293008 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:23.307863 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:23.313655 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.337354 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:23.352505 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:23.358273 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.674244 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:23.689210 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:29.715491 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.888791 run         osmo-bts-virtual(pid=33): Launched
22:48:30.924030 tst         register_default_mass.py: using MSISDN 1001
22:48:30.938291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.977806 tst         register_default_mass.py: using MSISDN 1002
22:48:30.995642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.026635 tst         register_default_mass.py: using MSISDN 1003
22:48:31.041502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.072408 tst         register_default_mass.py: using MSISDN 1004
22:48:31.087292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.125576 tst         register_default_mass.py: using MSISDN 1005
22:48:31.142943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.172910 tst         register_default_mass.py: using MSISDN 1006
22:48:31.187264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.216810 tst         register_default_mass.py: using MSISDN 1007
22:48:31.230851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.260342 tst         register_default_mass.py: using MSISDN 1008
22:48:31.274078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.303778 tst         register_default_mass.py: using MSISDN 1009
22:48:31.317834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.347549 tst         register_default_mass.py: using MSISDN 1010
22:48:31.361729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.391343 tst         register_default_mass.py: using MSISDN 1011
22:48:31.405134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.434746 tst         register_default_mass.py: using MSISDN 1012
22:48:31.448637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.478243 tst         register_default_mass.py: using MSISDN 1013
22:48:31.492244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.522001 tst         register_default_mass.py: using MSISDN 1014
22:48:31.535948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.566414 tst         register_default_mass.py: using MSISDN 1015
22:48:31.580583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.611311 tst         register_default_mass.py: using MSISDN 1016
22:48:31.625808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.656402 tst         register_default_mass.py: using MSISDN 1017
22:48:31.671127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.702220 tst         register_default_mass.py: using MSISDN 1018
22:48:31.716882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.747584 tst         register_default_mass.py: using MSISDN 1019
22:48:31.762258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.793722 tst         register_default_mass.py: using MSISDN 1020
22:48:31.808478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.843494 tst         register_default_mass.py: using MSISDN 1021
22:48:31.859935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.899809 tst         register_default_mass.py: using MSISDN 1022
22:48:31.917887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.955672 tst         register_default_mass.py: using MSISDN 1023
22:48:31.973265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.005036 tst         register_default_mass.py: using MSISDN 1024
22:48:32.020135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.051414 tst         register_default_mass.py: using MSISDN 1025
22:48:32.066417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.096279 tst         register_default_mass.py: using MSISDN 1026
22:48:32.105997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.136913 tst         register_default_mass.py: using MSISDN 1027
22:48:32.147130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.178237 tst         register_default_mass.py: using MSISDN 1028
22:48:32.193967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.225042 tst         register_default_mass.py: using MSISDN 1029
22:48:32.239929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.271317 tst         register_default_mass.py: using MSISDN 1030
22:48:32.286205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.315807 tst         register_default_mass.py: using MSISDN 1031
22:48:32.329841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.360970 tst         register_default_mass.py: using MSISDN 1032
22:48:32.375675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.406789 tst         register_default_mass.py: using MSISDN 1033
22:48:32.421609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.452772 tst         register_default_mass.py: using MSISDN 1034
22:48:32.467713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.498593 tst         register_default_mass.py: using MSISDN 1035
22:48:32.513279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.544418 tst         register_default_mass.py: using MSISDN 1036
22:48:32.559217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.590310 tst         register_default_mass.py: using MSISDN 1037
22:48:32.605185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.636131 tst         register_default_mass.py: using MSISDN 1038
22:48:32.650870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.682015 tst         register_default_mass.py: using MSISDN 1039
22:48:32.696834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.728092 tst         register_default_mass.py: using MSISDN 1040
22:48:32.742759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.772787 tst         register_default_mass.py: using MSISDN 1041
22:48:32.787054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.817981 tst         register_default_mass.py: using MSISDN 1042
22:48:32.832518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.863622 tst         register_default_mass.py: using MSISDN 1043
22:48:32.878364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.909499 tst         register_default_mass.py: using MSISDN 1044
22:48:32.924245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.955413 tst         register_default_mass.py: using MSISDN 1045
22:48:32.970285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.001471 tst         register_default_mass.py: using MSISDN 1046
22:48:33.016121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.047192 tst         register_default_mass.py: using MSISDN 1047
22:48:33.061973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.093026 tst         register_default_mass.py: using MSISDN 1048
22:48:33.107696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.138600 tst         register_default_mass.py: using MSISDN 1049
22:48:33.153361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.184184 tst         register_default_mass.py: using MSISDN 1050
22:48:33.198704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.229590 tst         register_default_mass.py: using MSISDN 1051
22:48:33.244200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.275040 tst         register_default_mass.py: using MSISDN 1052
22:48:33.289725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.320743 tst         register_default_mass.py: using MSISDN 1053
22:48:33.335432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.366182 tst         register_default_mass.py: using MSISDN 1054
22:48:33.380682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.411780 tst         register_default_mass.py: using MSISDN 1055
22:48:33.426531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.457244 tst         register_default_mass.py: using MSISDN 1056
22:48:33.471763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.502693 tst         register_default_mass.py: using MSISDN 1057
22:48:33.517448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.547929 tst         register_default_mass.py: using MSISDN 1058
22:48:33.562438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.593266 tst         register_default_mass.py: using MSISDN 1059
22:48:33.607111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.637783 tst         register_default_mass.py: using MSISDN 1060
22:48:33.652434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.683351 tst         register_default_mass.py: using MSISDN 1061
22:48:33.698010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.729010 tst         register_default_mass.py: using MSISDN 1062
22:48:33.743654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.774935 tst         register_default_mass.py: using MSISDN 1063
22:48:33.789864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.820964 tst         register_default_mass.py: using MSISDN 1064
22:48:33.835926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.866668 tst         register_default_mass.py: using MSISDN 1065
22:48:33.881171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.911578 tst         register_default_mass.py: using MSISDN 1066
22:48:33.926083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.955738 tst         register_default_mass.py: using MSISDN 1067
22:48:33.969631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.999147 tst         register_default_mass.py: using MSISDN 1068
22:48:34.013128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.042639 tst         register_default_mass.py: using MSISDN 1069
22:48:34.056651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.086533 tst         register_default_mass.py: using MSISDN 1070
22:48:34.100524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.130132 tst         register_default_mass.py: using MSISDN 1071
22:48:34.144155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.173821 tst         register_default_mass.py: using MSISDN 1072
22:48:34.187684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.217327 tst         register_default_mass.py: using MSISDN 1073
22:48:34.231288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.260889 tst         register_default_mass.py: using MSISDN 1074
22:48:34.274885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.304509 tst         register_default_mass.py: using MSISDN 1075
22:48:34.314372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.344803 tst         register_default_mass.py: using MSISDN 1076
22:48:34.360656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.391803 tst         register_default_mass.py: using MSISDN 1077
22:48:34.406910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.437810 tst         register_default_mass.py: using MSISDN 1078
22:48:34.452492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.483253 tst         register_default_mass.py: using MSISDN 1079
22:48:34.497756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.528928 tst         register_default_mass.py: using MSISDN 1080
22:48:34.543667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.573931 tst         register_default_mass.py: using MSISDN 1081
22:48:34.587489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.618120 tst         register_default_mass.py: using MSISDN 1082
22:48:34.632325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.662798 tst         register_default_mass.py: using MSISDN 1083
22:48:34.677217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.708116 tst         register_default_mass.py: using MSISDN 1084
22:48:34.722569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.753260 tst         register_default_mass.py: using MSISDN 1085
22:48:34.767886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.798245 tst         register_default_mass.py: using MSISDN 1086
22:48:34.812689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.843557 tst         register_default_mass.py: using MSISDN 1087
22:48:34.858083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.888757 tst         register_default_mass.py: using MSISDN 1088
22:48:34.903380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.933938 tst         register_default_mass.py: using MSISDN 1089
22:48:34.948388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.978843 tst         register_default_mass.py: using MSISDN 1090
22:48:34.993327 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.024141 tst         register_default_mass.py: using MSISDN 1091
22:48:35.038681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.069338 tst         register_default_mass.py: using MSISDN 1092
22:48:35.083723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.114204 tst         register_default_mass.py: using MSISDN 1093
22:48:35.128553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.159460 tst         register_default_mass.py: using MSISDN 1094
22:48:35.174187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.204666 tst         register_default_mass.py: using MSISDN 1095
22:48:35.219014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.249757 tst         register_default_mass.py: using MSISDN 1096
22:48:35.264298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.295533 tst         register_default_mass.py: using MSISDN 1097
22:48:35.310339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.341012 tst         register_default_mass.py: using MSISDN 1098
22:48:35.355465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.386186 tst         register_default_mass.py: using MSISDN 1099
22:48:35.395655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.426648 tst         register_default_mass.py: using MSISDN 1100
22:48:35.442582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.535172 run                             mass: Starting testcase
22:48:35.540752 run                             mass: Pre-launching all virtphy's
22:48:35.546214 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.559435 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:35.565601 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.578819 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:35.584951 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.598144 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:35.604192 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.617110 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:35.623145 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.636092 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:35.642135 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.655053 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:35.661187 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.674305 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:35.680401 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.693372 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:35.699330 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.712154 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:35.718185 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.730997 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:35.737022 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.750030 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:35.756116 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.769369 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:35.775482 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.788703 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:35.794785 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.807773 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:35.813833 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.826760 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:35.832865 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.845966 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:35.852040 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.865244 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:35.871279 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.884206 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:35.890239 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.903127 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:35.909164 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.921971 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:35.927954 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.940888 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:35.946914 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.959831 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:35.965839 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.978687 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:35.984704 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.997686 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:36.003705 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.016972 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:36.023069 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.036212 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:36.042373 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.055312 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:36.061422 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.074603 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:36.080687 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.093806 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:36.099874 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.113023 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:36.118989 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.131927 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:36.137913 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.150795 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:36.156783 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.169714 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:36.175674 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.188568 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:36.194593 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.207466 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:36.213471 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.226414 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:36.232401 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.245325 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:36.251266 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.264133 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:36.270141 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.283145 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:36.289172 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.302230 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:36.308177 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.321115 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:36.327215 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.340130 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:36.346221 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.359174 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:36.365173 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.378031 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:36.384056 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.396956 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:36.402957 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.415843 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:36.421798 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.434649 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:36.440658 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.453545 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:36.459529 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.472403 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:36.478435 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.491316 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:36.497241 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.510096 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:36.516201 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.529119 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:36.535197 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.548103 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:36.554072 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.567108 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:36.573053 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.586064 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:36.592020 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.604963 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:36.610946 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.623816 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:36.629807 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.642667 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:36.648613 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.661531 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:36.667514 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.680403 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:36.686432 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.699313 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:36.705262 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.718118 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:36.724076 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.737024 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:36.742993 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.756099 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:36.762070 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.775210 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:36.781259 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.794319 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:36.800310 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.813339 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:36.819350 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.832234 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:36.838283 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.851230 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:36.857244 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.870155 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:36.876145 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.889092 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:36.895114 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.908073 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:36.914075 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.927162 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:36.933166 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.946073 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:36.952046 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.964985 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:36.970922 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.983995 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:36.990004 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.002977 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:37.008951 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.021863 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:37.027970 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.041153 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:37.047189 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.060256 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:37.066233 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.079221 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:37.085185 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.098180 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:37.104273 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.117233 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:37.123292 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.136464 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:37.142837 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.156527 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:37.162879 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.176277 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:37.182624 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.196033 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:37.202379 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.215740 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:37.222086 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.235342 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:37.241571 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.254772 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:37.260863 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.273982 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:37.280084 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.293328 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:37.299361 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.312622 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:37.318706 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.331855 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:37.337908 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.351024 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:37.357107 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.370189 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:37.376234 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.389309 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:37.395388 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.408488 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:37.414616 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.427717 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:37.433811 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.446890 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:37.452953 run                             mass: Checking if sockets are in the filesystem
22:48:37.477720 run                osmo-ms-mob/00000: Starting mobile
22:48:37.490675 run       osmo-ms-mob/00000(pid=134): Launched
22:48:37.502686 run                             mass: MS start registered  {at=30452223.2060341, delay=0.006017908453941345, ms=00000}
22:48:41.696733 run                osmo-ms-mob/00001: Starting mobile
22:48:41.710081 run       osmo-ms-mob/00001(pid=135): Launched
22:48:41.720725 run                             mass: MS start registered  {at=30452227.424068153, delay=0.004429023712873459, ms=00001}
22:48:42.725407 run                             mass: MS performed LU  {at=30452228.428643394, lu_delay=5.222609292715788, ms=00000}
22:48:43.501182 run                osmo-ms-mob/00002: Starting mobile
22:48:43.518128 run       osmo-ms-mob/00002(pid=136): Launched
22:48:43.528453 run                             mass: MS start registered  {at=30452229.231800437, delay=0.004267875105142593, ms=00002}
22:48:44.801783 run                osmo-ms-mob/00003: Starting mobile
22:48:44.815007 run       osmo-ms-mob/00003(pid=137): Launched
22:48:44.825645 run                             mass: MS start registered  {at=30452230.52899228, delay=0.004592742770910263, ms=00003}
22:48:45.868800 run                osmo-ms-mob/00004: Starting mobile
22:48:45.881708 run       osmo-ms-mob/00004(pid=138): Launched
22:48:45.892228 run                             mass: MS start registered  {at=30452231.595579732, delay=0.004441119730472565, ms=00004}
22:48:46.491459 run                             mass: MS performed LU  {at=30452232.194699448, lu_delay=4.770631294697523, ms=00001}
22:48:46.874430 run                osmo-ms-mob/00005: Starting mobile
22:48:46.893041 run       osmo-ms-mob/00005(pid=139): Launched
22:48:46.903679 run                             mass: MS start registered  {at=30452232.607026786, delay=0.00458015501499176, ms=00005}
22:48:47.792367 run                osmo-ms-mob/00006: Starting mobile
22:48:47.808358 run       osmo-ms-mob/00006(pid=140): Launched
22:48:47.819684 run                             mass: MS start registered  {at=30452233.52303528, delay=0.005060844123363495, ms=00006}
22:48:48.392304 run                             mass: MS performed LU  {at=30452234.095539633, lu_delay=4.8637391962111, ms=00002}
22:48:48.701495 run                osmo-ms-mob/00007: Starting mobile
22:48:48.718327 run       osmo-ms-mob/00007(pid=141): Launched
22:48:48.728822 run                             mass: MS start registered  {at=30452234.43217553, delay=0.004342980682849884, ms=00007}
22:48:49.469142 run                osmo-ms-mob/00008: Starting mobile
22:48:49.482412 run       osmo-ms-mob/00008(pid=142): Launched
22:48:49.492858 run                             mass: MS start registered  {at=30452235.196209926, delay=0.004464045166969299, ms=00008}
22:48:50.200017 run                osmo-ms-mob/00009: Starting mobile
22:48:50.217013 run       osmo-ms-mob/00009(pid=143): Launched
22:48:50.227685 run                             mass: MS start registered  {at=30452235.9310348, delay=0.004542633891105652, ms=00009}
22:48:50.257160 run                             mass: MS performed LU  {at=30452235.960424896, lu_delay=5.431432615965605, ms=00003}
22:48:50.892188 run                osmo-ms-mob/00010: Starting mobile
22:48:50.908208 run       osmo-ms-mob/00010(pid=144): Launched
22:48:50.918961 run                             mass: MS start registered  {at=30452236.622311532, delay=0.0046291835606098175, ms=00010}
22:48:51.495209 run                osmo-ms-mob/00011: Starting mobile
22:48:51.513255 run       osmo-ms-mob/00011(pid=145): Launched
22:48:51.523984 run                             mass: MS start registered  {at=30452237.22733861, delay=0.0046606287360191345, ms=00011}
22:48:52.069512 run                osmo-ms-mob/00012: Starting mobile
22:48:52.082984 run       osmo-ms-mob/00012(pid=146): Launched
22:48:52.093818 run                             mass: MS start registered  {at=30452237.797167767, delay=0.0046823881566524506, ms=00012}
22:48:52.158802 run                             mass: MS performed LU  {at=30452237.862047058, lu_delay=6.266467325389385, ms=00004}
22:48:52.184703 run                             mass: MS performed LU  {at=30452237.888041288, lu_delay=5.281014502048492, ms=00005}
22:48:52.690646 run                osmo-ms-mob/00013: Starting mobile
22:48:52.707087 run       osmo-ms-mob/00013(pid=147): Launched
22:48:52.717655 run                             mass: MS start registered  {at=30452238.421008788, delay=0.004372496157884598, ms=00013}
22:48:53.269343 run                osmo-ms-mob/00014: Starting mobile
22:48:53.282753 run       osmo-ms-mob/00014(pid=148): Launched
22:48:53.294185 run                             mass: MS start registered  {at=30452238.99753706, delay=0.004947643727064133, ms=00014}
22:48:53.901311 run                osmo-ms-mob/00015: Starting mobile
22:48:53.918073 run       osmo-ms-mob/00015(pid=149): Launched
22:48:53.928987 run                             mass: MS start registered  {at=30452239.632337574, delay=0.0046425871551036835, ms=00015}
22:48:54.023433 run                             mass: MS performed LU  {at=30452239.726677544, lu_delay=5.294502016156912, ms=00007}
22:48:54.086992 run                             mass: MS performed LU  {at=30452239.790252533, lu_delay=6.267217252403498, ms=00006}
22:48:54.368750 run                osmo-ms-mob/00016: Starting mobile
22:48:54.381875 run       osmo-ms-mob/00016(pid=150): Launched
22:48:54.390584 run                             mass: MS performed LU  {at=30452240.09393531, lu_delay=4.897725384682417, ms=00008}
22:48:54.396602 run                             mass: MS start registered  {at=30452240.099968795, delay=0.008557721972465515, ms=00016}
22:48:54.869698 run                osmo-ms-mob/00017: Starting mobile
22:48:54.883146 run       osmo-ms-mob/00017(pid=151): Launched
22:48:54.895898 run                             mass: MS start registered  {at=30452240.599248447, delay=0.006399143487215042, ms=00017}
22:48:55.507917 run                osmo-ms-mob/00018: Starting mobile
22:48:55.523977 run       osmo-ms-mob/00018(pid=152): Launched
22:48:55.534588 run                             mass: MS start registered  {at=30452241.237941228, delay=0.004553832113742828, ms=00018}
22:48:55.868401 run                osmo-ms-mob/00019: Starting mobile
22:48:55.881890 run       osmo-ms-mob/00019(pid=153): Launched
22:48:55.892445 run                             mass: MS start registered  {at=30452241.595799185, delay=0.004508979618549347, ms=00019}
22:48:55.924576 run                             mass: MS performed LU  {at=30452241.62788322, lu_delay=5.696848418563604, ms=00009}
22:48:55.952322 run                             mass: MS performed LU  {at=30452241.655608196, lu_delay=5.033296663314104, ms=00010}
22:48:56.391406 run                osmo-ms-mob/00020: Starting mobile
22:48:56.408346 run       osmo-ms-mob/00020(pid=154): Launched
22:48:56.419013 run                             mass: MS start registered  {at=30452242.122366603, delay=0.0046549588441848755, ms=00020}
22:48:56.880245 run                osmo-ms-mob/00021: Starting mobile
22:48:56.894107 run       osmo-ms-mob/00021(pid=155): Launched
22:48:56.904874 run                             mass: MS start registered  {at=30452242.608227972, delay=0.004678264260292053, ms=00021}
22:48:57.269339 run                osmo-ms-mob/00022: Starting mobile
22:48:57.282691 run       osmo-ms-mob/00022(pid=156): Launched
22:48:57.294105 run                             mass: MS start registered  {at=30452242.99745199, delay=0.005300853401422501, ms=00022}
22:48:57.801744 run                osmo-ms-mob/00023: Starting mobile
22:48:57.818491 run       osmo-ms-mob/00023(pid=157): Launched
22:48:57.824491 run                             mass: MS performed LU  {at=30452243.52785098, lu_delay=5.106842193752527, ms=00013}
22:48:57.830223 run                             mass: MS start registered  {at=30452243.533590667, delay=0.005756858736276627, ms=00023}
22:48:57.852809 run                             mass: MS performed LU  {at=30452243.55615651, lu_delay=6.328817900270224, ms=00011}
22:48:57.923274 run                             mass: MS performed LU  {at=30452243.626525193, lu_delay=5.829357426613569, ms=00012}
22:48:57.944714 run                osmo-ms-mob/00024: Starting mobile
22:48:57.958132 run       osmo-ms-mob/00024(pid=158): Launched
22:48:57.968854 run                             mass: MS start registered  {at=30452243.672208663, delay=0.004634242504835129, ms=00024}
22:48:58.176105 run                             mass: MS performed LU  {at=30452243.879357502, lu_delay=4.881820440292358, ms=00014}
22:48:58.679496 run                osmo-ms-mob/00025: Starting mobile
22:48:58.693390 run       osmo-ms-mob/00025(pid=159): Launched
22:48:58.704314 run                             mass: MS start registered  {at=30452244.407665577, delay=0.004873599857091904, ms=00025}
22:48:59.090140 run                osmo-ms-mob/00026: Starting mobile
22:48:59.106939 run       osmo-ms-mob/00026(pid=160): Launched
22:48:59.117929 run                             mass: MS start registered  {at=30452244.82128009, delay=0.004701528698205948, ms=00026}
22:48:59.500861 run                osmo-ms-mob/00027: Starting mobile
22:48:59.517525 run       osmo-ms-mob/00027(pid=161): Launched
22:48:59.528198 run                             mass: MS start registered  {at=30452245.231550355, delay=0.004633396863937378, ms=00027}
22:48:59.606821 run                             mass: MS performed LU  {at=30452245.310077056, lu_delay=5.210108261555433, ms=00016}
22:48:59.689792 run                             mass: MS performed LU  {at=30452245.393060222, lu_delay=5.760722648352385, ms=00015}
22:48:59.716719 run                             mass: MS performed LU  {at=30452245.420060374, lu_delay=4.820811927318573, ms=00017}
22:48:59.729292 run                osmo-ms-mob/00028: Starting mobile
22:48:59.742441 run       osmo-ms-mob/00028(pid=162): Launched
22:48:59.753036 run                             mass: MS start registered  {at=30452245.456392813, delay=0.004462040960788727, ms=00028}
22:49:00.301327 run                osmo-ms-mob/00029: Starting mobile
22:49:00.318869 run       osmo-ms-mob/00029(pid=163): Launched
22:49:00.329595 run                             mass: MS start registered  {at=30452246.032948878, delay=0.004671566188335419, ms=00029}
22:49:00.687211 run                osmo-ms-mob/00030: Starting mobile
22:49:00.702198 run       osmo-ms-mob/00030(pid=164): Launched
22:49:00.713278 run                             mass: MS start registered  {at=30452246.416630037, delay=0.004671066999435425, ms=00030}
22:49:01.098839 run                osmo-ms-mob/00031: Starting mobile
22:49:01.113736 run       osmo-ms-mob/00031(pid=165): Launched
22:49:01.124523 run                             mass: MS start registered  {at=30452246.827877216, delay=0.004703983664512634, ms=00031}
22:49:01.369796 run                osmo-ms-mob/00032: Starting mobile
22:49:01.383062 run       osmo-ms-mob/00032(pid=166): Launched
22:49:01.393670 run                             mass: MS start registered  {at=30452247.097021464, delay=0.004446115344762802, ms=00032}
22:49:01.554969 run                             mass: MS performed LU  {at=30452247.258222252, lu_delay=5.662423066794872, ms=00019}
22:49:01.619737 run                             mass: MS performed LU  {at=30452247.322986793, lu_delay=6.08504556491971, ms=00018}
22:49:01.688747 run                             mass: MS performed LU  {at=30452247.391975936, lu_delay=5.269609332084656, ms=00020}
22:49:01.740904 run                osmo-ms-mob/00033: Starting mobile
22:49:01.757687 run       osmo-ms-mob/00033(pid=167): Launched
22:49:01.764027 run                             mass: MS performed LU  {at=30452247.467386723, lu_delay=4.859158750623465, ms=00021}
22:49:01.769881 run                             mass: MS start registered  {at=30452247.47324739, delay=0.005878180265426636, ms=00033}
22:49:02.211218 run                osmo-ms-mob/00034: Starting mobile
22:49:02.228044 run       osmo-ms-mob/00034(pid=168): Launched
22:49:02.238971 run                             mass: MS start registered  {at=30452247.94232443, delay=0.0033942386507987976, ms=00034}
22:49:02.481980 run                osmo-ms-mob/00035: Starting mobile
22:49:02.496045 run       osmo-ms-mob/00035(pid=169): Launched
22:49:02.506847 run                             mass: MS start registered  {at=30452248.210199185, delay=0.0046243816614151, ms=00035}
22:49:02.896246 run                osmo-ms-mob/00036: Starting mobile
22:49:02.912652 run       osmo-ms-mob/00036(pid=170): Launched
22:49:02.923872 run                             mass: MS start registered  {at=30452248.627217375, delay=0.005006253719329834, ms=00036}
22:49:03.299202 run                osmo-ms-mob/00037: Starting mobile
22:49:03.314708 run       osmo-ms-mob/00037(pid=171): Launched
22:49:03.325445 run                             mass: MS start registered  {at=30452249.028798867, delay=0.004559345543384552, ms=00037}
22:49:03.373071 run                             mass: MS performed LU  {at=30452249.07633498, lu_delay=5.404126316308975, ms=00024}
22:49:03.456514 run                             mass: MS performed LU  {at=30452249.1597685, lu_delay=4.7521029226481915, ms=00025}
22:49:03.484790 run                osmo-ms-mob/00038: Starting mobile
22:49:03.497945 run       osmo-ms-mob/00038(pid=172): Launched
22:49:03.504036 run                             mass: MS performed LU  {at=30452249.20739832, lu_delay=5.67380765452981, ms=00023}
22:49:03.509879 run                             mass: MS start registered  {at=30452249.213246297, delay=0.0058638304471969604, ms=00038}
22:49:03.627065 run                             mass: MS performed LU  {at=30452249.330316395, lu_delay=6.33286440372467, ms=00022}
22:49:03.641306 run                osmo-ms-mob/00039: Starting mobile
22:49:03.654658 run       osmo-ms-mob/00039(pid=173): Launched
22:49:03.665394 run                             mass: MS start registered  {at=30452249.36874856, delay=0.0047569237649440765, ms=00039}
22:49:04.282269 run                osmo-ms-mob/00040: Starting mobile
22:49:04.296484 run       osmo-ms-mob/00040(pid=174): Launched
22:49:04.307750 run                             mass: MS start registered  {at=30452250.011097126, delay=0.00507383793592453, ms=00040}
22:49:04.569191 run                osmo-ms-mob/00041: Starting mobile
22:49:04.582277 run       osmo-ms-mob/00041(pid=175): Launched
22:49:04.593341 run                             mass: MS start registered  {at=30452250.296691637, delay=0.004462026059627533, ms=00041}
22:49:04.869459 run                osmo-ms-mob/00042: Starting mobile
22:49:04.882455 run       osmo-ms-mob/00042(pid=176): Launched
22:49:04.893330 run                             mass: MS start registered  {at=30452250.59668105, delay=0.004831776022911072, ms=00042}
22:49:05.219504 run                             mass: MS performed LU  {at=30452250.922755904, lu_delay=4.889807026833296, ms=00029}
22:49:05.262485 run                osmo-ms-mob/00043: Starting mobile
22:49:05.278324 run       osmo-ms-mob/00043(pid=177): Launched
22:49:05.284508 run                             mass: MS performed LU  {at=30452250.987868395, lu_delay=5.531475581228733, ms=00028}
22:49:05.290467 run                             mass: MS start registered  {at=30452250.993834656, delay=0.00598309189081192, ms=00043}
22:49:05.384961 run                             mass: MS performed LU  {at=30452251.08821155, lu_delay=4.671581514179707, ms=00030}
22:49:05.416958 run                osmo-ms-mob/00044: Starting mobile
22:49:05.432196 run       osmo-ms-mob/00044(pid=178): Launched
22:49:05.443017 run                             mass: MS start registered  {at=30452251.14637186, delay=0.004781764000654221, ms=00044}
22:49:05.528767 run                             mass: MS performed LU  {at=30452251.232026037, lu_delay=6.410745948553085, ms=00026}
22:49:05.908181 run                osmo-ms-mob/00045: Starting mobile
22:49:05.924086 run       osmo-ms-mob/00045(pid=179): Launched
22:49:05.935431 run                             mass: MS start registered  {at=30452251.63877981, delay=0.005316581577062607, ms=00045}
22:49:06.168924 run                osmo-ms-mob/00046: Starting mobile
22:49:06.182206 run       osmo-ms-mob/00046(pid=180): Launched
22:49:06.193306 run                             mass: MS start registered  {at=30452251.89665867, delay=0.004748106002807617, ms=00046}
22:49:06.483359 run                osmo-ms-mob/00047: Starting mobile
22:49:06.497725 run       osmo-ms-mob/00047(pid=181): Launched
22:49:06.508967 run                             mass: MS start registered  {at=30452252.21230847, delay=0.005086347460746765, ms=00047}
22:49:06.515418 run                             mass: MS performed LU  {at=30452252.21877888, lu_delay=6.987228523939848, ms=00027}
22:49:06.783930 run                osmo-ms-mob/00048: Starting mobile
22:49:06.798003 run       osmo-ms-mob/00048(pid=182): Launched
22:49:06.808797 run                             mass: MS start registered  {at=30452252.512148347, delay=0.00478130578994751, ms=00048}
22:49:07.068537 run                osmo-ms-mob/00049: Starting mobile
22:49:07.081697 run       osmo-ms-mob/00049(pid=183): Launched
22:49:07.092075 run                             mass: MS start registered  {at=30452252.795426164, delay=0.004432179033756256, ms=00049}
22:49:07.138686 run                             mass: MS performed LU  {at=30452252.841937497, lu_delay=4.899613067507744, ms=00034}
22:49:07.157497 run                             mass: MS performed LU  {at=30452252.860860065, lu_delay=5.763838600367308, ms=00032}
22:49:07.168513 run                osmo-ms-mob/00050: Starting mobile
22:49:07.181772 run       osmo-ms-mob/00050(pid=184): Launched
22:49:07.192835 run                             mass: MS start registered  {at=30452252.8961847, delay=0.0049927979707717896, ms=00050}
22:49:07.248836 run                             mass: MS performed LU  {at=30452252.952107716, lu_delay=4.741908531636, ms=00035}
22:49:07.429469 run                             mass: MS performed LU  {at=30452253.13271785, lu_delay=6.304840635508299, ms=00031}
22:49:07.453160 run                             mass: MS performed LU  {at=30452253.15652238, lu_delay=5.6832749880850315, ms=00033}
22:49:07.464314 run                osmo-ms-mob/00051: Starting mobile
22:49:07.477315 run       osmo-ms-mob/00051(pid=185): Launched
22:49:07.488170 run                             mass: MS start registered  {at=30452253.191524714, delay=0.004599615931510925, ms=00051}
22:49:08.083957 run                osmo-ms-mob/00052: Starting mobile
22:49:08.098122 run       osmo-ms-mob/00052(pid=186): Launched
22:49:08.108945 run                             mass: MS start registered  {at=30452253.812296942, delay=0.004737410694360733, ms=00052}
22:49:08.381825 run                osmo-ms-mob/00053: Starting mobile
22:49:08.395831 run       osmo-ms-mob/00053(pid=187): Launched
22:49:08.407050 run                             mass: MS start registered  {at=30452254.110401418, delay=0.005084089934825897, ms=00053}
22:49:08.668930 run                osmo-ms-mob/00054: Starting mobile
22:49:08.682082 run       osmo-ms-mob/00054(pid=188): Launched
22:49:08.692830 run                             mass: MS start registered  {at=30452254.39618459, delay=0.004622861742973328, ms=00054}
22:49:08.989908 run                osmo-ms-mob/00055: Starting mobile
22:49:09.003572 run       osmo-ms-mob/00055(pid=189): Launched
22:49:09.009718 run                             mass: MS performed LU  {at=30452254.71307769, lu_delay=5.6842788234353065, ms=00037}
22:49:09.015931 run                             mass: MS performed LU  {at=30452254.719296128, lu_delay=5.350547567009926, ms=00039}
22:49:09.021712 run                             mass: MS start registered  {at=30452254.725078966, delay=0.01201944425702095, ms=00055}
22:49:09.032450 run                osmo-ms-mob/00056: Starting mobile
22:49:09.045876 run       osmo-ms-mob/00056(pid=190): Launched
22:49:09.056468 run                             mass: MS start registered  {at=30452254.759822626, delay=0.004611305892467499, ms=00056}
22:49:09.151648 run                             mass: MS performed LU  {at=30452254.85490168, lu_delay=5.641655381768942, ms=00038}
22:49:09.295197 run                             mass: MS performed LU  {at=30452254.998438317, lu_delay=6.37122094258666, ms=00036}
22:49:09.309499 run                osmo-ms-mob/00057: Starting mobile
22:49:09.322674 run       osmo-ms-mob/00057(pid=191): Launched
22:49:09.333836 run                             mass: MS start registered  {at=30452255.037190765, delay=0.005175963044166565, ms=00057}
22:49:09.348366 run                             mass: MS performed LU  {at=30452255.05171694, lu_delay=5.040619812905788, ms=00040}
22:49:09.575940 run                             mass: MS performed LU  {at=30452255.2791928, lu_delay=4.9825011640787125, ms=00041}
22:49:09.982515 run                osmo-ms-mob/00058: Starting mobile
22:49:09.996292 run       osmo-ms-mob/00058(pid=192): Launched
22:49:10.008652 run                             mass: MS start registered  {at=30452255.711988416, delay=0.00597761943936348, ms=00058}
22:49:10.189763 run                             mass: MS performed LU  {at=30452255.89301605, lu_delay=3.6807075813412666, ms=00047}
22:49:10.219284 run                osmo-ms-mob/00059: Starting mobile
22:49:10.232454 run       osmo-ms-mob/00059(pid=193): Launched
22:49:10.243466 run                             mass: MS start registered  {at=30452255.94681884, delay=0.004488438367843628, ms=00059}
22:49:10.618409 run                osmo-ms-mob/00060: Starting mobile
22:49:10.635646 run       osmo-ms-mob/00060(pid=194): Launched
22:49:10.646534 run                             mass: MS start registered  {at=30452256.349887345, delay=0.004347071051597595, ms=00060}
22:49:10.904893 run                             mass: MS performed LU  {at=30452256.608122, lu_delay=6.011440947651863, ms=00042}
22:49:10.934874 run                osmo-ms-mob/00061: Starting mobile
22:49:10.948279 run       osmo-ms-mob/00061(pid=195): Launched
22:49:10.954481 run                             mass: MS performed LU  {at=30452256.657841057, lu_delay=4.761182386428118, ms=00046}
22:49:10.960543 run                             mass: MS start registered  {at=30452256.663908932, delay=0.006086621433496475, ms=00061}
22:49:11.015721 run                             mass: MS performed LU  {at=30452256.718979247, lu_delay=5.080199435353279, ms=00045}
22:49:11.040192 run                osmo-ms-mob/00062: Starting mobile
22:49:11.053543 run       osmo-ms-mob/00062(pid=196): Launched
22:49:11.064043 run                             mass: MS start registered  {at=30452256.767397203, delay=0.004449427127838135, ms=00062}
22:49:11.195418 run                             mass: MS performed LU  {at=30452256.89867364, lu_delay=5.752301778644323, ms=00044}
22:49:11.219448 run                             mass: MS performed LU  {at=30452256.922810227, lu_delay=5.928975570946932, ms=00043}
22:49:11.230740 run                osmo-ms-mob/00063: Starting mobile
22:49:11.243957 run       osmo-ms-mob/00063(pid=197): Launched
22:49:11.256456 run                             mass: MS start registered  {at=30452256.959808756, delay=0.006129804998636246, ms=00063}
22:49:11.982773 run                osmo-ms-mob/00064: Starting mobile
22:49:11.996521 run       osmo-ms-mob/00064(pid=198): Launched
22:49:12.008238 run                             mass: MS start registered  {at=30452257.711589474, delay=0.0052019208669662476, ms=00064}
22:49:12.384309 run                osmo-ms-mob/00065: Starting mobile
22:49:12.398567 run       osmo-ms-mob/00065(pid=199): Launched
22:49:12.409201 run                             mass: MS start registered  {at=30452258.11255523, delay=0.00458269938826561, ms=00065}
22:49:12.669580 run                osmo-ms-mob/00066: Starting mobile
22:49:12.682769 run       osmo-ms-mob/00066(pid=200): Launched
22:49:12.693280 run                             mass: MS start registered  {at=30452258.39663521, delay=0.0044008344411849976, ms=00066}
22:49:12.851891 run                             mass: MS performed LU  {at=30452258.555144515, lu_delay=4.742847573012114, ms=00052}
22:49:12.869503 run                             mass: MS performed LU  {at=30452258.57280373, lu_delay=5.3812790140509605, ms=00051}
22:49:12.916779 run                             mass: MS performed LU  {at=30452258.62002933, lu_delay=6.107880983501673, ms=00048}
22:49:12.931453 run                osmo-ms-mob/00067: Starting mobile
22:49:12.944376 run       osmo-ms-mob/00067(pid=201): Launched
22:49:12.955182 run                             mass: MS start registered  {at=30452258.65853174, delay=0.004863981157541275, ms=00067}
22:49:12.986170 run                             mass: MS performed LU  {at=30452258.689422656, lu_delay=5.893996492028236, ms=00049}
22:49:13.060831 run                             mass: MS performed LU  {at=30452258.76408304, lu_delay=4.653681620955467, ms=00053}
22:49:13.087258 run                osmo-ms-mob/00068: Starting mobile
22:49:13.100309 run       osmo-ms-mob/00068(pid=202): Launched
22:49:13.111122 run                             mass: MS start registered  {at=30452258.814474896, delay=0.004653017967939377, ms=00068}
22:49:13.782546 run                osmo-ms-mob/00069: Starting mobile
22:49:13.797076 run       osmo-ms-mob/00069(pid=203): Launched
22:49:13.807933 run                             mass: MS start registered  {at=30452259.511286292, delay=0.004650074988603592, ms=00069}
22:49:14.169701 run                osmo-ms-mob/00070: Starting mobile
22:49:14.183397 run       osmo-ms-mob/00070(pid=204): Launched
22:49:14.194466 run                             mass: MS start registered  {at=30452259.897817835, delay=0.004722192883491516, ms=00070}
22:49:14.592056 run                osmo-ms-mob/00071: Starting mobile
22:49:14.608047 run       osmo-ms-mob/00071(pid=205): Launched
22:49:14.618576 run                             mass: MS start registered  {at=30452260.32192695, delay=0.004543371498584747, ms=00071}
22:49:14.670713 run                             mass: MS performed LU  {at=30452260.373971958, lu_delay=5.977787367999554, ms=00054}
22:49:14.689817 run                             mass: MS performed LU  {at=30452260.393179588, lu_delay=5.633356962352991, ms=00056}
22:49:14.781630 run                             mass: MS performed LU  {at=30452260.484881993, lu_delay=4.538063153624535, ms=00059}
22:49:14.809808 run                osmo-ms-mob/00072: Starting mobile
22:49:14.822730 run       osmo-ms-mob/00072(pid=206): Launched
22:49:14.833380 run                             mass: MS start registered  {at=30452260.53673599, delay=0.004647430032491684, ms=00072}
22:49:14.961004 run                             mass: MS performed LU  {at=30452260.664256375, lu_delay=5.93917740881443, ms=00055}
22:49:14.978940 run                             mass: MS performed LU  {at=30452260.68221619, lu_delay=5.645025424659252, ms=00057}
22:49:14.996532 run                             mass: MS performed LU  {at=30452260.69987778, lu_delay=4.987889364361763, ms=00058}
22:49:15.010744 run                osmo-ms-mob/00073: Starting mobile
22:49:15.023990 run       osmo-ms-mob/00073(pid=207): Launched
22:49:15.034915 run                             mass: MS start registered  {at=30452260.738258827, delay=0.004914924502372742, ms=00073}
22:49:15.783024 run                osmo-ms-mob/00074: Starting mobile
22:49:15.797048 run       osmo-ms-mob/00074(pid=208): Launched
22:49:15.807820 run                             mass: MS start registered  {at=30452261.51117352, delay=0.0047698356211185455, ms=00074}
22:49:16.199822 run                osmo-ms-mob/00075: Starting mobile
22:49:16.215128 run       osmo-ms-mob/00075(pid=209): Launched
22:49:16.225851 run                             mass: MS start registered  {at=30452261.92920344, delay=0.0047087110579013824, ms=00075}
22:49:16.617690 run                             mass: MS performed LU  {at=30452262.32093755, lu_delay=5.553540349006653, ms=00062}
22:49:16.658546 run                osmo-ms-mob/00076: Starting mobile
22:49:16.674084 run       osmo-ms-mob/00076(pid=210): Launched
22:49:16.680153 run                             mass: MS performed LU  {at=30452262.38351437, lu_delay=4.671924896538258, ms=00064}
22:49:16.686234 run                             mass: MS performed LU  {at=30452262.389599368, lu_delay=5.429790612310171, ms=00063}
22:49:16.692066 run                             mass: MS start registered  {at=30452262.395434055, delay=0.011936813592910767, ms=00076}
22:49:16.751920 run                             mass: MS performed LU  {at=30452262.455172725, lu_delay=5.791263792663813, ms=00061}
22:49:16.779223 run                osmo-ms-mob/00077: Starting mobile
22:49:16.792329 run       osmo-ms-mob/00077(pid=211): Launched
22:49:16.803046 run                             mass: MS start registered  {at=30452262.5064006, delay=0.004704177379608154, ms=00077}
22:49:16.825622 run                             mass: MS performed LU  {at=30452262.528854247, lu_delay=6.178966902196407, ms=00060}
22:49:17.582842 run                osmo-ms-mob/00078: Starting mobile
22:49:17.596497 run       osmo-ms-mob/00078(pid=212): Launched
22:49:17.607445 run                             mass: MS start registered  {at=30452263.310795683, delay=0.004978504031896591, ms=00078}
22:49:17.997253 run                osmo-ms-mob/00079: Starting mobile
22:49:18.014354 run       osmo-ms-mob/00079(pid=213): Launched
22:49:18.025257 run                             mass: MS start registered  {at=30452263.72860733, delay=0.00467117503285408, ms=00079}
22:49:18.435799 run                             mass: MS performed LU  {at=30452264.139050204, lu_delay=5.324575308710337, ms=00068}
22:49:18.465644 run                osmo-ms-mob/00080: Starting mobile
22:49:18.479073 run       osmo-ms-mob/00080(pid=214): Launched
22:49:18.485270 run                             mass: MS performed LU  {at=30452264.188630845, lu_delay=6.076075617223978, ms=00065}
22:49:18.491414 run                             mass: MS performed LU  {at=30452264.194780037, lu_delay=5.798144828528166, ms=00066}
22:49:18.497254 run                             mass: MS start registered  {at=30452264.200620618, delay=0.012007929384708405, ms=00080}
22:49:18.745491 run                             mass: MS performed LU  {at=30452264.448742922, lu_delay=4.937456630170345, ms=00069}
22:49:18.969761 run                osmo-ms-mob/00081: Starting mobile
22:49:18.983388 run       osmo-ms-mob/00081(pid=215): Launched
22:49:18.994444 run                             mass: MS start registered  {at=30452264.697792914, delay=0.004402954131364822, ms=00081}
22:49:19.382561 run                osmo-ms-mob/00082: Starting mobile
22:49:19.396476 run       osmo-ms-mob/00082(pid=216): Launched
22:49:19.407288 run                             mass: MS start registered  {at=30452265.110640716, delay=0.00481998547911644, ms=00082}
22:49:19.441811 run                             mass: MS performed LU  {at=30452265.1450587, lu_delay=6.48652695864439, ms=00067}
22:49:19.982795 run                osmo-ms-mob/00083: Starting mobile
22:49:19.996912 run       osmo-ms-mob/00083(pid=217): Launched
22:49:20.007611 run                             mass: MS start registered  {at=30452265.71096517, delay=0.004708379507064819, ms=00083}
22:49:20.402458 run                             mass: MS performed LU  {at=30452266.105710577, lu_delay=6.207892742007971, ms=00070}
22:49:20.446093 run                osmo-ms-mob/00084: Starting mobile
22:49:20.460201 run       osmo-ms-mob/00084(pid=218): Launched
22:49:20.466242 run                             mass: MS performed LU  {at=30452266.16960481, lu_delay=5.847677860409021, ms=00071}
22:49:20.472089 run                             mass: MS start registered  {at=30452266.17545667, delay=0.005867216736078262, ms=00084}
22:49:20.517518 run                             mass: MS performed LU  {at=30452266.220767483, lu_delay=5.684031493961811, ms=00072}
22:49:20.535984 run                             mass: MS performed LU  {at=30452266.239346627, lu_delay=4.728173106908798, ms=00074}
22:49:20.593007 run                             mass: MS performed LU  {at=30452266.296264756, lu_delay=5.558005928993225, ms=00073}
22:49:20.606303 run                osmo-ms-mob/00085: Starting mobile
22:49:20.619678 run       osmo-ms-mob/00085(pid=219): Launched
22:49:20.630324 run                             mass: MS start registered  {at=30452266.333676867, delay=0.004639096558094025, ms=00085}
22:49:21.568915 run                osmo-ms-mob/00086: Starting mobile
22:49:21.582293 run       osmo-ms-mob/00086(pid=220): Launched
22:49:21.592912 run                             mass: MS start registered  {at=30452267.296263747, delay=0.0046706125140190125, ms=00086}
22:49:22.200290 run                osmo-ms-mob/00087: Starting mobile
22:49:22.217262 run       osmo-ms-mob/00087(pid=221): Launched
22:49:22.223664 run                             mass: MS performed LU  {at=30452267.927020784, lu_delay=5.531586728990078, ms=00076}
22:49:22.229614 run                             mass: MS performed LU  {at=30452267.93298015, lu_delay=5.426579549908638, ms=00077}
22:49:22.235404 run                             mass: MS start registered  {at=30452267.93877173, delay=0.011770766228437424, ms=00087}
22:49:22.256499 run                             mass: MS performed LU  {at=30452267.959853124, lu_delay=6.030649684369564, ms=00075}
22:49:22.502340 run                             mass: MS performed LU  {at=30452268.205499586, lu_delay=4.8947039023041725, ms=00078}
22:49:22.809173 run                osmo-ms-mob/00088: Starting mobile
22:49:22.825567 run       osmo-ms-mob/00088(pid=222): Launched
22:49:22.836376 run                             mass: MS start registered  {at=30452268.539731145, delay=0.004677228629589081, ms=00088}
22:49:23.383261 run                osmo-ms-mob/00089: Starting mobile
22:49:23.397397 run       osmo-ms-mob/00089(pid=223): Launched
22:49:23.408191 run                             mass: MS start registered  {at=30452269.11154345, delay=0.004579130560159683, ms=00089}
22:49:23.969243 run                osmo-ms-mob/00090: Starting mobile
22:49:23.982478 run       osmo-ms-mob/00090(pid=224): Launched
22:49:23.993099 run                             mass: MS start registered  {at=30452269.69645266, delay=0.0044181980192661285, ms=00090}
22:49:24.168093 run                             mass: MS performed LU  {at=30452269.871347513, lu_delay=6.142740182578564, ms=00079}
22:49:24.214690 run                             mass: MS performed LU  {at=30452269.917942878, lu_delay=5.220149964094162, ms=00081}
22:49:24.283570 run                             mass: MS performed LU  {at=30452269.986821372, lu_delay=5.786200754344463, ms=00080}
22:49:24.301474 run                             mass: MS performed LU  {at=30452270.004793465, lu_delay=4.894152749329805, ms=00082}
22:49:24.669538 run                osmo-ms-mob/00091: Starting mobile
22:49:24.682649 run       osmo-ms-mob/00091(pid=225): Launched
22:49:24.693505 run                             mass: MS start registered  {at=30452270.39685875, delay=0.00460655614733696, ms=00091}
22:49:25.369750 run                osmo-ms-mob/00092: Starting mobile
22:49:25.383087 run       osmo-ms-mob/00092(pid=226): Launched
22:49:25.394069 run                             mass: MS start registered  {at=30452271.097419985, delay=0.004796762019395828, ms=00092}
22:49:25.968092 run                             mass: MS performed LU  {at=30452271.671345416, lu_delay=5.960380245000124, ms=00083}
22:49:26.033590 run                             mass: MS performed LU  {at=30452271.73684742, lu_delay=5.561390750110149, ms=00084}
22:49:26.087014 run                osmo-ms-mob/00093: Starting mobile
22:49:26.102338 run       osmo-ms-mob/00093(pid=227): Launched
22:49:26.108397 run                             mass: MS performed LU  {at=30452271.81175774, lu_delay=5.478080872446299, ms=00085}
22:49:26.114279 run                             mass: MS start registered  {at=30452271.817647137, delay=0.005906596779823303, ms=00093}
22:49:26.222818 run                             mass: MS performed LU  {at=30452271.926067866, lu_delay=4.629804119467735, ms=00086}
22:49:27.069273 run                osmo-ms-mob/00094: Starting mobile
22:49:27.082178 run       osmo-ms-mob/00094(pid=228): Launched
22:49:27.093366 run                             mass: MS start registered  {at=30452272.796715926, delay=0.004897303879261017, ms=00094}
22:49:27.933480 run                             mass: MS performed LU  {at=30452273.63673399, lu_delay=5.097002845257521, ms=00088}
22:49:27.965362 run                osmo-ms-mob/00095: Starting mobile
22:49:27.980108 run       osmo-ms-mob/00095(pid=229): Launched
22:49:27.986339 run                             mass: MS performed LU  {at=30452273.689699873, lu_delay=4.5781564228236675, ms=00089}
22:49:27.992284 run                             mass: MS start registered  {at=30452273.695650727, delay=0.0059688501060009, ms=00095}
22:49:28.050036 run                             mass: MS performed LU  {at=30452273.753287364, lu_delay=5.814515635371208, ms=00087}
22:49:28.980647 run                osmo-ms-mob/00096: Starting mobile
22:49:28.994468 run       osmo-ms-mob/00096(pid=230): Launched
22:49:29.005717 run                             mass: MS start registered  {at=30452274.709068827, delay=0.004829276353120804, ms=00096}
22:49:29.797970 run                             mass: MS performed LU  {at=30452275.50120862, lu_delay=5.804755959659815, ms=00090}
22:49:29.844859 run                             mass: MS performed LU  {at=30452275.548111696, lu_delay=5.151252944022417, ms=00091}
22:49:29.951205 run                             mass: MS performed LU  {at=30452275.654455304, lu_delay=4.557035319507122, ms=00092}
22:49:29.981097 run                osmo-ms-mob/00097: Starting mobile
22:49:29.994583 run       osmo-ms-mob/00097(pid=231): Launched
22:49:30.000689 run                             mass: MS performed LU  {at=30452275.70402471, lu_delay=22.807840008288622, ms=00050}
22:49:30.006923 run                             mass: MS start registered  {at=30452275.710288335, delay=0.0062885284423828125, ms=00097}
22:49:31.401554 run                osmo-ms-mob/00098: Starting mobile
22:49:31.417001 run       osmo-ms-mob/00098(pid=232): Launched
22:49:31.427948 run                             mass: MS start registered  {at=30452277.13130111, delay=0.004499353468418121, ms=00098}
22:49:31.699388 run                             mass: MS performed LU  {at=30452277.40263955, lu_delay=5.584992412477732, ms=00093}
22:49:31.745555 run                             mass: MS performed LU  {at=30452277.448803615, lu_delay=4.652087688446045, ms=00094}
22:49:33.170800 run                osmo-ms-mob/00099: Starting mobile
22:49:33.183932 run       osmo-ms-mob/00099(pid=233): Launched
22:49:33.190127 run                             mass: All started... {duration=55.73127279058099, too_slow=0}
22:49:33.195894 run                             mass: MS start registered  {at=30452278.89925597, delay=0.005761433392763138, ms=00099}
22:49:33.563826 run                             mass: MS performed LU  {at=30452279.267027073, lu_delay=5.571376346051693, ms=00095}
22:49:34.081401 run                             mass: MS performed LU  {at=30452279.784650873, lu_delay=5.075582046061754, ms=00096}
22:49:35.465548 run                             mass: MS performed LU  {at=30452281.168798484, lu_delay=5.458510149270296, ms=00097}
22:49:37.330471 run                             mass: MS performed LU  {at=30452283.033719953, lu_delay=5.902418844401836, ms=00098}
22:49:39.231464 run                             mass: MS performed LU  {at=30452284.93471418, lu_delay=6.035458210855722, ms=00099}
22:49:39.241614 run                             mass: Tests done {all_completed=True, max=22.807840008288622, min=3.6807075813412666}
22:49:39.247009 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:39.252408 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:39.255730 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:39.259021 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:39.262517 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:39.265972 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:39.269410 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:39.272849 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:39.276347 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:39.279870 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:39.283381 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:39.286905 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:39.290664 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:39.294190 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:39.297699 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:39.301247 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:39.304760 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:39.308302 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:39.311799 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:39.315172 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:39.318666 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:39.322164 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:39.325667 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:39.329169 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:39.332579 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:39.336077 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:39.339540 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:39.342937 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:39.346405 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:39.349926 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:39.353421 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:39.357161 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:39.360653 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:39.364132 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:39.367637 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:39.371055 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:39.374784 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:39.378324 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:39.381749 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:39.385186 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:39.388698 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:39.392196 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:39.395683 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:39.399050 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:39.402769 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:39.406261 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:39.409728 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:39.413171 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:39.416628 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:39.420290 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:39.423769 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:39.427274 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:39.430711 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:39.434209 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:39.437701 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:39.441200 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:39.444661 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:39.448116 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:39.451555 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:39.454972 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:39.458404 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:39.461759 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:39.465298 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:39.468815 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:39.472299 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:39.475705 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:39.479149 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:39.482547 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:39.485998 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:39.489346 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:39.492738 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:39.496157 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:39.499557 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:39.502940 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:39.506297 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:39.509692 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:39.513093 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:39.516599 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:39.520033 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:39.523471 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:39.526964 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:39.530405 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:39.533878 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:39.537262 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:39.540764 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:39.544212 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:39.547707 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:39.551130 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:39.554572 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:39.558042 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:39.561520 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:39.565003 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:39.568369 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:39.571764 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:39.575125 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:39.578544 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:39.581999 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:39.585803 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:39.589288 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:39.592828 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:39.596190 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:39.599636 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:39.603037 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:39.606457 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:39.609845 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:39.613257 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:39.616634 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:39.619978 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:39.623430 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:39.626853 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:39.630279 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:39.633733 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:39.637231 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:39.640706 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:39.644097 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:39.647554 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:39.650934 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:39.654273 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:39.657603 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:39.660951 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:39.664286 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:39.667571 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:39.670849 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:39.674121 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:39.677405 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:39.680681 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:39.683953 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:39.687219 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:39.690501 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:39.693771 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:39.697058 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:39.700364 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:39.703641 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:39.706944 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:39.710298 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:39.713637 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:39.716978 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:39.720300 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:39.723634 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:39.726971 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:39.730308 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:39.733636 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:39.736975 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:39.740302 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:39.743640 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:39.746965 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:39.750308 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:39.753639 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:39.756982 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:39.760296 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:39.763632 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:39.766968 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:39.770309 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:39.773646 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:39.776970 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:39.780301 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:39.783632 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:39.786963 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:39.790293 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:39.793621 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:39.796961 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:39.800305 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:39.803652 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:39.806996 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:39.810327 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:39.813663 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:39.816999 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:39.820329 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:39.823658 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:39.826993 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:39.830331 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:39.833659 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:39.836998 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:39.840322 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:39.843654 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:39.846994 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:39.850344 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:39.853684 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:39.857017 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:39.860362 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:39.863698 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:39.867031 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:39.870347 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:39.873691 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:39.877018 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:39.880356 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:39.883683 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:39.887025 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:39.890367 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:39.893707 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:39.897037 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:39.900369 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:39.903690 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:39.907022 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:39.910349 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:39.913695 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:39.917016 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:39.920337 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:39.923662 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:39.926989 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:39.930323 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:39.933646 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:39.936976 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:39.940308 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:39.943642 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:39.946991 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:39.950317 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:39.953653 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:39.956987 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:39.960325 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:39.963645 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:39.966987 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:39.970339 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:39.973685 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:39.977032 ---      ParallelTerminationStrategy: PID 21 died...
22:49:39.978541 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:39.982199 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.983669 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:39.987277 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.988748 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:39.992383 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.993869 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:39.997491 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.998965 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:40.002614 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.004100 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:40.007788 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.009298 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:40.013005 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.014506 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:40.018233 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.019724 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:40.023436 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.024953 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:40.028689 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.030193 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:40.033913 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.035429 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:40.039157 ---      ParallelTerminationStrategy: PID 34 died...
22:49:40.040668 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:40.044379 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.045896 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:40.049606 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.051109 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:40.054842 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.056338 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:40.060032 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.061547 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:40.065278 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.066783 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:40.070481 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.071985 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:40.075683 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.077186 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:40.080881 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.082379 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:40.086085 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.087582 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:40.091264 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.092771 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:40.096467 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.097980 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:40.101655 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.103156 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:40.106853 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.108355 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:40.112036 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.113534 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:40.117223 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.118710 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:40.122394 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.123886 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:40.127573 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.129086 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:40.132763 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.134259 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:40.137938 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.139430 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:40.143120 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.144607 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:40.148323 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.149826 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:40.153517 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.155004 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:40.158685 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.160168 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:40.163861 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.165379 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:40.169068 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.170565 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:40.174275 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.175766 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:40.179457 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.180959 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:40.184696 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.186203 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:40.189898 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.191394 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:40.195065 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.196545 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:40.200229 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.201720 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:40.205388 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.206872 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:40.210618 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.212103 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:40.215791 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.217286 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:40.220986 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.222477 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:40.226163 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.227649 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:40.231341 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.232841 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:40.236526 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.238017 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:40.241706 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.243198 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:40.246898 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.248392 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:40.252079 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.253578 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:40.257269 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.258759 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:40.262437 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.263921 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:40.267606 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.269121 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:40.272842 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.274335 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:40.278033 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.279523 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:40.283236 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.284735 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:40.288435 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.289930 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:40.293615 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.295115 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:40.298813 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.300311 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:40.304046 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.305542 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:40.309242 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.310734 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:40.314427 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.315920 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:40.319604 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.321107 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:40.324798 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.326287 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:40.329988 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.331479 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:40.335174 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.336675 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:40.340370 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.341862 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:40.345551 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.347042 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:40.350752 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.352245 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:40.355945 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.357438 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:40.361114 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.362610 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:40.366301 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.367795 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:40.371509 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.373009 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:40.376684 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.378178 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:40.381864 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.383355 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:40.387066 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.388555 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:40.392230 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.393736 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:40.397430 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.398921 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:40.402616 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.404114 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:40.407811 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.409296 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:40.413001 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.414486 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:40.418173 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.419671 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:40.423347 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.424843 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:40.428523 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.430016 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:40.433701 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.435187 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:40.438874 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.440367 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:40.444041 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.445536 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:40.449225 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.450719 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:40.454411 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.455898 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:40.459580 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.461066 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:40.464763 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.466256 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:40.469925 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.471409 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:40.475082 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.476577 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:40.480252 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.481747 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:40.485433 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.486926 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:40.490636 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.492126 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:40.495800 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.497308 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:40.501007 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.502491 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:40.506168 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.507655 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:40.511336 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.512862 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:40.516548 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.518034 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:40.521725 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.523215 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:40.526904 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.528399 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:40.532119 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.533620 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:40.537294 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.538784 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:40.542484 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.543968 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:40.547654 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.549152 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:40.552828 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.554308 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:40.557994 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.559487 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:40.563203 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.564717 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:40.568419 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.569912 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:40.573635 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.575128 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:40.578837 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.580330 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:40.584039 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.585530 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:40.589244 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.590741 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:40.594466 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.595955 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:40.599659 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.601190 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:40.604903 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.606397 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:40.610108 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.611603 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:40.615323 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.616824 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:40.620533 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.622037 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:40.625777 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.627270 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:40.630977 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.632468 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:40.636169 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.637665 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:40.641377 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.642868 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:40.646577 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.648062 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:40.651791 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.653291 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:40.656996 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.658484 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:40.662198 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.663685 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:40.667416 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.668915 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:40.672620 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.674118 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:40.677804 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.679297 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:40.683001 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.684494 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:40.688205 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.689723 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:40.693436 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.694922 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:40.698631 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.700122 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:40.703829 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.705330 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:40.709058 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.710562 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:40.714271 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.715770 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:40.719465 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.720958 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:40.724675 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.726177 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:40.729915 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.731407 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:40.735136 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.736636 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:40.740349 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.741857 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:40.745574 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.747063 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:40.750780 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.752268 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:40.755994 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.757483 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:40.761211 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.762704 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:40.766416 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.767907 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:40.771634 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.773131 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:40.776841 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.778330 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:40.782038 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.783535 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:40.787266 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.788769 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:40.792477 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.793983 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:40.797686 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.799173 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:40.802878 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.804368 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:40.808068 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.809560 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:40.813278 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.814763 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:40.818474 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.819964 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:40.823656 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.825151 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:40.828851 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.830356 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:40.834057 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.835536 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:40.839272 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.840770 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:40.844478 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.845991 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:40.849711 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.851209 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:40.854909 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.856394 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:40.860101 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.861610 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:40.865323 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.866822 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:40.870526 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.872019 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:40.875712 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.877209 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:40.880927 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.882416 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:40.886127 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.887616 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:40.891326 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.892820 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:40.896519 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.898021 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:40.901729 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.903209 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:40.906915 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.908414 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:40.912118 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.913608 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:40.917326 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.918819 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:40.922527 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.924020 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:40.927743 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.929235 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:40.932933 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.934427 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:40.938161 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.939656 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:40.943373 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.944886 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:40.948595 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.950089 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:40.953787 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.955270 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:40.958977 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.960468 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:40.964173 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.965682 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:40.969392 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.970879 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:40.974589 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.976079 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:40.979802 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.981297 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:40.985037 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.986537 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:40.990242 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.991743 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:40.995448 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.996946 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:41.000659 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.002158 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:41.005869 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.007356 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:41.011061 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.012549 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:41.016262 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.017750 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:41.021454 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.022942 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:41.026651 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.028146 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:41.031885 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.033381 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:41.037084 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.038577 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:41.042283 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.043772 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:41.047487 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.048982 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:41.052690 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.054191 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:41.057902 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.059389 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:41.063107 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.064597 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:41.068301 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.069813 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:41.073526 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.075027 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:44.479516 ---      ParallelTerminationStrategy: PID 33 died...
22:49:44.485629 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8197 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.551132 tst                       trial-8197: Storing JUnit report in /build/trial-8197/run.2025-12-31_22-48-17/trial-8197.xml

--------------------------------------------------------------------------------------------
trial-8197 PASS
--------------------------------------------------------------------------------------------
22:49:44.561881 tst                       trial-8197: trial-8197: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8197/inst
+ cd trial-8197
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-31 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8197-run.tgz run.2025-12-31_22-48-17
+ tar czf /build/trial-8197-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-31_13_34_26.tgz osmo-bts-oc2g.build-2025-12-31_00_53_05.tgz osmo-bts-sysmo.build-2025-12-31_00_52_59.tgz osmo-bts.build-2025-12-31_00_52_45.tgz osmo-ggsn.build-2025-12-31_20_59_40.tgz osmo-hlr.build-2025-12-31_16_37_00.tgz osmo-hnbgw.build-2025-12-31_13_35_52.tgz osmo-mgw.build-2025-12-31_08_34_44.tgz osmo-msc.build-2025-12-31_13_37_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-31_07_34_58.tgz osmo-pcu-sysmo.build-2025-12-31_07_36_54.tgz osmo-pcu.build-2025-12-31_07_34_28.tgz osmo-sgsn.build-2025-12-31_21_17_57.tgz osmo-stp.build-2025-12-31_13_27_45.tgz osmo-trx.build-2025-12-31_14_38_52.tgz osmocom-bb.build-2025-12-31_21_18_02.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