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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#16 [11/28] RUN     chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#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 [ 8/28] RUN	MKDIR /var/run/sshd
#18 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e589d4376e424dadf5288320840320648f439fac3e5bba0e33466cefc3c99fe2 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=8194 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-12-28 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8194
+ mkdir -p trial-8194
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-28_13_31_42.tgz osmo-bts-oc2g.build-2025-12-28_00_52_46.tgz osmo-bts-sysmo.build-2025-12-28_00_52_52.tgz osmo-bts.build-2025-12-28_00_52_57.tgz osmo-ggsn.build-2025-12-28_20_59_41.tgz osmo-hlr.build-2025-12-28_16_37_00.tgz osmo-hnbgw.build-2025-12-28_13_33_57.tgz osmo-mgw.build-2025-12-28_08_34_44.tgz osmo-msc.build-2025-12-28_13_39_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-28_07_34_53.tgz osmo-pcu-sysmo.build-2025-12-28_07_37_12.tgz osmo-pcu.build-2025-12-28_07_34_25.tgz osmo-sgsn.build-2025-12-28_21_18_45.tgz osmo-stp.build-2025-12-28_13_30_26.tgz osmo-trx.build-2025-12-28_14_38_43.tgz osmocom-bb.build-2025-12-28_21_18_45.tgz srslte.build-19.tgz trial-8194
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-28_13_31_42.md5 osmo-bts-oc2g.build-2025-12-28_00_52_46.md5 osmo-bts-sysmo.build-2025-12-28_00_52_52.md5 osmo-bts.build-2025-12-28_00_52_57.md5 osmo-ggsn.build-2025-12-28_20_59_41.md5 osmo-hlr.build-2025-12-28_16_37_00.md5 osmo-hnbgw.build-2025-12-28_13_33_57.md5 osmo-mgw.build-2025-12-28_08_34_44.md5 osmo-msc.build-2025-12-28_13_39_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-28_07_34_53.md5 osmo-pcu-sysmo.build-2025-12-28_07_37_12.md5 osmo-pcu.build-2025-12-28_07_34_25.md5 osmo-sgsn.build-2025-12-28_21_18_45.md5 osmo-stp.build-2025-12-28_13_30_26.md5 osmo-trx.build-2025-12-28_14_38_43.md5 osmocom-bb.build-2025-12-28_21_18_45.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-28_13_31_42.md5 osmo-bts-oc2g.build-2025-12-28_00_52_46.md5 osmo-bts-sysmo.build-2025-12-28_00_52_52.md5 osmo-bts.build-2025-12-28_00_52_57.md5 osmo-ggsn.build-2025-12-28_20_59_41.md5 osmo-hlr.build-2025-12-28_16_37_00.md5 osmo-hnbgw.build-2025-12-28_13_33_57.md5 osmo-mgw.build-2025-12-28_08_34_44.md5 osmo-msc.build-2025-12-28_13_39_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-28_07_34_53.md5 osmo-pcu-sysmo.build-2025-12-28_07_37_12.md5 osmo-pcu.build-2025-12-28_07_34_25.md5 osmo-sgsn.build-2025-12-28_21_18_45.md5 osmo-stp.build-2025-12-28_13_30_26.md5 osmo-trx.build-2025-12-28_14_38_43.md5 osmocom-bb.build-2025-12-28_21_18_45.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-8194 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8194'
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-8194
--------------------------------------------------------------------------------------------
22:48:17.114910 tst                       trial-8194: Detailed log at /build/trial-8194/run.2025-12-28_22-48-17/log

---------------------------------------------------------------------
trial-8194 netreg_mass
---------------------------------------------------------------------
22:48:17.319379 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.319759 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.320559 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.321740 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.362677 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.363526 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.364705 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.426951 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-8194 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.427767 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.442810 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.443329 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.443791 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.444231 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.444680 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.445158 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.445614 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.476817 tst         register_default_mass.py: using LAC 2
22:48:17.499101 tst         register_default_mass.py: using RAC 2
22:48:17.525708 tst         register_default_mass.py: using CellId 2
22:48:17.555131 tst         register_default_mass.py: using BVCI 3
22:48:17.568813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.569505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.570118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.570662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.571192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.571709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.572253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.572807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.573341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.573865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.574403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.574921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.575512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.576048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.576586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.577141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.577665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.578213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.578736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.579253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.579783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.580311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.580846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.581388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.581911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.582429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.582963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.583489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.584014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.584555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.585084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.585609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.586158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.586696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.587220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.587758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.588282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.588819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.589361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.589888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.590402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.590941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.591472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.591993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.592530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.593065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.593589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.594125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.594647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.595172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.595700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.596214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.596725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.597248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.597760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.598271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.598798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.599311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.599816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.600319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.600846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.601362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.601892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.602417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.602921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.603430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.603959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.604485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.605007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.605537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.606053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.606572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.607166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.607692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.608205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.608727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.609251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.609773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.610286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.610805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.611320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.611832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.612341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.612877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.613387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.613898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.614422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.614934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.615445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.615982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.616500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.617030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.617570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.618106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.618626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.619135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.619658 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.620186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.620702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.621209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.621737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.622307 tst      register_default_mass.py:21: Launching a simple network
22:48:17.632249 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.751230 run            create_hlr_db(pid=20): Launched
22:48:18.765545 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.781723 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.796574 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.802230 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.993251 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.008188 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.013817 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.432172 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.447081 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.462115 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.575858 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.590650 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.596380 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.619528 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.634363 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.640029 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.953455 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.968766 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.995157 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.166619 run         osmo-bts-virtual(pid=34): Launched
22:48:30.202873 tst         register_default_mass.py: using MSISDN 1001
22:48:30.217299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.257016 tst         register_default_mass.py: using MSISDN 1002
22:48:30.274750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.305620 tst         register_default_mass.py: using MSISDN 1003
22:48:30.320576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.351038 tst         register_default_mass.py: using MSISDN 1004
22:48:30.365240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.395735 tst         register_default_mass.py: using MSISDN 1005
22:48:30.410204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.440818 tst         register_default_mass.py: using MSISDN 1006
22:48:30.455390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.486156 tst         register_default_mass.py: using MSISDN 1007
22:48:30.500597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.531332 tst         register_default_mass.py: using MSISDN 1008
22:48:30.546041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.576953 tst         register_default_mass.py: using MSISDN 1009
22:48:30.591457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.621847 tst         register_default_mass.py: using MSISDN 1010
22:48:30.635825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.666529 tst         register_default_mass.py: using MSISDN 1011
22:48:30.680999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.711753 tst         register_default_mass.py: using MSISDN 1012
22:48:30.726255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.757025 tst         register_default_mass.py: using MSISDN 1013
22:48:30.771650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.802022 tst         register_default_mass.py: using MSISDN 1014
22:48:30.816400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.846731 tst         register_default_mass.py: using MSISDN 1015
22:48:30.861109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.891630 tst         register_default_mass.py: using MSISDN 1016
22:48:30.906265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.936670 tst         register_default_mass.py: using MSISDN 1017
22:48:30.951152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.982233 tst         register_default_mass.py: using MSISDN 1018
22:48:30.996596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.027251 tst         register_default_mass.py: using MSISDN 1019
22:48:31.041622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.072496 tst         register_default_mass.py: using MSISDN 1020
22:48:31.086954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.117831 tst         register_default_mass.py: using MSISDN 1021
22:48:31.132168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.162925 tst         register_default_mass.py: using MSISDN 1022
22:48:31.177333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.216727 tst         register_default_mass.py: using MSISDN 1023
22:48:31.234260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.265116 tst         register_default_mass.py: using MSISDN 1024
22:48:31.279906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.310424 tst         register_default_mass.py: using MSISDN 1025
22:48:31.324760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.355386 tst         register_default_mass.py: using MSISDN 1026
22:48:31.369628 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.400429 tst         register_default_mass.py: using MSISDN 1027
22:48:31.414858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.445572 tst         register_default_mass.py: using MSISDN 1028
22:48:31.460023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.490664 tst         register_default_mass.py: using MSISDN 1029
22:48:31.504843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.535445 tst         register_default_mass.py: using MSISDN 1030
22:48:31.549780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.580092 tst         register_default_mass.py: using MSISDN 1031
22:48:31.594295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.624588 tst         register_default_mass.py: using MSISDN 1032
22:48:31.638842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.669593 tst         register_default_mass.py: using MSISDN 1033
22:48:31.683973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.714780 tst         register_default_mass.py: using MSISDN 1034
22:48:31.729212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.759685 tst         register_default_mass.py: using MSISDN 1035
22:48:31.773884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.804735 tst         register_default_mass.py: using MSISDN 1036
22:48:31.819230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.849880 tst         register_default_mass.py: using MSISDN 1037
22:48:31.864095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.894546 tst         register_default_mass.py: using MSISDN 1038
22:48:31.908775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.939072 tst         register_default_mass.py: using MSISDN 1039
22:48:31.953399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.984180 tst         register_default_mass.py: using MSISDN 1040
22:48:31.998421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.029268 tst         register_default_mass.py: using MSISDN 1041
22:48:32.043695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.074210 tst         register_default_mass.py: using MSISDN 1042
22:48:32.088361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.119318 tst         register_default_mass.py: using MSISDN 1043
22:48:32.133783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.164554 tst         register_default_mass.py: using MSISDN 1044
22:48:32.178853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.218201 tst         register_default_mass.py: using MSISDN 1045
22:48:32.235917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.266888 tst         register_default_mass.py: using MSISDN 1046
22:48:32.281470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.312172 tst         register_default_mass.py: using MSISDN 1047
22:48:32.326618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.357410 tst         register_default_mass.py: using MSISDN 1048
22:48:32.371787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.402444 tst         register_default_mass.py: using MSISDN 1049
22:48:32.416613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.447280 tst         register_default_mass.py: using MSISDN 1050
22:48:32.461593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.492218 tst         register_default_mass.py: using MSISDN 1051
22:48:32.506506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.537293 tst         register_default_mass.py: using MSISDN 1052
22:48:32.551600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.582511 tst         register_default_mass.py: using MSISDN 1053
22:48:32.597058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.627877 tst         register_default_mass.py: using MSISDN 1054
22:48:32.642035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.672686 tst         register_default_mass.py: using MSISDN 1055
22:48:32.687054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.717876 tst         register_default_mass.py: using MSISDN 1056
22:48:32.732258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.762716 tst         register_default_mass.py: using MSISDN 1057
22:48:32.776906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.807382 tst         register_default_mass.py: using MSISDN 1058
22:48:32.821764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.852427 tst         register_default_mass.py: using MSISDN 1059
22:48:32.866621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.897363 tst         register_default_mass.py: using MSISDN 1060
22:48:32.911770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.942574 tst         register_default_mass.py: using MSISDN 1061
22:48:32.956890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.987590 tst         register_default_mass.py: using MSISDN 1062
22:48:33.001924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.032689 tst         register_default_mass.py: using MSISDN 1063
22:48:33.046961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.077605 tst         register_default_mass.py: using MSISDN 1064
22:48:33.091929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.122477 tst         register_default_mass.py: using MSISDN 1065
22:48:33.136570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.167191 tst         register_default_mass.py: using MSISDN 1066
22:48:33.181630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.220997 tst         register_default_mass.py: using MSISDN 1067
22:48:33.238598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.268951 tst         register_default_mass.py: using MSISDN 1068
22:48:33.283431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.314374 tst         register_default_mass.py: using MSISDN 1069
22:48:33.328954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.359672 tst         register_default_mass.py: using MSISDN 1070
22:48:33.373899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.404686 tst         register_default_mass.py: using MSISDN 1071
22:48:33.418857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.449183 tst         register_default_mass.py: using MSISDN 1072
22:48:33.463515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.494503 tst         register_default_mass.py: using MSISDN 1073
22:48:33.508877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.539577 tst         register_default_mass.py: using MSISDN 1074
22:48:33.553840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.584580 tst         register_default_mass.py: using MSISDN 1075
22:48:33.598886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.629405 tst         register_default_mass.py: using MSISDN 1076
22:48:33.643559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.674516 tst         register_default_mass.py: using MSISDN 1077
22:48:33.688951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.719852 tst         register_default_mass.py: using MSISDN 1078
22:48:33.734220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.764849 tst         register_default_mass.py: using MSISDN 1079
22:48:33.779167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.809853 tst         register_default_mass.py: using MSISDN 1080
22:48:33.824230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.854694 tst         register_default_mass.py: using MSISDN 1081
22:48:33.868986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.899722 tst         register_default_mass.py: using MSISDN 1082
22:48:33.913926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.944762 tst         register_default_mass.py: using MSISDN 1083
22:48:33.959070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.989481 tst         register_default_mass.py: using MSISDN 1084
22:48:34.003748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.034465 tst         register_default_mass.py: using MSISDN 1085
22:48:34.048528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.079075 tst         register_default_mass.py: using MSISDN 1086
22:48:34.093277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.123808 tst         register_default_mass.py: using MSISDN 1087
22:48:34.137985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.168755 tst         register_default_mass.py: using MSISDN 1088
22:48:34.183115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.222215 tst         register_default_mass.py: using MSISDN 1089
22:48:34.239635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.270322 tst         register_default_mass.py: using MSISDN 1090
22:48:34.284966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.315683 tst         register_default_mass.py: using MSISDN 1091
22:48:34.329883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.360679 tst         register_default_mass.py: using MSISDN 1092
22:48:34.375104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.406263 tst         register_default_mass.py: using MSISDN 1093
22:48:34.418232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.449091 tst         register_default_mass.py: using MSISDN 1094
22:48:34.465216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.495885 tst         register_default_mass.py: using MSISDN 1095
22:48:34.510480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.541024 tst         register_default_mass.py: using MSISDN 1096
22:48:34.555440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.586112 tst         register_default_mass.py: using MSISDN 1097
22:48:34.600701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.631315 tst         register_default_mass.py: using MSISDN 1098
22:48:34.645900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.676591 tst         register_default_mass.py: using MSISDN 1099
22:48:34.691210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.721913 tst         register_default_mass.py: using MSISDN 1100
22:48:34.736470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.828235 run                             mass: Starting testcase
22:48:34.833740 run                             mass: Pre-launching all virtphy's
22:48:34.839081 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.852019 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.858003 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.870764 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.876714 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.889406 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.895466 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.908315 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.914330 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.927146 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.933251 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.946144 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.952061 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.964719 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.970665 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.983496 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.989412 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.002185 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.008071 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.020833 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.026749 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.039497 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.045563 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.058441 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.064373 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.077117 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.083077 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.095775 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.101750 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.114410 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.120322 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.133072 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.138954 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.151746 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.157650 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.170435 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.176316 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.189048 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.194929 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.207692 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.213627 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.226362 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.232245 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.245012 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.250875 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.263709 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.269638 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.282401 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.288259 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.300990 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.306883 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.319752 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.325691 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.338554 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.344410 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.357212 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.363092 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.375900 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.381836 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.394623 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.400498 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.413238 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.419199 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.431935 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.437889 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.450596 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.456476 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.469215 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.475119 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.487825 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.493728 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.506491 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.512359 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.525157 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.531036 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.543771 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.549799 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.562537 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.568568 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.581350 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.587270 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.600101 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.606008 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.618897 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.624882 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.637655 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.643622 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.656366 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.662370 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.675063 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.680913 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.693595 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.699442 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.712136 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.718051 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.730729 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.736610 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.749321 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.755212 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.767964 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.773890 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.786781 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.792686 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.805533 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.811418 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.824185 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.830175 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.842953 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.848956 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.861726 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.867624 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.880480 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.886399 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.899164 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.905056 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.917791 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.923699 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.936474 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.942350 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.955213 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.961102 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.973848 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.979779 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.992530 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.998395 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.011124 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.017106 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.029870 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.035857 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.048552 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.054414 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.067324 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.073218 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.086113 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.091980 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.104761 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.110651 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.123451 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.129359 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.142031 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.147921 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.160597 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.166462 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.179202 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.185102 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.197785 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.203673 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.216405 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.222269 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.234967 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.240838 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.253720 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.259620 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.272499 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.278406 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.291200 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.297080 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.309986 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.315838 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.328751 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.334699 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.347469 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.353369 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.366142 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.372029 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.384832 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.390874 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.403790 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.409750 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.422370 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.428211 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.440826 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.446711 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.459426 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.465351 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.478144 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.484011 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.496979 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.502850 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.515735 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.521644 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.534551 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.540440 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.553382 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.559275 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.571995 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.577886 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.590566 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.596457 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.609168 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.615101 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.627818 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.633703 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.646467 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.652387 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.665248 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.671138 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.683907 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.689795 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.702495 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.708368 run                             mass: Checking if sockets are in the filesystem
22:48:36.740585 run                osmo-ms-mob/00000: Starting mobile
22:48:36.753669 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.764607 run                             mass: MS start registered  {at=30193022.467958085, delay=0.004951689392328262, ms=00000}
22:48:40.955056 run                osmo-ms-mob/00001: Starting mobile
22:48:40.972683 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.983754 run                             mass: MS start registered  {at=30193026.687104035, delay=0.004804782569408417, ms=00001}
22:48:41.995259 run                             mass: MS performed LU  {at=30193027.698487815, lu_delay=5.2305297292768955, ms=00000}
22:48:42.756264 run                osmo-ms-mob/00002: Starting mobile
22:48:42.772953 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.783369 run                             mass: MS start registered  {at=30193028.486714803, delay=0.004448413848876953, ms=00002}
22:48:44.055316 run                osmo-ms-mob/00003: Starting mobile
22:48:44.072253 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.082822 run                             mass: MS start registered  {at=30193029.786173213, delay=0.004653017967939377, ms=00003}
22:48:45.124702 run                osmo-ms-mob/00004: Starting mobile
22:48:45.137717 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.148174 run                             mass: MS start registered  {at=30193030.851523276, delay=0.004413418471813202, ms=00004}
22:48:45.761334 run                             mass: MS performed LU  {at=30193031.464572128, lu_delay=4.777468092739582, ms=00001}
22:48:46.123823 run                osmo-ms-mob/00005: Starting mobile
22:48:46.136581 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.147268 run                             mass: MS start registered  {at=30193031.850619704, delay=0.0030260086059570312, ms=00005}
22:48:47.045850 run                osmo-ms-mob/00006: Starting mobile
22:48:47.061771 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.072149 run                             mass: MS start registered  {at=30193032.7755027, delay=0.004324927926063538, ms=00006}
22:48:47.662030 run                             mass: MS performed LU  {at=30193033.365264025, lu_delay=4.878549221903086, ms=00002}
22:48:47.956472 run                osmo-ms-mob/00007: Starting mobile
22:48:47.973139 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.983655 run                             mass: MS start registered  {at=30193033.687008474, delay=0.0045382678508758545, ms=00007}
22:48:48.724377 run                osmo-ms-mob/00008: Starting mobile
22:48:48.742215 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.752945 run                             mass: MS start registered  {at=30193034.456295785, delay=0.004445847123861313, ms=00008}
22:48:49.457188 run                osmo-ms-mob/00009: Starting mobile
22:48:49.471247 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.482172 run                             mass: MS start registered  {at=30193035.185523186, delay=0.004794597625732422, ms=00009}
22:48:49.526553 run                             mass: MS performed LU  {at=30193035.229816064, lu_delay=5.4436428509652615, ms=00003}
22:48:50.162885 run                osmo-ms-mob/00010: Starting mobile
22:48:50.175785 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.186739 run                             mass: MS start registered  {at=30193035.890087802, delay=0.004934493452310562, ms=00010}
22:48:50.724820 run                osmo-ms-mob/00011: Starting mobile
22:48:50.737733 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.748452 run                             mass: MS start registered  {at=30193036.451805346, delay=0.004700232297182083, ms=00011}
22:48:51.324926 run                osmo-ms-mob/00012: Starting mobile
22:48:51.338043 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.348684 run                             mass: MS start registered  {at=30193037.05203796, delay=0.004513181746006012, ms=00012}
22:48:51.428440 run                             mass: MS performed LU  {at=30193037.131682694, lu_delay=5.281062990427017, ms=00005}
22:48:51.456154 run                             mass: MS performed LU  {at=30193037.159398485, lu_delay=6.307875208556652, ms=00004}
22:48:51.955838 run                osmo-ms-mob/00013: Starting mobile
22:48:51.972802 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.983451 run                             mass: MS start registered  {at=30193037.686805483, delay=0.004647493362426758, ms=00013}
22:48:52.524484 run                osmo-ms-mob/00014: Starting mobile
22:48:52.537456 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.548177 run                             mass: MS start registered  {at=30193038.25153117, delay=0.004519559442996979, ms=00014}
22:48:53.155754 run                osmo-ms-mob/00015: Starting mobile
22:48:53.172548 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.183315 run                             mass: MS start registered  {at=30193038.8866688, delay=0.004865474998950958, ms=00015}
22:48:53.293019 run                             mass: MS performed LU  {at=30193038.996260557, lu_delay=5.309252083301544, ms=00007}
22:48:53.356803 run                             mass: MS performed LU  {at=30193039.060068633, lu_delay=6.284565933048725, ms=00006}
22:48:53.624905 run                osmo-ms-mob/00016: Starting mobile
22:48:53.637952 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.648664 run                             mass: MS start registered  {at=30193039.352017347, delay=0.004782088100910187, ms=00016}
22:48:53.660650 run                             mass: MS performed LU  {at=30193039.3639974, lu_delay=4.90770161524415, ms=00008}
22:48:54.136495 run                osmo-ms-mob/00017: Starting mobile
22:48:54.150866 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.161720 run                             mass: MS start registered  {at=30193039.86507041, delay=0.004714861512184143, ms=00017}
22:48:54.757895 run                osmo-ms-mob/00018: Starting mobile
22:48:54.774791 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.785466 run                             mass: MS start registered  {at=30193040.48881956, delay=0.004535377025604248, ms=00018}
22:48:55.092299 run                             mass: MS performed LU  {at=30193040.795550253, lu_delay=4.343744907528162, ms=00011}
22:48:55.121800 run                osmo-ms-mob/00019: Starting mobile
22:48:55.135076 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.145868 run                             mass: MS start registered  {at=30193040.84920476, delay=0.004716109484434128, ms=00019}
22:48:55.193343 run                             mass: MS performed LU  {at=30193040.896601923, lu_delay=5.006514120846987, ms=00010}
22:48:55.220498 run                             mass: MS performed LU  {at=30193040.92383392, lu_delay=5.738310735672712, ms=00009}
22:48:55.655829 run                osmo-ms-mob/00020: Starting mobile
22:48:55.672775 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.683500 run                             mass: MS start registered  {at=30193041.386850186, delay=0.004700634628534317, ms=00020}
22:48:56.124518 run                osmo-ms-mob/00021: Starting mobile
22:48:56.137831 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.148462 run                             mass: MS start registered  {at=30193041.851816587, delay=0.004599973559379578, ms=00021}
22:48:56.536258 run                osmo-ms-mob/00022: Starting mobile
22:48:56.550157 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.561096 run                             mass: MS start registered  {at=30193042.264448088, delay=0.004905536770820618, ms=00022}
22:48:57.045083 run                osmo-ms-mob/00023: Starting mobile
22:48:57.061441 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.067463 run                             mass: MS performed LU  {at=30193042.77082195, lu_delay=5.084016468375921, ms=00013}
22:48:57.073242 run                             mass: MS start registered  {at=30193042.776608936, delay=0.005804348737001419, ms=00023}
22:48:57.122785 run                             mass: MS performed LU  {at=30193042.826036483, lu_delay=5.773998521268368, ms=00012}
22:48:57.441605 run                osmo-ms-mob/00024: Starting mobile
22:48:57.454928 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.461070 run                             mass: MS performed LU  {at=30193043.164429594, lu_delay=4.912898425012827, ms=00014}
22:48:57.466928 run                             mass: MS start registered  {at=30193043.17029487, delay=0.005883742123842239, ms=00024}
22:48:57.936355 run                osmo-ms-mob/00025: Starting mobile
22:48:57.949903 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.960699 run                             mass: MS start registered  {at=30193043.66405021, delay=0.0045854561030864716, ms=00025}
22:48:58.348674 run                osmo-ms-mob/00026: Starting mobile
22:48:58.365939 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.377039 run                             mass: MS start registered  {at=30193044.0803879, delay=0.004467461258172989, ms=00026}
22:48:58.763548 run                osmo-ms-mob/00027: Starting mobile
22:48:58.780799 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.791502 run                             mass: MS start registered  {at=30193044.49485659, delay=0.004622720181941986, ms=00027}
22:48:58.857867 run                             mass: MS performed LU  {at=30193044.561120126, lu_delay=4.696049716323614, ms=00017}
22:48:58.959473 run                             mass: MS performed LU  {at=30193044.662729055, lu_delay=5.310711707919836, ms=00016}
22:48:58.986629 run                             mass: MS performed LU  {at=30193044.68997105, lu_delay=5.803302247077227, ms=00015}
22:48:58.999099 run                osmo-ms-mob/00028: Starting mobile
22:48:59.011965 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.022564 run                             mass: MS start registered  {at=30193044.725921214, delay=0.004587143659591675, ms=00028}
22:48:59.552203 run                osmo-ms-mob/00029: Starting mobile
22:48:59.565772 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.576565 run                             mass: MS start registered  {at=30193045.279916216, delay=0.0044176168739795685, ms=00029}
22:48:59.924133 run                osmo-ms-mob/00030: Starting mobile
22:48:59.937576 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.948632 run                             mass: MS start registered  {at=30193045.651977025, delay=0.005057103931903839, ms=00030}
22:49:00.364376 run                osmo-ms-mob/00031: Starting mobile
22:49:00.380820 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.391416 run                             mass: MS start registered  {at=30193046.09476765, delay=0.00461902841925621, ms=00031}
22:49:00.625009 run                osmo-ms-mob/00032: Starting mobile
22:49:00.638165 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.648674 run                             mass: MS start registered  {at=30193046.35202749, delay=0.0044117458164691925, ms=00032}
22:49:00.824495 run                             mass: MS performed LU  {at=30193046.527749006, lu_delay=5.678544245660305, ms=00019}
22:49:00.888858 run                             mass: MS performed LU  {at=30193046.59213757, lu_delay=5.2052873857319355, ms=00020}
22:49:00.915374 run                osmo-ms-mob/00033: Starting mobile
22:49:00.928367 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.939057 run                             mass: MS start registered  {at=30193046.64241333, delay=0.004709213972091675, ms=00033}
22:49:00.956665 run                             mass: MS performed LU  {at=30193046.65998875, lu_delay=6.171169191598892, ms=00018}
22:49:00.995086 run                             mass: MS performed LU  {at=30193046.69833833, lu_delay=4.846521742641926, ms=00021}
22:49:01.455671 run                osmo-ms-mob/00034: Starting mobile
22:49:01.472109 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.483594 run                             mass: MS start registered  {at=30193047.186927255, delay=0.0055238232016563416, ms=00034}
22:49:01.724248 run                osmo-ms-mob/00035: Starting mobile
22:49:01.737799 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.748426 run                             mass: MS start registered  {at=30193047.45177999, delay=0.0045657530426979065, ms=00035}
22:49:02.123926 run                osmo-ms-mob/00036: Starting mobile
22:49:02.137284 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.148367 run                             mass: MS start registered  {at=30193047.85171835, delay=0.004718698561191559, ms=00036}
22:49:02.546203 run                osmo-ms-mob/00037: Starting mobile
22:49:02.562275 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.572882 run                             mass: MS start registered  {at=30193048.276233707, delay=0.004596099257469177, ms=00037}
22:49:02.624271 run                             mass: MS performed LU  {at=30193048.327538893, lu_delay=5.550929956138134, ms=00023}
22:49:02.725430 run                             mass: MS performed LU  {at=30193048.428680375, lu_delay=5.258385505527258, ms=00024}
22:49:02.754190 run                osmo-ms-mob/00038: Starting mobile
22:49:02.767216 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.773249 run                             mass: MS performed LU  {at=30193048.476610713, lu_delay=4.812560502439737, ms=00025}
22:49:02.779043 run                             mass: MS start registered  {at=30193048.482409667, delay=0.005814742296934128, ms=00038}
22:49:02.897008 run                             mass: MS performed LU  {at=30193048.600260545, lu_delay=6.335812456905842, ms=00022}
22:49:02.926379 run                osmo-ms-mob/00039: Starting mobile
22:49:02.939357 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.949966 run                             mass: MS start registered  {at=30193048.653320935, delay=0.004520043730735779, ms=00039}
22:49:03.525176 run                osmo-ms-mob/00040: Starting mobile
22:49:03.538587 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.549718 run                             mass: MS start registered  {at=30193049.25306707, delay=0.0049721859395504, ms=00040}
22:49:03.837805 run                osmo-ms-mob/00041: Starting mobile
22:49:03.851543 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.862689 run                             mass: MS start registered  {at=30193049.566042192, delay=0.004861090332269669, ms=00041}
22:49:04.171115 run                osmo-ms-mob/00042: Starting mobile
22:49:04.187943 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.198674 run                             mass: MS start registered  {at=30193049.90202714, delay=0.004582773894071579, ms=00042}
22:49:04.547776 run                osmo-ms-mob/00043: Starting mobile
22:49:04.564174 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.574893 run                             mass: MS start registered  {at=30193050.278248113, delay=0.0046313367784023285, ms=00043}
22:49:04.588729 run                             mass: MS performed LU  {at=30193050.292059682, lu_delay=5.566138468682766, ms=00028}
22:49:04.654719 run                             mass: MS performed LU  {at=30193050.357971635, lu_delay=5.078055419027805, ms=00029}
22:49:04.668664 run                osmo-ms-mob/00044: Starting mobile
22:49:04.681454 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.691998 run                             mass: MS start registered  {at=30193050.395352732, delay=0.004590567201375961, ms=00044}
22:49:04.723437 run                             mass: MS performed LU  {at=30193050.426687635, lu_delay=4.774710610508919, ms=00030}
22:49:04.760248 run                             mass: MS performed LU  {at=30193050.46352304, lu_delay=5.968666452914476, ms=00027}
22:49:04.781165 run                osmo-ms-mob/00045: Starting mobile
22:49:04.794248 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.800582 run                             mass: MS performed LU  {at=30193050.50394028, lu_delay=6.423552379012108, ms=00026}
22:49:04.806365 run                             mass: MS start registered  {at=30193050.50973133, delay=0.005807597190141678, ms=00045}
22:49:05.437406 run                osmo-ms-mob/00046: Starting mobile
22:49:05.452139 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.463360 run                             mass: MS start registered  {at=30193051.16671046, delay=0.00489242747426033, ms=00046}
22:49:05.739256 run                osmo-ms-mob/00047: Starting mobile
22:49:05.753059 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.763987 run                             mass: MS start registered  {at=30193051.46733861, delay=0.004658076912164688, ms=00047}
22:49:06.024692 run                osmo-ms-mob/00048: Starting mobile
22:49:06.037678 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.048603 run                             mass: MS start registered  {at=30193051.751952715, delay=0.0049492232501506805, ms=00048}
22:49:06.324563 run                osmo-ms-mob/00049: Starting mobile
22:49:06.337412 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.348063 run                             mass: MS start registered  {at=30193052.051417947, delay=0.004546899348497391, ms=00049}
22:49:06.389899 run                             mass: MS performed LU  {at=30193052.093161505, lu_delay=5.450748175382614, ms=00033}
22:49:06.491025 run                             mass: MS performed LU  {at=30193052.194277827, lu_delay=6.099510177969933, ms=00031}
22:49:06.504806 run                osmo-ms-mob/00050: Starting mobile
22:49:06.517762 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.523793 run                             mass: MS performed LU  {at=30193052.227155823, lu_delay=5.875128332525492, ms=00032}
22:49:06.529579 run                             mass: MS start registered  {at=30193052.2329461, delay=0.005807772278785706, ms=00050}
22:49:06.662436 run                             mass: MS performed LU  {at=30193052.36568422, lu_delay=4.9139042273163795, ms=00035}
22:49:06.699190 run                             mass: MS performed LU  {at=30193052.40244104, lu_delay=5.215513784438372, ms=00034}
22:49:06.717267 run                osmo-ms-mob/00051: Starting mobile
22:49:06.730362 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.740976 run                             mass: MS start registered  {at=30193052.444332402, delay=0.0045555271208286285, ms=00051}
22:49:07.324435 run                osmo-ms-mob/00052: Starting mobile
22:49:07.337772 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.349059 run                             mass: MS start registered  {at=30193053.05241169, delay=0.004716772586107254, ms=00052}
22:49:07.638076 run                osmo-ms-mob/00053: Starting mobile
22:49:07.652231 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.663149 run                             mass: MS start registered  {at=30193053.366502278, delay=0.0048616789281368256, ms=00053}
22:49:07.937384 run                osmo-ms-mob/00054: Starting mobile
22:49:07.951428 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.962074 run                             mass: MS start registered  {at=30193053.66542844, delay=0.004605993628501892, ms=00054}
22:49:08.247016 run                osmo-ms-mob/00055: Starting mobile
22:49:08.263559 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.274390 run                             mass: MS start registered  {at=30193053.97774158, delay=0.004819046705961227, ms=00055}
22:49:08.355892 run                             mass: MS performed LU  {at=30193054.05914407, lu_delay=4.806076999753714, ms=00040}
22:49:08.420229 run                             mass: MS performed LU  {at=30193054.12348593, lu_delay=6.27176757901907, ms=00036}
22:49:08.432048 run                osmo-ms-mob/00056: Starting mobile
22:49:08.445398 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.456592 run                             mass: MS start registered  {at=30193054.159943797, delay=0.004875451326370239, ms=00056}
22:49:08.489828 run                             mass: MS performed LU  {at=30193054.193097733, lu_delay=5.539776798337698, ms=00039}
22:49:08.526286 run                             mass: MS performed LU  {at=30193054.229560193, lu_delay=5.7471505254507065, ms=00038}
22:49:08.553506 run                osmo-ms-mob/00057: Starting mobile
22:49:08.566983 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.577847 run                             mass: MS start registered  {at=30193054.281199798, delay=0.004666272550821304, ms=00057}
22:49:08.836052 run                             mass: MS performed LU  {at=30193054.539292637, lu_delay=4.973250444978476, ms=00041}
22:49:09.237650 run                osmo-ms-mob/00058: Starting mobile
22:49:09.251551 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.262337 run                             mass: MS start registered  {at=30193054.965690922, delay=0.004759758710861206, ms=00058}
22:49:09.537857 run                osmo-ms-mob/00059: Starting mobile
22:49:09.551814 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.562840 run                             mass: MS start registered  {at=30193055.266191106, delay=0.004912778735160828, ms=00059}
22:49:09.861994 run                osmo-ms-mob/00060: Starting mobile
22:49:09.878209 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.889060 run                             mass: MS start registered  {at=30193055.59241508, delay=0.004908371716737747, ms=00060}
22:49:10.155978 run                             mass: MS performed LU  {at=30193055.85922699, lu_delay=5.957199849188328, ms=00042}
22:49:10.185629 run                osmo-ms-mob/00061: Starting mobile
22:49:10.199131 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.210021 run                             mass: MS start registered  {at=30193055.913353976, delay=0.00482022762298584, ms=00061}
22:49:10.257339 run                             mass: MS performed LU  {at=30193055.960608833, lu_delay=4.793898373842239, ms=00046}
22:49:10.283715 run                             mass: MS performed LU  {at=30193055.987051986, lu_delay=4.5197133757174015, ms=00047}
22:49:10.307284 run                osmo-ms-mob/00062: Starting mobile
22:49:10.320272 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.330990 run                             mass: MS start registered  {at=30193056.03434548, delay=0.004623871296644211, ms=00062}
22:49:10.428803 run                             mass: MS performed LU  {at=30193056.132055216, lu_delay=5.622323885560036, ms=00045}
22:49:10.463856 run                             mass: MS performed LU  {at=30193056.167168394, lu_delay=5.888920281082392, ms=00043}
22:49:10.479741 run                osmo-ms-mob/00063: Starting mobile
22:49:10.492978 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.503771 run                             mass: MS start registered  {at=30193056.207123198, delay=0.004694189876317978, ms=00063}
22:49:11.237497 run                osmo-ms-mob/00064: Starting mobile
22:49:11.251410 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.262598 run                             mass: MS start registered  {at=30193056.965948362, delay=0.004871569573879242, ms=00064}
22:49:11.539972 run                             mass: MS performed LU  {at=30193057.24320485, lu_delay=3.8767025731503963, ms=00053}
22:49:11.571047 run                osmo-ms-mob/00065: Starting mobile
22:49:11.584468 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.595322 run                             mass: MS start registered  {at=30193057.29867757, delay=0.004624776542186737, ms=00065}
22:49:11.956297 run                osmo-ms-mob/00066: Starting mobile
22:49:11.971618 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.982544 run                             mass: MS start registered  {at=30193057.68589664, delay=0.004805848002433777, ms=00066}
22:49:12.121446 run                             mass: MS performed LU  {at=30193057.824704923, lu_delay=5.380372520536184, ms=00051}
22:49:12.186004 run                             mass: MS performed LU  {at=30193057.889276337, lu_delay=5.837858390063047, ms=00049}
22:49:12.212385 run                osmo-ms-mob/00067: Starting mobile
22:49:12.225697 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.236651 run                             mass: MS start registered  {at=30193057.93999732, delay=0.00482795387506485, ms=00067}
22:49:12.254591 run                             mass: MS performed LU  {at=30193057.957944255, lu_delay=6.205991540104151, ms=00048}
22:49:12.291838 run                             mass: MS performed LU  {at=30193057.995104115, lu_delay=5.762158013880253, ms=00050}
22:49:12.312087 run                osmo-ms-mob/00068: Starting mobile
22:49:12.325256 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.338274 run                             mass: MS start registered  {at=30193058.04162199, delay=0.0066992007195949554, ms=00068}
22:49:12.365678 run                             mass: MS performed LU  {at=30193058.068933435, lu_delay=5.016521744430065, ms=00052}
22:49:13.039849 run                osmo-ms-mob/00069: Starting mobile
22:49:13.053694 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.066335 run                             mass: MS start registered  {at=30193058.76967955, delay=0.006286680698394775, ms=00069}
22:49:13.198293 run                             mass: MS performed LU  {at=30193058.901552342, lu_delay=5.236123900860548, ms=00054}
22:49:13.436733 run                osmo-ms-mob/00070: Starting mobile
22:49:13.450766 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.462069 run                             mass: MS start registered  {at=30193059.165408626, delay=0.005271043628454208, ms=00070}
22:49:13.857017 run                osmo-ms-mob/00071: Starting mobile
22:49:13.873677 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.884698 run                             mass: MS start registered  {at=30193059.588023566, delay=0.004819072782993317, ms=00071}
22:49:13.921507 run                             mass: MS performed LU  {at=30193059.62477076, lu_delay=5.343570962548256, ms=00057}
22:49:14.022606 run                             mass: MS performed LU  {at=30193059.72586875, lu_delay=4.459677644073963, ms=00059}
22:49:14.049836 run                             mass: MS performed LU  {at=30193059.753142808, lu_delay=4.787451885640621, ms=00058}
22:49:14.062942 run                osmo-ms-mob/00072: Starting mobile
22:49:14.076066 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.086846 run                             mass: MS start registered  {at=30193059.79020105, delay=0.004484556615352631, ms=00072}
22:49:14.195281 run                             mass: MS performed LU  {at=30193059.89853246, lu_delay=5.738588664680719, ms=00056}
22:49:14.229617 run                             mass: MS performed LU  {at=30193059.93289086, lu_delay=5.955149278044701, ms=00055}
22:49:14.656482 run                osmo-ms-mob/00073: Starting mobile
22:49:14.693906 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.706490 run                             mass: MS start registered  {at=30193060.409839343, delay=0.0062752366065979, ms=00073}
22:49:15.035947 run                osmo-ms-mob/00074: Starting mobile
22:49:15.050939 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.061809 run                             mass: MS start registered  {at=30193060.765163276, delay=0.00457608699798584, ms=00074}
22:49:15.454872 run                osmo-ms-mob/00075: Starting mobile
22:49:15.470247 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.481168 run                             mass: MS start registered  {at=30193061.18451905, delay=0.004879754036664963, ms=00075}
22:49:15.887451 run                             mass: MS performed LU  {at=30193061.59070408, lu_delay=5.9982890002429485, ms=00060}
22:49:15.942787 run                osmo-ms-mob/00076: Starting mobile
22:49:15.958312 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.964321 run                             mass: MS performed LU  {at=30193061.6676833, lu_delay=5.754329323768616, ms=00061}
22:49:15.970175 run                             mass: MS start registered  {at=30193061.673542295, delay=0.0058751292526721954, ms=00076}
22:49:16.021543 run                             mass: MS performed LU  {at=30193061.724794105, lu_delay=5.5176709070801735, ms=00063}
22:49:16.057834 run                             mass: MS performed LU  {at=30193061.761110045, lu_delay=5.726764563471079, ms=00062}
22:49:16.077013 run                osmo-ms-mob/00077: Starting mobile
22:49:16.090265 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.096558 run                             mass: MS performed LU  {at=30193061.799916074, lu_delay=4.833967711776495, ms=00064}
22:49:16.102365 run                             mass: MS start registered  {at=30193061.805730585, delay=0.005833376199007034, ms=00077}
22:49:16.837984 run                osmo-ms-mob/00078: Starting mobile
22:49:16.851744 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.862480 run                             mass: MS start registered  {at=30193062.565831855, delay=0.004770871251821518, ms=00078}
22:49:17.237119 run                osmo-ms-mob/00079: Starting mobile
22:49:17.250813 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.261978 run                             mass: MS start registered  {at=30193062.96533079, delay=0.004720158874988556, ms=00079}
22:49:17.687132 run                             mass: MS performed LU  {at=30193063.390382405, lu_delay=4.224973779171705, ms=00070}
22:49:17.716199 run                osmo-ms-mob/00080: Starting mobile
22:49:17.729582 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.735673 run                             mass: MS performed LU  {at=30193063.43903416, lu_delay=4.669354610145092, ms=00069}
22:49:17.741751 run                             mass: MS start registered  {at=30193063.445116043, delay=0.006100364029407501, ms=00080}
22:49:17.816360 run                             mass: MS performed LU  {at=30193063.519611366, lu_delay=5.477989375591278, ms=00068}
22:49:17.996673 run                             mass: MS performed LU  {at=30193063.699906107, lu_delay=6.4012285359203815, ms=00065}
22:49:18.021234 run                             mass: MS performed LU  {at=30193063.724593177, lu_delay=6.03869653865695, ms=00066}
22:49:18.032359 run                osmo-ms-mob/00081: Starting mobile
22:49:18.045390 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.056154 run                             mass: MS start registered  {at=30193063.75950855, delay=0.004686128348112106, ms=00081}
22:49:18.624675 run                osmo-ms-mob/00082: Starting mobile
22:49:18.638156 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.650058 run                             mass: MS start registered  {at=30193064.353404988, delay=0.005781382322311401, ms=00082}
22:49:18.711370 run                             mass: MS performed LU  {at=30193064.41460147, lu_delay=6.474604152143002, ms=00067}
22:49:19.255569 run                osmo-ms-mob/00083: Starting mobile
22:49:19.271060 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.281823 run                             mass: MS start registered  {at=30193064.985173643, delay=0.004719749093055725, ms=00083}
22:49:19.551351 run                             mass: MS performed LU  {at=30193065.25460737, lu_delay=4.489444091916084, ms=00074}
22:49:19.588119 run                             mass: MS performed LU  {at=30193065.291369393, lu_delay=5.501168344169855, ms=00072}
22:49:19.654062 run                osmo-ms-mob/00084: Starting mobile
22:49:19.670021 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.680838 run                             mass: MS start registered  {at=30193065.384191386, delay=0.004893552511930466, ms=00084}
22:49:19.718438 run                             mass: MS performed LU  {at=30193065.421696976, lu_delay=5.011857632547617, ms=00073}
22:49:19.862205 run                             mass: MS performed LU  {at=30193065.56545473, lu_delay=5.977431163191795, ms=00071}
22:49:20.257674 run                osmo-ms-mob/00085: Starting mobile
22:49:20.275536 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.286613 run                             mass: MS start registered  {at=30193065.98995896, delay=0.0049300529062747955, ms=00085}
22:49:20.838643 run                osmo-ms-mob/00086: Starting mobile
22:49:20.852345 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.863192 run                             mass: MS start registered  {at=30193066.56654381, delay=0.004899431020021439, ms=00086}
22:49:21.423997 run                osmo-ms-mob/00087: Starting mobile
22:49:21.436906 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.447787 run                             mass: MS start registered  {at=30193067.15113976, delay=0.004261866211891174, ms=00087}
22:49:21.453980 run                             mass: MS performed LU  {at=30193067.157341942, lu_delay=5.483799647539854, ms=00076}
22:49:21.535857 run                             mass: MS performed LU  {at=30193067.2390956, lu_delay=5.433365013450384, ms=00077}
22:49:21.582434 run                             mass: MS performed LU  {at=30193067.285686173, lu_delay=6.101167123764753, ms=00075}
22:49:21.726083 run                             mass: MS performed LU  {at=30193067.42933687, lu_delay=4.863505013287067, ms=00078}
22:49:22.063743 run                osmo-ms-mob/00088: Starting mobile
22:49:22.080204 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.091076 run                             mass: MS start registered  {at=30193067.79442636, delay=0.004882927983999252, ms=00088}
22:49:22.638931 run                osmo-ms-mob/00089: Starting mobile
22:49:22.652946 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.663727 run                             mass: MS start registered  {at=30193068.367078114, delay=0.004790011793375015, ms=00089}
22:49:23.224176 run                osmo-ms-mob/00090: Starting mobile
22:49:23.237078 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.248092 run                             mass: MS start registered  {at=30193068.95144233, delay=0.004984457045793533, ms=00090}
22:49:23.354315 run                             mass: MS performed LU  {at=30193069.057566497, lu_delay=5.6124504543840885, ms=00080}
22:49:23.482440 run                             mass: MS performed LU  {at=30193069.185718723, lu_delay=5.426210172474384, ms=00081}
22:49:23.627515 run                             mass: MS performed LU  {at=30193069.33068261, lu_delay=6.365351818501949, ms=00079}
22:49:23.926467 run                osmo-ms-mob/00091: Starting mobile
22:49:23.939514 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.950262 run                             mass: MS start registered  {at=30193069.65361583, delay=0.004744168370962143, ms=00091}
22:49:24.636301 run                osmo-ms-mob/00092: Starting mobile
22:49:24.650466 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.661547 run                             mass: MS start registered  {at=30193070.364898227, delay=0.005117688328027725, ms=00092}
22:49:25.301353 run                             mass: MS performed LU  {at=30193071.004568525, lu_delay=5.620377138257027, ms=00084}
22:49:25.328411 run                             mass: MS performed LU  {at=30193071.031772006, lu_delay=5.041813045740128, ms=00085}
22:49:25.364941 run                osmo-ms-mob/00093: Starting mobile
22:49:25.379462 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.385482 run                             mass: MS performed LU  {at=30193071.08884462, lu_delay=6.1036709770560265, ms=00083}
22:49:25.391264 run                             mass: MS start registered  {at=30193071.094631642, delay=0.005802534520626068, ms=00093}
22:49:25.454563 run                             mass: MS performed LU  {at=30193071.157812767, lu_delay=4.591268956661224, ms=00086}
22:49:25.492579 run                             mass: MS performed LU  {at=30193071.195847835, lu_delay=22.919614128768444, ms=00037}
22:49:26.326462 run                osmo-ms-mob/00094: Starting mobile
22:49:26.339353 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.350519 run                             mass: MS start registered  {at=30193072.05387042, delay=0.005162008106708527, ms=00094}
22:49:27.120574 run                             mass: MS performed LU  {at=30193072.823826015, lu_delay=4.456747900694609, ms=00089}
22:49:27.195375 run                osmo-ms-mob/00095: Starting mobile
22:49:27.211600 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.217591 run                             mass: MS performed LU  {at=30193072.920951877, lu_delay=5.126525517553091, ms=00088}
22:49:27.223267 run                             mass: MS start registered  {at=30193072.926634464, delay=0.005703307688236237, ms=00095}
22:49:27.248133 run                             mass: MS performed LU  {at=30193072.95142099, lu_delay=5.8002812303602695, ms=00087}
22:49:27.646841 run                             mass: MS performed LU  {at=30193073.350092717, lu_delay=22.9547399841249, ms=00044}
22:49:28.225064 run                osmo-ms-mob/00096: Starting mobile
22:49:28.238338 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.249421 run                             mass: MS start registered  {at=30193073.952773638, delay=0.00510912761092186, ms=00096}
22:49:29.068437 run                             mass: MS performed LU  {at=30193074.77168787, lu_delay=5.820245537906885, ms=00090}
22:49:29.337791 run                osmo-ms-mob/00097: Starting mobile
22:49:29.351605 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.362739 run                             mass: MS start registered  {at=30193075.066090968, delay=0.005113080143928528, ms=00097}
22:49:29.584396 run                             mass: MS performed LU  {at=30193075.28762728, lu_delay=4.922729052603245, ms=00092}
22:49:30.656381 run                osmo-ms-mob/00098: Starting mobile
22:49:30.673287 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.684409 run                             mass: MS start registered  {at=30193076.38776289, delay=0.005028922110795975, ms=00098}
22:49:30.849093 run                             mass: MS performed LU  {at=30193076.5523416, lu_delay=4.498471178114414, ms=00094}
22:49:31.015826 run                             mass: MS performed LU  {at=30193076.71908041, lu_delay=5.624448768794537, ms=00093}
22:49:32.455332 run                osmo-ms-mob/00099: Starting mobile
22:49:32.472134 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.478069 run                             mass: All started... {duration=55.764148481190205, too_slow=0}
22:49:32.483637 run                             mass: MS start registered  {at=30193078.186999187, delay=0.005561813712120056, ms=00099}
22:49:32.833526 run                             mass: MS performed LU  {at=30193078.536750242, lu_delay=4.583976604044437, ms=00096}
22:49:32.880162 run                             mass: MS performed LU  {at=30193078.58341436, lu_delay=5.656779896467924, ms=00095}
22:49:34.781149 run                             mass: MS performed LU  {at=30193080.484401163, lu_delay=5.418310195207596, ms=00097}
22:49:36.599924 run                             mass: MS performed LU  {at=30193082.303173907, lu_delay=5.91541101783514, ms=00098}
22:49:38.499847 run                             mass: MS performed LU  {at=30193084.20317876, lu_delay=6.016179572790861, ms=00099}
22:49:40.601277 run                             mass: MS performed LU  {at=30193086.304531477, lu_delay=21.951126489788294, ms=00082}
22:49:46.249936 run                             mass: MS performed LU  {at=30193091.95314799, lu_delay=22.299532160162926, ms=00091}
22:49:46.275108 run                             mass: Tests done {all_completed=True, max=22.9547399841249, min=3.8767025731503963}
22:49:46.280955 tst         register_default_mass.py: Test passed (88.9 sec)
22:49:46.286667 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.290153 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.293589 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.297044 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.300483 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.303940 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.307371 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.310852 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.314328 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.317776 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.321191 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.324766 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.328320 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.332129 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.335688 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.339188 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.342734 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.346517 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.350011 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.353521 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.357046 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.360539 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.364111 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.367627 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.371190 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.374672 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.378262 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.381753 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.385984 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.390011 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.394563 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.398054 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.401539 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.404900 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.408256 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.412393 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.416322 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.419882 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.423344 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.426788 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.430416 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.433944 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.438041 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.441540 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.445120 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.448598 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.452201 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.456555 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.460028 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.463538 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.467081 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.470622 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.474190 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.477640 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.481215 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.486349 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.491197 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.494740 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.498186 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.501700 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.505147 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.508559 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.512008 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.515611 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.519420 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.523083 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.526515 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.529976 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.533529 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.536955 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.540401 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.543934 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.547372 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.550864 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.554328 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.557868 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.561731 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.565200 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.568632 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.572074 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.575523 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.578995 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.582354 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.585701 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.589010 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.592312 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.595637 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.598998 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.602367 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.605710 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.609067 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.612377 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.615751 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.619111 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.622444 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.625755 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.629225 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.632567 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.635873 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.639238 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.642813 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.646244 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.650047 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.653376 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.656713 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.660093 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.663438 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.666839 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.670173 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.673614 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.676996 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.680463 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.683847 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.687153 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.690465 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.693772 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.697067 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.700354 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.703633 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:46.706928 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:46.710223 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:46.713504 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:46.716788 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:46.720066 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:46.723359 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:46.726644 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:46.729936 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:46.733229 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:46.736522 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:46.739815 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:46.743101 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:46.746385 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:46.749672 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:46.752963 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:46.756239 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:46.759521 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:46.762814 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:46.766091 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:46.769386 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:46.772677 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:46.775963 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:46.779247 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:46.782542 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:46.785821 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:46.789116 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:46.792407 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:46.795712 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:46.798998 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:46.802274 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:46.805552 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:46.808841 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:46.812130 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:46.815407 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:46.818686 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:46.821974 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:46.825260 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:46.828540 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:46.831834 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:46.835132 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:46.838407 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:46.841667 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:46.844891 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:46.848118 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:46.851359 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:46.854595 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:46.857824 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:46.861051 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:46.864301 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:46.867528 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:46.870750 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:46.873966 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:46.877191 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:46.880410 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:46.883638 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:46.886915 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:46.890207 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:46.893476 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:46.896705 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:46.899932 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:46.903162 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:46.906385 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:46.909625 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:46.912855 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:46.916062 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:46.919299 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:46.922533 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:46.925809 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:46.929026 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:46.932249 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:46.935469 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:46.938727 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.942006 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.945294 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.948581 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.951847 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.955130 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.958396 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.961631 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.964845 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.968122 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.971372 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.974663 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.977957 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.981229 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.984507 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.987798 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.991086 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.994378 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.997663 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.000945 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.004220 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.007509 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.010805 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.014109 ---      ParallelTerminationStrategy: PID 22 died...
22:49:47.015601 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.019180 ---      ParallelTerminationStrategy: PID 23 died...
22:49:47.020617 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.024150 ---      ParallelTerminationStrategy: PID 24 died...
22:49:47.025602 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.029177 ---      ParallelTerminationStrategy: PID 25 died...
22:49:47.030628 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.034166 ---      ParallelTerminationStrategy: PID 26 died...
22:49:47.035635 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.039303 ---      ParallelTerminationStrategy: PID 27 died...
22:49:47.040782 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.044391 ---      ParallelTerminationStrategy: PID 28 died...
22:49:47.045864 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.049488 ---      ParallelTerminationStrategy: PID 29 died...
22:49:47.050950 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.054597 ---      ParallelTerminationStrategy: PID 30 died...
22:49:47.056056 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.059669 ---      ParallelTerminationStrategy: PID 31 died...
22:49:47.061148 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.064795 ---      ParallelTerminationStrategy: PID 32 died...
22:49:47.066290 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.069955 ---      ParallelTerminationStrategy: PID 33 died...
22:49:47.071441 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.075075 ---      ParallelTerminationStrategy: PID 35 died...
22:49:47.076548 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.080180 ---      ParallelTerminationStrategy: PID 36 died...
22:49:47.081673 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.085309 ---      ParallelTerminationStrategy: PID 37 died...
22:49:47.086786 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.090404 ---      ParallelTerminationStrategy: PID 38 died...
22:49:47.091878 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.095507 ---      ParallelTerminationStrategy: PID 39 died...
22:49:47.096977 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.100597 ---      ParallelTerminationStrategy: PID 40 died...
22:49:47.102096 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.105726 ---      ParallelTerminationStrategy: PID 41 died...
22:49:47.107193 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.110807 ---      ParallelTerminationStrategy: PID 42 died...
22:49:47.112270 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.115894 ---      ParallelTerminationStrategy: PID 43 died...
22:49:47.117388 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.121000 ---      ParallelTerminationStrategy: PID 44 died...
22:49:47.122462 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.126073 ---      ParallelTerminationStrategy: PID 45 died...
22:49:47.127544 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.131146 ---      ParallelTerminationStrategy: PID 46 died...
22:49:47.132606 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.136229 ---      ParallelTerminationStrategy: PID 47 died...
22:49:47.137696 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.141285 ---      ParallelTerminationStrategy: PID 48 died...
22:49:47.142745 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.146361 ---      ParallelTerminationStrategy: PID 49 died...
22:49:47.147823 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.151459 ---      ParallelTerminationStrategy: PID 50 died...
22:49:47.152922 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.156526 ---      ParallelTerminationStrategy: PID 51 died...
22:49:47.157995 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.161592 ---      ParallelTerminationStrategy: PID 52 died...
22:49:47.163052 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.166695 ---      ParallelTerminationStrategy: PID 53 died...
22:49:47.168159 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.171802 ---      ParallelTerminationStrategy: PID 54 died...
22:49:47.173289 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.176890 ---      ParallelTerminationStrategy: PID 55 died...
22:49:47.178348 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.181983 ---      ParallelTerminationStrategy: PID 56 died...
22:49:47.183444 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.187049 ---      ParallelTerminationStrategy: PID 57 died...
22:49:47.188503 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.192126 ---      ParallelTerminationStrategy: PID 58 died...
22:49:47.193595 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.197194 ---      ParallelTerminationStrategy: PID 59 died...
22:49:47.198652 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.202293 ---      ParallelTerminationStrategy: PID 60 died...
22:49:47.203756 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.207377 ---      ParallelTerminationStrategy: PID 61 died...
22:49:47.208839 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.212438 ---      ParallelTerminationStrategy: PID 62 died...
22:49:47.213914 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.217525 ---      ParallelTerminationStrategy: PID 63 died...
22:49:47.218988 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.222594 ---      ParallelTerminationStrategy: PID 64 died...
22:49:47.224045 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.227651 ---      ParallelTerminationStrategy: PID 65 died...
22:49:47.229115 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.232730 ---      ParallelTerminationStrategy: PID 66 died...
22:49:47.234193 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.237817 ---      ParallelTerminationStrategy: PID 67 died...
22:49:47.239270 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.242883 ---      ParallelTerminationStrategy: PID 68 died...
22:49:47.244333 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.247951 ---      ParallelTerminationStrategy: PID 69 died...
22:49:47.249409 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.253030 ---      ParallelTerminationStrategy: PID 70 died...
22:49:47.254487 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.258107 ---      ParallelTerminationStrategy: PID 71 died...
22:49:47.259563 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.263161 ---      ParallelTerminationStrategy: PID 72 died...
22:49:47.264621 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.268237 ---      ParallelTerminationStrategy: PID 73 died...
22:49:47.269705 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.273316 ---      ParallelTerminationStrategy: PID 74 died...
22:49:47.274778 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.278390 ---      ParallelTerminationStrategy: PID 75 died...
22:49:47.279845 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.283467 ---      ParallelTerminationStrategy: PID 76 died...
22:49:47.284926 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.288536 ---      ParallelTerminationStrategy: PID 77 died...
22:49:47.290017 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.293633 ---      ParallelTerminationStrategy: PID 78 died...
22:49:47.295090 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.298687 ---      ParallelTerminationStrategy: PID 79 died...
22:49:47.300143 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.303764 ---      ParallelTerminationStrategy: PID 80 died...
22:49:47.305226 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.308853 ---      ParallelTerminationStrategy: PID 81 died...
22:49:47.310307 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.313911 ---      ParallelTerminationStrategy: PID 82 died...
22:49:47.315366 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.318976 ---      ParallelTerminationStrategy: PID 83 died...
22:49:47.320436 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.324045 ---      ParallelTerminationStrategy: PID 84 died...
22:49:47.325508 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.329121 ---      ParallelTerminationStrategy: PID 85 died...
22:49:47.330578 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.334180 ---      ParallelTerminationStrategy: PID 86 died...
22:49:47.335649 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.339264 ---      ParallelTerminationStrategy: PID 87 died...
22:49:47.340739 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.344368 ---      ParallelTerminationStrategy: PID 88 died...
22:49:47.345832 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.349466 ---      ParallelTerminationStrategy: PID 89 died...
22:49:47.350937 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.354557 ---      ParallelTerminationStrategy: PID 90 died...
22:49:47.356018 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.359660 ---      ParallelTerminationStrategy: PID 91 died...
22:49:47.361131 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.364780 ---      ParallelTerminationStrategy: PID 92 died...
22:49:47.366244 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.369864 ---      ParallelTerminationStrategy: PID 93 died...
22:49:47.371325 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.374958 ---      ParallelTerminationStrategy: PID 94 died...
22:49:47.376430 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.380056 ---      ParallelTerminationStrategy: PID 95 died...
22:49:47.381539 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.385143 ---      ParallelTerminationStrategy: PID 96 died...
22:49:47.386612 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.390252 ---      ParallelTerminationStrategy: PID 97 died...
22:49:47.391729 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.395359 ---      ParallelTerminationStrategy: PID 98 died...
22:49:47.396845 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.400467 ---      ParallelTerminationStrategy: PID 99 died...
22:49:47.401946 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.405594 ---      ParallelTerminationStrategy: PID 100 died...
22:49:47.407068 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.410701 ---      ParallelTerminationStrategy: PID 101 died...
22:49:47.412178 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.415827 ---      ParallelTerminationStrategy: PID 102 died...
22:49:47.417305 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.420932 ---      ParallelTerminationStrategy: PID 103 died...
22:49:47.422396 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.426012 ---      ParallelTerminationStrategy: PID 104 died...
22:49:47.427484 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.431117 ---      ParallelTerminationStrategy: PID 105 died...
22:49:47.432590 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.436203 ---      ParallelTerminationStrategy: PID 106 died...
22:49:47.437693 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.441317 ---      ParallelTerminationStrategy: PID 107 died...
22:49:47.442780 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.446396 ---      ParallelTerminationStrategy: PID 108 died...
22:49:47.447860 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.451523 ---      ParallelTerminationStrategy: PID 109 died...
22:49:47.453011 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.456700 ---      ParallelTerminationStrategy: PID 110 died...
22:49:47.458197 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.461860 ---      ParallelTerminationStrategy: PID 111 died...
22:49:47.463345 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.467042 ---      ParallelTerminationStrategy: PID 112 died...
22:49:47.468528 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.472203 ---      ParallelTerminationStrategy: PID 113 died...
22:49:47.473702 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.477374 ---      ParallelTerminationStrategy: PID 114 died...
22:49:47.478851 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.482507 ---      ParallelTerminationStrategy: PID 115 died...
22:49:47.483990 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.487674 ---      ParallelTerminationStrategy: PID 116 died...
22:49:47.489170 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.492839 ---      ParallelTerminationStrategy: PID 117 died...
22:49:47.494323 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.497978 ---      ParallelTerminationStrategy: PID 118 died...
22:49:47.499464 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.503165 ---      ParallelTerminationStrategy: PID 119 died...
22:49:47.504679 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.508329 ---      ParallelTerminationStrategy: PID 120 died...
22:49:47.509829 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.513506 ---      ParallelTerminationStrategy: PID 121 died...
22:49:47.514990 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.518664 ---      ParallelTerminationStrategy: PID 122 died...
22:49:47.520143 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.523823 ---      ParallelTerminationStrategy: PID 123 died...
22:49:47.525311 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.528973 ---      ParallelTerminationStrategy: PID 124 died...
22:49:47.530471 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.534138 ---      ParallelTerminationStrategy: PID 125 died...
22:49:47.535619 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.539295 ---      ParallelTerminationStrategy: PID 126 died...
22:49:47.540790 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.544452 ---      ParallelTerminationStrategy: PID 127 died...
22:49:47.545943 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.549625 ---      ParallelTerminationStrategy: PID 128 died...
22:49:47.551109 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.554786 ---      ParallelTerminationStrategy: PID 129 died...
22:49:47.556270 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.559922 ---      ParallelTerminationStrategy: PID 130 died...
22:49:47.561410 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.565062 ---      ParallelTerminationStrategy: PID 131 died...
22:49:47.566552 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.570223 ---      ParallelTerminationStrategy: PID 132 died...
22:49:47.571696 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.575357 ---      ParallelTerminationStrategy: PID 133 died...
22:49:47.576840 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.580488 ---      ParallelTerminationStrategy: PID 134 died...
22:49:47.581985 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.585640 ---      ParallelTerminationStrategy: PID 135 died...
22:49:47.587123 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.590800 ---      ParallelTerminationStrategy: PID 136 died...
22:49:47.592283 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.595963 ---      ParallelTerminationStrategy: PID 137 died...
22:49:47.597453 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.601151 ---      ParallelTerminationStrategy: PID 138 died...
22:49:47.602641 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.606313 ---      ParallelTerminationStrategy: PID 139 died...
22:49:47.607788 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.611473 ---      ParallelTerminationStrategy: PID 140 died...
22:49:47.612964 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.616665 ---      ParallelTerminationStrategy: PID 141 died...
22:49:47.618149 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.621834 ---      ParallelTerminationStrategy: PID 142 died...
22:49:47.623315 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:47.626982 ---      ParallelTerminationStrategy: PID 143 died...
22:49:47.628466 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:47.632186 ---      ParallelTerminationStrategy: PID 144 died...
22:49:47.633685 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:47.637372 ---      ParallelTerminationStrategy: PID 145 died...
22:49:47.638857 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:47.642553 ---      ParallelTerminationStrategy: PID 146 died...
22:49:47.644048 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:47.647729 ---      ParallelTerminationStrategy: PID 147 died...
22:49:47.649242 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:47.653028 ---      ParallelTerminationStrategy: PID 148 died...
22:49:47.654565 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:47.658409 ---      ParallelTerminationStrategy: PID 149 died...
22:49:47.659956 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:47.663795 ---      ParallelTerminationStrategy: PID 150 died...
22:49:47.665350 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:47.669195 ---      ParallelTerminationStrategy: PID 151 died...
22:49:47.670713 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:47.674517 ---      ParallelTerminationStrategy: PID 152 died...
22:49:47.676036 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:47.679840 ---      ParallelTerminationStrategy: PID 153 died...
22:49:47.681366 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:47.685154 ---      ParallelTerminationStrategy: PID 154 died...
22:49:47.686677 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:47.690481 ---      ParallelTerminationStrategy: PID 155 died...
22:49:47.692002 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:47.695786 ---      ParallelTerminationStrategy: PID 156 died...
22:49:47.697301 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:47.701099 ---      ParallelTerminationStrategy: PID 157 died...
22:49:47.702628 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:47.706398 ---      ParallelTerminationStrategy: PID 158 died...
22:49:47.707927 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:47.711743 ---      ParallelTerminationStrategy: PID 159 died...
22:49:47.713279 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:47.717097 ---      ParallelTerminationStrategy: PID 160 died...
22:49:47.718634 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:47.722432 ---      ParallelTerminationStrategy: PID 161 died...
22:49:47.723963 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:47.727751 ---      ParallelTerminationStrategy: PID 162 died...
22:49:47.729261 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:47.733053 ---      ParallelTerminationStrategy: PID 163 died...
22:49:47.734577 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:47.738357 ---      ParallelTerminationStrategy: PID 164 died...
22:49:47.739884 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.743693 ---      ParallelTerminationStrategy: PID 165 died...
22:49:47.745221 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.749040 ---      ParallelTerminationStrategy: PID 166 died...
22:49:47.750570 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.754356 ---      ParallelTerminationStrategy: PID 167 died...
22:49:47.755887 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.759682 ---      ParallelTerminationStrategy: PID 168 died...
22:49:47.761214 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.765023 ---      ParallelTerminationStrategy: PID 169 died...
22:49:47.766557 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.770348 ---      ParallelTerminationStrategy: PID 170 died...
22:49:47.771864 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.775648 ---      ParallelTerminationStrategy: PID 171 died...
22:49:47.777171 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.780972 ---      ParallelTerminationStrategy: PID 172 died...
22:49:47.782505 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.786291 ---      ParallelTerminationStrategy: PID 173 died...
22:49:47.787816 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.791614 ---      ParallelTerminationStrategy: PID 174 died...
22:49:47.793154 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.796950 ---      ParallelTerminationStrategy: PID 175 died...
22:49:47.798477 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.802267 ---      ParallelTerminationStrategy: PID 176 died...
22:49:47.803789 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.807572 ---      ParallelTerminationStrategy: PID 177 died...
22:49:47.809118 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.812896 ---      ParallelTerminationStrategy: PID 178 died...
22:49:47.814419 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:47.818212 ---      ParallelTerminationStrategy: PID 179 died...
22:49:47.819754 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:47.823566 ---      ParallelTerminationStrategy: PID 180 died...
22:49:47.825092 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:47.828897 ---      ParallelTerminationStrategy: PID 181 died...
22:49:47.830420 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:47.834196 ---      ParallelTerminationStrategy: PID 182 died...
22:49:47.835722 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:47.839529 ---      ParallelTerminationStrategy: PID 183 died...
22:49:47.841059 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:47.844861 ---      ParallelTerminationStrategy: PID 184 died...
22:49:47.846383 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:47.850178 ---      ParallelTerminationStrategy: PID 185 died...
22:49:47.851700 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:47.855507 ---      ParallelTerminationStrategy: PID 186 died...
22:49:47.857033 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:47.860811 ---      ParallelTerminationStrategy: PID 187 died...
22:49:47.862340 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:47.866121 ---      ParallelTerminationStrategy: PID 188 died...
22:49:47.867645 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:47.871444 ---      ParallelTerminationStrategy: PID 189 died...
22:49:47.872976 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:47.876758 ---      ParallelTerminationStrategy: PID 190 died...
22:49:47.878295 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:47.882089 ---      ParallelTerminationStrategy: PID 191 died...
22:49:47.883607 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:47.887416 ---      ParallelTerminationStrategy: PID 192 died...
22:49:47.888956 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:47.892738 ---      ParallelTerminationStrategy: PID 193 died...
22:49:47.894264 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:47.898044 ---      ParallelTerminationStrategy: PID 194 died...
22:49:47.899570 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:47.903392 ---      ParallelTerminationStrategy: PID 195 died...
22:49:47.904911 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:47.908717 ---      ParallelTerminationStrategy: PID 196 died...
22:49:47.910255 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:47.914048 ---      ParallelTerminationStrategy: PID 197 died...
22:49:47.915572 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:47.919360 ---      ParallelTerminationStrategy: PID 198 died...
22:49:47.920899 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:47.924710 ---      ParallelTerminationStrategy: PID 199 died...
22:49:47.926236 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.930026 ---      ParallelTerminationStrategy: PID 200 died...
22:49:47.931551 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.935361 ---      ParallelTerminationStrategy: PID 201 died...
22:49:47.936902 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.940690 ---      ParallelTerminationStrategy: PID 202 died...
22:49:47.942217 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.946024 ---      ParallelTerminationStrategy: PID 203 died...
22:49:47.947545 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.951325 ---      ParallelTerminationStrategy: PID 204 died...
22:49:47.952847 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.956658 ---      ParallelTerminationStrategy: PID 205 died...
22:49:47.958186 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.961999 ---      ParallelTerminationStrategy: PID 206 died...
22:49:47.963533 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.967328 ---      ParallelTerminationStrategy: PID 207 died...
22:49:47.968859 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.972649 ---      ParallelTerminationStrategy: PID 208 died...
22:49:47.974181 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:47.977964 ---      ParallelTerminationStrategy: PID 209 died...
22:49:47.979493 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:47.983288 ---      ParallelTerminationStrategy: PID 210 died...
22:49:47.984807 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:47.988597 ---      ParallelTerminationStrategy: PID 211 died...
22:49:47.990140 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:47.993922 ---      ParallelTerminationStrategy: PID 212 died...
22:49:47.995451 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:47.999264 ---      ParallelTerminationStrategy: PID 213 died...
22:49:48.000794 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.004575 ---      ParallelTerminationStrategy: PID 214 died...
22:49:48.006113 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.009901 ---      ParallelTerminationStrategy: PID 215 died...
22:49:48.011425 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.015226 ---      ParallelTerminationStrategy: PID 216 died...
22:49:48.016757 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.020554 ---      ParallelTerminationStrategy: PID 217 died...
22:49:48.022087 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.025874 ---      ParallelTerminationStrategy: PID 218 died...
22:49:48.027404 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.031215 ---      ParallelTerminationStrategy: PID 219 died...
22:49:48.032741 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.036552 ---      ParallelTerminationStrategy: PID 220 died...
22:49:48.038077 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.041868 ---      ParallelTerminationStrategy: PID 221 died...
22:49:48.043395 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.047188 ---      ParallelTerminationStrategy: PID 222 died...
22:49:48.048741 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.052530 ---      ParallelTerminationStrategy: PID 223 died...
22:49:48.054064 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.057864 ---      ParallelTerminationStrategy: PID 224 died...
22:49:48.059389 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.063183 ---      ParallelTerminationStrategy: PID 225 died...
22:49:48.064728 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.068530 ---      ParallelTerminationStrategy: PID 226 died...
22:49:48.070059 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.073863 ---      ParallelTerminationStrategy: PID 227 died...
22:49:48.075385 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.079183 ---      ParallelTerminationStrategy: PID 228 died...
22:49:48.080742 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.084538 ---      ParallelTerminationStrategy: PID 229 died...
22:49:48.086071 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.089865 ---      ParallelTerminationStrategy: PID 230 died...
22:49:48.091404 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.095178 ---      ParallelTerminationStrategy: PID 231 died...
22:49:48.096723 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.100521 ---      ParallelTerminationStrategy: PID 232 died...
22:49:48.102051 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.105835 ---      ParallelTerminationStrategy: PID 233 died...
22:49:48.107353 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.111140 ---      ParallelTerminationStrategy: PID 234 died...
22:49:48.112684 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.517144 ---      ParallelTerminationStrategy: PID 34 died...
22:49:51.522874 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8194 netreg_mass PASS
---------------------------------------------------------------------
22:49:51.599440 tst                       trial-8194: Storing JUnit report in /build/trial-8194/run.2025-12-28_22-48-17/trial-8194.xml

--------------------------------------------------------------------------------------------
trial-8194 PASS
--------------------------------------------------------------------------------------------
22:49:51.610189 tst                       trial-8194: trial-8194: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (88.9 sec)
+ exit_code=0
+ rm -rf trial-8194/inst
+ cd trial-8194
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-28 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8194-run.tgz run.2025-12-28_22-48-17
+ tar czf /build/trial-8194-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-28_13_31_42.tgz osmo-bts-oc2g.build-2025-12-28_00_52_46.tgz osmo-bts-sysmo.build-2025-12-28_00_52_52.tgz osmo-bts.build-2025-12-28_00_52_57.tgz osmo-ggsn.build-2025-12-28_20_59_41.tgz osmo-hlr.build-2025-12-28_16_37_00.tgz osmo-hnbgw.build-2025-12-28_13_33_57.tgz osmo-mgw.build-2025-12-28_08_34_44.tgz osmo-msc.build-2025-12-28_13_39_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-28_07_34_53.tgz osmo-pcu-sysmo.build-2025-12-28_07_37_12.tgz osmo-pcu.build-2025-12-28_07_34_25.tgz osmo-sgsn.build-2025-12-28_21_18_45.tgz osmo-stp.build-2025-12-28_13_30_26.tgz osmo-trx.build-2025-12-28_14_38_43.tgz osmocom-bb.build-2025-12-28_21_18_45.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