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/jenkins1345366119939599161.sh
+ rm -rf trial-8154-bin.tgz trial-8154-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24889
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10982
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10374
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12820
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13143
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12639
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40964
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7524
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43068
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8318
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 13113
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7433
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11507
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7564
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9005
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6284
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 7433
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14245102093994954626.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-8154
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#21 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#21 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:02d7c6de595783556102bb618c7d3b0ee412f22513a14f56072d4e8e863d4dd4 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8155 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-11-19 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8155
+ mkdir -p trial-8155
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-19_13_25_49.tgz osmo-bts-oc2g.build-2025-11-19_00_52_03.tgz osmo-bts-sysmo.build-2025-11-19_00_51_52.tgz osmo-bts.build-2025-11-19_00_52_04.tgz osmo-ggsn.build-2025-11-19_20_42_25.tgz osmo-hlr.build-2025-11-19_16_36_52.tgz osmo-hnbgw.build-2025-11-19_14_37_34.tgz osmo-mgw.build-2025-11-19_08_33_15.tgz osmo-msc.build-2025-11-19_13_34_43.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-19_07_34_01.tgz osmo-pcu-sysmo.build-2025-11-19_07_34_05.tgz osmo-pcu.build-2025-11-19_07_36_18.tgz osmo-sgsn.build-2025-11-19_20_47_56.tgz osmo-stp.build-2025-11-19_13_23_00.tgz osmo-trx.build-2025-11-19_14_26_54.tgz osmocom-bb.build-2025-11-19_22_27_15.tgz srslte.build-19.tgz trial-8155
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-19_13_25_49.md5 osmo-bts-oc2g.build-2025-11-19_00_52_03.md5 osmo-bts-sysmo.build-2025-11-19_00_51_52.md5 osmo-bts.build-2025-11-19_00_52_04.md5 osmo-ggsn.build-2025-11-19_20_42_25.md5 osmo-hlr.build-2025-11-19_16_36_52.md5 osmo-hnbgw.build-2025-11-19_14_37_34.md5 osmo-mgw.build-2025-11-19_08_33_15.md5 osmo-msc.build-2025-11-19_13_34_43.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-19_07_34_01.md5 osmo-pcu-sysmo.build-2025-11-19_07_34_05.md5 osmo-pcu.build-2025-11-19_07_36_18.md5 osmo-sgsn.build-2025-11-19_20_47_56.md5 osmo-stp.build-2025-11-19_13_23_00.md5 osmo-trx.build-2025-11-19_14_26_54.md5 osmocom-bb.build-2025-11-19_22_27_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-19_13_25_49.md5 osmo-bts-oc2g.build-2025-11-19_00_52_03.md5 osmo-bts-sysmo.build-2025-11-19_00_51_52.md5 osmo-bts.build-2025-11-19_00_52_04.md5 osmo-ggsn.build-2025-11-19_20_42_25.md5 osmo-hlr.build-2025-11-19_16_36_52.md5 osmo-hnbgw.build-2025-11-19_14_37_34.md5 osmo-mgw.build-2025-11-19_08_33_15.md5 osmo-msc.build-2025-11-19_13_34_43.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-19_07_34_01.md5 osmo-pcu-sysmo.build-2025-11-19_07_34_05.md5 osmo-pcu.build-2025-11-19_07_36_18.md5 osmo-sgsn.build-2025-11-19_20_47_56.md5 osmo-stp.build-2025-11-19_13_23_00.md5 osmo-trx.build-2025-11-19_14_26_54.md5 osmocom-bb.build-2025-11-19_22_27_15.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-8155 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8155'
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-8155
--------------------------------------------------------------------------------------------
22:48:20.006565 tst                       trial-8155: Detailed log at /build/trial-8155/run.2025-11-19_22-48-20/log

---------------------------------------------------------------------
trial-8155 netreg_mass
---------------------------------------------------------------------
22:48:20.209147 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.209511 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.210260 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.211400 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.248150 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.248916 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.250041 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.326882 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-8155 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.327637 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.342517 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.343036 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.343485 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.343915 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.344352 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.344810 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.345252 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.376073 tst         register_default_mass.py: using LAC 2
22:48:20.398366 tst         register_default_mass.py: using RAC 2
22:48:20.424615 tst         register_default_mass.py: using CellId 2
22:48:20.453638 tst         register_default_mass.py: using BVCI 3
22:48:20.467186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.467879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.468460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.469028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.469533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.470058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.470560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.471076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.471608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.472120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.472639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.473166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.473690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.474209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.474720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.475243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.475749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.476262 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.476777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.477297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.477805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.478314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.478832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.479352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.479851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.480367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.480878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.481374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.481873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.482393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.482890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.483388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.483979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.484498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.485011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.485507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.486022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.486540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.487047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.487548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.488057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.488568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.489082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.489604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.490114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.490625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.491140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.491648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.492157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.492672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.493179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.493676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.494192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.494698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.495214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.495720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.496220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.496739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.497246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.497738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.498250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.498750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.499267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.499773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.500264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.500764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.501280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.501788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.502302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.502808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.503306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.503823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.504394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.504905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.505413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.505909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.506414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.506919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.507413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.507918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.508420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.508921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.509418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.509921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.510409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.510901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.511416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.511927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.512423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.512944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.513454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.513950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.514457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.514967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.515461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.515948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.516457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.516966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.517462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.517950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.518455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.519009 tst      register_default_mass.py:21: Launching a simple network
22:48:20.528849 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.645293 run            create_hlr_db(pid=20): Launched
22:48:21.659884 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.675809 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.690721 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.696291 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.876471 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.893501 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.898985 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.309947 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.324513 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.339312 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.742282 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.757396 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.763074 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.968048 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.982870 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.988512 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.294547 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.309725 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.341662 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.511864 run         osmo-bts-virtual(pid=34): Launched
22:48:33.559633 tst         register_default_mass.py: using MSISDN 1001
22:48:33.578483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.619168 tst         register_default_mass.py: using MSISDN 1002
22:48:33.637368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.669028 tst         register_default_mass.py: using MSISDN 1003
22:48:33.684289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.715573 tst         register_default_mass.py: using MSISDN 1004
22:48:33.730408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.761843 tst         register_default_mass.py: using MSISDN 1005
22:48:33.776743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.808094 tst         register_default_mass.py: using MSISDN 1006
22:48:33.823073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.854643 tst         register_default_mass.py: using MSISDN 1007
22:48:33.869630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.900960 tst         register_default_mass.py: using MSISDN 1008
22:48:33.915864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.946574 tst         register_default_mass.py: using MSISDN 1009
22:48:33.961170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.991380 tst         register_default_mass.py: using MSISDN 1010
22:48:34.005748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.036448 tst         register_default_mass.py: using MSISDN 1011
22:48:34.051054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.081974 tst         register_default_mass.py: using MSISDN 1012
22:48:34.096709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.127398 tst         register_default_mass.py: using MSISDN 1013
22:48:34.141854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.173111 tst         register_default_mass.py: using MSISDN 1014
22:48:34.187894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.218756 tst         register_default_mass.py: using MSISDN 1015
22:48:34.233434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.264573 tst         register_default_mass.py: using MSISDN 1016
22:48:34.279417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.310464 tst         register_default_mass.py: using MSISDN 1017
22:48:34.325118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.356067 tst         register_default_mass.py: using MSISDN 1018
22:48:34.370835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.401658 tst         register_default_mass.py: using MSISDN 1019
22:48:34.416051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.446759 tst         register_default_mass.py: using MSISDN 1020
22:48:34.461438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.492195 tst         register_default_mass.py: using MSISDN 1021
22:48:34.506872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.537805 tst         register_default_mass.py: using MSISDN 1022
22:48:34.552385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.583343 tst         register_default_mass.py: using MSISDN 1023
22:48:34.598029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.628761 tst         register_default_mass.py: using MSISDN 1024
22:48:34.643335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.674053 tst         register_default_mass.py: using MSISDN 1025
22:48:34.688596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.719443 tst         register_default_mass.py: using MSISDN 1026
22:48:34.734162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.764953 tst         register_default_mass.py: using MSISDN 1027
22:48:34.779486 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.810192 tst         register_default_mass.py: using MSISDN 1028
22:48:34.824781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.855783 tst         register_default_mass.py: using MSISDN 1029
22:48:34.870478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.901707 tst         register_default_mass.py: using MSISDN 1030
22:48:34.916402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.947098 tst         register_default_mass.py: using MSISDN 1031
22:48:34.961676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.992704 tst         register_default_mass.py: using MSISDN 1032
22:48:35.007588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.038901 tst         register_default_mass.py: using MSISDN 1033
22:48:35.053696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.084710 tst         register_default_mass.py: using MSISDN 1034
22:48:35.099451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.130408 tst         register_default_mass.py: using MSISDN 1035
22:48:35.145000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.175904 tst         register_default_mass.py: using MSISDN 1036
22:48:35.190636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.221802 tst         register_default_mass.py: using MSISDN 1037
22:48:35.236561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.267273 tst         register_default_mass.py: using MSISDN 1038
22:48:35.281852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.312796 tst         register_default_mass.py: using MSISDN 1039
22:48:35.327526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.358423 tst         register_default_mass.py: using MSISDN 1040
22:48:35.368567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.399397 tst         register_default_mass.py: using MSISDN 1041
22:48:35.415318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.446082 tst         register_default_mass.py: using MSISDN 1042
22:48:35.460764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.491802 tst         register_default_mass.py: using MSISDN 1043
22:48:35.506371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.537380 tst         register_default_mass.py: using MSISDN 1044
22:48:35.552113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.583060 tst         register_default_mass.py: using MSISDN 1045
22:48:35.597746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.628573 tst         register_default_mass.py: using MSISDN 1046
22:48:35.643229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.674224 tst         register_default_mass.py: using MSISDN 1047
22:48:35.688931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.720118 tst         register_default_mass.py: using MSISDN 1048
22:48:35.735076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.765826 tst         register_default_mass.py: using MSISDN 1049
22:48:35.780513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.811569 tst         register_default_mass.py: using MSISDN 1050
22:48:35.826267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.857486 tst         register_default_mass.py: using MSISDN 1051
22:48:35.872376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.903708 tst         register_default_mass.py: using MSISDN 1052
22:48:35.918565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.949723 tst         register_default_mass.py: using MSISDN 1053
22:48:35.964463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.995683 tst         register_default_mass.py: using MSISDN 1054
22:48:36.010459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.041632 tst         register_default_mass.py: using MSISDN 1055
22:48:36.056319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.087581 tst         register_default_mass.py: using MSISDN 1056
22:48:36.102480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.133724 tst         register_default_mass.py: using MSISDN 1057
22:48:36.148599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.179707 tst         register_default_mass.py: using MSISDN 1058
22:48:36.194459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.225475 tst         register_default_mass.py: using MSISDN 1059
22:48:36.240187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.269958 tst         register_default_mass.py: using MSISDN 1060
22:48:36.283953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.315016 tst         register_default_mass.py: using MSISDN 1061
22:48:36.329669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.360835 tst         register_default_mass.py: using MSISDN 1062
22:48:36.375615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.406878 tst         register_default_mass.py: using MSISDN 1063
22:48:36.421691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.452802 tst         register_default_mass.py: using MSISDN 1064
22:48:36.467406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.498573 tst         register_default_mass.py: using MSISDN 1065
22:48:36.513320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.544298 tst         register_default_mass.py: using MSISDN 1066
22:48:36.559054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.590219 tst         register_default_mass.py: using MSISDN 1067
22:48:36.605102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.636331 tst         register_default_mass.py: using MSISDN 1068
22:48:36.651247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.682310 tst         register_default_mass.py: using MSISDN 1069
22:48:36.697142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.728299 tst         register_default_mass.py: using MSISDN 1070
22:48:36.743119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.774209 tst         register_default_mass.py: using MSISDN 1071
22:48:36.789084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.818981 tst         register_default_mass.py: using MSISDN 1072
22:48:36.833069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.862886 tst         register_default_mass.py: using MSISDN 1073
22:48:36.877006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.908072 tst         register_default_mass.py: using MSISDN 1074
22:48:36.922829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.953507 tst         register_default_mass.py: using MSISDN 1075
22:48:36.967931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.999118 tst         register_default_mass.py: using MSISDN 1076
22:48:37.013906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.045214 tst         register_default_mass.py: using MSISDN 1077
22:48:37.060152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.091005 tst         register_default_mass.py: using MSISDN 1078
22:48:37.105506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.136107 tst         register_default_mass.py: using MSISDN 1079
22:48:37.150445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.181045 tst         register_default_mass.py: using MSISDN 1080
22:48:37.195433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.226091 tst         register_default_mass.py: using MSISDN 1081
22:48:37.240523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.271199 tst         register_default_mass.py: using MSISDN 1082
22:48:37.285698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.316445 tst         register_default_mass.py: using MSISDN 1083
22:48:37.331005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.361609 tst         register_default_mass.py: using MSISDN 1084
22:48:37.376259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.407183 tst         register_default_mass.py: using MSISDN 1085
22:48:37.421842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.452586 tst         register_default_mass.py: using MSISDN 1086
22:48:37.467029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.497615 tst         register_default_mass.py: using MSISDN 1087
22:48:37.512083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.542782 tst         register_default_mass.py: using MSISDN 1088
22:48:37.557223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.596690 tst         register_default_mass.py: using MSISDN 1089
22:48:37.606537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.637576 tst         register_default_mass.py: using MSISDN 1090
22:48:37.653363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.684320 tst         register_default_mass.py: using MSISDN 1091
22:48:37.699120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.729622 tst         register_default_mass.py: using MSISDN 1092
22:48:37.744154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.774934 tst         register_default_mass.py: using MSISDN 1093
22:48:37.789455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:37.820209 tst         register_default_mass.py: using MSISDN 1094
22:48:37.834857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:37.865628 tst         register_default_mass.py: using MSISDN 1095
22:48:37.880168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:37.910833 tst         register_default_mass.py: using MSISDN 1096
22:48:37.925199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:37.956058 tst         register_default_mass.py: using MSISDN 1097
22:48:37.970670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.001515 tst         register_default_mass.py: using MSISDN 1098
22:48:38.015928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.046753 tst         register_default_mass.py: using MSISDN 1099
22:48:38.061422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.092430 tst         register_default_mass.py: using MSISDN 1100
22:48:38.107016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.198379 run                             mass: Starting testcase
22:48:38.203814 run                             mass: Pre-launching all virtphy's
22:48:38.209156 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.222198 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.228232 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.241092 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.247078 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.259887 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.265968 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.278950 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.284967 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.297866 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.303876 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.316768 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.322751 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.335933 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.342082 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.355330 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.361395 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.374536 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.380510 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.393588 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.399603 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.412642 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.418825 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.432300 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.438676 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.452526 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.458918 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.472161 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.478263 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.491312 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.497366 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.510415 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.516521 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.529595 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.535608 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.548391 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.554369 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.567313 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.573308 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.586103 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.592053 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.604915 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.610818 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.623584 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.629488 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.642254 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.648197 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:38.661073 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:38.667026 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:38.679930 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:38.685896 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:38.698745 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:38.704723 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:38.717563 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:38.723565 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:38.736396 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:38.742366 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:38.755172 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:38.761159 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:38.774054 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:38.780000 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:38.792840 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:38.798785 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:38.811579 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:38.817499 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:38.830349 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:38.836256 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:38.849108 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:38.855001 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:38.867803 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:38.873778 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:38.886593 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:38.892642 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:38.905482 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:38.911503 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:38.924366 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:38.930362 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:38.943310 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:38.949235 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:38.962201 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:38.968114 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:38.980980 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:38.986887 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:38.999768 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.005709 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.018571 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.024461 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.037273 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.043188 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.055965 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.061909 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.074685 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.080635 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.093481 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.099383 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.112180 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.118202 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.131072 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.137030 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.150048 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.155948 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.168823 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.174826 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.187630 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.193688 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.206521 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.212442 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.225344 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.231228 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.244012 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.249971 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.262801 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.268726 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.281510 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.287425 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.300224 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.306164 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:39.318994 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:39.324876 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:39.337695 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:39.343605 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:39.356389 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:39.362503 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:39.375290 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:39.381330 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:39.394153 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:39.400069 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:39.413083 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:39.418973 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:39.431975 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:39.437984 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:39.450864 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:39.456813 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:39.469712 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:39.475594 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:39.488444 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:39.494404 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:39.507260 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:39.513203 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:39.526029 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:39.531931 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:39.544856 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:39.550782 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:39.563651 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:39.569668 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:39.582679 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:39.588695 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:39.601881 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:39.607941 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:39.620971 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:39.626897 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:39.639748 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:39.645834 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:39.658692 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:39.664790 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:39.677660 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:39.683583 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:39.696484 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:39.702398 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:39.715219 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:39.721176 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:39.734118 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:39.740011 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:39.752857 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:39.758789 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:39.771633 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:39.777549 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:39.790356 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:39.796269 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:39.809139 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:39.815105 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:39.827895 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:39.834053 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:39.846986 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:39.853086 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:39.865979 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:39.871884 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:39.884897 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:39.890831 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:39.903849 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:39.909829 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:39.922645 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:39.928656 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:39.941487 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:39.947441 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:39.960277 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:39.966222 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:39.979028 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:39.984999 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:39.997808 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.003747 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.016579 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.022498 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.035282 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.041217 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:40.054012 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:40.059936 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:40.072989 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:40.078916 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:40.091925 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:40.097842 run                             mass: Checking if sockets are in the filesystem
22:48:40.129933 run                osmo-ms-mob/00000: Starting mobile
22:48:40.143119 run       osmo-ms-mob/00000(pid=135): Launched
22:48:40.154381 run                             mass: MS start registered  {at=26823425.85772927, delay=0.005152028053998947, ms=00000}
22:48:44.344379 run                osmo-ms-mob/00001: Starting mobile
22:48:44.361329 run       osmo-ms-mob/00001(pid=136): Launched
22:48:44.372001 run                             mass: MS start registered  {at=26823430.075346768, delay=0.004627201706171036, ms=00001}
22:48:45.340264 run                             mass: MS performed LU  {at=26823431.043496575, lu_delay=5.18576730415225, ms=00000}
22:48:46.145387 run                osmo-ms-mob/00002: Starting mobile
22:48:46.162048 run       osmo-ms-mob/00002(pid=137): Launched
22:48:46.172485 run                             mass: MS start registered  {at=26823431.875833973, delay=0.004485484212636948, ms=00002}
22:48:47.445458 run                osmo-ms-mob/00003: Starting mobile
22:48:47.461990 run       osmo-ms-mob/00003(pid=138): Launched
22:48:47.472558 run                             mass: MS start registered  {at=26823433.1759114, delay=0.0045198798179626465, ms=00003}
22:48:48.535922 run                osmo-ms-mob/00004: Starting mobile
22:48:48.552985 run       osmo-ms-mob/00004(pid=139): Launched
22:48:48.563749 run                             mass: MS start registered  {at=26823434.267094035, delay=0.004780124872922897, ms=00004}
22:48:49.105826 run                             mass: MS performed LU  {at=26823434.809050974, lu_delay=4.7337042056024075, ms=00001}
22:48:49.544440 run                osmo-ms-mob/00005: Starting mobile
22:48:49.561211 run       osmo-ms-mob/00005(pid=140): Launched
22:48:49.571761 run                             mass: MS start registered  {at=26823435.27511193, delay=0.004637319594621658, ms=00005}
22:48:50.414197 run                osmo-ms-mob/00006: Starting mobile
22:48:50.427378 run       osmo-ms-mob/00006(pid=141): Launched
22:48:50.437821 run                             mass: MS start registered  {at=26823436.141174782, delay=0.004441879689693451, ms=00006}
22:48:51.006482 run                             mass: MS performed LU  {at=26823436.709720645, lu_delay=4.833886671811342, ms=00002}
22:48:51.352409 run                osmo-ms-mob/00007: Starting mobile
22:48:51.368823 run       osmo-ms-mob/00007(pid=142): Launched
22:48:51.379178 run                             mass: MS start registered  {at=26823437.08252974, delay=0.004314269870519638, ms=00007}
22:48:52.132697 run                osmo-ms-mob/00008: Starting mobile
22:48:52.149529 run       osmo-ms-mob/00008(pid=143): Launched
22:48:52.160132 run                             mass: MS start registered  {at=26823437.86348371, delay=0.004592858254909515, ms=00008}
22:48:52.839763 run                osmo-ms-mob/00009: Starting mobile
22:48:52.852930 run       osmo-ms-mob/00009(pid=144): Launched
22:48:52.863483 run                             mass: MS start registered  {at=26823438.56683775, delay=0.004576049745082855, ms=00009}
22:48:52.870006 run                             mass: MS performed LU  {at=26823438.573358975, lu_delay=5.397447574883699, ms=00003}
22:48:53.540275 run                osmo-ms-mob/00010: Starting mobile
22:48:53.556818 run       osmo-ms-mob/00010(pid=145): Launched
22:48:53.567421 run                             mass: MS start registered  {at=26823439.270772096, delay=0.004637725651264191, ms=00010}
22:48:54.114597 run                osmo-ms-mob/00011: Starting mobile
22:48:54.127571 run       osmo-ms-mob/00011(pid=146): Launched
22:48:54.138147 run                             mass: MS start registered  {at=26823439.84149959, delay=0.004637494683265686, ms=00011}
22:48:54.746347 run                osmo-ms-mob/00012: Starting mobile
22:48:54.763268 run       osmo-ms-mob/00012(pid=147): Launched
22:48:54.771254 run                             mass: MS performed LU  {at=26823440.47457934, lu_delay=6.207485307008028, ms=00004}
22:48:54.777095 run                             mass: MS start registered  {at=26823440.48046162, delay=0.007813949137926102, ms=00012}
22:48:54.799213 run                             mass: MS performed LU  {at=26823440.5025159, lu_delay=5.227403972297907, ms=00005}
22:48:55.345337 run                osmo-ms-mob/00013: Starting mobile
22:48:55.362070 run       osmo-ms-mob/00013(pid=148): Launched
22:48:55.372878 run                             mass: MS start registered  {at=26823441.076231427, delay=0.004676558077335358, ms=00013}
22:48:55.912642 run                osmo-ms-mob/00014: Starting mobile
22:48:55.925556 run       osmo-ms-mob/00014(pid=149): Launched
22:48:55.936667 run                             mass: MS start registered  {at=26823441.640019905, delay=0.004760753363370895, ms=00014}
22:48:56.514102 run                osmo-ms-mob/00015: Starting mobile
22:48:56.527211 run       osmo-ms-mob/00015(pid=150): Launched
22:48:56.537937 run                             mass: MS start registered  {at=26823442.241287645, delay=0.004597734659910202, ms=00015}
22:48:56.637474 run                             mass: MS performed LU  {at=26823442.34071996, lu_delay=6.199545178562403, ms=00006}
22:48:56.702223 run                             mass: MS performed LU  {at=26823442.405461695, lu_delay=5.322931956499815, ms=00007}
22:48:57.046309 run                osmo-ms-mob/00016: Starting mobile
22:48:57.063522 run       osmo-ms-mob/00016(pid=151): Launched
22:48:57.069689 run                             mass: MS performed LU  {at=26823442.773048397, lu_delay=4.909564688801765, ms=00008}
22:48:57.075592 run                             mass: MS start registered  {at=26823442.778959014, delay=0.005928739905357361, ms=00016}
22:48:57.525841 run                osmo-ms-mob/00017: Starting mobile
22:48:57.539712 run       osmo-ms-mob/00017(pid=152): Launched
22:48:57.550805 run                             mass: MS start registered  {at=26823443.2541561, delay=0.005025774240493774, ms=00017}
22:48:58.144541 run                osmo-ms-mob/00018: Starting mobile
22:48:58.161370 run       osmo-ms-mob/00018(pid=153): Launched
22:48:58.171859 run                             mass: MS start registered  {at=26823443.87521465, delay=0.004526190459728241, ms=00018}
22:48:58.545925 run                osmo-ms-mob/00019: Starting mobile
22:48:58.562693 run       osmo-ms-mob/00019(pid=154): Launched
22:48:58.568842 run                             mass: MS performed LU  {at=26823444.272195723, lu_delay=5.705357972532511, ms=00009}
22:48:58.574622 run                             mass: MS performed LU  {at=26823444.277988065, lu_delay=5.007215969264507, ms=00010}
22:48:58.580296 run                             mass: MS start registered  {at=26823444.283663478, delay=0.011484730988740921, ms=00019}
22:48:59.042397 run                osmo-ms-mob/00020: Starting mobile
22:48:59.055505 run       osmo-ms-mob/00020(pid=155): Launched
22:48:59.066245 run                             mass: MS start registered  {at=26823444.76959756, delay=0.004573836922645569, ms=00020}
22:48:59.529795 run                osmo-ms-mob/00021: Starting mobile
22:48:59.543536 run       osmo-ms-mob/00021(pid=156): Launched
22:48:59.554483 run                             mass: MS start registered  {at=26823445.25782736, delay=0.004805661737918854, ms=00021}
22:48:59.913703 run                osmo-ms-mob/00022: Starting mobile
22:48:59.926675 run       osmo-ms-mob/00022(pid=157): Launched
22:48:59.937657 run                             mass: MS start registered  {at=26823445.64100797, delay=0.004615820944309235, ms=00022}
22:49:00.403740 run                             mass: MS performed LU  {at=26823446.10698638, lu_delay=5.6265247613191605, ms=00012}
22:49:00.445424 run                osmo-ms-mob/00023: Starting mobile
22:49:00.461167 run       osmo-ms-mob/00023(pid=158): Launched
22:49:00.467336 run                             mass: MS performed LU  {at=26823446.1706982, lu_delay=6.329198610037565, ms=00011}
22:49:00.473103 run                             mass: MS start registered  {at=26823446.176470276, delay=0.0057864077389240265, ms=00023}
22:49:00.537616 run                             mass: MS performed LU  {at=26823446.240862533, lu_delay=5.164631105959415, ms=00013}
22:49:00.791530 run                             mass: MS performed LU  {at=26823446.494779356, lu_delay=4.8547594510018826, ms=00014}
22:49:00.820483 run                osmo-ms-mob/00024: Starting mobile
22:49:00.833843 run       osmo-ms-mob/00024(pid=159): Launched
22:49:00.844555 run                             mass: MS start registered  {at=26823446.547910117, delay=0.004697933793067932, ms=00024}
22:49:01.326901 run                osmo-ms-mob/00025: Starting mobile
22:49:01.340468 run       osmo-ms-mob/00025(pid=160): Launched
22:49:01.351410 run                             mass: MS start registered  {at=26823447.05476196, delay=0.004775986075401306, ms=00025}
22:49:01.739021 run                osmo-ms-mob/00026: Starting mobile
22:49:01.754736 run       osmo-ms-mob/00026(pid=161): Launched
22:49:01.765465 run                             mass: MS start registered  {at=26823447.468814448, delay=0.0047017596662044525, ms=00026}
22:49:02.136577 run                osmo-ms-mob/00027: Starting mobile
22:49:02.152602 run       osmo-ms-mob/00027(pid=162): Launched
22:49:02.163320 run                             mass: MS start registered  {at=26823447.86667358, delay=0.004848014563322067, ms=00027}
22:49:02.221037 run                             mass: MS performed LU  {at=26823447.924299914, lu_delay=5.145340900868177, ms=00016}
22:49:02.304478 run                             mass: MS performed LU  {at=26823448.00772862, lu_delay=5.766440976411104, ms=00015}
22:49:02.331405 run                             mass: MS performed LU  {at=26823448.0346798, lu_delay=4.78052369877696, ms=00017}
22:49:02.346218 run                osmo-ms-mob/00028: Starting mobile
22:49:02.359074 run       osmo-ms-mob/00028(pid=163): Launched
22:49:02.369702 run                             mass: MS start registered  {at=26823448.073058665, delay=0.004570260643959045, ms=00028}
22:49:02.945430 run                osmo-ms-mob/00029: Starting mobile
22:49:02.962019 run       osmo-ms-mob/00029(pid=164): Launched
22:49:02.975382 run                             mass: MS start registered  {at=26823448.678733554, delay=0.007185805588960648, ms=00029}
22:49:03.327191 run                osmo-ms-mob/00030: Starting mobile
22:49:03.340780 run       osmo-ms-mob/00030(pid=165): Launched
22:49:03.351443 run                             mass: MS start registered  {at=26823449.05479663, delay=0.004611611366271973, ms=00030}
22:49:03.754493 run                osmo-ms-mob/00031: Starting mobile
22:49:03.772224 run       osmo-ms-mob/00031(pid=166): Launched
22:49:03.783003 run                             mass: MS start registered  {at=26823449.48635242, delay=0.0047805458307266235, ms=00031}
22:49:04.013803 run                osmo-ms-mob/00032: Starting mobile
22:49:04.026553 run       osmo-ms-mob/00032(pid=167): Launched
22:49:04.037096 run                             mass: MS start registered  {at=26823449.74044913, delay=0.004593420773744583, ms=00032}
22:49:04.169824 run                             mass: MS performed LU  {at=26823449.873071253, lu_delay=5.997856602072716, ms=00018}
22:49:04.233988 run                             mass: MS performed LU  {at=26823449.93723764, lu_delay=5.167640078812838, ms=00020}
22:49:04.302864 run                             mass: MS performed LU  {at=26823450.00611142, lu_delay=4.748284060508013, ms=00021}
22:49:04.346860 run                osmo-ms-mob/00033: Starting mobile
22:49:04.360980 run       osmo-ms-mob/00033(pid=168): Launched
22:49:04.367132 run                             mass: MS performed LU  {at=26823450.07049227, lu_delay=5.7868287935853004, ms=00019}
22:49:04.372975 run                             mass: MS start registered  {at=26823450.076342244, delay=0.005868341773748398, ms=00033}
22:49:04.842794 run                osmo-ms-mob/00034: Starting mobile
22:49:04.858060 run       osmo-ms-mob/00034(pid=169): Launched
22:49:04.868702 run                             mass: MS start registered  {at=26823450.572056126, delay=0.004675719887018204, ms=00034}
22:49:05.114321 run                osmo-ms-mob/00035: Starting mobile
22:49:05.127507 run       osmo-ms-mob/00035(pid=170): Launched
22:49:05.138262 run                             mass: MS start registered  {at=26823450.84161674, delay=0.004760418087244034, ms=00035}
22:49:05.533196 run                osmo-ms-mob/00036: Starting mobile
22:49:05.548429 run       osmo-ms-mob/00036(pid=171): Launched
22:49:05.559482 run                             mass: MS start registered  {at=26823451.26283468, delay=0.004639849066734314, ms=00036}
22:49:05.913778 run                osmo-ms-mob/00037: Starting mobile
22:49:05.926763 run       osmo-ms-mob/00037(pid=172): Launched
22:49:05.937222 run                             mass: MS start registered  {at=26823451.640576173, delay=0.004470784217119217, ms=00037}
22:49:05.986412 run                             mass: MS performed LU  {at=26823451.689736076, lu_delay=5.513265799731016, ms=00023}
22:49:06.070376 run                             mass: MS performed LU  {at=26823451.773638196, lu_delay=4.718876235187054, ms=00025}
22:49:06.085658 run                osmo-ms-mob/00038: Starting mobile
22:49:06.098744 run       osmo-ms-mob/00038(pid=173): Launched
22:49:06.104715 run                             mass: MS performed LU  {at=26823451.80807193, lu_delay=5.260161813348532, ms=00024}
22:49:06.110403 run                             mass: MS start registered  {at=26823451.813769147, delay=0.005714058876037598, ms=00038}
22:49:06.241636 run                             mass: MS performed LU  {at=26823451.94489429, lu_delay=6.303886320441961, ms=00022}
22:49:06.270565 run                osmo-ms-mob/00039: Starting mobile
22:49:06.283479 run       osmo-ms-mob/00039(pid=174): Launched
22:49:06.294046 run                             mass: MS start registered  {at=26823451.997399833, delay=0.004631392657756805, ms=00039}
22:49:06.929654 run                osmo-ms-mob/00040: Starting mobile
22:49:06.943447 run       osmo-ms-mob/00040(pid=175): Launched
22:49:06.954473 run                             mass: MS start registered  {at=26823452.65782528, delay=0.004656460136175156, ms=00040}
22:49:07.225760 run                osmo-ms-mob/00041: Starting mobile
22:49:07.240028 run       osmo-ms-mob/00041(pid=176): Launched
22:49:07.251102 run                             mass: MS start registered  {at=26823452.954455152, delay=0.005018867552280426, ms=00041}
22:49:07.526544 run                osmo-ms-mob/00042: Starting mobile
22:49:07.540245 run       osmo-ms-mob/00042(pid=177): Launched
22:49:07.550978 run                             mass: MS start registered  {at=26823453.25433125, delay=0.004731472581624985, ms=00042}
22:49:07.948140 run                osmo-ms-mob/00043: Starting mobile
22:49:07.965304 run       osmo-ms-mob/00043(pid=178): Launched
22:49:07.971336 run                             mass: MS performed LU  {at=26823453.674695797, lu_delay=6.205881349742413, ms=00026}
22:49:07.977167 run                             mass: MS start registered  {at=26823453.68053496, delay=0.005856610834598541, ms=00043}
22:49:07.998993 run                             mass: MS performed LU  {at=26823453.70232318, lu_delay=5.023589625954628, ms=00029}
22:49:08.010843 run                osmo-ms-mob/00044: Starting mobile
22:49:08.023757 run       osmo-ms-mob/00044(pid=179): Launched
22:49:08.034201 run                             mass: MS start registered  {at=26823453.737556055, delay=0.004346594214439392, ms=00044}
22:49:08.068721 run                             mass: MS performed LU  {at=26823453.77194704, lu_delay=5.698888376355171, ms=00028}
22:49:08.086740 run                             mass: MS performed LU  {at=26823453.790016647, lu_delay=4.735220018774271, ms=00030}
22:49:08.104269 run                osmo-ms-mob/00045: Starting mobile
22:49:08.117343 run       osmo-ms-mob/00045(pid=180): Launched
22:49:08.128302 run                             mass: MS start registered  {at=26823453.831658036, delay=0.004638686776161194, ms=00045}
22:49:08.141159 run                             mass: MS performed LU  {at=26823453.8444944, lu_delay=5.977820817381144, ms=00027}
22:49:08.825533 run                osmo-ms-mob/00046: Starting mobile
22:49:08.839566 run       osmo-ms-mob/00046(pid=181): Launched
22:49:08.850482 run                             mass: MS start registered  {at=26823454.553827748, delay=0.004758775234222412, ms=00046}
22:49:09.127160 run                osmo-ms-mob/00047: Starting mobile
22:49:09.141105 run       osmo-ms-mob/00047(pid=182): Launched
22:49:09.151896 run                             mass: MS start registered  {at=26823454.855249792, delay=0.0048396289348602295, ms=00047}
22:49:09.414012 run                osmo-ms-mob/00048: Starting mobile
22:49:09.427043 run       osmo-ms-mob/00048(pid=183): Launched
22:49:09.437485 run                             mass: MS start registered  {at=26823455.140837237, delay=0.0043029263615608215, ms=00048}
22:49:09.745287 run                osmo-ms-mob/00049: Starting mobile
22:49:09.761960 run       osmo-ms-mob/00049(pid=184): Launched
22:49:09.767916 run                             mass: MS performed LU  {at=26823455.47127641, lu_delay=4.899220284074545, ms=00034}
22:49:09.774103 run                             mass: MS start registered  {at=26823455.47746824, delay=0.006210196763277054, ms=00049}
22:49:09.836253 run                             mass: MS performed LU  {at=26823455.539502192, lu_delay=4.697885453701019, ms=00035}
22:49:09.862373 run                osmo-ms-mob/00050: Starting mobile
22:49:09.875503 run       osmo-ms-mob/00050(pid=185): Launched
22:49:09.881653 run                             mass: MS performed LU  {at=26823455.585014366, lu_delay=5.508672121912241, ms=00033}
22:49:09.887516 run                             mass: MS start registered  {at=26823455.590883605, delay=0.005885012447834015, ms=00050}
22:49:10.043759 run                             mass: MS performed LU  {at=26823455.747008342, lu_delay=6.2606559209525585, ms=00031}
22:49:10.445445 run                osmo-ms-mob/00051: Starting mobile
22:49:10.462473 run       osmo-ms-mob/00051(pid=186): Launched
22:49:10.473180 run                             mass: MS start registered  {at=26823456.176530875, delay=0.004639741033315659, ms=00051}
22:49:10.727503 run                osmo-ms-mob/00052: Starting mobile
22:49:10.742002 run       osmo-ms-mob/00052(pid=187): Launched
22:49:10.753452 run                             mass: MS start registered  {at=26823456.456797894, delay=0.005341041833162308, ms=00052}
22:49:11.026594 run                osmo-ms-mob/00053: Starting mobile
22:49:11.040476 run       osmo-ms-mob/00053(pid=188): Launched
22:49:11.051126 run                             mass: MS start registered  {at=26823456.754476745, delay=0.004682596772909164, ms=00053}
22:49:11.314138 run                osmo-ms-mob/00054: Starting mobile
22:49:11.327149 run       osmo-ms-mob/00054(pid=189): Launched
22:49:11.337942 run                             mass: MS start registered  {at=26823457.04129593, delay=0.004533529281616211, ms=00054}
22:49:11.614365 run                osmo-ms-mob/00055: Starting mobile
22:49:11.627914 run       osmo-ms-mob/00055(pid=190): Launched
22:49:11.638595 run                             mass: MS start registered  {at=26823457.34195016, delay=0.004531104117631912, ms=00055}
22:49:11.701106 run                             mass: MS performed LU  {at=26823457.40435414, lu_delay=6.141519460827112, ms=00036}
22:49:11.765932 run                             mass: MS performed LU  {at=26823457.469182543, lu_delay=5.471782710403204, ms=00039}
22:49:11.792821 run                osmo-ms-mob/00056: Starting mobile
22:49:11.805737 run       osmo-ms-mob/00056(pid=191): Launched
22:49:11.816222 run                             mass: MS start registered  {at=26823457.519579567, delay=0.004399765282869339, ms=00056}
22:49:11.833928 run                             mass: MS performed LU  {at=26823457.53717951, lu_delay=5.896603338420391, ms=00037}
22:49:11.851794 run                             mass: MS performed LU  {at=26823457.555120256, lu_delay=5.74135110899806, ms=00038}
22:49:11.865063 run                osmo-ms-mob/00057: Starting mobile
22:49:11.878143 run       osmo-ms-mob/00057(pid=192): Launched
22:49:11.888953 run                             mass: MS start registered  {at=26823457.592302576, delay=0.004801705479621887, ms=00057}
22:49:11.907438 run                             mass: MS performed LU  {at=26823457.61078936, lu_delay=4.952964078634977, ms=00040}
22:49:12.180276 run                             mass: MS performed LU  {at=26823457.88352574, lu_delay=4.929070588201284, ms=00041}
22:49:12.628143 run                osmo-ms-mob/00058: Starting mobile
22:49:12.642337 run       osmo-ms-mob/00058(pid=193): Launched
22:49:12.653126 run                             mass: MS start registered  {at=26823458.356476802, delay=0.004804730415344238, ms=00058}
22:49:12.785866 run                             mass: MS performed LU  {at=26823458.489117283, lu_delay=3.6338674910366535, ms=00047}
22:49:12.927230 run                osmo-ms-mob/00059: Starting mobile
22:49:12.941102 run       osmo-ms-mob/00059(pid=194): Launched
22:49:12.954933 run                             mass: MS start registered  {at=26823458.658284064, delay=0.007761042565107346, ms=00059}
22:49:13.214078 run                osmo-ms-mob/00060: Starting mobile
22:49:13.227395 run       osmo-ms-mob/00060(pid=195): Launched
22:49:13.238104 run                             mass: MS start registered  {at=26823458.94145788, delay=0.0045645274221897125, ms=00060}
22:49:13.518675 run                             mass: MS performed LU  {at=26823459.221924108, lu_delay=4.668096359819174, ms=00046}
22:49:13.564515 run                osmo-ms-mob/00061: Starting mobile
22:49:13.578343 run       osmo-ms-mob/00061(pid=196): Launched
22:49:13.589039 run                             mass: MS start registered  {at=26823459.292393163, delay=0.00459858775138855, ms=00061}
22:49:13.600874 run                             mass: MS performed LU  {at=26823459.30422822, lu_delay=5.623693261295557, ms=00043}
22:49:13.629565 run                             mass: MS performed LU  {at=26823459.332883887, lu_delay=6.078552637249231, ms=00042}
22:49:13.646011 run                osmo-ms-mob/00062: Starting mobile
22:49:13.658953 run       osmo-ms-mob/00062(pid=197): Launched
22:49:13.669608 run                             mass: MS start registered  {at=26823459.37296231, delay=0.004513271152973175, ms=00062}
22:49:13.846967 run                             mass: MS performed LU  {at=26823459.550219852, lu_delay=5.812663797289133, ms=00044}
22:49:14.257256 run                osmo-ms-mob/00063: Starting mobile
22:49:14.278683 run       osmo-ms-mob/00063(pid=198): Launched
22:49:14.290198 run                             mass: MS start registered  {at=26823459.99353939, delay=0.005041811615228653, ms=00063}
22:49:14.626642 run                osmo-ms-mob/00064: Starting mobile
22:49:14.640255 run       osmo-ms-mob/00064(pid=199): Launched
22:49:14.651313 run                             mass: MS start registered  {at=26823460.35466344, delay=0.004923738539218903, ms=00064}
22:49:15.042929 run                osmo-ms-mob/00065: Starting mobile
22:49:15.058032 run       osmo-ms-mob/00065(pid=200): Launched
22:49:15.069209 run                             mass: MS start registered  {at=26823460.7725615, delay=0.00485292449593544, ms=00065}
22:49:15.314420 run                osmo-ms-mob/00066: Starting mobile
22:49:15.327181 run       osmo-ms-mob/00066(pid=201): Launched
22:49:15.337759 run                             mass: MS start registered  {at=26823461.0411135, delay=0.004587627947330475, ms=00066}
22:49:15.466900 run                             mass: MS performed LU  {at=26823461.170118768, lu_delay=4.993587892502546, ms=00051}
22:49:15.531262 run                             mass: MS performed LU  {at=26823461.234508414, lu_delay=4.777710519731045, ms=00052}
22:49:15.600874 run                             mass: MS performed LU  {at=26823461.304123227, lu_delay=5.713239621371031, ms=00050}
22:49:15.623056 run                osmo-ms-mob/00067: Starting mobile
22:49:15.636167 run       osmo-ms-mob/00067(pid=202): Launched
22:49:15.642134 run                             mass: MS performed LU  {at=26823461.345493544, lu_delay=5.868025302886963, ms=00049}
22:49:15.647954 run                             mass: MS start registered  {at=26823461.351321045, delay=0.005844786763191223, ms=00067}
22:49:15.673786 run                             mass: MS performed LU  {at=26823461.37706489, lu_delay=6.2362276539206505, ms=00048}
22:49:15.685409 run                osmo-ms-mob/00068: Starting mobile
22:49:15.698546 run       osmo-ms-mob/00068(pid=203): Launched
22:49:15.709363 run                             mass: MS performed LU  {at=26823461.412712865, lu_delay=4.6582361198961735, ms=00053}
22:49:15.715186 run                             mass: MS start registered  {at=26823461.418553002, delay=0.010308787226676941, ms=00068}
22:49:16.426102 run                osmo-ms-mob/00069: Starting mobile
22:49:16.439770 run       osmo-ms-mob/00069(pid=204): Launched
22:49:16.450599 run                             mass: MS start registered  {at=26823462.15395019, delay=0.004664123058319092, ms=00069}
22:49:16.523628 run                             mass: MS performed LU  {at=26823462.22687563, lu_delay=3.5685915648937225, ms=00059}
22:49:16.843741 run                osmo-ms-mob/00070: Starting mobile
22:49:16.859151 run       osmo-ms-mob/00070(pid=205): Launched
22:49:16.870084 run                             mass: MS start registered  {at=26823462.57343783, delay=0.004802539944648743, ms=00070}
22:49:17.234036 run                osmo-ms-mob/00071: Starting mobile
22:49:17.249543 run       osmo-ms-mob/00071(pid=206): Launched
22:49:17.260603 run                             mass: MS start registered  {at=26823462.963954955, delay=0.004815101623535156, ms=00071}
22:49:17.284300 run                             mass: MS performed LU  {at=26823462.987568688, lu_delay=5.3952661119401455, ms=00057}
22:49:17.304017 run                             mass: MS performed LU  {at=26823463.007289913, lu_delay=5.965993981808424, ms=00054}
22:49:17.395493 run                             mass: MS performed LU  {at=26823463.098751377, lu_delay=4.742274574935436, ms=00058}
22:49:17.423960 run                osmo-ms-mob/00072: Starting mobile
22:49:17.436924 run       osmo-ms-mob/00072(pid=207): Launched
22:49:17.448160 run                             mass: MS start registered  {at=26823463.151509475, delay=0.004882451146841049, ms=00072}
22:49:18.053248 run                osmo-ms-mob/00073: Starting mobile
22:49:18.070509 run       osmo-ms-mob/00073(pid=208): Launched
22:49:18.081460 run                             mass: MS start registered  {at=26823463.78480123, delay=0.004693053662776947, ms=00073}
22:49:18.290582 run                             mass: MS performed LU  {at=26823463.99383295, lu_delay=6.651882790029049, ms=00055}
22:49:18.424378 run                osmo-ms-mob/00074: Starting mobile
22:49:18.438338 run       osmo-ms-mob/00074(pid=209): Launched
22:49:18.449186 run                             mass: MS start registered  {at=26823464.152539447, delay=0.004632685333490372, ms=00074}
22:49:18.843341 run                osmo-ms-mob/00075: Starting mobile
22:49:18.858395 run       osmo-ms-mob/00075(pid=210): Launched
22:49:18.869178 run                             mass: MS start registered  {at=26823464.57253242, delay=0.0048622675240039825, ms=00075}
22:49:19.130582 run                             mass: MS performed LU  {at=26823464.833830528, lu_delay=4.840291138738394, ms=00063}
22:49:19.148869 run                             mass: MS performed LU  {at=26823464.85218151, lu_delay=5.559788346290588, ms=00061}
22:49:19.166261 run                osmo-ms-mob/00076: Starting mobile
22:49:19.179241 run       osmo-ms-mob/00076(pid=211): Launched
22:49:19.190138 run                             mass: MS start registered  {at=26823464.893490694, delay=0.004669561982154846, ms=00076}
22:49:19.297562 run                             mass: MS performed LU  {at=26823465.00081205, lu_delay=4.646148610860109, ms=00064}
22:49:19.440447 run                             mass: MS performed LU  {at=26823465.143700823, lu_delay=5.770738512277603, ms=00062}
22:49:19.476386 run                             mass: MS performed LU  {at=26823465.179653246, lu_delay=6.238195367157459, ms=00060}
22:49:19.505827 run                osmo-ms-mob/00077: Starting mobile
22:49:19.519330 run       osmo-ms-mob/00077(pid=212): Launched
22:49:19.530381 run                             mass: MS start registered  {at=26823465.233720683, delay=0.005044016987085342, ms=00077}
22:49:20.227154 run                osmo-ms-mob/00078: Starting mobile
22:49:20.241303 run       osmo-ms-mob/00078(pid=213): Launched
22:49:20.252032 run                             mass: MS start registered  {at=26823465.955385525, delay=0.004645746201276779, ms=00078}
22:49:20.626576 run                osmo-ms-mob/00079: Starting mobile
22:49:20.640405 run       osmo-ms-mob/00079(pid=214): Launched
22:49:20.651384 run                             mass: MS start registered  {at=26823466.35473405, delay=0.004454337060451508, ms=00079}
22:49:21.050449 run                             mass: MS performed LU  {at=26823466.753698688, lu_delay=5.402377642691135, ms=00067}
22:49:21.103653 run                osmo-ms-mob/00080: Starting mobile
22:49:21.117153 run       osmo-ms-mob/00080(pid=215): Launched
22:49:21.123153 run                             mass: MS performed LU  {at=26823466.82651295, lu_delay=4.672562763094902, ms=00069}
22:49:21.128963 run                             mass: MS start registered  {at=26823466.83232974, delay=0.005834806710481644, ms=00080}
22:49:21.160811 run                             mass: MS performed LU  {at=26823466.864031453, lu_delay=5.445478450506926, ms=00068}
22:49:21.305301 run                             mass: MS performed LU  {at=26823467.00854972, lu_delay=6.235988218337297, ms=00065}
22:49:21.341144 run                             mass: MS performed LU  {at=26823467.044417597, lu_delay=6.003304097801447, ms=00066}
22:49:21.358969 run                osmo-ms-mob/00081: Starting mobile
22:49:21.371940 run       osmo-ms-mob/00081(pid=216): Launched
22:49:21.382667 run                             mass: MS start registered  {at=26823467.086023197, delay=0.004716794937849045, ms=00081}
22:49:22.026632 run                osmo-ms-mob/00082: Starting mobile
22:49:22.040987 run       osmo-ms-mob/00082(pid=217): Launched
22:49:22.051999 run                             mass: MS start registered  {at=26823467.75535236, delay=0.004665661603212357, ms=00082}
22:49:22.613377 run                osmo-ms-mob/00083: Starting mobile
22:49:22.626296 run       osmo-ms-mob/00083(pid=218): Launched
22:49:22.636994 run                             mass: MS start registered  {at=26823468.34034611, delay=0.0047002024948596954, ms=00083}
22:49:22.896754 run                             mass: MS performed LU  {at=26823468.5999685, lu_delay=5.448459025472403, ms=00072}
22:49:22.913853 run                             mass: MS performed LU  {at=26823468.61713437, lu_delay=4.4645949229598045, ms=00074}
22:49:23.063494 run                             mass: MS performed LU  {at=26823468.766742036, lu_delay=6.19330420717597, ms=00070}
22:49:23.105868 run                osmo-ms-mob/00084: Starting mobile
22:49:23.121537 run       osmo-ms-mob/00084(pid=219): Launched
22:49:23.132275 run                             mass: MS start registered  {at=26823468.83562887, delay=0.004758868366479874, ms=00084}
22:49:23.207113 run                             mass: MS performed LU  {at=26823468.910367463, lu_delay=5.125566232949495, ms=00073}
22:49:23.242628 run                             mass: MS performed LU  {at=26823468.94587734, lu_delay=5.981922384351492, ms=00071}
22:49:23.644329 run                osmo-ms-mob/00085: Starting mobile
22:49:23.659441 run       osmo-ms-mob/00085(pid=220): Launched
22:49:23.670068 run                             mass: MS start registered  {at=26823469.373419773, delay=0.004509780555963516, ms=00085}
22:49:24.227465 run                osmo-ms-mob/00086: Starting mobile
22:49:24.241360 run       osmo-ms-mob/00086(pid=221): Launched
22:49:24.252101 run                             mass: MS start registered  {at=26823469.955456097, delay=0.004624918103218079, ms=00086}
22:49:24.845890 run                osmo-ms-mob/00087: Starting mobile
22:49:24.863924 run       osmo-ms-mob/00087(pid=222): Launched
22:49:24.874602 run                             mass: MS start registered  {at=26823470.577956103, delay=0.004532698541879654, ms=00087}
22:49:24.881024 run                             mass: MS performed LU  {at=26823470.58438307, lu_delay=6.011850651353598, ms=00075}
22:49:24.898554 run                             mass: MS performed LU  {at=26823470.601890516, lu_delay=5.368169832974672, ms=00077}
22:49:24.926892 run                             mass: MS performed LU  {at=26823470.63017642, lu_delay=5.73668572679162, ms=00076}
22:49:25.051854 run                             mass: MS performed LU  {at=26823470.755100507, lu_delay=4.799714982509613, ms=00078}
22:49:25.444431 run                osmo-ms-mob/00088: Starting mobile
22:49:25.461223 run       osmo-ms-mob/00088(pid=223): Launched
22:49:25.472034 run                             mass: MS start registered  {at=26823471.175386958, delay=0.004728376865386963, ms=00088}
22:49:26.027728 run                osmo-ms-mob/00089: Starting mobile
22:49:26.042449 run       osmo-ms-mob/00089(pid=224): Launched
22:49:26.053329 run                             mass: MS start registered  {at=26823471.75668279, delay=0.004851259291172028, ms=00089}
22:49:26.624490 run                osmo-ms-mob/00090: Starting mobile
22:49:26.638144 run       osmo-ms-mob/00090(pid=225): Launched
22:49:26.648948 run                             mass: MS start registered  {at=26823472.35230241, delay=0.004801809787750244, ms=00090}
22:49:26.661306 run                             mass: MS performed LU  {at=26823472.364660706, lu_delay=5.532330967485905, ms=00080}
22:49:26.679532 run                             mass: MS performed LU  {at=26823472.38286963, lu_delay=5.296846434473991, ms=00081}
22:49:26.828154 run                             mass: MS performed LU  {at=26823472.53140043, lu_delay=4.776048071682453, ms=00082}
22:49:26.954344 run                             mass: MS performed LU  {at=26823472.65755688, lu_delay=6.302822832018137, ms=00079}
22:49:26.981018 run                             mass: MS performed LU  {at=26823472.68437367, lu_delay=22.94392453879118, ms=00032}
22:49:27.343988 run                osmo-ms-mob/00091: Starting mobile
22:49:27.360775 run       osmo-ms-mob/00091(pid=226): Launched
22:49:27.371629 run                             mass: MS start registered  {at=26823473.074981395, delay=0.004764970391988754, ms=00091}
22:49:28.012876 run                osmo-ms-mob/00092: Starting mobile
22:49:28.025877 run       osmo-ms-mob/00092(pid=227): Launched
22:49:28.037581 run                             mass: MS start registered  {at=26823473.740923345, delay=0.005703087896108627, ms=00092}
22:49:28.646963 run                             mass: MS performed LU  {at=26823474.350211177, lu_delay=6.009865067899227, ms=00083}
22:49:28.671478 run                             mass: MS performed LU  {at=26823474.374843366, lu_delay=5.001423593610525, ms=00085}
22:49:28.707386 run                osmo-ms-mob/00093: Starting mobile
22:49:28.722589 run       osmo-ms-mob/00093(pid=228): Launched
22:49:28.728616 run                             mass: MS performed LU  {at=26823474.431977697, lu_delay=5.596348825842142, ms=00084}
22:49:28.734451 run                             mass: MS start registered  {at=26823474.437817097, delay=0.0058549679815769196, ms=00093}
22:49:28.817431 run                             mass: MS performed LU  {at=26823474.52065933, lu_delay=4.565203234553337, ms=00086}
22:49:29.713950 run                osmo-ms-mob/00094: Starting mobile
22:49:29.727302 run       osmo-ms-mob/00094(pid=229): Launched
22:49:29.738742 run                             mass: MS start registered  {at=26823475.442095038, delay=0.00494428351521492, ms=00094}
22:49:30.429039 run                             mass: MS performed LU  {at=26823476.132285066, lu_delay=5.554328963160515, ms=00087}
22:49:30.594601 run                             mass: MS performed LU  {at=26823476.297828406, lu_delay=5.122441448271275, ms=00088}
22:49:30.637186 run                osmo-ms-mob/00095: Starting mobile
22:49:30.652783 run       osmo-ms-mob/00095(pid=230): Launched
22:49:30.663743 run                             mass: MS start registered  {at=26823476.36709739, delay=0.005013961344957352, ms=00095}
22:49:30.681164 run                             mass: MS performed LU  {at=26823476.38451107, lu_delay=22.552853032946587, ms=00045}
22:49:30.956065 run                             mass: MS performed LU  {at=26823476.659312323, lu_delay=4.902629531919956, ms=00089}
22:49:31.614227 run                osmo-ms-mob/00096: Starting mobile
22:49:31.627431 run       osmo-ms-mob/00096(pid=231): Launched
22:49:31.638395 run                             mass: MS start registered  {at=26823477.34174719, delay=0.004595492035150528, ms=00096}
22:49:32.413021 run                             mass: MS performed LU  {at=26823478.116253313, lu_delay=5.041271917521954, ms=00091}
22:49:32.437221 run                             mass: MS performed LU  {at=26823478.14058325, lu_delay=5.788280840963125, ms=00090}
22:49:32.736326 run                osmo-ms-mob/00097: Starting mobile
22:49:32.752564 run       osmo-ms-mob/00097(pid=232): Launched
22:49:32.763082 run                             mass: MS start registered  {at=26823478.466435004, delay=0.004406597465276718, ms=00097}
22:49:34.046091 run                osmo-ms-mob/00098: Starting mobile
22:49:34.062380 run       osmo-ms-mob/00098(pid=233): Launched
22:49:34.073347 run                             mass: MS start registered  {at=26823479.77670043, delay=0.004888009279966354, ms=00098}
22:49:34.342017 run                             mass: MS performed LU  {at=26823480.04526074, lu_delay=4.603165701031685, ms=00094}
22:49:34.359260 run                             mass: MS performed LU  {at=26823480.06257197, lu_delay=5.624754872173071, ms=00093}
22:49:34.429747 run                             mass: MS performed LU  {at=26823480.13299854, lu_delay=6.3920751959085464, ms=00092}
22:49:34.454251 run                             mass: MS performed LU  {at=26823480.157611474, lu_delay=22.638031907379627, ms=00056}
22:49:35.831844 run                osmo-ms-mob/00099: Starting mobile
22:49:35.844818 run       osmo-ms-mob/00099(pid=234): Launched
22:49:35.851159 run                             mass: All started... {duration=55.74776769429445, too_slow=0}
22:49:35.856909 run                             mass: MS start registered  {at=26823481.560268965, delay=0.005745675414800644, ms=00099}
22:49:36.178552 run                             mass: MS performed LU  {at=26823481.881756257, lu_delay=5.514658868312836, ms=00095}
22:49:36.431890 run                             mass: MS performed LU  {at=26823482.135138266, lu_delay=4.793391074985266, ms=00096}
22:49:38.107468 run                             mass: MS performed LU  {at=26823483.810717747, lu_delay=5.344282742589712, ms=00097}
22:49:39.944370 run                             mass: MS performed LU  {at=26823485.647598855, lu_delay=5.870898425579071, ms=00098}
22:49:41.845955 run                             mass: MS performed LU  {at=26823487.549202576, lu_delay=5.988933611661196, ms=00099}
22:49:41.868555 run                             mass: Tests done {all_completed=True, max=22.94392453879118, min=3.5685915648937225}
22:49:41.874194 tst         register_default_mass.py: Test passed (81.5 sec)
22:49:41.879464 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:41.882711 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:41.885894 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:41.889100 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:41.892290 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:41.895503 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:41.898750 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:41.902027 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:41.905291 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:41.908553 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:41.911834 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:41.915089 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:41.918385 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:41.921643 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:41.924980 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:41.928299 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:41.931661 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:41.935070 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:41.938477 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:41.942126 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:41.945475 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:41.948860 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:41.952264 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:41.955607 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:41.959261 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:41.962990 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:41.966602 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:41.970234 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:41.973661 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:41.977069 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:41.980472 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:41.983876 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:41.987476 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:41.990931 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:41.994335 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:41.997743 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.001150 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.004565 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.007977 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.011384 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.014980 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.018411 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.021825 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.025235 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.028628 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.032053 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.035646 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.039061 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.042497 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.045904 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.049305 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.052701 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.056110 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.059526 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.062928 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.066330 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.069728 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.073136 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.076535 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.080188 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.083611 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.087032 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.090463 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.093911 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.097331 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.100764 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.104191 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.107609 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.111041 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.114438 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.117847 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.121285 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.124692 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.128716 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.132132 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.135619 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.138949 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.142371 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.145679 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.149093 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.152493 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.156152 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.159768 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.163482 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.166835 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.170235 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.173986 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.177342 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.180684 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.184017 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.187867 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.191292 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.194711 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.198293 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.202320 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.205831 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.209217 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.212503 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.215900 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.219210 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.222581 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.225933 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.229342 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.232666 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.236091 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.239666 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.243171 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.246458 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.249748 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.253047 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.256398 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.259698 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.263020 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.266310 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.269568 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.272820 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.276069 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.279255 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.282443 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.285664 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.288855 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.292025 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.295211 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.298394 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.301579 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.304764 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.307930 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.311113 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.314300 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.317485 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.320670 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.323858 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.327039 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.330221 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.333396 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.336560 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.339746 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.342920 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.346085 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.349274 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.352436 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.355620 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.358794 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.361957 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.365127 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.368296 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.371471 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.374636 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.377811 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.380978 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.384157 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.387322 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.390498 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.393680 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.396865 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.400032 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.403205 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.406378 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.409557 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.412753 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.415934 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.419128 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.422312 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.425488 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.428650 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.431822 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.435007 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.438169 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.441356 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.444512 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.447667 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.450845 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.454018 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.457192 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.460368 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.463542 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.466725 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.469878 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.473060 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.476234 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.479410 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.482573 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.485739 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.488919 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.492093 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.495275 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.498434 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.501605 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.504770 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.507944 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.511125 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.514309 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.517482 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.520668 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.523843 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.527005 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.530183 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.533358 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.536534 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.539713 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.542866 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.546035 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.549210 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.552378 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.555551 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.558719 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.561904 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.565087 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.568266 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.571455 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.574646 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.577831 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.581005 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.584197 ---      ParallelTerminationStrategy: PID 22 died...
22:49:42.585651 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.589188 ---      ParallelTerminationStrategy: PID 23 died...
22:49:42.590612 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.594129 ---      ParallelTerminationStrategy: PID 24 died...
22:49:42.595549 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.599107 ---      ParallelTerminationStrategy: PID 25 died...
22:49:42.600539 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.604064 ---      ParallelTerminationStrategy: PID 26 died...
22:49:42.605506 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.609082 ---      ParallelTerminationStrategy: PID 27 died...
22:49:42.610525 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.614069 ---      ParallelTerminationStrategy: PID 28 died...
22:49:42.615502 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.619055 ---      ParallelTerminationStrategy: PID 29 died...
22:49:42.620496 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.624043 ---      ParallelTerminationStrategy: PID 30 died...
22:49:42.625494 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.629054 ---      ParallelTerminationStrategy: PID 31 died...
22:49:42.630489 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.634054 ---      ParallelTerminationStrategy: PID 32 died...
22:49:42.635504 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.639071 ---      ParallelTerminationStrategy: PID 33 died...
22:49:42.640530 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:42.644107 ---      ParallelTerminationStrategy: PID 35 died...
22:49:42.645563 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:42.649121 ---      ParallelTerminationStrategy: PID 36 died...
22:49:42.650554 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:42.654126 ---      ParallelTerminationStrategy: PID 37 died...
22:49:42.655580 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:42.659142 ---      ParallelTerminationStrategy: PID 38 died...
22:49:42.660584 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:42.664150 ---      ParallelTerminationStrategy: PID 39 died...
22:49:42.665605 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:42.669212 ---      ParallelTerminationStrategy: PID 40 died...
22:49:42.670662 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:42.674258 ---      ParallelTerminationStrategy: PID 41 died...
22:49:42.675716 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:42.679263 ---      ParallelTerminationStrategy: PID 42 died...
22:49:42.680705 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:42.684265 ---      ParallelTerminationStrategy: PID 43 died...
22:49:42.685744 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:42.689294 ---      ParallelTerminationStrategy: PID 44 died...
22:49:42.690729 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:42.694289 ---      ParallelTerminationStrategy: PID 45 died...
22:49:42.695726 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:42.699277 ---      ParallelTerminationStrategy: PID 46 died...
22:49:42.700710 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:42.704251 ---      ParallelTerminationStrategy: PID 47 died...
22:49:42.705682 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:42.709255 ---      ParallelTerminationStrategy: PID 48 died...
22:49:42.710699 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:42.714236 ---      ParallelTerminationStrategy: PID 49 died...
22:49:42.715668 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:42.719207 ---      ParallelTerminationStrategy: PID 50 died...
22:49:42.720649 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:42.724196 ---      ParallelTerminationStrategy: PID 51 died...
22:49:42.725653 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:42.729239 ---      ParallelTerminationStrategy: PID 52 died...
22:49:42.730682 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:42.734238 ---      ParallelTerminationStrategy: PID 53 died...
22:49:42.735681 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:42.739222 ---      ParallelTerminationStrategy: PID 54 died...
22:49:42.740673 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:42.744216 ---      ParallelTerminationStrategy: PID 55 died...
22:49:42.745662 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:42.749219 ---      ParallelTerminationStrategy: PID 56 died...
22:49:42.750652 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:42.754195 ---      ParallelTerminationStrategy: PID 57 died...
22:49:42.755620 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:42.759196 ---      ParallelTerminationStrategy: PID 58 died...
22:49:42.760626 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:42.764149 ---      ParallelTerminationStrategy: PID 59 died...
22:49:42.765580 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:42.769128 ---      ParallelTerminationStrategy: PID 60 died...
22:49:42.770560 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:42.774104 ---      ParallelTerminationStrategy: PID 61 died...
22:49:42.775531 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:42.779091 ---      ParallelTerminationStrategy: PID 62 died...
22:49:42.780526 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:42.784049 ---      ParallelTerminationStrategy: PID 63 died...
22:49:42.785482 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:42.789005 ---      ParallelTerminationStrategy: PID 64 died...
22:49:42.790438 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:42.793988 ---      ParallelTerminationStrategy: PID 65 died...
22:49:42.795418 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:42.798956 ---      ParallelTerminationStrategy: PID 66 died...
22:49:42.800398 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:42.803934 ---      ParallelTerminationStrategy: PID 67 died...
22:49:42.805379 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:42.808915 ---      ParallelTerminationStrategy: PID 68 died...
22:49:42.810344 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:42.813901 ---      ParallelTerminationStrategy: PID 69 died...
22:49:42.815330 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:42.818837 ---      ParallelTerminationStrategy: PID 70 died...
22:49:42.820260 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:42.823794 ---      ParallelTerminationStrategy: PID 71 died...
22:49:42.825229 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:42.828784 ---      ParallelTerminationStrategy: PID 72 died...
22:49:42.830217 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:42.833750 ---      ParallelTerminationStrategy: PID 73 died...
22:49:42.835177 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:42.838726 ---      ParallelTerminationStrategy: PID 74 died...
22:49:42.840152 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:42.843682 ---      ParallelTerminationStrategy: PID 75 died...
22:49:42.845136 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:42.848680 ---      ParallelTerminationStrategy: PID 76 died...
22:49:42.850125 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:42.853666 ---      ParallelTerminationStrategy: PID 77 died...
22:49:42.855103 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:42.858623 ---      ParallelTerminationStrategy: PID 78 died...
22:49:42.860051 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:42.863573 ---      ParallelTerminationStrategy: PID 79 died...
22:49:42.865024 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:42.868545 ---      ParallelTerminationStrategy: PID 80 died...
22:49:42.869975 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:42.873501 ---      ParallelTerminationStrategy: PID 81 died...
22:49:42.874932 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:42.878483 ---      ParallelTerminationStrategy: PID 82 died...
22:49:42.879906 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:42.883452 ---      ParallelTerminationStrategy: PID 83 died...
22:49:42.884881 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:42.888393 ---      ParallelTerminationStrategy: PID 84 died...
22:49:42.889832 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:42.893368 ---      ParallelTerminationStrategy: PID 85 died...
22:49:42.894805 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:42.898333 ---      ParallelTerminationStrategy: PID 86 died...
22:49:42.899765 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:42.903305 ---      ParallelTerminationStrategy: PID 87 died...
22:49:42.904734 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:42.908255 ---      ParallelTerminationStrategy: PID 88 died...
22:49:42.909696 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:42.913232 ---      ParallelTerminationStrategy: PID 89 died...
22:49:42.914664 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:42.918200 ---      ParallelTerminationStrategy: PID 90 died...
22:49:42.919645 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:42.923185 ---      ParallelTerminationStrategy: PID 91 died...
22:49:42.924633 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:42.928170 ---      ParallelTerminationStrategy: PID 92 died...
22:49:42.929614 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:42.933136 ---      ParallelTerminationStrategy: PID 93 died...
22:49:42.934565 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:42.938096 ---      ParallelTerminationStrategy: PID 94 died...
22:49:42.939532 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:42.943071 ---      ParallelTerminationStrategy: PID 95 died...
22:49:42.944494 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:42.948025 ---      ParallelTerminationStrategy: PID 96 died...
22:49:42.949483 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:42.953012 ---      ParallelTerminationStrategy: PID 97 died...
22:49:42.954441 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:42.957966 ---      ParallelTerminationStrategy: PID 98 died...
22:49:42.959395 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:42.962947 ---      ParallelTerminationStrategy: PID 99 died...
22:49:42.964372 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:42.967929 ---      ParallelTerminationStrategy: PID 100 died...
22:49:42.969370 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:42.972920 ---      ParallelTerminationStrategy: PID 101 died...
22:49:42.974356 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:42.977906 ---      ParallelTerminationStrategy: PID 102 died...
22:49:42.979339 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:42.982876 ---      ParallelTerminationStrategy: PID 103 died...
22:49:42.984300 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:42.987833 ---      ParallelTerminationStrategy: PID 104 died...
22:49:42.989293 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:42.992817 ---      ParallelTerminationStrategy: PID 105 died...
22:49:42.994255 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:42.997803 ---      ParallelTerminationStrategy: PID 106 died...
22:49:42.999238 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.002764 ---      ParallelTerminationStrategy: PID 107 died...
22:49:43.004185 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.007725 ---      ParallelTerminationStrategy: PID 108 died...
22:49:43.009166 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.012697 ---      ParallelTerminationStrategy: PID 109 died...
22:49:43.014132 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.017661 ---      ParallelTerminationStrategy: PID 110 died...
22:49:43.019091 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.022612 ---      ParallelTerminationStrategy: PID 111 died...
22:49:43.024039 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.027581 ---      ParallelTerminationStrategy: PID 112 died...
22:49:43.029038 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.032563 ---      ParallelTerminationStrategy: PID 113 died...
22:49:43.033992 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.037531 ---      ParallelTerminationStrategy: PID 114 died...
22:49:43.038960 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.042512 ---      ParallelTerminationStrategy: PID 115 died...
22:49:43.043949 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.047473 ---      ParallelTerminationStrategy: PID 116 died...
22:49:43.048913 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.052445 ---      ParallelTerminationStrategy: PID 117 died...
22:49:43.053892 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.057425 ---      ParallelTerminationStrategy: PID 118 died...
22:49:43.058860 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.062421 ---      ParallelTerminationStrategy: PID 119 died...
22:49:43.063851 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.067387 ---      ParallelTerminationStrategy: PID 120 died...
22:49:43.068829 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.072364 ---      ParallelTerminationStrategy: PID 121 died...
22:49:43.073811 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.077356 ---      ParallelTerminationStrategy: PID 122 died...
22:49:43.078782 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.082327 ---      ParallelTerminationStrategy: PID 123 died...
22:49:43.083754 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.087303 ---      ParallelTerminationStrategy: PID 124 died...
22:49:43.088748 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.092279 ---      ParallelTerminationStrategy: PID 125 died...
22:49:43.093728 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.097266 ---      ParallelTerminationStrategy: PID 126 died...
22:49:43.098700 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.102245 ---      ParallelTerminationStrategy: PID 127 died...
22:49:43.103680 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.107231 ---      ParallelTerminationStrategy: PID 128 died...
22:49:43.108681 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.112208 ---      ParallelTerminationStrategy: PID 129 died...
22:49:43.113646 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.117181 ---      ParallelTerminationStrategy: PID 130 died...
22:49:43.118614 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.122139 ---      ParallelTerminationStrategy: PID 131 died...
22:49:43.123570 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.127127 ---      ParallelTerminationStrategy: PID 132 died...
22:49:43.128553 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.132106 ---      ParallelTerminationStrategy: PID 133 died...
22:49:43.133551 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.137078 ---      ParallelTerminationStrategy: PID 134 died...
22:49:43.138502 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.142049 ---      ParallelTerminationStrategy: PID 135 died...
22:49:43.143482 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.147061 ---      ParallelTerminationStrategy: PID 136 died...
22:49:43.148497 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.152079 ---      ParallelTerminationStrategy: PID 137 died...
22:49:43.153530 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.157093 ---      ParallelTerminationStrategy: PID 138 died...
22:49:43.158532 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.162118 ---      ParallelTerminationStrategy: PID 139 died...
22:49:43.163552 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.167161 ---      ParallelTerminationStrategy: PID 140 died...
22:49:43.168612 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.172175 ---      ParallelTerminationStrategy: PID 141 died...
22:49:43.173616 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.177162 ---      ParallelTerminationStrategy: PID 142 died...
22:49:43.178592 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.182151 ---      ParallelTerminationStrategy: PID 143 died...
22:49:43.183573 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.187135 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.188562 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.192122 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.193566 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.197155 ---      ParallelTerminationStrategy: PID 146 died...
22:49:43.198583 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.202133 ---      ParallelTerminationStrategy: PID 147 died...
22:49:43.203569 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.207148 ---      ParallelTerminationStrategy: PID 148 died...
22:49:43.208574 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.212137 ---      ParallelTerminationStrategy: PID 149 died...
22:49:43.213583 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.217146 ---      ParallelTerminationStrategy: PID 150 died...
22:49:43.218573 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.222127 ---      ParallelTerminationStrategy: PID 151 died...
22:49:43.223561 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.227114 ---      ParallelTerminationStrategy: PID 152 died...
22:49:43.228542 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.232101 ---      ParallelTerminationStrategy: PID 153 died...
22:49:43.233543 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.237120 ---      ParallelTerminationStrategy: PID 154 died...
22:49:43.238543 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.242087 ---      ParallelTerminationStrategy: PID 155 died...
22:49:43.243519 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.247082 ---      ParallelTerminationStrategy: PID 156 died...
22:49:43.248516 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.252061 ---      ParallelTerminationStrategy: PID 157 died...
22:49:43.253517 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.257054 ---      ParallelTerminationStrategy: PID 158 died...
22:49:43.258482 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.262062 ---      ParallelTerminationStrategy: PID 159 died...
22:49:43.263490 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.267064 ---      ParallelTerminationStrategy: PID 160 died...
22:49:43.268495 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.272057 ---      ParallelTerminationStrategy: PID 161 died...
22:49:43.273492 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.277047 ---      ParallelTerminationStrategy: PID 162 died...
22:49:43.278478 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.282022 ---      ParallelTerminationStrategy: PID 163 died...
22:49:43.283448 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.287013 ---      ParallelTerminationStrategy: PID 164 died...
22:49:43.288452 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.292007 ---      ParallelTerminationStrategy: PID 165 died...
22:49:43.293442 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.297000 ---      ParallelTerminationStrategy: PID 166 died...
22:49:43.298444 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.302008 ---      ParallelTerminationStrategy: PID 167 died...
22:49:43.303452 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.307010 ---      ParallelTerminationStrategy: PID 168 died...
22:49:43.308451 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.312030 ---      ParallelTerminationStrategy: PID 169 died...
22:49:43.313473 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.317041 ---      ParallelTerminationStrategy: PID 170 died...
22:49:43.318469 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.322011 ---      ParallelTerminationStrategy: PID 171 died...
22:49:43.323451 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.327004 ---      ParallelTerminationStrategy: PID 172 died...
22:49:43.328430 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.331991 ---      ParallelTerminationStrategy: PID 173 died...
22:49:43.333431 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.336976 ---      ParallelTerminationStrategy: PID 174 died...
22:49:43.338407 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.341960 ---      ParallelTerminationStrategy: PID 175 died...
22:49:43.343394 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.346952 ---      ParallelTerminationStrategy: PID 176 died...
22:49:43.348385 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.351952 ---      ParallelTerminationStrategy: PID 177 died...
22:49:43.353386 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.356963 ---      ParallelTerminationStrategy: PID 178 died...
22:49:43.358411 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.361980 ---      ParallelTerminationStrategy: PID 179 died...
22:49:43.363405 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.366961 ---      ParallelTerminationStrategy: PID 180 died...
22:49:43.368392 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.371944 ---      ParallelTerminationStrategy: PID 181 died...
22:49:43.373388 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.376958 ---      ParallelTerminationStrategy: PID 182 died...
22:49:43.378391 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.381941 ---      ParallelTerminationStrategy: PID 183 died...
22:49:43.383368 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.386920 ---      ParallelTerminationStrategy: PID 184 died...
22:49:43.388342 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.391900 ---      ParallelTerminationStrategy: PID 185 died...
22:49:43.393344 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.396915 ---      ParallelTerminationStrategy: PID 186 died...
22:49:43.398348 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.401880 ---      ParallelTerminationStrategy: PID 187 died...
22:49:43.403317 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.406878 ---      ParallelTerminationStrategy: PID 188 died...
22:49:43.408305 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.411851 ---      ParallelTerminationStrategy: PID 189 died...
22:49:43.413297 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.416840 ---      ParallelTerminationStrategy: PID 190 died...
22:49:43.418271 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.421829 ---      ParallelTerminationStrategy: PID 191 died...
22:49:43.423270 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.426836 ---      ParallelTerminationStrategy: PID 192 died...
22:49:43.428277 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.431840 ---      ParallelTerminationStrategy: PID 193 died...
22:49:43.433284 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.436864 ---      ParallelTerminationStrategy: PID 194 died...
22:49:43.438285 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.441852 ---      ParallelTerminationStrategy: PID 195 died...
22:49:43.443285 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.446854 ---      ParallelTerminationStrategy: PID 196 died...
22:49:43.448281 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.451836 ---      ParallelTerminationStrategy: PID 197 died...
22:49:43.453273 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.456843 ---      ParallelTerminationStrategy: PID 198 died...
22:49:43.458282 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.461836 ---      ParallelTerminationStrategy: PID 199 died...
22:49:43.463265 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.466834 ---      ParallelTerminationStrategy: PID 200 died...
22:49:43.468260 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.471818 ---      ParallelTerminationStrategy: PID 201 died...
22:49:43.473262 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.476841 ---      ParallelTerminationStrategy: PID 202 died...
22:49:43.478270 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.481822 ---      ParallelTerminationStrategy: PID 203 died...
22:49:43.483259 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:43.486845 ---      ParallelTerminationStrategy: PID 204 died...
22:49:43.488282 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:43.491832 ---      ParallelTerminationStrategy: PID 205 died...
22:49:43.493273 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:43.496834 ---      ParallelTerminationStrategy: PID 206 died...
22:49:43.498272 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:43.501831 ---      ParallelTerminationStrategy: PID 207 died...
22:49:43.503274 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:43.506838 ---      ParallelTerminationStrategy: PID 208 died...
22:49:43.508274 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:43.511857 ---      ParallelTerminationStrategy: PID 209 died...
22:49:43.513288 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:43.516852 ---      ParallelTerminationStrategy: PID 210 died...
22:49:43.518302 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:43.521873 ---      ParallelTerminationStrategy: PID 211 died...
22:49:43.523302 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:43.526892 ---      ParallelTerminationStrategy: PID 212 died...
22:49:43.528335 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:43.531883 ---      ParallelTerminationStrategy: PID 213 died...
22:49:43.533323 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:43.536869 ---      ParallelTerminationStrategy: PID 214 died...
22:49:43.538308 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:43.541866 ---      ParallelTerminationStrategy: PID 215 died...
22:49:43.543299 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:43.546879 ---      ParallelTerminationStrategy: PID 216 died...
22:49:43.548313 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:43.551903 ---      ParallelTerminationStrategy: PID 217 died...
22:49:43.553349 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:43.556936 ---      ParallelTerminationStrategy: PID 218 died...
22:49:43.558376 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:43.561938 ---      ParallelTerminationStrategy: PID 219 died...
22:49:43.563376 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:43.566972 ---      ParallelTerminationStrategy: PID 220 died...
22:49:43.568403 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:43.571988 ---      ParallelTerminationStrategy: PID 221 died...
22:49:43.573434 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:43.577002 ---      ParallelTerminationStrategy: PID 222 died...
22:49:43.578440 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:43.582014 ---      ParallelTerminationStrategy: PID 223 died...
22:49:43.583456 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:43.587028 ---      ParallelTerminationStrategy: PID 224 died...
22:49:43.588468 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:43.592029 ---      ParallelTerminationStrategy: PID 225 died...
22:49:43.593480 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:43.597076 ---      ParallelTerminationStrategy: PID 226 died...
22:49:43.598509 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:43.602075 ---      ParallelTerminationStrategy: PID 227 died...
22:49:43.603506 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:43.607064 ---      ParallelTerminationStrategy: PID 228 died...
22:49:43.608503 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:43.612079 ---      ParallelTerminationStrategy: PID 229 died...
22:49:43.613536 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:43.617109 ---      ParallelTerminationStrategy: PID 230 died...
22:49:43.618532 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:43.622103 ---      ParallelTerminationStrategy: PID 231 died...
22:49:43.623536 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:43.627096 ---      ParallelTerminationStrategy: PID 232 died...
22:49:43.628524 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:43.632097 ---      ParallelTerminationStrategy: PID 233 died...
22:49:43.633551 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:43.637119 ---      ParallelTerminationStrategy: PID 234 died...
22:49:43.638560 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.042698 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.048847 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8155 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.113914 tst                       trial-8155: Storing JUnit report in /build/trial-8155/run.2025-11-19_22-48-20/trial-8155.xml

--------------------------------------------------------------------------------------------
trial-8155 PASS
--------------------------------------------------------------------------------------------
22:49:47.124430 tst                       trial-8155: trial-8155: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.5 sec)
+ exit_code=0
+ rm -rf trial-8155/inst
+ cd trial-8155
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-19 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8155-run.tgz run.2025-11-19_22-48-20
+ tar czf /build/trial-8155-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-19_13_25_49.tgz osmo-bts-oc2g.build-2025-11-19_00_52_03.tgz osmo-bts-sysmo.build-2025-11-19_00_51_52.tgz osmo-bts.build-2025-11-19_00_52_04.tgz osmo-ggsn.build-2025-11-19_20_42_25.tgz osmo-hlr.build-2025-11-19_16_36_52.tgz osmo-hnbgw.build-2025-11-19_14_37_34.tgz osmo-mgw.build-2025-11-19_08_33_15.tgz osmo-msc.build-2025-11-19_13_34_43.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-19_07_34_01.tgz osmo-pcu-sysmo.build-2025-11-19_07_34_05.tgz osmo-pcu.build-2025-11-19_07_36_18.tgz osmo-sgsn.build-2025-11-19_20_47_56.tgz osmo-stp.build-2025-11-19_13_23_00.tgz osmo-trx.build-2025-11-19_14_26_54.tgz osmocom-bb.build-2025-11-19_22_27_15.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